Navigation Menu

Skip to content

2.5.2

Compare
Choose a tag to compare
@bobbylight bobbylight released this 09 Mar 04:38
· 562 commits to master since this release

Precompiled jars are available on SourceForge. Highlights for this release include:

  1. Whether or not curly braces denote code blocks is now handled on a
    language-index level, not per TokenMaker. This means TokenMakers such as
    HTML, JSP, and PHP can provide auto-indentation and curly brace closing for
    'sub-languages' such as JSP and CSS.
  2. Java syntax highlighting updated for Java 8 classes, interfaces, and enums.
  3. Added "mark occurrences" support for HTML.
  4. Curly braces can now be automatically closed when editing CSS.
  5. The SearchEngine class now automatically selects the next match after a
    Replace operation.
  6. Fixed errors when loading/saving Theme XML.
  7. Fixed several bugs.