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
« April 2025  
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   107800
Context Free Art (*.cfdg)   0.31   46069
BBEdit scheme   1.0   18605
JBuilder scheme   .001   18505
ColdFusion scheme   1.0   18039
R Edit Mode - extensive version   0.1   17486
Advanced HTML edit mode   1.0   16220
Matlab Edit Mode   1.0   16084
jEdit XP icons   1.0   15243
XP icons for jEdit   1.1   14306