JSEclipse updated to 1.5.2
Notable javascript editor updated:
- All prototype.js and script.aculo.us class extending idioms are now recognized
- Full YAHOO framework support
- Major performance improvement for content outline (smoother reparsing)
- debugger keyword generates a line breakpoint marker in the editor - not an error
- New button on the content outline toolbar to hide fields
- var /** Object */ a; provides information for the code completion engine
- Ctrl+/ does not do toggle comment any more but instead will comment or uncomment all the lines
- Pressing ENTER inside a single line comment preserves the comment
- Content outline buttons’ state has become persistent
- fixed bug: user code completion libraries are not parsed
- fixed bug: problem markers tooltips not showing
- fixed bug: quick diff not working
- fixed bug: open declaration works now for functions in the same file