Black-sun

Release 0.6 Detail Change History

Changes from release 0.5.1

General
  • AntlrEditor. JavaccEditor and PerlEditor are temporarily back and ported to Eclipse 3.0, however, they may disappear soon.
  • Removed GPL dependent codes.
Editors
  • Added more command extension to allow for key binding customization.
LLKEditor
  • NEW - CSharpFormatter now has a breakEmptyBlock option. If set, line break would be inserted to break the close brace of the empty blocks {} to new line.
LLKEditor
  • FIXED - Open type can now find and open java types again.
  • FIXED - #361 - Indent underrun problem for oneliner tree node elements on formatting.
HTMLEditor
  • NEW - HTMLEditor now can (depend on preference) insert smart close tags.
  • HTMLEditor no longer warn about missing summary attribute for the table tag.
  • FIXED - Newline before end tag now properly unident the end tag.
  • FIXED - HTMLEditor - Whitespace after last li end tag and before ul end tag is now ignored instead of inferring an li element or post a warning about missing li element.
XMLEditor
  • NEW - XMLEditor now can (depend on preference) insert smart close tags.
  • FIXED - Newline before end tag now properly unident the end tag.
JdtPlugin
  • Actions on editors now work in PDEMultiPageEditor.
  • FIXED - PersistentItem icons initialization, AnnotationView icons are back.
  • EditorHistory - Fixed problem that IJavaElement not have valid JavaModel (eg. .java files that are outside of the project source folders) failed to open. Now such file is opened as normal IFile instead of as an IJavaElement.
  • Added SplitView which show a copy of an editing document for simple cut and paste jobs (like emacs :).
  • Removed depend graph stuffs.