jEdit Community - Resources for users of the jEdit Text Editor
LazyImporter ()
Submitted by mbirth on Tuesday, 31 August, 2004 - 10:39
Fixed a bug with double-slashes in strings causing LazyImporter to hang at "Creating JavaClass..." because it thought it was a comment from there and didn't recognize the closing quot.mark of the string. Changed files are JavaCommentStripper.java and JavaUtilities.java.
XInsert (XInsert-1.91.zip v1.91 by Markus Birth)
Submitted by mbirth on Tuesday, 31 August, 2004 - 09:52
Added new feature to XInsert: Show hints (tooltips) for tags, works fine with 4.2final. Example wikipedia.insert.xml included. Changed files from 1.9 source are: xinsert.dtd, XInsertHandler.java, XTree.java, XTreeItem.java.
Find Next Selected (Find_Next_Selected.bsh v1.01 by Dan Ferreira)
Submitted by DanF on Tuesday, 24 August, 2004 - 18:19
Got this idea from UltraEdit32, where I'd often skip the Find dialog by just selecting text and searching for its next occurrence. I never found another editor that provided this simple functionality, and now jEdit can do it with this macro!

If there's no selection, it looks for the next occurrence of your last search (issues a "find-next" action). It's meant to be an improved "find-next", so you can remap your "find-next" shortcut to this macro if you want to.


New in version 1.01:

