jEdit Community - Resources for users of the jEdit Text Editor
Dual folding mode
Submitted by brianpeiris on Friday, 5 January, 2007 - 13:51
I'd like to request a dual folding mode where the editor creates folds on indentation *and* explicit folds. This would allow hiding of sections of code within methods etc. where indentation wouldn't make sense. It would act much like Microsoft Visual Studio's "region" folding. So you could have something like:
  public class HelloWorld
v {
    public static void Main()
v   {
      System.out.println("Hello World!");
v     //{{{ Some code that can be folded.
      // Many lines of code here
      // Many lines of code here
      // Many lines of code here
      // Many lines of code here
      // Many lines of code here
L     //}}}
L   }

    public static void AnotherMethod()
v   {
      // Many lines of code here
      // Many lines of code here
      // Many lines of code here
      // Many lines of code here
      // Many lines of code here
L   }
L }
Which would fold into:
  public class HelloWorld
v {
    public static void Main()
v   {
      System.out.println("Hello World!");
>     //{{{ Some code that can be folded.
      //}}}
L   }

    public static void AnotherMethod()
>   {
    }
L }
I hope that made sense. Thanks, Brian Peiris
User login
Browse archives
« November 2024  
MoTuWeThFrSaSu
 
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
 
Poll
Are you interested in language packs for jEdit?
Yes, and I could help maintain translations
26%
Yes, I'd like to have translations
32%
Indifferent
35%
No, that'd be bad (please comment)
7%
Total votes: 1093
Syndication
file   ver   dls
German Localization light   4.4.2.1   101634
Context Free Art (*.cfdg)   0.31   46062
BBEdit scheme   1.0   18601
JBuilder scheme   .001   18502
ColdFusion scheme   1.0   18031
R Edit Mode - extensive version   0.1   17481
Advanced HTML edit mode   1.0   16213
Matlab Edit Mode   1.0   16075
jEdit XP icons   1.0   15236
XP icons for jEdit   1.1   14300