jEdit Community - Resources for users of the jEdit Text Editor
Mustache edit mode (mustache.xml vbeta by Kevin Tucker)
Submitted by tuckerkevin on Sunday, 15 January, 2012 - 17:02
jEdit edit mode for mustache logic-less template language found at http://mustache.github.com/ Since mustache is not limited to HTML, this mode does not assume that the template is HTML. The literal parts of the template are left plain and only the mustache tags are highlighted. catalog line: on github here: https://github.com/tuckerkevin/jedit-mustache
Povray Commando File (povray.xml v0.58 by monkstone)
Submitted by monkstone on Tuesday, 14 September, 2010 - 18:16
A beta version of a commando file to execute povray from jEdit. Supports the choice of different output types including png and jpeg. Also supports toggling of anti-aliasing, and easy setting of size by width and height values. Now supports several different quality settings, which can easily be tuned to suit your needs. New!! ability to control in memory buffer (povray-3.7) see povray beta documentation. Add other options to suit your own needs, one thing you must do is set the path to povray. Create a little povray.bsh macro, to automate the loading of the commando file.

povray.bsh

new console.commando.CommandoDialog(view,"commando.povray");
Qmake Edit Mode (qmake.xml v1.0 by flyer-explorer)
Submitted by flyer-explorer on Friday, 16 December, 2011 - 05:17
This is my first stab at an edit mode for qmake's .pro and .pri build files. It has:
  • All the official documented variables
  • Some extra "use the source luke" variables from qmake's sources.
  • All the current (as of QT 4.7)'s buildspecs with shortcuts
To activate the edit mode, you will need to add this to your catalog:

<MODE NAME="qmake" FILE="qmake.xml" FILE_NAME_GLOB="*.{pro,pri}" />

Yes, I know .pro conflicts with prolog, but .pro is the default for qmake as well. If you run into any problems. comments, or suggestions, email me at n-p-o-t-t-s u-c-a-r[dot]edu. Add the circle a where it seems appropriate.
SuperAbbrevs 2.0pre2 with ZenCoding (SuperAbbrevs.jar v2.0pre2 by kpouer)
Submitted by kpouer on Sunday, 11 December, 2011 - 15:40
Zencoding rewritten
SuperAbbrevs (SuperAbbrevs.jar v2.0)
Submitted by kpouer on Monday, 5 December, 2011 - 20:50
SuperAbbrevs with Zen Coding support fixed
MyDoggyPlugin - fix for deadlock on project change (MyDoggyPlugin.tar.gz v0.1 by Shlomy Reinstein)
Submitted by shlomy on Sunday, 4 December, 2011 - 08:43
Fix for: http://sourceforge.net/tracker/?func=detail&atid=565475&aid=3449521&group_id=588 Please extract all the files in this .tar.gz under ~/.jedit/jars. They include both the plugin and the updated jars of MyDoggy itself.
ClearCase Plugin 0.28 updated for jEdit 4.4, Console 4.4, etc (ClearCasePlugin.jar v0.28)
Submitted by AlanEzust on Wednesday, 30 November, 2011 - 03:27
This is a beta of the ClearCase plugin. It compiles against the current versions of jEdit but I have not tested it with ClearCase since I don't have it. If someone else can try it and tell me if it works, I will release it on plugin central.
Save current buffer and run it according to associations (Windows) (Run_Buffer.bsh v1.0 by Drekin)
Submitted by Drekin on Friday, 18 November, 2011 - 18:59
The macro saves current buffer and runs it according to file associations (like if you double-click on the file icon). Works on Windows only. Current version uses Java ProcessBuilder. An older version used Runtime.exec but there's a bug that some paths containing Unicode characters are not executed. (See http://bugs.sun.com/bugdatabase/view_bug.do?bug_id=4947220)
German Localization light (deutsch.props v4.4.2.1 by Robert Schwenn)
Submitted by Robert Schwenn on Sunday, 23 October, 2005 - 16:56
Most visible labels of jEdit's core and about 60 plugins should appear in German language, after this properties file is put into jEdit's "properties" directory (under jEdit_Home), and jEdit was restarted.

Supported plugins (and other details): see fileheader.

Changes in Version 4.4.2.1:
- Support for jEdit core 4.4.2.
- Update for recent versions of all supported plugins

CAUTION: Users of the SVNPlugin have to use the matching deutsch.props, otherwise some menu items are labeled wrong!

coffeescript commando file (coffee.xml v0.1 by monkstone)
Submitted by monkstone on Friday, 4 November, 2011 - 16:08
A commando file to make it easy to compile/run coffeescript from jEdit, unless you are using linux, you will need to edit your path to coffee.
jEdit Remote Control application for Android (RemoteControl.zip v0.2 - new by Shlomy Reinstein)
Submitted by shlomy on Friday, 16 September, 2011 - 03:23
This is a jEdit remote control application for Android. This application can connect to jEdit using the RemoteControl plugin (courtesy of Matthieu Casanova), and then you can use it to select and close buffers.
To install it, open the attached zip file. It contains:
  1. The RemoteControl plugin for jEdit - RemoteControl.jar - which you should copy to ~/.jedit/jars (or %HOMEDRIVE%%HOMEPATH%\.jedit\jars on Windows).
  2. The Android application - AndroidRemoteControl.apk - which you should install on your Android device (adb install ...).
