BeanShell Macros
-
C and C++ (6)
-
Caret (3)
Macros that move the caret or change the selection -
Execution (4)
Macros for running scripts or external programs -
Files (17)
Macros that deal with files or buffers -
Focus and Visibility (9)
Macros which move the focus or change the visibility of certain GUI elements -
HTML and XML (7)
-
Information (10)
Macros for finding and/or displaying information -
Java (8)
Java-specific macros -
Text (34)
Macros that manipulate text -
Version Control (13)
SelectToMatchingTag.bsh (selectToMatchingTag.bsh v0.2 by Saimon Moore)
Submitted by Thursday, 20 January, 2005 - 16:07
on
Selects all text between the current tag and the matching tag. (This requires the XML plugin.)
In fact code is slightly modified from the xml plugin action xml.XmlActions.matchTag.
So this could just be added to the xml plugin itself.
In fact code is slightly modified from the xml plugin action xml.XmlActions.matchTag.
So this could just be added to the xml plugin itself.
Updated on 01/20/2005 - 16:17
Downloads: 1556
Select_All_or_Lines.bsh v1.0 by AhLeung Cheng
Submitted by Saturday, 24 January, 2015 - 19:43
on
If no selection, then select all.
Otherwise, select the whole lines for all selected lines.
Updated on 01/24/2015 - 19:43
Downloads: 3416
Select_Find_Next.bsh - a BeanShell macro script to multi-select next match. (Select_Find_Next.bsh v1.0 by AhLeung Cheng)
Submitted by Saturday, 6 December, 2014 - 21:58
on
Updated on 12/21/2014 - 07:05
Downloads: 2122
Select_HyperSearch_Matches.bsh (modified) (Select_HyperSearch_Matches.bsh v1.01 by Ollie Rutherfurd (modified by Saturn))
Submitted by Wednesday, 11 August, 2004 - 06:48
on
selects all matches for the last HyperSearch in the current EditPane
Updated on 08/11/2004 - 06:48
Downloads: 1918
Select_Word.bsh v1.0 by AhLeung Cheng
Submitted by Sunday, 21 December, 2014 - 07:01
on
Replace the built-in textArea.selectWord() which may select non-word characters even if there is a word on the left of the caret
Updated on 12/21/2014 - 07:01
Downloads: 1643
Set of my jEdit Macros (taat_jedit_macros.zip v1.0 by Tomek Pęszor)
Submitted by Saturday, 16 February, 2008 - 23:22
on
A set of my jEdit macros.
See description at:
http://taat.pl/jedit/
Note: This is zipped file. Extract it before placing in settings directory.
All macros as a separate files can be downloaded from http://taat.pl/en/jedit/
Updated on 07/07/2008 - 08:28
Downloads: 1300
Shuffle Lines Macro (Shuffle_Lines.bsh v1.0 by DreamTangerine)
Submitted by Thursday, 6 October, 2005 - 17:58
on
a BeanShell macro script for shuffling the order of lines in a buffer. If there are selections, the lines in the selections will be shuffled, otherwise the whole buffer will be shuffled.
Updated on 10/06/2005 - 17:58
Downloads: 1288
Toggle Word Wrap (Toggle Word Wrap.bsh v1.0 by Lee Turner)
Submitted by Thursday, 26 February, 2004 - 09:44
on
Beanshell macro to toggle word wrap for the current buffer in the order of none, hard, soft.
Updated on 02/26/2004 - 09:44
Downloads: 1784
Unicode Escape (Unicode_Escape.bsh v1.0 by Robert Fletcher)
Submitted by Tuesday, 16 December, 2003 - 10:41
on
Converts all selected characters to Java-style unicode escapes (e.g. \u0000) unless the selection is a sequence of unicode escapes in which case they are converted back to characters.
Updated on 12/16/2003 - 10:41
Downloads: 2051
Write Active Plugins to Buffer (Write_Active_Plugins_To_Buffer.bsh v1.0 by Jeroen Budts (TeRanEX))
Submitted by Wednesday, 17 August, 2005 - 21:12
on
This macro creates a new buffer an writes a list of currently active plugins to it. The list is formatted in DokuWiki's table syntax. (formatting can easily be changed)
Updated on 08/18/2005 - 01:58
Downloads: 1355
There are 480 downloads in our database