- Special behavior when regular expressions enabled: if the current selection matches your regexp search string, then it issues a "find-next" action (so it won't disrupt ongoing regexp searches); otherwise, the selected text becomes the new regexp search string; if the new regexp search string is invalid, a regular search is performed (sounds more complicated than it actually is, the point is that now it handles regular expressions nicely :-) )
BufferLocal 1.2 update (BufferLocalPlugin.jar v1.2 by Dale Anson)
Submitted by daleanson on Monday, 9 August, 2004 - 16:25
Updated BufferLocal plugin. Fix for concurrent modification bug. Originally, BufferLocal was called "BufferMinder" and closed buffers that were open for a while but not used. These are known as "stale" buffers. Closing stale buffers helps reduce clutter without any work. This feature never made it into the initial release, but others have requested it, so it's back now. It is off by default, use the Plugin Options to turn it on and to adjust how long a file should be unused before it is closed. Files that need saved will not be closed, you'll need to save first. To turn on automatic buffer closing, click 'Plugins' then 'Plugin Options'. Select 'BufferLocal' from the tree on the left side. Check the box that says 'Close files not used'. Set the time limit with the spinner. When the 'Close files not used' box is unchecked, BufferLocal will still keep track of stale buffers. You can close stale buffers at any time by clicking 'Plugins', then 'BufferLocal', then 'Close Stale Buffers'.
Ruby edit mode with enhanced auto-indenting and class/instance variable highlighting (ruby.xml v0.3? by Ian McLean, Chris Morris, Christophe Grandsire & Robert McKinnon)
Submitted by robmckinnon on Sunday, 22 August, 2004 - 15:47

Another update of the Ruby mode file, which enhances v0.2 auto-indenting by adding indenting for the following: while, for, until, loop do, module, begin, unless. It also adds highlighting of class and instance variables, which was missing from the original mode file.

Use in combination with the Ruby auto indent and insert end macro to solve most of your Ruby indenting needs!

Javadoc Comment Stubs (Javadoc-1.0.zip v1.0 by Craig Slusher)
Submitted by sleek on Monday, 16 August, 2004 - 04:04
This is a set of macros which you can use to generate Javadoc-style comments very easily. Just bind the 3 macros to some convenient keys, and you're all set!
Assembly GNU x86 Edit Mode (assembly-gas-x86.xml v0.1 by Igor Lesik)
Submitted by curoles on Friday, 13 August, 2004 - 00:12

Updated on 08/13/2004 - 00:12
Downloads: 2147

Select_HyperSearch_Matches.bsh (modified) (Select_HyperSearch_Matches.bsh v1.01 by Ollie Rutherfurd (modified by Saturn))
Submitted by fixedsys on Wednesday, 11 August, 2004 - 06:48
selects all matches for the last HyperSearch in the current EditPane
BufferTabs for jEdit 4.2 (BufferTabs.jar v0.8.1 by Alain)
Submitted by artisback on Thursday, 29 January, 2004 - 03:22
Fully compatible with jEdit 4.2
This new release of BufferTabs also includes
  • new Colored tabs available ( by Chris S.)
  • Middle mouse button to close a buffer
ChangeLog Edit Mode (changelog.xml v1.00 by Null Flux)
Submitted by Null Flux on Sunday, 1 August, 2004 - 05:04
Significantly more detailed than the previously posted ChangeLog mode. It closely mimics how Vim colors ChangeLog files.
Assembler M68000 edit mode (assembly-M68000.xml v0.1 by Igor Lesik)
Submitted by curoles on Tuesday, 27 July, 2004 - 17:59

Updated on 07/27/2004 - 17:59
Downloads: 2497

Hypertext Link (Hypertext_Link.bsh v0.1 by Vojtech Broz (vojtech.broz@email.cz))
Submitted by xbrov01 on Monday, 26 July, 2004 - 10:43
This BeanShell macro creates an HTML anchor (<A HREF="">...</A> tag) for a URL selected in a buffer. Also gets the HTML page title from the web and puts it into the tag body. Requires the jTidy plugin.
CSS (1/2/2.1) Edit Mode - Syntax/Error Checking (jeditcssv22.zip v2.2 by John Paul Taylor II)
Submitted by Psych0phobiA on Tuesday, 20 January, 2004 - 07:15
A syntax checking and error highlighting edit mode for CSS levels 1.0, 2.0 and 2.1. The highlighting is context sensitive and allows for finding errors very quickly. Requires a 4.2pre5 or later. See homepage for version info.
Logic Scheme (Logic.jedit-scheme v1.0 by Charles Dominguez)
Submitted by cfd on Sunday, 18 July, 2004 - 03:44
This scheme attempts to logically assign colors based on functionality. Similar syntax elements are given similar colors. For example, keywords are assigned shades of blue, and comments shades of gray. Colors are chosen to be aesthetically pleasing in all edit modes while still being distinctive. Choices were made with human color perception in mind, with a goal of minimizing eyestrain over long coding sessions. Designed for both 4.1 and 4.2.
Clear Hypersearch Results Macro (Clear_HyperSearch_Results.bsh v1.0 by Lee Turner)
Submitted by lturner on Friday, 16 July, 2004 - 10:19
Beanshell macro to clear all the hypersearch results from the hypersearch window.
Python Commando File (python.xml v1.0 by Charles Dominguez)
Submitted by cfd on Saturday, 10 July, 2004 - 02:14
A commando file to run Python scripts from within jEdit. Invokes the system interpreter (not Jython) on the current buffer. Provides a UI to set all options supported by the current release of the Python interpreter. Error patterns that work with Python are specified in the comments at the start of the file.
JavaCore-aware JCompiler Plugin again (JCompiler.zip v1.6.2 by Doug Breaux)
Submitted by doug on Friday, 9 July, 2004 - 02:26
I updated JCompiler to work with the latest (0.7.1) JavaCore. The AbstractClasspathSource constructor changes had broken the previous version.
Ruby Edit Mode with Working Auto-Indenting (ruby.xml v2.0? by Ian McLean, Chris Morris & Christophe Grandsire)
Submitted by Tsela on Friday, 2 July, 2004 - 07:41
An update of the original Ruby mode file, which adds auto-indenting which was missing from the original file. I hope it could replace the original Ruby mode file, if no one objects to it.
Ruby Commando File (ruby.xml v1.0 by Christophe Grandsire)
Submitted by Tsela on Friday, 2 July, 2004 - 07:27
A simple yet complete Ruby commando file, allowing you to run your Ruby scripts directly from jEdit. It has run, check syntax and debug options. It also handles safety (tainted checks) and warning levels, and allows you to set command-line arguments to your scripts, among other things.
jEdit GTK Icons (jedit-GTK-icons.jar v1.0 by Alexander Klimetschek / Lars Trieloff)
Submitted by klizza on Friday, 25 June, 2004 - 14:01
Put them into $JAVA_HOME\jre\lib\ext and these icons will be used automatically by jEdit instead of the default ones.

Taken from GTK/Ximian www.ximian.org, released under GPL.
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