Macro Bundles
Macros contained in zip, gzip, or anything besides plain text format. Macros uploaded in this format will not be available through the Macro Manager plugin.
Updated on 12/17/2003 - 01:54
Downloads: 1985
This macro bundle is inspired by Emacs’ set-goal-column function.
Installation instructions:
- Unzip the archive in your JEdit settings directory.
- Optionally, set shortcuts for Set Goal Column, Go to Goal Column of Next Line, Go to Goal Column of Prev Line, and Go to Goal Column of Current Line.
Usage:
- Running Set Goal Column sets the goal column to the current column. (The default goal column is column 1.)
- Running Go to Goal Column of Next Line, Go to Goal Column of Prev Line, or Go to Goal Column of Current Line moves the caret to the goal column of the next, previous, or current line, respectively, regardless of the caret position in the current line.
Updated on 06/07/2015 - 21:05
Downloads: 4034
Updated on 12/17/2003 - 01:53
Downloads: 2993
Updated on 12/17/2003 - 01:52
Downloads: 2411
PrevWord.bsh - like Go to Previous Word (Eat Whitespace) but don't eat whitespace in front of the word.
SelectPrevWord.bsh - like Select Previous Word (Eat Whitespace) but don't eat whitespace in front of the word.
BackspaceWord.bsh - like Delete Previous Word (Eat Whitespace) but don't eat whitespace in front of the word.
Using these for the shortcuts C-left, CS-left, and C-backspace gives you word movement that always stops at the beginning of words, but does not stop at the end of words. (For the 'Next' variants use the standard actions with (Eat Whitespace))
The Move_Selection_* macros allow you to ... well, move the current selection around. If you like you can bind them to complicated shortcuts and ruin your fingers. ;-)
(I use AS- plus the standard movement keys... e.g. ASC-left to move past one word on the left)
There is lots of ugly code duplication in these macros, but I guess it's ok as these should not be macros but builtin anyway. :-)
Updated on 04/07/2006 - 15:07
Downloads: 1281
Updated on 08/09/2008 - 15:10
Downloads: 1072
A set of three simple bean shell macros that are designed to replace the built in copy/cut/paste functions in JEdit. They basically allow for treating the current line as selected if there is no selection. Detailed behaviour in a html file in the zip. I map ctrl-c/ctrl-x/ctrl-v and the toolbar buttons to these.
The three macros are in a zip file so that all 3 travel together as they are only useful as a set.
Tested on JEdit 4.1pre2 4.1pre7
There is no change to code from previous release on JEdit community site
Updated on 04/06/2004 - 05:00
Downloads: 2210
Updated on 11/16/2004 - 12:28
Downloads: 1578
Updated on 03/25/2012 - 10:20
Downloads: 1077