Hi folks!
I’ve got several JSP files that throw the JSP editor into a fit.
I have turned off validation for HTML and JSP.
The file in question is the topmost file of a STRUTS nested tile set.
This file contains some javascript code and then the actual includes of the separate tiles.
A minor annoyance occurs when I select a couple of Javascript funtions, and indents the code, the editor then looses its coloring highlights.
However, when the coloring hightlights disappears, it is no longer possible to edit code at all. All keyboard input is cut off, however the mouse still works and code is selectable.
Looking over the code, I see first script block tag is correctly highlighted, however the ending script block tag isn’t. The next starting script block tag is correctly hightlighted, as well as the last script block tag. So this seems like a script parser bug.
Closing and reopening the editor reenables editing and highlighting.
I also had the entire editor crash before but now I naturally can’t reproduce it so I’ll let it pass as an operator error 😉
WinXP SP2
Eclipse 3.01
MyEcllipse 3.8.2
/jaf