G77 Commando File (g77.xml v1.0 by Christos Tsironis)
Submitted by
ctsir on
Friday, 2 December, 2005 - 08:08
Compiles the current buffer using the G77 Fortran compiler. Works under both Linux and Windows. This compiler has a large variety of options; only a part of the most common options are included in this version (for the rest of the options see g77 -v --help).
Lahey-Fujitsu Fortran 95 Commando File (lf95.xml v1.5 by Christos Tsironis)
Submitted by
ctsir on
Tuesday, 29 November, 2005 - 15:58
Compiles the current buffer using the Lahey-Fujitsu Fortran compiler. Works under Linux (not tested yet in Windows). Contains the most frequently used options for the compiler (for the rest of the options see lf95 --help).
Syntax highlighting for YACC ( Bison ) grammar files. A small patch. (yacc.xml vv1.0.1 by Brad Mace)
Submitted by
Siver on
Thursday, 17 November, 2005 - 09:31
Syntax highlighting for YACC ( Bison ) grammar files. Now it's compartible with jEdit 4.2f
ToggleHeaderSource.bsh 0.4 (Toggle_Header_Source.bsh v0.4 by Alan Ezust)
Submitted by
AlanEzust on
Wednesday, 9 November, 2005 - 15:09
A jedit beanshell macro that toggles your current buffer
between the header file (.h) and the source file (.cpp).
Enables you to switch the current text
buffer between c++ header and sourcecode
file. If the file does not already exist, it opens a buffer
of that name for you (!).
Version 0.4 also works with other filename extensions (.c, .cxx).
LogViewer 0.6 beta (LogViewer.jar v0.6 by Dale Anson)
Submitted by
daleanson on
Thursday, 3 November, 2005 - 20:51
I've made a bunch of changes to LogViewer to better support parsing of log files so irrelevant entries can be skipped, and only relevant portions of the log file displayed. I'm still working on the documentation, but the example xml configuration file in the help for the plugin has fairly detailed explanations. Please post feedback on the jEdit users list.
ProjectViewer 2.1.1 Beta (ProjectViewer.jar v2.1.0.91 by Marcelo Vanzin)
Submitted by
vanzin on
Saturday, 8 October, 2005 - 23:06
New beta version of next ProjectViewer release. This version contains a few bug fixes reported from the previous beta, some fixes to the extension mechanism for other plugins, and a new event used by the next release of Console.
Escape Properties (Escape_Properties.bsh v0.2 by Rainiero Rainoldi)
Submitted by
rainierito on
Friday, 28 October, 2005 - 09:42
This macro converts the selected text into a sequence of escaped chars the same way the method store() of class java.util.Properties would do. It is very useful for writing language properties files from source files originally in other encodings. It escapes also : and \ and all that stuff problematic in a properties file.
Just justify it ! (Justify.bsh v1.0 by Baldurien)
Submitted by
Baldurien on
Tuesday, 11 October, 2005 - 15:06
This macro will allow you to justify a list of word like The Bat (an email client) does. Also, when you are in a doc block (javadoc, phpdoc or jsdoc, etc) the macros will automaticly add the '*'. When nothing is selected, the macros will take text from the line where the caret is, until an empty line (only space, or only space with '*', or '*/' for docblock). Else it will take the text between the start line and end line of the selection. Note : you may have to customise (edit) the macro to get better result.
A quick example [the comment is normally on one line, but it would broke up html presentation]
/**
If the selection is set, then we will use it to determine \
the selected text. Else we will use the {@link Textarea.ge\
tCaretLine()} method.
*/
Transformate into :
/**
* If the selection is set, then we will use it to determine the
* selected text. Else we will use the {@link
* Textarea.getCaretLine()} method.
*/
My_Theme.bsh (mytheme.bsh v1.0 by Delvin Johnson)
Submitted by
delvinj on
Tuesday, 11 October, 2005 - 22:24
This example shows how to create a custom MetalTheme for jedit. Save in .jedit/startup.
Shuffle Lines Macro (Shuffle_Lines.bsh v1.0 by DreamTangerine)
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.
Geo coordinates converter macro (Coordinates_convert.bsh v1.0 by Rolandas A.)
Submitted by
Driezas on
Wednesday, 28 September, 2005 - 12:53
This macro converts geografical coordinates between degree.decimal and degree minutes seconds.decimal formats and vice versa. Created primary for X-plane flightsim related development. Maybe will be usefull for anyone.
If you have any comments or suggestions contact me by email rolandas dot ananijevas at gmail dot com.
Editmodes for SwitchBuffer (EditmodesForSwitchBuffer.jar v0.1 by Jeroen Budts (TeRanEX))
Submitted by
TeRanEX on
Monday, 26 September, 2005 - 21:38
A dataprovider for the new SwitchBuffer, which is currently in beta and can be found here, to make it possible to change the editmode of a buffer, by using SwitchBuffer.
You can get the source by using DARCS:
$ darcs get http://dev.budts.be/darcs/jedit/EditmodesForSwitchBuffer
Also available from http://dev.budts.be/releases/jedit/EditmodesForSwitchBuffer/
Macro_Popup.bsh v1.0 by Delvin Johnson
Submitted by
delvinj on
Thursday, 15 September, 2005 - 08:37
A Macro popup menu
Character_Info.bsh v1.0 by Delvin Johnson
Submitted by
delvinj on
Thursday, 15 September, 2005 - 01:14
Shows you the codepoint, hexvalue and classification of the characters selected in the textarea.
View tree (View_tree.bsh v1.0 by Delvin Johnson)
Submitted by
delvinj on
Thursday, 15 September, 2005 - 01:05
View_tree.bsh -- View jEdit's component heirarchy.
jEdit Mel Sender v0.1 (jEditMelSender_v0.1.rar v Macros to by nazz78)
Submitted by
nazz78 on
Friday, 9 September, 2005 - 23:15
A set of macros which send current buffer (file that is beeing worked on) in Maya where it is evaluated. Now you do not have to copy/paste text to script editor anymore since macros are taking care of it.
You have three options:
Send to Maya - sends whole buffer to Maya and evaluates it
Send Selected to Maya - sends only selected text to Maya and evaluates it
Source in Maya - sources current buffer in Maya (for large scripts)
Macros were created on Windows XP (jEdit 4.3 pre 1 and Maya 7.0), but I think they sould work on Linux and Mac also.
Please see included instructions on how to set everything up.
Get_Screen_Color.bsh v1.0 by Delvin Johnson
Submitted by
delvinj on
Thursday, 8 September, 2005 - 18:20
Get_Screen_Color.bsh: A small text field that shows RGB or
Hexadecimal color value for the current mouse coordinate. Usage:
- Press UP or DOWN to toggle RGB/Hexadecimal values
- Press ENTER to copy the current value to the clipboard and stop.
- Press ESCAPE to stop without copying.
Requires JRE 1.5 or later
Screenshot.bsh v1.0 by Delvin Johnson
Submitted by
delvinj on
Thursday, 8 September, 2005 - 18:15
Take a screenshot of your desktop and save it as a PNG file.
Replace HTML/XML tags (Replace_Tags.bsh v1.0 by De Franciscis Dimitri megadix@gmail.com)
Submitted by
megadix on
Wednesday, 7 September, 2005 - 13:59
Replace an HTML/XML tag with another, preserving all the rest:
- attributes (even with incorrect syntax)
- whitespace
- character data
Infoviewer Help Macro for PHP, XSLT, HTML, CSS (infoviewer_help.bsh v1.0 by Piero Orsoni)
Submitted by
pallas on
Friday, 26 August, 2005 - 11:38
This simple macro shows contextual help for a keyword by loading an online web page into the infoviewer plugin (which is required).
It currently supports 4 edit modes: PHP, XSLT, HTML, CSS. Each mode is associated to a web site offering documentation about that language.
By assigning a shortcut to it (like ctrl-F1) you can reproduce the behaviour of many other editors.