listMarkers.bsh v0.1 by Saimon Moore
Submitted by
saimonm on
Thursday, 19 February, 2004 - 19:38
Displays a dialog similar to the hypersearch dialog
which list all the markers set in the current buffer. Clicking on the entry
takes you to the marker in the buffer.
Please feel free to improve on the presentation ;)
TADS mode (tads.xml v0.1 by Saimon Moore)
Submitted by
saimonm on
Thursday, 19 February, 2004 - 19:31
A syntax highlighting mode for the TADS (Text Adventure Design System) interactive fiction authoring system (See
this for more details).
Toggle Read Only (Toggle_Read_Only.bsh v1.0 by Ollie Rutherfurd)
Submitted by Anonymous on Wednesday, 18 February, 2004 - 02:32
Updated on 02/18/2004 - 02:36
Downloads: 1927
DocSynch ()
Submitted by
klizza on
Monday, 9 February, 2004 - 02:30
DocSynch is a collaborative editing system on top of IRC. By transforming single-user editors into multi-user editors, it allows to remotely edit text documents together. This plugin for jEdit is the first and the reference implementation.
You will need the IRC Plugin 2.0 and an IRC Server for communication. Currently you cannot edit in real-time, but you have to acquire a lock for a document before you can edit it. Improvements and new features concerning locking and real-time editing are planned for the next releases.
UPLOADING DOES NOT WORK FOR SOME REASON. PLEASE DOWNLOAD at the sourceforge project for DocSynch: http://docsynch.sourceforge.net
Javacc mode syntax def (javacc.xml v0.1 by Tom Wilczak)
Submitted by
twilczak on
Friday, 6 February, 2004 - 18:59
Syntax defintion file for javacc grammars.
-Modified version of java.xml that identifies tokens as keywords.
Definitely version .1, but it gets the job done.
Validate HTML (check_html1.bsh v1.00 by Lars Naber)
Submitted by
fixedsys on
Wednesday, 28 January, 2004 - 12:02
A Beanshell macro to check html files with an external software using the Console plugin.
You have to change the path to the checker in the macro for your needs.
RDF/OWL Mode (rdf.xml v1.0 by Ivan Herman)
Submitted by
herman_ivan on
Sunday, 1 February, 2004 - 17:09
To be used for RDF (Resource Description Framework) and OWL (Web Ontology Language) XML applications. For the
details of these XML Applications, used for the Semantic Web, see the Semantic Web Home page of the
World Wide Web Consortium: http://www.w3.org/2001/sw/.
This edit mode simply highlights the RDF/RDFS/OWL tags and attributes. Nothing fancy.
XP icons for jEdit (jedicons.jar v1.1 by Alain)
Submitted by
artisback on
Thursday, 29 January, 2004 - 03:07
A new release of XP icons for jEdit 4.2
Put this file in the directory $JAVA_HOME\jre\lib\ext
XP icons will be used automatically by jEdit instead of defaults one.
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.