Due to a major internal refactoring, we have made a significant number of backward incompatible changes to the plugin API. Please refer to Diana Plugin Migration Guide for help in updating existing third-party plugins.
1. Seam Facet and Seam Components Structure(Java EE)
Parsing of .ftl files
Reference completion
Rename support
to be filled by Nik Chashnikov
to be filled by Gregory Shrago
to be filled by Maxim Mossienko
You can configure file encoding individually for the file, all files in the directory, or all files in the project.
Settings are stored in the per-project configuration file which can be shared among the team and version controlled.
You can use the action to quickly extract or remove statements from an enclosing statement (such as if, while, for, etc.).
The supported statements are: for, foreach, if..elseif...else, try...catch...finally, while...do, do...while, and lone braces.
The statements to be extracted are highlighted with blue, to be removed - with grey.
Unwrap Example:
The code before unwrapping the first else branch:
The code after unwrapping:
Remove Example:
The code before removing the first else branch:
The code after removing:
Action in context menu of a committed changelist applies the reverse patch of that changelist to the current source code. Can be used to revert changes committed by any user, even if it's not the last checkin.
For an abstract method with some missing implementation, allows to copy one of the existing implementations to all the places where an implementation is missing. Invoked on the abstract method.
anything else?