Text
Macros that manipulate text
Toggle Line Comment (Toggle_Line_Comment.bsh v1.5 by John Gellene)
Submitted by Wednesday, 6 February, 2008 - 13:40
on
The title says it all.
This highly useful macro has once been part of the default install of Jedit.
Since the macro is missing in recent development versions of Jedit and I couldn't find
it in the internet I decided to upload the file here, for the purpose of conservation.
All credit to John Gellene. In recent versions of Jedit (4.3pre13 and later) the GnuRegexp-plugin
is required for this macro. Similar functionality is provided by the TextTools-plugin.
Updated on 03/17/2008 - 08:48
Downloads: 1314
UpdateIndex (UpdateIndex.bsh vV1.0 by Peter Theobald)
Submitted by Wednesday, 17 November, 2010 - 02:30
on
Macro for keeping an "index" or "table of contents" at the top or bottom of an outline file. It assumes all non-indented lined are headers with indented content following each header. Also assumes there is a header titled "Index".
UpdateIndex scans the current buffer, makes a list of all the headers, and replaces the section titled "Index" with this list.
UpdateIndex scans the current buffer, makes a list of all the headers, and replaces the section titled "Index" with this list.
For example: Index old items no longer present shopping list peaches apples calls to make call Larry call Moe call Curly After running UpdateIndex macro the file will be: Index shopping list calls to make shopping list peaches apples calls to make call Larry call Moe call CurlyIt works really well in conjunction with my WikiWord.bsh macro which can turn each header into an active link.
Updated on 11/17/2010 - 02:30
Downloads: 852
Upper/Lower/Invert/Capitalize Case Macros WHITHOUT unselecting text (CaseMacros.zip v1.0 by Pascal Dal Farra)
Submitted by Wednesday, 15 December, 2004 - 17:25
on
4 separated macro that allows to change word case of selected text WHITHOUT unselecting text:
- - Upper Case
- - Lower Case
- - Invert Case
- - Capitalize Case
Updated on 05/30/2008 - 20:51
Downloads: 4415
Vim-Style Left and Right (vim-movement.zip v1.0 by Damien Radtke)
Submitted by Monday, 9 November, 2009 - 18:41
on
These two macros are intended to replace jEdit's default "Go To Next Character" and "Go To Previous Character" actions. When used, pressing left or right will never move the cursor up or down. Normally, if left is pressed at the beginning of a line, the cursor moves up a line, and when pressing right at the end of a line, it goes down one. With these macros, in both cases, the cursor stays where it is.
Updated on 11/09/2009 - 18:41
Downloads: 814
There are 480 downloads in our database