Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
[wtp-jst-dev] a bug of jsdt in wtp3.05

Hello, I found a jsdt bug in wtp3.05.
when there is  mutil-line comments in js ,  open the file in _javascript_ Editor , the color of comment line can not changed.  as follow:
 
function isDragableOfResizable() {
// for ( var i=0;i<100;i++) {
// var a =1;
// }
}
 
only the color of last comment line is changed, and then,  the algorithm of brackets is  wrong.
I found that no bug in wtp3.22 . I have to use version 3.02 for some reasion . I had download the foloow source of jsdt 
 
org.eclipse.wst.jsdt.core_1.0.105.v200905201849 
org.eclipse.wst.jsdt.manipulation_1.0.1.v200807241900  
org.eclipse.wst.jsdt.ui_1.0.105.v200905060217
org.eclipse.wst.jsdt.support.firefox_1.0.104.v200905071842
org.eclipse.wst.jsdt.support.ie_1.0.104.v200905060217
 
please tell me where is changed the source,  can fixed the bug.
thank you .
 
 
 
2010-12-06

xiangmeng.sky

Back to the top