|
|
| Changed: |
< < |
%META:FIELD{name="TopicClassification" title="TopicClassification" value="IntelliJPluginPackage"}%
| > > |
%META:FIELD{name="TopicClassification" title="TopicClassification" value="IntelliJPluginArchive"}% |
|
|
| Changed: |
< < |
%META:FORM{name="WebForm"}%
| > > |
%META:FORM{name="IntelliJPluginWebForm"}%
%META:FIELD{name="IntelliJPluginName" title="IntelliJPluginName" value=""}%
%META:FIELD{name="IntelliJPluginVersion" title="IntelliJPluginVersion" value=""}%
%META:FIELD{name="IntelliJPluginVendor" title="IntelliJPluginVendor" value=""}%
%META:FIELD{name="IntelliJPluginBinary" title="IntelliJPluginBinary" value=""}%
%META:FIELD{name="IntelliJPluginSource" title="IntelliJPluginSource" value=""}%
%META:FIELD{name="IntelliJPluginClassification" title="IntelliJPluginClassification" value=""}% |
|
|
| Added: |
> > |
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.
|
| Deleted: |
< < |
|
| Changed: |
< < |
%META:FIELD{name="TopicShortDescription" title="TopicShortDescription" value="This plugin uses the Psi Api which is not supported by Intellij.%_N_%"}%
%META:FIELD{name="TestedOnOS" title="TestedOnOS" value=""}%
%META:FIELD{name="ShouldRunOnOS" title="ShouldRunOnOS" value=""}%
| > > |
%META:FIELD{name="TopicShortDescription" title="TopicShortDescription" value="Folds if, while, for, switch, try, catch, and finally statements. Classes, anonymous classes, and licenses are also supported.%_N_%"}%
%META:FIELD{name="TestedOnOS" title="TestedOnOS" value="OsLinux"}%
%META:FIELD{name="ShouldRunOnOS" title="ShouldRunOnOS" value="AnyOS"}%
|
| Added: |
> > |
%META:FILEATTACHMENT{name="CodeFolder-0.2.jar" attr="" comment="Version 0.2" date="1039421054" path="CodeFolder-0.2.jar" size="38777" user="KellyJensen" version="1.1"}%
%META:FILEATTACHMENT{name="CodeFolder-0.2-src.zip" attr="" comment="Version 0.2 src" date="1039421341" path="CodeFolder-0.2-src.zip" size="36162" user="KellyJensen" version="1.1"}% |
|
|
| Changed: |
< < |
%META:FORM{name="PluginWebForm"}%
| > > |
%META:FORM{name="WebForm"}% |
|
|
| Added: |
> > |
%META:FORM{name="PluginWebForm"}%
%META:FIELD{name="TopicClassification" title="TopicClassification" value="IntelliJPluginPackage"}%
%META:FIELD{name="TopicShortDescription" title="TopicShortDescription" value="This plugin uses the Psi Api which is not supported by Intellij.%_N_%"}%
%META:FIELD{name="TestedOnOS" title="TestedOnOS" value=""}%
%META:FIELD{name="ShouldRunOnOS" title="ShouldRunOnOS" value=""}% |
|
|
| Added: |
> > |
It was actually IDEA bug and it's fixed in the build #681.
-- ValentinKipiatkov - 18 Nov 2002 |
|
|
| Added: |
> > |
%META:TOPICINFO{author="KellyJensen" date="1037525340" format="1.0" version="1.1"}%
%META:TOPICPARENT{name="WebHome"}%
-- KellyJensen - 17 Nov 2002
DISCLAIMER: This plugin uses the Psi Api which is not supported by Intellij.
Known issues
- A NullPointerException can be thrown when calling "Expand All"
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.
%META:FILEATTACHMENT{name="CodeFolder.jar" attr="" comment="Version 0.1" date="1037525417" path="CodeFolder.jar" size="16197" user="KellyJensen" version="1.1"}%
%META:FILEATTACHMENT{name="CodeFolder-src.zip" attr="" comment="Version 0.1 src" date="1037526477" path="CodeFolder-src.zip" size="17490" user="KellyJensen" version="1.1"}% |
View
| Diffs | r1.7 | > | r1.6 | > | r1.5
| More
|
|