Text Squeezer (Squeeze_Empty_Lines.bsh v1.01 by tequilacat)
Submitted by
tequilacat on
Wednesday, 14 January, 2004 - 13:39
This macro is an improvement of standard "Join Lines" function.
-
When there is no selection in buffer, it joins current line and next NON-empty line, removing any whitespace content between them.
-
If some text is selected, all empty lines within selected regions are removed.
OpenIt Plugin (OpenIt-Plugin-1.03-binary.zip v1.03 by Matt Etheridge)
New OpenIt Plugin Version 1.03
* New "substring matching" functionality - if this configurable option is activated, any filename that contains this string will be found (previously the file was only found if the filename started with the specified string).
VB Script Commando File (vbscript.xml v0.1 by Nathan Jones)
Submitted by
NathanJones on
Tuesday, 13 January, 2004 - 10:43
A simple VB Script commando file. This will allow the current buffer to be run in the windows scripting host.
Insert Blank Lines (Insert_Blank_Lines.bsh v1.0 by Lee Turner)
Submitted by
lturner on
Thursday, 8 January, 2004 - 11:55
Beanshell macro to insert blank lines into a buffer.
Delete Blank Lines (Delete_Blank_Lines.bsh v1.0 by Lee Turner)
Submitted by
lturner on
Thursday, 8 January, 2004 - 11:54
Beanshell macro to delete all blank lines from a buffer. In this case a blank line a taken as a line with no characters on it (not even whitespace characters).
Move Line Up (Move_Line_Up.bsh v1.0 by Lee Turner)
Submitted by
lturner on
Thursday, 8 January, 2004 - 11:47
Beanshell macro to move a line up by one line.
Move Line Down (Move_Line_Down.bsh v1.0 by Lee Turner)
Submitted by
lturner on
Thursday, 8 January, 2004 - 11:45
Beanshell macro to move a line down by one line.
Ch Edit Mode (ch.xml v1.0 by Stephen Nestinger)
Submitted by
sodokan on
Tuesday, 6 January, 2004 - 20:16
A jEdit Edit Mode for use with Ch files.
SSA (SubStation Alpha) Edit Mode (ssa.xml v1.0 by Mark Rose)
Submitted by
theMug on
Thursday, 1 January, 2004 - 11:22
A jEdit edit mode for use with SSA subtitle files.
This mode covers the basic comma-separated layout of SSA files. Additional support for some of the finer points of SSA (special effects and commands) may be added at a later point.
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
ChangeLog edit mode (changelog.xml v0.1 by Stefan Kost)
Submitted by
ensonic on
Monday, 29 December, 2003 - 09:46
simple edit mode for GNU style ChangeLog files.
Outline edit mode (outline.xml v0.2 by Stefan Kost)
Submitted by
ensonic on
Monday, 29 December, 2003 - 09:45
Edit mode similiar to outline mode of (x)emacs.
Outline files are text files with a very simple structure, but ideal for writing down notes such as 'README', 'TODO' or 'INSTALL' files.
Search word under cursor in man pages, filter through man2html (man2html.bsh v0.1 by Stefan Kost)
Submitted by
ensonic on
Monday, 29 December, 2003 - 09:23
The macro grab the current selection or the word under the curser and runs a query against man2html cgi via infoviewer.
man2html :
- download from http://www.oac.uci.edu/indiv/ehood/man2html.html
- it is easy to install
YAML Edit Mode (yaml.xml v1.0 by Carsten Eckelmann)
Submitted by
careck42 on
Monday, 29 December, 2003 - 01:07
This is my first attempt of an edit mode for YAML (YAML ain't markup language). More information on YAML can be found at
http://www.yaml.org.
Perl Comando File (perl.xml v1.0 by pcause)
Submitted by
pcause on
Saturday, 27 December, 2003 - 14:59
A simple Perl commando file. Has compile and run options and you can set arguments.
JDiff Plugin for Jedit 4.2 pre xx (JDiffPlugin-1.4.1.jar v1.4.1 by Andre Kaplan/Mark Wickens)
Submitted by
NathanJones on
Tuesday, 23 December, 2003 - 09:06
This is the JDiff plugin for Jedit 4.2 as I could not find it anywhere on the site. Appologies if you can get it elsewhere.
php complete plugin (phpCompletion.zip v0.0.4 by matteo galiazzo)
Submitted by
eilart on
Saturday, 20 December, 2003 - 15:45
This is a completion-code plugin for php. It parses the working file, the included/required files, if they are reacheable, builds an object oriented representation of the code, then popups a window with the prompts.
The prompted elements are:
- global, local variables (and the parameters if we are inside a function);
- methods and variables of a class and the classes it extends from if we type -> after an object instance;
- methods of a class if we type :: after a class name;
- php functions from the selecteds function groups and predefined variables;
- defines.
You can switch-off/on the prompted elements with the checkboxes in the option panel.
jEdit XP icons (jedicons.jar v1.0 by alain)
Submitted by
Brad Mace on
Friday, 19 December, 2003 - 06:50
Windows XP icons for jEdit Put this file under \jre\lib\ext and those icons will be used automatically by jEdit instead of default's one
ColdFusion scheme (ColdFusion.jedit-scheme v1.0 by Joshua Miller)
Submitted by
Brad Mace on
Friday, 19 December, 2003 - 06:44
This scheme emulates Macromedia HomeSite / ColdFusion Studio in appearance. This will help out those who may want to move to JEdit and also those who develop on Linux or Mac OS.
JBuilder scheme (JBuilder.jedit-scheme v.001 by Eric Ordway)
Submitted by
Brad Mace on
Friday, 19 December, 2003 - 06:44
This is a quick knock off the JBuilder text coloring that helped me move over from JBuilder