To use it:
  1. Configure the ip, tcp port and pincode (from the RemoteControl plugin option pane), then click Connect.
  2. You can now use the following gestures: drag right => next buffer, drag left => prev buffer, draw an 'x' (without lifting the finger) => close buffer.
  3. You can click any of the buffer names to make it the current buffer.
Please ignore the 2nd line of components, showing two combo-boxes. They are currently not implemented.
Any ideas for extending this app? Feel free to suggest.
Outline plugin - bug fix (Outline.jar v0.1 by Shlomy Reinstein)
Submitted by shlomy on Wednesday, 7 September, 2011 - 20:24
This version of the plugin fixes the following case, where some new fold should jump multiple levels back in the tree:
A
       Intro
               tarstrt
B
       ttrtratrs
C
       sdstd
Here, B should be a sibling of A. Previously it used to be under A.
Console commando files to integrate jedit and RVM (ruby Version Manager) (rvm-jedit.zip v0.0.1 by ZIOLele)
Submitted by ZIOLele on Thursday, 18 August, 2011 - 15:24
Hello, i've created this commando file and the rvm wrapper to integrate rvm and jedit. To install: uncompress the zip in your commando dir and make sure rvm-ruby-wrapper.sh is executable. Then in console settings associate the ruby interpreter with the command rvm-ruby. You can use project specific .rvmrc the wrapper load them before executing ruby.
Script for updating and building working directories of jEdit and plugins (updateJEdit.pl v0.1 by Shlomy Reinstein)
Submitted by shlomy on Thursday, 11 August, 2011 - 05:49
This is a Perl script that can be used for updating and building the working directories of jEdit and plugins. The script works on the current directory, under which the working directories of jEdit and the plugins should be located. It first updates the working directories, from SVN and Git. Then, it builds jEdit and the plugins according to their dependencies, which are read from the .props files.
Updated ColdFusion Edit Mode (coldfusion.xml v1.0 by Joshua Miller)
Submitted by j05h on Saturday, 6 August, 2011 - 01:17
This update to the current ColdFusion edit mode includes support for the following: - T-SQL syntax highlighting inside of CFQuery tags - JavScript syntax highlighting inside SCRIPT tags and for inline scripts - CSS syntax highlighting inside STYLE tags and for inline styles - Alternate highlighting for HTML Form controls - Bug fixes for < and > characters inside of T-SQL statements that would previously break syntax highlighting
CCS-C (CCS-C.xml v1.1 by Paul Hutchinson)
Submitted by Paul Hutch on Sunday, 3 July, 2011 - 15:45
A commando file to compile C code for Microchip PIC micro-controllers using the Custom Computer Services PIC C compiler. Options and defaults are based on CCS "C" Version 4.121 and the February 2011 edition of the reference manual. It has only been tested with the PCM flavor of the compiler, but according to the users manual it should work for the PCB, PCH and SXC flavors as well. Version 1.1 Adds quoting to handle spaces in path names.
SideKick with a "stop parsing" button (SideKick.jar v0.1 by Shlomy Reinstein)
Submitted by shlomy on Friday, 10 June, 2011 - 12:54
This is a version of SideKick that has a "stop parsing" button next to the mode options button in the dockable. The "stop parsing" button is meant for very large files, whose parsing may take a lot of resources and may cause performance problems in jEdit.
Large XML file, with empty text content (MTdict.zip v1 by Mike Maxwell)
Submitted by McSwell on Friday, 3 June, 2011 - 03:46
A large XML file, to illustrate the problems with jumping around such a file when Sidekick parsing is turned on. See the thread "Sidekick file size setting" of 1 June 2011.
PHP core function protoypes in c++ format for use with ctagsinterface (phpFunctions.cpp v1.0 by tp21)
Submitted by tp21 on Wednesday, 13 April, 2011 - 15:19
Set up in a project then link to current PHP project as a dependency to get full function prototypes in ctagsinterface code completion popups and tooltips.
Macro for searching an identifier within the current SideKick asset (updated) (Search Asset Exact.bsh v0.2 by Shlomy Reinstein)
Submitted by shlomy on Monday, 11 April, 2011 - 12:39
This macro searches for a selected string (or the identifier under the caret) within the scope of the current SideKick asset. This macro can be useful for locating all occurrences of a variable inside a function - if the function is a SideKick asset. When using CtagsSideKick with C/C++/Java code, for example, putting the caret on a local variable (in a function) and invoking this macro will search the variable (whole word) inside the current function. This is a small update from the previous macro that I submitted, which also takes care of selecting the result that belongs to the current caret line in the hypersearch results.
User login
Browse archives
« April 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
 
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   82348
Context Free Art (*.cfdg)   0.31   46055
JBuilder scheme   .001   18495
BBEdit scheme   1.0   18116
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