{{{ beauty 0.8
Source: Source code is in SVN with the tag svn.code.sf.net/p/jedit/svn/plugins/Beauty/tags/beauty-0.8.0
Announcement: Bug fix release
- beanshell: class name was being removed
- beanshell: don't insert extra space after "break" and "continue"
- French translation - thanks to jojbaba_67
- German translation - thanks to rschwenn
- java: support "final" in for loop init, as in "for (final myType : myList)"
- java: support method parameter annotations
- java: better support for generics
- java: better support for annotations, should be compatible with Java 7
- Allow beautifying read-only buffers.
Requires Java 1.6
Requires jEdit 05.02.01.00
Required plugins:
Common Controls 1.7 (CommonControlsPlugin)
Short Description: The Beauty plugin is a general framework for code beautifiers and provides several built-in beautifiers.
Long Description: The Beauty plugin is a general
framework for code beautifiers and provides several
built-in beautifiers. While there are several existing
plugins for beautifying/formatting various source file
formats, this plugin aims to consolidate those
formatters into a standard API so that beautifying can
be performed in a general way, similar to how the
SideKick plugin provides a general framework for code
browsers.
}}}
Diff:
Diff:
released