提交了一個NetBeans6.5M1的bug 得到回復!(以后的HTM&JavaScript編輯器將會更加的強大!)
Posted on 2008-06-28 12:56 guanminglin@gmail.com 閱讀(12899) 評論(3) 編輯 收藏 所屬分類: NetBeans在試用NetBeans6.5M1的時候發現了一個問題,HTML編輯器自動代碼提示沒了,需要按快捷鍵ctrl+\ 才可以
以前只要按下空格鍵(space) 就可以了. 怎么回事?NetBeans怎么在倒退啊? 于是向NetBeans 團隊提交了這個
bug, 很快就得到回復,并說明這個bug將會在NetBeans6.5M2中修復。:)
原文如下:
這個是我寫的:
這個是 mfukala 寫的:
從 mfukala 寫的說明中可以看到NetBeans6.5M2 的HTML編輯器將會變得更加的強大,幾乎可以和Dreamwear媲美了(在代碼編輯方面),同時在另一個bug 修復描述上說明了對JavaScript的支持將會更加的強大(具體的issue 號給忘了!
,不能給出連接地址了!! )!
以前只要按下空格鍵(space) 就可以了. 怎么回事?NetBeans怎么在倒退啊? 于是向NetBeans 團隊提交了這個
bug, 很快就得到回復,并說明這個bug將會在NetBeans6.5M2中修復。:)
原文如下:
這個是我寫的:
------- 從
的附加注釋 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!


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!
這個是 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.


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編輯器將會變得更加的強大,幾乎可以和Dreamwear媲美了(在代碼編輯方面),同時在另一個bug 修復描述上說明了對JavaScript的支持將會更加的強大(具體的issue 號給忘了!
