jEdit Community - Resources for users of the jEdit Text Editor
IntelliWrap (IntelliWrap.bsh v0.3 by Shoban Jayaraj)
Submitted by shoban on Tuesday, 30 March, 2004 - 14:41
Given a selected text, tries to wrap the selected text based on prefix strings. Great when adding multi-line comment text that needs to be prefixed with special characters. I wrote it to emulate EMACS 'fill-paragraph' so that comments can be wrapped so as to not exceed a fixed limit.

Can also be used for non-programatical tasks like prefixing replied mail text with '>' etc.

Version 0.3 takes the selection properly into consideration
Version 0.2 incorporates the GPL header to the macro.

Updated on 04/06/2004 - 09:06
Downloads: 2167

Comment viewing options
Select your preferred way to display the comments and click 'Save settings' to activate your changes.
Usage
by shoban on Tue, 27/04/2004 - 12:43
Select the lines of text that you want to wrap and invoke the macro. IntelliWrap looks at the first line (by default) to recognize the prefix string and uses it to wrap the rest of the text. For example:
   /*
    * This is a long line of text - IntelliWrap will wrap the lines
    */
will result in:
   /*
    * This is a long line of text - IntelliWrap will 
    * wrap the lines
    */
If we encounter the same or slightly misalligned pattern for other lines, the original prefix string to wrap the lines. For example:
   /*
    * This is a long line of text - IntelliWrap will 
   * wrap the lines
    */
will result in:
   /*
    * This is a long line of text - IntelliWrap will 
    * wrap the lines
    */
User login
Browse archives
« April 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   82348
Context Free Art (*.cfdg)   0.31   46055
JBuilder scheme   .001   18495
BBEdit scheme   1.0   18116
ColdFusion scheme   1.0   18024
R Edit Mode - extensive version   0.1   17473
Advanced HTML edit mode   1.0   16206
Matlab Edit Mode   1.0   16068
jEdit XP icons   1.0   15229
XP icons for jEdit   1.1   14293