Text
Macros that manipulate text
Updated on 01/08/2004 - 11:55
Downloads: 1610
Updated on 06/01/2008 - 20:46
Downloads: 1363
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: 2171
/** If the selection is set, then we will use it to determine \ the selected text. Else we will use the {@link Textarea.ge\ tCaretLine()} method. */Transformate into :
/** * If the selection is set, then we will use it to determine the * selected text. Else we will use the {@link * Textarea.getCaretLine()} method. */
Updated on 10/13/2005 - 23:11
Downloads: 1878
The filter actions are: remove in current buffer or write to a new buffer.
The filter is applied on: matching or not matching lines
The filter works on: the whole buffer or the selection (if it spans over mor than one line)
Based on the following macros: Retain_Or_Remove_Lines. by Jia Zhiming, Grep_Buffer.bsh and Reverse_Grep_Buffer.bsh by Robert Fletcher
Updated on 06/01/2008 - 20:30
Downloads: 1963
- Remove duplicated lines
- Ignore case sorting
Updated on 05/31/2008 - 13:07
Downloads: 5405
Updated on 01/08/2004 - 11:45
Downloads: 1988
Updated on 01/08/2004 - 11:47
Downloads: 1957
Sorts an outline.
Treats the selection or the buffer as an indented outline and sorts based on the leftmost indented "parents", carrying the subtrees with their respective parents.
Skips lines with jEdit auto-settings :setting=value: at the top or bottom of the file.
I keep all of my info in plain text outlines (Org-Mode style) and this allows me to sort my outlines.
Note: I bind this to 'CS+O s' (the two letter code Control-Shift-O s). I plan on writing more Outline macros in the style of Org-Mode and binding them to (refile: CS+O r, sort: CS+O s, capture: CS+O c, SearchToSparseTree: SC+O f, archive: CS+O a, jump: CS+O j, etc)
Handy Tip: hit 'control-e s' to select a tree before sorting to sort just one outline tree instead of the entire buffer.
Updated on 03/22/2011 - 19:37
Downloads: 1133
Updated on 10/14/2004 - 14:54
Downloads: 1788