Text
Macros that manipulate text
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: 1968
- Remove duplicated lines
- Ignore case sorting

Updated on 05/31/2008 - 13:07
Downloads: 5410
Updated on 01/08/2004 - 11:45
Downloads: 1993
Updated on 01/08/2004 - 11:47
Downloads: 1962
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: 1138
Updated on 10/14/2004 - 14:54
Downloads: 1793
Updated on 05/02/2008 - 21:41
Downloads: 1359
Updated on 07/04/2008 - 11:19
Downloads: 1517
Updated on 01/08/2007 - 15:38
Downloads: 1169
Updated on 03/11/2004 - 15:19
Downloads: 1987