AnyEdit Changelog

What's new in AnyEdit 2.4.15

Apr 18, 2015
  • Fix for the new "Color Whitespace in Editors" feature: toggle state should use workspace preferences and not project preferences.

New in AnyEdit 2.4.14 (Apr 18, 2015)

  • New (old but now pimped) feature: "Color Whitespace in Editors". Once toggled, it will highlight trailing whitespace in text editors, just like gerrit does it while showing diffs.
  • The button can be enabled in the "Customize Perspective" dialog. First, enable "Whitespace" under the "Command Groups Availability" (Eclipse 4.5: "Action Set Availability") tab and then enable "Color Whitespace in Editors" under "Toolbar->Editor Presentation" tab. Because "Customize Perspective" is broken in Eclipse 4.2-4.4, it works only under Eclipse 3.8 and 4.5.
  • AnyEdit: Color Whitespace in Editors
  • One can change the color and the way how this affects the editor ruler under General->Editors->Text editors->Annotations
  • AnyEdit: Color Whitespace in Editors preferences
  • One can change what is colored under General->Editors->AnyEdit Tools->Misc.

New in AnyEdit 2.4.13 (Mar 4, 2015)

  • Fix for Issue 107: "convert line delimiters" doesn't use workspace prefeences.

New in AnyEdit 2.4.12 (Mar 4, 2015)

  • Fix for Issue 104: compatibility problems with Eclipse 4.5

New in AnyEdit 2.4.11 (Sep 9, 2014)

  • New feature (see Issue 92): AnyEdit can now fix line delimiters in text files (either automatically on save or explicitly while performing "TabsSpaces" action). As you may know, Windows uses "CRLF", Linux "LF" and Mac "CR" special characters to indicate "new line" in text files. Unfortunatelly one can easily mess up files if editing them on different platforms and doing copy/paste. This is history now, as you can setup AnyEdit to automatically "fix" line delimiters on save.
  • Fix delimiters "on save" preferences
  • Fix delimiters "on convert" preferences

New in AnyEdit 2.4.8 (Jun 26, 2014)

  • Improved feature (see Issue 95): AnyEdit "Open File under Cursor" action understands now any paths with any number of environment variables inside.
  • Requires Java 1.6 and Eclipse 3.6 as minimal target environment.

New in AnyEdit 2.4.6 (Feb 11, 2014)

  • New feature: AnyEdit "Open File under Cursor" action understands now paths with leading environment variables.

New in AnyEdit 2.4.5 (Dec 27, 2013)

  • Added "Sort Lines by Line Length" menus to the editors.

New in AnyEdit 2.4.4 (Oct 7, 2013)

  • Bug fix: Ctrl+S/Ctrl+Shift+S is working again on Eclipse 4.3

New in AnyEdit 2.4.3 (Oct 7, 2013)

  • Feature: added an option to disable trailing whitespace removal for empty lines. The patch was contributed by allati.g (see issue 7).
  • Bug fix: do not offer option to change toolbar on Eclipse 4.x (doesn't work either).

New in AnyEdit 2.4.2 (Oct 7, 2013)

  • Fixed issues:
  • "compare with clipboard" compare editor shows text in a different encoding as the original editor itself
  • Compare with, change, save doesn't change anything for external files

New in AnyEdit 2.4.1 (Oct 7, 2013)

  • Feature: "File->Count (Selected) Resources" uses better resource counting now: ignore team/derived resources per default.
  • New feature (see Issue 66): allow merging of working sets on import
  • Fixed issues:
  • Potential ClassCastException in EditPropertyTester#getViewer()
  • Import selected .wst file

New in AnyEdit 2.4.0 (Mar 20, 2012)

  • New feature (see Issue 54): Added different "sort" menus to the editors (contributed by Clemens Fuchslocher)
  • Fixed incompatibility with Eclipse 3.7 M5