JEdit Macros
JEdit Macros
Goal column macros
Goal column macros (version 20091211) for JEdit (tested with version 4.3pre18).
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, andGo to Goal Column of Current Line.
Usage:
- Running
Set Goal Columnsets 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, orGo to Goal Column of Current Linemoves the caret to the goal column of the next, previous, or current line, respectively, regardless of the caret position in the current line.