jEdit Community - Resources for users of the jEdit Text Editor
Filestore Error
Temporary upload path:
DOES NOT EXIST - fix in Site Configuration

Julia edit mode (julia.xml vbeta3 by Kevin Tucker)
Submitted by tuckerkevin on Monday, 20 February, 2012 - 05:38

Updated on 02/20/2012 - 05:38
Downloads: 1538

Julia edit mode (julia.xml vbeta2 by Kevin Tucker)
Submitted by tuckerkevin on Sunday, 19 February, 2012 - 22:31

Updated on 02/19/2012 - 22:31
Downloads: 1288

Julia edit mode (julia.xml vbeta by Kevin Tucker)
Submitted by tuckerkevin on Sunday, 19 February, 2012 - 21:56
Edit mode for Julia (http://julialang.org).
Brightscript Mode (brightscript.xml v1.0 by Malloys)
Submitted by jbrave on Sunday, 4 December, 2011 - 03:55
jEdit mode for editing Brightscript, for the Roku SDK v2.9. Syntax highlighting does not yet take into account SDK v3.x and 4.x functions
pl-sql edit mode file for ORACLE (pl-sql.xml vv1.2 by Berthold58)
Submitted by Berthold58 on Monday, 30 January, 2012 - 08:24
pl-sql edit mode file for ORACLE (pl-sql.xml v1.2 30.01.2012 by berthold58)
Sessions 1.5.1 beta (Sessions.jar v1.5.1 beta by Steve Jakob)
Submitted by AlanEzust on Sunday, 22 January, 2012 - 06:04
Sessions 1.5.1 beta is updated for jEdit 4.5 and later
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.
User login
Browse archives
« December 2025  
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   114395
Context Free Art (*.cfdg)   0.31   46075
BBEdit scheme   1.0   18610
JBuilder scheme   .001   18511
ColdFusion scheme   1.0   18044
R Edit Mode - extensive version   0.1   17495
Advanced HTML edit mode   1.0   16227
Matlab Edit Mode   1.0   16091
jEdit XP icons   1.0   15248
XP icons for jEdit   1.1   14312