Available only under these terms:
- License: A personal right to use, as is, and nothing more.
- Warrantees: Absolutely none of any cognizable nature including MERCHANTABILITY
and/or FITNESS FOR ANY GENERAL OR SPECIFIC PURPOSE OR USE. In fact, be forewarned that use of
this software will likely cause failures and result in the loss of data.
- If you use this software, then you agree to these terms.
Version 3.4.0 for Eclipse 3.5.x (In development):
- Fix repaired tags ordering problem
- Ensure space after param names, not just last
- Fix formatting problem with lists in preformatted blocks
- Fix problem with deleting tags leaving spans
- Need visual feedback for span tags
- ...
Version 3.3.0 for Eclipse 3.5.x (07.12.2009):
- Added support for tag coloring
- Enabled insertion of paragraph tags around selected text
- Fixed cursor positioning at end of JavaDoc
- Performance improvements
- Misc bug fixes
Version 3.2.0 for Eclipse 3.4.x (03.15.2009):
- Added Unicode text support
- Improved text handling/caret positioning operations
- Fixed paste at end of comment bug
- Re-enabled Ctrl-b/i/u key functions
- Upgraded internal Html parser (Antlr-based)
- Performance improvements
- Misc bug fixes
Version 3.1.0 for Eclipse 3.4.x (09.09.2008):
- Fixed handling of new line after Javadoc parameter
- Fixed a premature SWT widget disposed bug
- Upgraded the StyledHtml component
- Upgraded the CSS parser (external stylesheet supported now)
- Misc other bug fixes
Version 3.0.6 for Eclipse 3.4+ (04.27.2008):
Version 3.0.3 for Eclipse 3.4+ (03.23.2008):
- Near complete reimplementation, now using pure SWT controls
- Improved start-up speed and reduced resource requirements
- Removed dependency on the Outline view being open
- Removed dependencies on Eclipse internals
- Enhanced special character support
Version 2.20.33 for Eclipse 3.3+
(08.19.2007):
- Removed dependency on the Eclipse PDE package
- minimum Europa distribution requirement should now be the "Eclipse IDE for Java
Developers"
- works with the "Java EE", "RCP" and "Classic" Europa
distributions
Version 2.10.33 for Eclipse 3.3+ (08.14.2007):
- Major rewrite of HTML WYSIWYG internals
- Added support for embedded images, link references, URLs, and headings
- Fixed support for text alignment
- Improved start-up speed
- Improved real-time editing speed
- Improved internal parsers for better tag handling
- Added spell check suspend
- Improved new tag insertion handling
- Allows for generation of XML compatible HTML tags
- Fixed presentation of non-HTML XML tags in comment text
- Fixed minor bugs
Version 1.00.32 for Eclipse 3.2 (Posted:
07/02/2006):
- Added initial support for repair of method parameters named in the JavaDoc
- Removed sensitivity to extra spaces in method parameter lists
- Fixed handling of code annotations interfering with the display of method signatures
- Fixed handling of multi-dimensional return values in the display of method signatures