jEdit Community - Resources for users of the jEdit Text Editor
GNOME Icons for jEdit (gnome_jedit_icons.jar v0.1 by yogi)
Submitted by yogesh_4u on Thursday, 17 June, 2004 - 12:41
Based on recent post by some one I just created Gnome icons for jEdit 4.2 Put this file in the directory $JAVA_HOME\jre\lib\ext Gnome icons will be used automatically by jEdit instead of defaults one. n-joy :)
LaTeX mode bug fix (latex.xml v1.2 by Thomas Alspaugh)
Submitted by alspaugh on Wednesday, 9 June, 2004 - 19:30
Correctly highlights single-character accents, most notably \", whether or not the character is in {}. v1.1 required the character to be in {}.
JavaCore-aware JCompiler Plugin (JCompiler.zip v1.6.1 by Doug Breaux)
Submitted by doug on Tuesday, 1 June, 2004 - 02:59
I created a JavaCore-aware version of JCompiler. First, I created a 4.2 version of JCompiler and called it 1.6.0 in its .props file. (The Plugin Central version is 1.5.0). I did put this version into CVS, but I forgot to ask the current maintainer's permission, so I may need to back that out.

In the meantime, I created a local version I called 1.6.1 that added basic interaction with JavaCore. It requires JavaCore and obtains its classpath and sourcepath from that plugin. However, I also provided and registered a simple JavaCore JCompilerClasspathSource implementation that simply uses the existing JCompiler OptionPane HistoryTextFields as the source.

If "JCompiler" is selected in JavaCore's option pane, JCompiler behaves exactly as it does today, except that I've rearranged the option pane to put classpath and sourcepath at the bottom.

If something other than "JCompiler" is selected in JavaCore, the JCompiler classpath and sourcepath fields on its option pane are disabled and a JLabel is added explaining that fact.

NOTE: Either way, the other JCompiler "classpath" options will still be added to what JavaCore returns: Required Library Path, Output Directory, and package of current source file.

I can see that this behaviour, as well as some others, are things some people might like to see done differently, and that's fine. Hopefully this is at least a good starting point and maybe even immediately beneficial to people wanting to use the Ant ClasspathSource implementation.

I'm uploading a zip with both the source and the compiled jar.

A Neater jEdit icon for Windows (jedit.ico v1.0 by Anthony Roy)
Submitted by antroy on Friday, 21 May, 2004 - 15:01
A version of the default jEdit icon, but with the white surplus around the edges trimmed away. Includes 32x32 and 16x16 images.
Submitted by Anonymous on Thursday, 1 January, 1970 - 00:00
n/a
LilyPond mode (lilymode.xml v2.2.0 by Bertalan Fodor)
Submitted by fodber on Saturday, 24 January, 2004 - 09:01
Edit mode for LilyPond, the GNU Project music typesetter.
AntHelper for JavaCore (AntHelperForJavaCore.tar.gz v0.4 by Robert Fletcher)
Submitted by rfletch6 on Tuesday, 27 April, 2004 - 12:58
A JavaCore service that gets classpath/sourcepath from AntHelper. Requires JavaCore 0.7+ and AntHelper 0.8.4+. This version improves behaviour when dealing with files that do not have a build.xml.
minor updates for VOGen macro (VOGen.bsh v1.1 by Jia Zhiming)
Submitted by jiazhimi on Tuesday, 27 April, 2004 - 03:57
Some minor changes to VOGen macro, changes include:
1. removed java edit mode checking, now a new buffer can perform VOGen before saving.
2. added in check to verify the buffer contains matching brackets, if no matching bracket alert the user, instead of fialed to generate content and leave user in the lurch.
3. added in version number in comments
Enjoy.
Note:
The macro support incremental VO generation. Means if you added in some new variables into existing generated java file, the macro will only generate get and set methods for newly added variables.
The macro retains the original format.
Ocaml Edit mode (ocaml.xml v0.1 by Tobias Elze)
Submitted by tobias-elze on Thursday, 22 April, 2004 - 14:10
Edit mode for the programming language Objective Caml (http://www.ocaml.org ).
XInsert Colour Palettes (colours.insert.xml v1.0 by Mohammed Badran)
Submitted by mbadran on Sunday, 18 April, 2004 - 15:39
An XInsert insert for some common colour palettes.
Country Code (Country_Code.bsh v1.0 by Mohammed Badran)
Submitted by mbadran on Sunday, 18 April, 2004 - 13:46
Prompts for a two-letter country code and displays the corresponding country name.
Serene (serene.jedit-scheme v1.0 by Mohammed Badran)
Submitted by mbadran on Sunday, 18 April, 2004 - 13:27
A comfortable light blue scheme designed to match the Kunststoff Look&Feel.
JavaCC mode syntax (javacc.xml v0.2 by Alexander Klimetschek)
Submitted by klizza on Saturday, 17 April, 2004 - 18:06
An updated version based on the javacc.xml v0.1 by Tom Wilczak. It highlightes used TOKENs better (based on a regexp), so that stuff like <MY_TOKEN> gets highlighted, but TOKEN definitions, which often include string literals, are displayed as normal. Also makes )?, )* and )+ as KEYWORD3.
mergLine macro (MergLine.bsh v1.0 by Jia Zhiming)
Submitted by jiazhimi on Wednesday, 14 April, 2004 - 10:05
The macro merg lines of text into one comma divided line similar to " in ('a','b','c')" and copy the line. It works with line containing numbers or text. so " in (1,2.2,4.35)" also possible. It is mainly to help create SQL from some existing data.
VOGen macro (VOGen.bsh v1.0 by Jia Zhiming)
Submitted by jiazhimi on Wednesday, 14 April, 2004 - 09:39
Basicly it helps you to generate get/set methods from java class/instance variables. Unlike the "Make Get and Set Methods" macro, the operation is over the whole buffer, so there is no need to choose which portion to operate on. Quite easy to use. enjoy. :)
List_Dirty_Buffers.bsh v1.0 by Lee Turner
Submitted by lturner on Wednesday, 14 April, 2004 - 08:16
Beanshell macro to provide a simple message box telling you whether there are any dirty buffers. If all buffers are saved, a message will appear telling you there are no dirty buffers, otherwise a message will appear listing all the buffers that are dirty. This is useful if you like all available screen space to develop (no toolbars, no no docked plugins visable etc).
Search Ruby documentation v0.2 (Search_Ruby_documentation.bsh v0.2 by Rob McKinnon)
Submitted by robmckinnon on Wednesday, 25 February, 2004 - 06:42

