Menu

#978 Beauty 0.8

None
closed-accepted
None
5
2015-08-10
2015-08-10
Dale Anson
No

{{{ 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.
}}}

Discussion

  • Dale Anson

    Dale Anson - 2015-08-10
    • Description has changed:

    Diff:

    --- old
    +++ new
    @@ -1,4 +1,4 @@
    -{{{ beauty 0.7.1
    +{{{ beauty 0.8
         Source: Source code is in SVN with the tag XXXX (no SVN release numbers, please)
         Announcement: Bug fix release
         - beanshell: class name was being removed
    
     
  • Dale Anson

    Dale Anson - 2015-08-10
    • Description has changed:

    Diff:

    --- old
    +++ new
    @@ -1,5 +1,5 @@
     {{{ beauty 0.8
    -    Source: Source code is in SVN with the tag XXXX (no SVN release numbers, please)
    +    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"
    
     
  • Townsfolk

    Townsfolk - 2015-08-10
    • status: open --> closed-accepted
    • assigned_to: Townsfolk
     
  • Townsfolk

    Townsfolk - 2015-08-10

    released

     

Log in to post a comment.