Black-sun

Release notes 0.7.2

Change history

This release added the csharp-editor project and fixed a few minor bugs.

General

BuilderPlugin

JdtPlugin

Editors

  • CHANGE - There is no more reload theme preference. Restart eclipse is now required to load changes to theme.xml.
  • CHANGE - There is no more preference for enable verify after format action. All editors are now default to verify formatted text against original.

HTMLEditor

  • CHANGE - AddTag and DeleteTag actions now use UndoManager.beginCompoundChange() and endCompoundChange().
  • FIXED - Formatter added extra blank line after CDATA is fixed.

XMLEditor

  • CHANGE - AddTag and DeleteTag actions now use UndoManager.beginCompoundChange() and endCompoundChange().

CSSEditor

MakeEditor

PerlEditor

  • FIXED - Perl indent action now ignore brackets inside qw() partition.

LLKEditor

  • CHANGE - Updated to support LLK v0.4.2 syntax.

CSharpEditor

DISCLAIMER: The csharp-editor project is still experimental and there is no guarantee that it would reach a mature state.
  • NEW - There is a new csharp-editor project that provide a CSharp 2.0 editor. It use parser from the llk-csharp-model from the LLK project. This is going to replace the CSharp 1.0 editor in the csharp project.

Util

  • FIXED - FormatBuffer.toString() incorrectly modified formattedBuffer.

Fireant

See here for details.

Bugs

Requirement to run

See v0.7.1 release notes for details.

Requirement to compile

See v0.7.1 release notes for details.

Installation and Running

See v0.7.1 release notes for details.

Status and plans