Allows user to search Ruby documentation using ri (Ruby interactive reference). I map this to: ctrl+r ctrl+i

  • Brings up dialog for user to enter search term.
  • Macro runs ri on term, and reports ri results in another dialog.
  • Remembers last term searched, and places it in search entry field.
  • If user has selected text, then that is placed in search entry field instead.

New in 0.2: lengthly results placed in scroll pane; handle error that occurs when results overflow native system's std out buffer.

See other ideas for Ruby editing macros.

IntelliWrap (IntelliWrap.bsh v0.3 by Shoban Jayaraj)
Submitted by shoban on Tuesday, 30 March, 2004 - 14:41
Given a selected text, tries to wrap the selected text based on prefix strings. Great when adding multi-line comment text that needs to be prefixed with special characters. I wrote it to emulate EMACS 'fill-paragraph' so that comments can be wrapped so as to not exceed a fixed limit.

Can also be used for non-programatical tasks like prefixing replied mail text with '>' etc.

Version 0.3 takes the selection properly into consideration
Version 0.2 incorporates the GPL header to the macro.

Taskbar macro (html_taskbar.bsh v1 by Jerome)
Submitted by jerome on Tuesday, 6 April, 2004 - 07:57
This macro illustrates the creation of a simple taskbar. In this example, the taskbar allows easy editing of HTML documents by inserting some tags, but it will be easily customized.
Smart Cut/Copy/Paste Macros (SmartCopyCutPasteLine1.0.zip v1.0 by Robin Luiten)
Submitted by rluiten on Tuesday, 6 April, 2004 - 04:59
Smart Copy/Cut/Paste Text macro for JEdit (v1.0 rerelease 2004/04/06)

A set of three simple bean shell macros that are designed to replace the built in copy/cut/paste functions in JEdit. They basically allow for treating the current line as selected if there is no selection. Detailed behaviour in a html file in the zip. I map ctrl-c/ctrl-x/ctrl-v and the toolbar buttons to these.

The three macros are in a zip file so that all 3 travel together as they are only useful as a set.

Tested on JEdit 4.1pre2 4.1pre7
There is no change to code from previous release on JEdit community site
User login
Browse archives
« May 2024  
MoTuWeThFrSaSu
 
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
 
Poll
Are you interested in language packs for jEdit?
Yes, and I could help maintain translations
26%
Yes, I'd like to have translations
32%
Indifferent
35%
No, that'd be bad (please comment)
7%
Total votes: 1093
Syndication
file   ver   dls
German Localization light   4.4.2.1   83281
Context Free Art (*.cfdg)   0.31   46055
BBEdit scheme   1.0   18595
JBuilder scheme   .001   18495
ColdFusion scheme   1.0   18024
R Edit Mode - extensive version   0.1   17473
Advanced HTML edit mode   1.0   16206
Matlab Edit Mode   1.0   16068
jEdit XP icons   1.0   15229
XP icons for jEdit   1.1   14293