Jindent 4.0.11 released

on .

Java formatter:
New features:
  • Added new parameter templates for JavaDoc generation of classes and interfaces to support generics in JavaDocs
  • Added setting to put annotations always on new line.
  • Added support for padding braces of generics < >.
  • Added control for case-sensitivity of name sorting algorithms.
Bugfixes:
  • Default settings of header and footer smart mode values are set to infinite now. That way header and footer detection are disabled by default.
  • Fixed a bug which caused an error when using package names in annotations for method declarations.
  • Using annotations for annotation type declarations caused an error. This is fixed.

Jindent JDeveloper plugin:
Released new Jindent plugin for the final version of JDeveloper 11.1.1:
  • Automatic installation through native installer.
  • Formatting menu item in editor's context menu.
  • Formatting menu item in file navigation's context menu.
  • Formatting of single files, directories, packages and whole projects.
  • Undo for all formatting options.
  • Shows formatting progress bar.
  • Build in Jindent Customizer and preview for easy configuration of plugin.
  • Help On Click support in plugin.
  • Show messages, warnings and errors in JDeveloper console.
  • Click on messages and the according file opens up in editor window. Cursor is located on the source code line which is causing the message.


Jindent IntelliJ IDEA plugin:
Released new Jindent plugins for IntelliJ IDEA 8.0
  • Automatic installation through native installer.
  • Formatting menu item in editor's context menu.
  • Formatting menu item in file navigation's context menu.
  • Formatting of single files, directories, packages and whole projects.
  • Support for automatic optimizing imports.
  • Editor Undo for all formatting options.
  • Shows formatting progress bar.
  • Build in Jindent Customizer and preview for easy configuration of plugin.
  • Java Help support in plugin.
  • Show messages, warnings and errors in Netbeans console.
  • Click on messages and the according file opens up in editor window. Cursor is located on the source code line which is causing the message.

Jindent Netbeans plugin:
Released new Jindent plugin for Netbeans 6.5:
  • Automatic installation through native installer.
  • Formatting menu item in editor's context menu.
  • Formatting menu item in file navigation's context menu.
  • Formatting of single files, directories, packages and whole projects.
  • Editor Undo for all formatting options.
  • Shows formatting progress bar.
  • Build in Jindent Customizer and preview for easy configuration of plugin.
  • Java Help support in plugin.
  • Show messages, warnings and errors in Netbeans console.
  • Click on messages and the according file opens up in editor window. Cursor is located on the source code line which is causing the message.
New feature for all Netbeans plugin versions:
  • Added warning message that Java files generated by Netbeans GUI builder cannot be formatted.

Jindent Eclipse plugin:
New features:
  • Added support for optimizing imports before formatting.