Structure Background Highlighter (StructureBackgroundHighlighter.bsh v1.0 by Björn "Vampire" Kautler)
Submitted by
Vampire on
Wednesday, 6 April, 2011 - 20:38
A jEdit BSH script that replaces the box-around structure highlighter by highlighting the background of the match. Put it into one of your startup scripts folders and restart jEdit.
Sparse_Search (sparse_search.zip vV1.0 by Peter Theobald)
Submitted by
turtlecove on
Saturday, 5 March, 2011 - 11:39
Searches an indented outline and puts the results in a new buffer. The results will have the lines that had the text you searched for along with the parents of those lines for context. Emacs Org-Mode calls this a sparse-tree.
Two versions: one for plain text search and the other for regex search.
Download the two .bsh files and put them in your /jedit/macros folder. Then go to Utilities/Global Options/Shortcuts and set up keyboard shortcuts for sparse_search and sparse_search_regex (such as control-shift-F and control-shift-R).
Fullscreen macro (TrueFullscreen.bsh v0.1 by k3rni)
Submitted by
k3rni on
Tuesday, 7 August, 2007 - 09:20
A simple macro that toggles jEdit window to/from fullscreen mode. Disables window manager decorations, and sets the VM fullscreen window.
Works well on Linux. Windows testing shows that fullscreen window behavior is somewhat different.
Toggle_Toolbar.bsh v1 by Oswald
Submitted by
Oswald on
Saturday, 20 May, 2006 - 21:07
Toggle view of main toolbar. You can assign some shortcut for this macro and change view of main toolbar without opening Options dialog.
Splitpane Up (splitpane_up.bsh v1.0 by Claudio Vicari)
Submitted by
cvicari on
Monday, 31 January, 2005 - 16:49
Moves the main split pane in the active view towards the top, if vertical, or the left, if horizontal.
Splitpane Down (splitpane_down.bsh v1.0 by Claudio Vicari)
Submitted by
cvicari on
Monday, 31 January, 2005 - 16:47
Moves the main split pane in the active view towards the bottom, if vertical, or to the right, if horizontal. Useful if called via a keyboard shortcut, in order to easily hide/show file portions.
Toggle Split (Toggle_Split.bsh v0.5 by Claudio Vicari)
Submitted by
cvicari on
Monday, 15 March, 2004 - 16:30
Switches the main split pane between two open views, splits the pane if it's not already splitted
Full Screen (Full_Screen.bsh v1.0 by Carmine Lucarelli)
Submitted by
carmine on
Tuesday, 30 December, 2003 - 14:38
Macro to close/reopen all docked windows, essentially a "Full Screen" toggle
Auto Collapse Folds (Auto_Collapse_Folds.bsh v1.0 by Brad Mace)
Submitted by
Brad Mace on
Tuesday, 16 December, 2003 - 23:31
Expands/Collapses explicit folds based on them being preceded by a + or - ( +{{{ or -{{{ ). This lets you create a default expanded/collapsed state for each fold.