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
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
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
PHP Lint Macro (PHP_Lint.bsh v1 by Unknown)
Submitted by
sam on
Thursday, 1 April, 2004 - 21:59
Requires Console plugin. A BeanShell to syntax check your PHP buffer.
Advanced HTML Edit Mode (html.xml v2 by Brad Mace [revised by Sam])
Submitted by
sam on
Thursday, 1 April, 2004 - 16:42
The Advanced HTML Edit Mode v1 by Brad Mace contained various typos and syntactical errors. This is a fixed version with a few extra tweaks.
Next thing to do is set it up so that highlighting for any quoted string in a tag is delegated to JavaScript...
This mode delegates to PHP where appropriate.
MacOSPlugin fix for Apple Java 1.4.2 (MacOS.jar vRevised to by Sam)
Submitted by
sam on
Thursday, 1 April, 2004 - 16:27
In our office, upgrading to Apple's Java 1.4.2 package broke the MacOSPlugin complaining that MRJ is not current enough. This hack of the MacOSPlugin fixes that issue for jEdit 4.1 Final
Insert_File.bsh v1.0 by Ollie Rutherfurd
Submitted by
orutherfurd on
Wednesday, 31 March, 2004 - 18:44
Prompts user to select a file then replaces the current selection with the contents of the selected file.
BibTeX mode bug fixes (bibtex.xml v1.1 by Thomas Alspaugh)
Submitted by
alspaugh on
Wednesday, 31 March, 2004 - 00:33
This version fixes some problems pointed out by a user: notably, it now handles text in {} as well as "", and nested ""s and {}s. See web page for details.
Go to Ruby method v0.5 (Go_to_Ruby_method.bsh v0.5 by Rob McKinnon)
Submitted by
robmckinnon on
Monday, 23 February, 2004 - 05:35
Brings up a popup menu of Ruby methods that are in the current buffer grouped by class and ordered alphabeticaly. Selecting a class or method from the menu places the caret at that member's location in the file.
New in v0.5:
- Submenus show if there are multiple classes in file.
- Show wait cursor while popup is being generated.
- Fixed bug that occurred when "class" or "def" are preceded by non-white text.