SVN Log (svn_log.bsh v1.0 by Dale Anson)
Submitted by
daleanson on
Sunday, 26 November, 2006 - 17:31
Console plugin is required. SVN command line client is required. Works on current buffer only. I add it to the text area context menu (right click on the text area, then "Customize this menu").
SVN Info (svn_info.bsh v1.0 by Dale Anson)
Submitted by
daleanson on
Sunday, 26 November, 2006 - 17:30
Console plugin is required. SVN command line client is required. Works on current buffer only. I add it to the text area context menu (right click on the text area, then "Customize this menu").
SVN Commit (svn_commit.bsh v1.0 by Dale Anson)
Submitted by
daleanson on
Sunday, 26 November, 2006 - 17:29
Console plugin is required. SVN command line client is required. Works on current buffer only. I add it to the text area context menu (right click on the text area, then "Customize this menu").
SVN Add (svn_add.bsh v1.0 by Dale Anson)
Submitted by
daleanson on
Sunday, 26 November, 2006 - 17:28
Console plugin is required. SVN command line client is required. Works on current buffer only. I add it to the text area context menu (right click on the text area, then "Customize this menu").
SVN update (svn_update.bsh v1.0 by Dale Anson)
Submitted by
daleanson on
Sunday, 26 November, 2006 - 16:49
Macro to run SVN update. The SVN command line client needs to be installed separately.
An Office / Silk icon mix (jedit_windowsofficesilkmix_icons.jar v1.0 by various)
Submitted by
Denyer on
Sunday, 30 April, 2006 - 16:20
For anyone who'd prefer jEdit to look and feel more like a regular Windows application. To use, simply copy the .jar file into your $JAVA_HOME/jre/lib/ext directory and restart jEdit. Some icons from Silk by Mark James. Built for jEdit 4.3pre3 but I think should be fine with earlier versions, and seems okay with later pre-release versions as well.
ABB RAPID edit mode (jEdit-ABB_RAPID.zip v0.0.1 by Andrew Thompson)
Submitted by
andrewt on
Thursday, 23 November, 2006 - 05:28
Edit mode for jEdit 4.2 for ABB RAPID robot programming language.
Note this is not 100% complete. It has been some time since I worked on this, but thought I should make this available "as-is" at least. Please feel free to develop it!
In particular, there is no auto un-indent - as far as I know this was not supported by jEdit 4.2
Includes code browser support via ctags.
javaIndent.bsh v1.0 by Pierre Grimaud
Submitted by
pieroxy on
Saturday, 21 October, 2006 - 13:53
This macro will ident the selected lines in the current buffer. The identation of the first line will serve as a reference.
Note that the code isn't changed, just some whitespaces added (or removed) at the beginning of each lines.
Line 38 and 67 to 81 you can configure your preferred indentation sizes.
Updated Tcl Edit mode (tcl.xml v2006/10/20 by Jean-François Larvoire)
Submitted by
larvoire on
Friday, 20 October, 2006 - 14:56
Hello,
Here's a much improved Tcl language edit mode, based on the one in the latest source.
Changes:
- Fixed comments detection: Only # at the beginning of Tcl commands are comments!
- Quoted strings can span multiple lines.
- Added recursive in-string substituted command and variable analysis.
- Added numerous missing tcl keywords and variables up to version 8.4.14.
- Removed $ on global variable keywords, as they're often used with $::.
- Added Expect keywords, as KEYWORD2. ("send" was already in tk as KEYWORD2)
- Avoid colouring substituted variables that are homonyms of a keyword.
- Highlight hexadecimal numbers too.
Known limitations:
- Unbalanced quotes or brackets within braces, such as in regular expressions,
will confuse the analysis. Add behind the confusing instruction a ;# comment with
closing quotes and brackets, to trick it into thinking it's balanced again.
Known bugs (Were there before, and I failed to fix them):
- \c escape colouring does not work for escapes embedded in words.
I attemted numerous workarounds using spans and regexps, but they
all seem to fail to detect anything beginning with a \. And using
NO_ESCAPE="TRUE" does not help.
- {} within quoted strings should not affect indentation.
Any hint at how to fix the last two known bugs is welcome!
ruby snippets for jedit (ruby_rhtml_snippets.zip v1)
Submitted by
nicolias on
Tuesday, 17 October, 2006 - 00:07
These are the snippets that were at http://synthesis.sbecker.net/articles/2006/03/20/jedit-snippets-for-ruby-on-rails
HTML Strong tags (HTML_Strong.bsh v1.0 by grasshopper)
Submitted by
grasshopper on
Monday, 16 October, 2006 - 10:59
A simple macro to enclose a string in strong tags.
Enhanced PL/SQL Mode (pl-sql.xml v(taken fro by Uwe Pliha)
Submitted by
uhuebner on
Wednesday, 11 October, 2006 - 14:38
- added all DBMS-Packages as keyword3
- added all predefined exceptions as keyword4
HTML ordered list template (html_OL.vm v1.0 by De Franciscis Dimitri)
Submitted by
megadix on
Wednesday, 4 October, 2006 - 08:47
HTML ordered list template with prompt for number of items
HTML unordered list (html_UL.vm v1.0 by De Franciscis Dimitri)
Submitted by
megadix on
Wednesday, 4 October, 2006 - 08:47
HTML unordered list with prompt for number of items
HTML table template (html TABLE.vm v1.0 by De Franciscis Dimitri)
Submitted by
megadix on
Wednesday, 4 October, 2006 - 08:44
HTML table template with prompts for columns, rows, headers
(X)HTML page template (xhtml page.vm v1.0 by De Franciscis Dimitri)
Submitted by
megadix on
Wednesday, 4 October, 2006 - 08:42
(X)HTML page template, with prompts for title, encoding, JS and stylesheet
Simple PHP4 class template (php_class.vm v0.2 by Jarek Wasilewski)
Submitted by
orajo on
Tuesday, 12 September, 2006 - 20:56
This is a simple template/creator of PHP 4 class with optional extended class. If extended class is defined then call of parent constructor is also added. But there is problem with indentation of constructor method :(
GNOME Clearlooks icon theme for jEdit (jedicons-clearlooks.jar v0.1)
Submitted by
Oswald on
Thursday, 17 August, 2006 - 20:47
This icon set is based on GNOME Icons for jEdit, but contains icons from Clearlooks icon theme, instead of GNOME default icons
Put this file in $JAVA_HOME/jre/lib/ext (I have it in /usr/java/jre1.6.0/lib/ext) and restart jEdit.
See screenshot
Open_Last_Closed_Buffer.bsh v0.1 by Jakub Roztocil
Submitted by
Oswald on
Monday, 21 August, 2006 - 09:28
Opens last closed buffer.
Close non project files (Close_non_project_files.bsh v1 by Jakub Roztocil)
Submitted by
Oswald on
Wednesday, 16 August, 2006 - 15:46
This macro closes opened buffers which are not members of current project.