JSEclipse :: What's new
Version 1.5.3 (Dec 15th, 2006)
Important notice: As of December 15, 2006 JSEclipse has been released on Adobe Labs. You can download the installation package from this new location. For feedback & questions, please visit the new JSEclipse forum on Adobe Labs.
This release includes a few minor changes from the previous version (1.5.2.2):
- Registration process on the InterAKT website was removed.
- Some interface changes, to make the application compatible with the Adobe brand.
- Documentation updates.
- New license (End User License Agreement).
- Fixed a packaging bug.
New installation process
If you're using the Update Manager to install or update JSEclipse, you should change the URL to this one:
http://download.macromedia.com/pub/labs/jseclipse/autoinstall/
Please review the installation instructions for details.
Version 1.5.2 (May 20th, 2006)
This is a minor release that fixes some bugs and includes support for new Ajax libraries and usability enhancements.
- 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
The InterAKT Team
Version 1.5.1 (Mar 22nd, 2006)
This is a minor release that fixes some bugs that were reported in the first week. It also fixes some outline issued and improves library support based on initial feedback from the survey.
- fix bug that caused the outline to close unexpectedly
- add support for the qooxdoo library
- improve support for prototype.js 1.4.0 and add completion for the $() function