EclipseHTMLEditor Changelog

What's new in EclipseHTMLEditor 2.0.6

May 4, 2010
  • JavaScript code completion improved
  • JavaSCript code formatter
  • Add JavaScript Library wizard
  • Taglib Highlighting
  • JSP code completion improved (JSTL, EL and others...)
  • New extension points are available

New in EclipseHTMLEditor 2.0.5.1 (May 4, 2010)

  • Bug fixed: Rhino debugger dies with Eclipse.

New in EclipseHTMLEditor 2.0.5 (May 4, 2010)

  • Eclipse 3.3 support (This version can not work with Eclipse 3.2)
  • Rhino JavaScript Debugger
  • CSS Preview view
  • Code completion and Hyperlink improved
  • XPath serach in the XML editor
  • Enable / disable auto editing
  • New extension point (tk.eclipse.plugin.htmleditor.pagefilter)

New in EclipseHTMLEditor 2.0.4 (May 4, 2010)

  • GEF dependency became an optional. If you don't have GEF, Palette view will be unavailable.
  • Fixed JSP editor bugs.

New in EclipseHTMLEditor 2.0.3 (May 4, 2010)

  • This version works with only Eclipse 3.2
  • Inner JavaScript/CSS Editing in the HTML editor
  • Java code completion in the JSP editor
  • Classpath variable that provides Servlet/JSP API
  • CDATA section and XML declaration highlighting in the XML editor
  • IDREF/IDREFS attribute value completion in the XML editor
  • Java Classname hyperlink/completion in the XML editor
  • Auto editing
  • Code completion in the XML file which doesn't use DTD/XSD
  • New extention-points

New in EclipseHTMLEditor 2.0.2 (May 4, 2010)

  • Displays taglib description in the JSP completion.
  • JSP debugging with WTP.
  • JavaScript Launcher.
  • JavaScript common libraries for code completion in the JavaScript editor.
  • TaskTag in HTML/JSP/XML/JavaScript editor.
  • Toggle Comment in the JavaScript editor (CTRL+/)
  • Generate XSD action in the DTD editor.
  • Supports Eclipse 3.1 & 3.2 (this version can't work with Eclipse 3.0).

New in EclipseHTMLEditor 2.0.1 (May 4, 2010)

  • Code completion using custom elements / attributes in HTML/JSP editor
  • Code completion using Templates in HTML/JSP/XML/JavaScript editor
  • Color choose action in the HTML/JSP/CSS editor's context menu

New in EclipseHTMLEditor 2.0.0 (May 4, 2010)

  • DTD Editor that provides syntax highlighting, code completion and valdiation
  • JavaScript Editor that provides syntax highlighting, code completion and valdiation
  • Toggle comment
  • Added keybord shortcut to some editor actions

New in EclipseHTMLEditor 1.6.9 (May 4, 2010)

  • Improvemrnt for the css editor highlighting
  • Improvement for the outline view
  • Highlighting for paired characters
  • Fixed a problem about recursive xml schema

New in EclipseHTMLEditor 1.6.8 (May 4, 2010)

  • Fixed some problems about charset in the XML editor.
  • Added an option to disable the preview pane.
  • Code completion for directives () in the JSP editor.
  • Syntax hilighting for java code in the JSP editor.
  • Improved attribute value processing.

New in EclipseHTMLEditor 1.6.7 (May 4, 2010)

  • Improvement about XML schema support
  • JSP editor supports jsp:attribute, jsp:body and more
  • JSP editor supports tagdir
  • HTML/JSP editor supports onXXXX attributes
  • Added toolbar to the web browser (it has some buttons such as "Back" and "Next")
  • HTML validation using JTidy (it can be configured in the project preference)
  • The outline view displays attributes
  • Multi-page editors supports ruler context menu actions
  • Editors support external files (CVS repositry and out of the workspace)

New in EclipseHTMLEditor 1.6.6 (May 4, 2010)

  • Generate DTD and XSD in the XML editor
  • Some bugs are fixed

New in EclipseHTMLEditor 1.6.5 (May 4, 2010)

  • Eclipse 3.1 support
  • Customization of Palette
  • Improvement about DTD preference page
  • Soft tab (insert spaces instead of tabs)
  • Customization of background and foreground color
  • XML Schema based validation and completion in the XML editor
  • Mapping taglib-uri to local files (It's same as DTD)
  • "Open Palette" action in HTML/JSP/XML editor context menu
  • "Comment(JSP)" action in the JSP editor context menu

New in EclipseHTMLEditor 1.6.4 (May 4, 2010)

  • CSS Editor
  • Some bugs are fixed

New in EclipseHTMLEditor 1.6.3 (May 4, 2010)

  • JDK 1.5 support
  • Getting taglib from xmlns
  • Hyperlink support in "href" and others (CTRL+Click)
  • Fixed some problems

New in EclipseHTMLEditor 1.6.2 (May 4, 2010)

  • Fixed problem about preview in system undefault charset
  • Fixed problem about preview then JSP contains non-close-tag
  • Fixed problem that is reported as error
  • Fixed problem that attribute value completion is disabled when no value characters are input
  • Supports default text editor's action such as "Markset","Incremental search" and "Print"
  • Added option that disable DTD in XML editor

New in EclipseHTMLEditor 1.6.1 (May 4, 2010)

  • Loading TLD from WEB-INF/web.xml and WEB-INF/lib/*.jar.
  • Validation taglibs (it examines whether tag and required attrs exist) in the JSP Editor.
  • Focusing to editor, after insert tags from tag palette.
  • A tag palette insert automatically when it is not exist.
  • CSS completion supports multi classes like class="aa bb".

New in EclipseHTMLEditor 1.6.0 (May 4, 2010)

  • This version requires JDT and GEF.