在試用NetBeans6.5M1的時(shí)候發(fā)現(xiàn)了一個(gè)問題,HTML編輯器自動(dòng)代碼提示沒了,需要按快捷鍵ctrl+\ 才可以
以前只要按下空格鍵(space) 就可以了. 怎么回事?NetBeans怎么在倒退啊? 于是向NetBeans 團(tuán)隊(duì)提交了這個(gè)
bug, 很快就得到回復(fù),并說明這個(gè)bug將會(huì)在NetBeans6.5M2中修復(fù)。:)
原文如下:
這個(gè)是我寫的:
------- 從
的附加注釋 gml520 2008/06/26 05:07:26 +0000 -------
I am very happy to see the NetBeans become better.
but I want to know why the Html code auto completion removed? when I type the code like this:
<form>
<input tpye="text">
</form>
in NetBeans 6.1 when I press the space key after "text" then the IDE auto Popup the completion window
then you can select the item that you want. but now in NetBeans6.5 M1 that is missing!
It's important for me ! I like it very much! I hope the Html code auto completion can come back!
這個(gè)是
mfukala 寫的:
------- 從
的附加注釋 mfukala 2008/06/26 15:39:21 +0000 -------
This is a bug. I am not sure whether it worked in 6.1, but in current 6.5 builds the completion is not opened
automatically when typing space after the previous attribute value. It works if there is a whitespace between the
quotation mark and the greater than character.
The completion autopopup also doesn't work if you complete an attribute - the ="" part is added, caret moved between the
quotation marks but no cc window is opened.
I am sorry for such regressions, they are bug, needs to be fixed in 6.5. I'll try to fix it to 6.5 M2.
從
mfukala 寫的說明中可以看到NetBeans6.5M2 的HTML編輯器將會(huì)變得更加的強(qiáng)大,幾乎可以和Dreamwear媲美了(在代碼編輯方面),同時(shí)在另一個(gè)bug 修復(fù)描述上說明了對JavaScript的支持將會(huì)更加的強(qiáng)大(具體的issue 號給忘了!

,不能給出連接地址了!! )!