-- KellyJensen - 17 Nov 2002
DISCLAIMER: This plugin uses the Psi Api which is not supported by Intellij.
Installation:
1. Copy the jar file to the plugin directory.
2. Open the project properties window.
3. Scroll the icons on the left down to the "CodeFolder" icon.
4. Click on the icon and choose the desired options.
Version 0.2 (tested on build 684)
- added folding for try, catch, finally statements
- classes and anonymous classes can also be folded
- actions for collapsing and expanding folded code have also been added to the menu (View | Folding) and popup menu (Folding)
- folding of elements at creation time can now be controlled by a fold by default option
Known Issues
After folding has been enabled, new elements will not be folded.
For example, if you fold if statements and then create an if statement
in your code it will not be folded.
A work around for now is to go to the configuration ui and disable
and then reenable folding for if statements.
Known issues
- A NullPointerException can be thrown when calling "Expand All"
It was actually IDEA bug and it's fixed in the build #681.
-- ValentinKipiatkov - 18 Nov 2002
Version 0.1 (tested on builds 676 and 680)
- Provides code folding for for, if, while, and switch statements.
- In addition, licenses can also be folded. A regular expression can be provided which will be used to match the license.
|
|