Menu

#1001 CLangBeauty 0.1

None
closed-accepted
None
5
2016-11-11
2015-12-28
Dale Anson
No

{{{ CLangBeauty 0.1
Source: Source code is in SVN with the tag 0.1
Announcement: initial release
Requires Java 1.6
Requires jEdit 05.02.01.00
Required plugins:
Beauty 1.0 (beauty.BeautyPlugin)
Common Controls 1.7.4 (CommonControlsPlugin)

Short Description: CLangBeauty runs clang-format to format C/C++/Object-C files.

Long Description: <html>

<body>

CLangBeauty runs clang-format on your C/C++/Object-C files.


</body>
</html>
}}}

Discussion

  • Townsfolk

    Townsfolk - 2016-02-08
    • assigned_to: Townsfolk
     
  • Alan Ezust

    Alan Ezust - 2016-02-09
    • summary: CLangFormat 0.1 --> CLangBeauty 0.1
     
  • Townsfolk

    Townsfolk - 2016-03-29
    • status: open --> pending
     
  • Townsfolk

    Townsfolk - 2016-03-29

    Getting a compilation error:
    [jp.javac] Compiling 7 source files to /Users/elberry/development/projects/jedit/sandbox/plugins/CLangBeauty-0.1/CLangBeauty/build/classes
    [jp.javac] /Users/elberry/development/projects/jedit/sandbox/plugins/CLangBeauty-0.1/CLangBeauty/src/clangbeauty/StyleOptions.java:111: error: strings in switch are not supported in -source 1.6
    [jp.javac] switch ( optionName ) {
    [jp.javac] ^
    [jp.javac] (use -source 7 or higher to enable strings in switch)

    Looks like you're using a swith with a String which is java 7 or higher, would you like me to upgrade the plugin dependency to java 7?

     
  • Dale Anson

    Dale Anson - 2016-06-24
    • status: pending --> open
     
  • Dale Anson

    Dale Anson - 2016-06-24

    I've bumped the java dependency to 1.7, same tag.

     
  • Townsfolk

    Townsfolk - 2016-11-11
    • status: open --> closed-accepted
     

Log in to post a comment.