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

Compare Buffer Backups (Compare_Buffer_Backups.bsh v1.0 by Ollie Rutherfurd, John Gellene, Anthony Keeley)
Submitted by keeleyt83 on Thursday, 6 August, 2009 - 20:33
Allows user to easily compare backup version of the current buffer, using the JDiff plugin. Requirements: JDK >= 1.5, jEdit >= 4.3pre15, jDiff >= 3.0.0.
Assembly-x86 Update (assembly-x86.rar v090723 by Kristian Ovaska, updates by 13xforever)
Submitted by 13xforever on Thursday, 22 March, 2007 - 07:00
x86 Assembly mode by Kristian Ovaska (kristian.ovaska@helsinki.fi)

- Intel syntax
- Instructions and registers of Pentium III/Athlon (including FPU, MMX, 3DNow! and SSE)
- Full NASM 0.98 & MASM 6.15 keyword support, partial TASM support

x86 Assembly mode updates by 13xforever (ilya.veselov@gmail.com)
08.05.2006 rewrite:
- added full AMD64 specs (registers and mnemonics - CPU, FPU, MMX, 3DNow!, 3DNow!+, SSE, SSE2, SSE3)
- added some Cyrix mnemonics
- added some undocumented commands
- update for yasm 0.5.0

07.09.2006 update:
- new RegEx engine for jEdit 4.3pre5+

13.10.2006 update:
- small fix for octal and hex numbers (127q and $0AB)

07.12.2006 update:
- small macros-related fix

19.01.2007 update:
- missing keyword for predefined .RDATA section (NASM)

22.07.2009 update:
- updated up to latest Intel's documentation (June 2009)
- added missing SSE3 instructions
- added SSsE3 instructions
- added SSE4 instructions (4.1, 4.2 and 4a)
- added VMX instructions
- added some missing instructions
TextAutocomplete - fix for 0.9.8b (TextAutocomplete.jar v0.9.8b)
Submitted by shlomy on Wednesday, 15 July, 2009 - 11:34
This version fixes the slow startup introduced in version 0.9.8b due to an incorrect URL for the default word list file.
jEdit4AutoIt (jEdit4AutoIt.zip v3.4 by Thorsten Willert)
Submitted by Thorsten Willert on Sunday, 25 May, 2008 - 09:29
A collection of:
  • edit-mode
  • macros
  • console-commando-files
  • startup-scripts
  • XInsert-library
  • ...
to create AutoItScript-programms.
More information you can find on the jEdit4AutoIt homepage.
Included in the archiv:
  • Ctags
Required plugins and software:
  • Console-plugin
  • Clipper-plugin
  • XInsert-plugin
  • Sidekick-plugin
  • CtagsSideKick-plugin
  • An installation of AutoIt3 and all the other tools you want e.g. Tidy ...
ProjectViewer development version (ProjectViewer.jar v2.9.0.0 by Shlomy Reinstein)
Submitted by shlomy on Monday, 11 May, 2009 - 16:50
This is the trunk version of ProjectViewer.
Highlight plugin - fixed matching of end-of-line with '$' and beginning-of-line with '^' (Highlight.jar v0.2 by Shlomy Reinstein)
Submitted by shlomy on Monday, 23 March, 2009 - 21:43

Updated on 03/24/2009 - 07:33
Downloads: 1032

Open Selection with Extension (Open_Selection_with_Extension.bsh v1.0 by Gael Ecorchard)
Submitted by galou on Thursday, 19 March, 2009 - 08:25
Opens the file which base name is the selected text and which extension is identical to the one of the file where the text is selected - creates the file if it does not exist.
Extract Matches (Extract_Matches.bsh v0.4 by Peter Adolphs)
Submitted by futzilogik on Thursday, 27 July, 2006 - 14:53
A jEdit BeanShell macro that extracts all tokens matched by a user-specified regular expression and puts them into a new buffer. Optionally returns a unique and/or sorted list of matches. Update: version 0.4. now works with 4.3pre16
AutoIt Commando Files (au3_commando.zip v7 by Thorsten Willert)
Submitted by Thorsten Willert on Monday, 23 July, 2007 - 16:13
Four commando files for AutoIt:
  • au3_run: Runs the au3-file in the current buffer (ANSI or Unicode).
  • au3_check: Checks the syntax of the au3-file in the current buffer.
  • au3_compiler: Compiles the au3-file in the current buffer to an exe-file.
    The compiler-UI is like the "AutoIt Script to EXE Converter".
  • au3_tidy: Starts the Tidy.exe for the current buffer.
  • au3_AutoItWrapper: Starts the AutoItWrapper.exe for the current buffer.
  • au3_Obfuscator: Starts the Obfuscator.

Edit-Mode for AutoIt
Screenshots and additions for Ctags /Sidekick, Clipper, XInsert and some macros are on my homepage.
AutoIt Edit Mode (au3_edit-mode.zip v3.0 by Thorsten Willert)
Submitted by Thorsten Willert on Sunday, 22 July, 2007 - 12:31
Edit-Mode for the BASIC-like scripting language AutoIt. It includes highlighting for:
  • Build-in functions
  • UDFs
  • Macros
  • Sendkeys
  • Comments
  • Own Functions
  • Variables
  • ...

Commando Files for AutoIt (Console-plugin)
Screenshots and additions for Ctags /Sidekick, Clipper, XInsert and some macros are on my homepage.
V3.0 - Updated to AutoIt V3.3.0.0
Minimap plugin: Initial version (Minimap.jar v0.1 by Shlomy Reinstein)
Submitted by shlomy on Saturday, 17 January, 2009 - 06:06
This is the first version of the minimap plugin, hopefully to be released soon. Developed by me, with help from Matthieu Casanova. By default, you won't see any minimaps, you will need to add minimaps using the plugin menu, or use the option to automatically add minimaps in the plugin options.
All tasks in a project (Project_Task_List.bsh v1.0 by Dale Anson)
Submitted by daleanson on Tuesday, 4 November, 2008 - 05:16
I like the TaskList plugin, it shows the "TODO" messages in a file so it's easy to see them. A feature I've always wanted for this plugin is to be able to show a list of all such messages in a ProjectViewer project, so I don't have to do a search. This macro provides that ability. This macro requires both TaskList and ProjectViewer to be installed.
Rails - Extract Partial (Extract_Partial.bsh v0.1 by Alexandre da Silva)
Submitted by simpsomboy on Monday, 15 September, 2008 - 13:26
Extract selected region from current buffer as a partial, ask for a name and create a new buffer with _(given_name).(current_extension), then insert a <%= render :partial => 'given_name' %> My shortcut: CS + p Example: you are working in a file index.html.erb, select some region and activate extract partial macro. it will ask you for a name to partial, you inform "list_item", then, a new buffer will be created with name "_list_item.html.erb" with the content of selection, than the selection will be replaced by the command "<%= render :partial => 'list_item' %>". enjoy.
Rails - Open Related File (open_related_files.zip v1.2 by Mario Aquino)
Submitted by mario_aquino on Saturday, 9 August, 2008 - 15:06
JEdit macro for navigating between related files in a Rails project. The Rails directory needs to be copied into your /.jedit/macros directory. You will need to have the Ruby and SideKick JEdit plugins as well as the "ruby" executable for your platform visible in the "path". This macro has been tested on Windows and Linux (OS X users will have to settle for TextMate ;-) ).
Make Scriptlet (Make_Scriptlet.bsh v1.0 by Tomasz Peszor)
Submitted by takeshin on Thursday, 7 August, 2008 - 08:19
Macro for creating valid HTML bookmarklets. Compress JavaScript to one line of code, removing newline characters and other whitespaces in the current buffer or selection. Makes the text appropriate for use as a JavaScript bookmarklet. Based on Make_Bookmarklet.bsh by delvinj, but my version produces valid HTML source.
Set of my jEdit Macros (taat_jedit_macros.zip v1.0 by Tomek Pęszor)
Submitted by takeshin on Saturday, 16 February, 2008 - 23:22
A set of my jEdit macros. See description at: http://taat.pl/jedit/ Note: This is zipped file. Extract it before placing in settings directory. All macros as a separate files can be downloaded from http://taat.pl/en/jedit/
Drag_Up.bsh v1.1 by Tomek Pęszor
Submitted by takeshin on Monday, 7 July, 2008 - 07:16
Moves current line or selected lines one line up. It is not needed to select lines from the beginning to the end. Just hold shift+up/down arrow to indicate which lines to move, and then, use a keyboard shortcut you have chosen for this macro. Keeps selection. Suggested shortcut: CS+up arrow. Use in conjunction with Drag_Down.bsh macro.
Drag_Down.bsh v1.1 by Tomek Peszor
Submitted by takeshin on Monday, 7 July, 2008 - 07:13
Moves current line or selected lines one line down. It is not needed to select lines from the beginning to the end. Just hold shift+up/down arrow to indicate which lines to move, and then, use a keyboard shortcut you have chosen for this macro. Keeps selection. Suggested shortcut: CS+down arrow. Use in conjunction with Drag_Up.bsh macro.
Open_This.bsh v1.1 by Tomek Peszor
Submitted by takeshin on Monday, 7 July, 2008 - 06:11
Opens selected path in new buffer. Select path to any file in current textarea and run this macro to open this file in new buffer. If nothing is selected, looks for file path inside quotes surrounding caret. Opens remote URLs as well. Based on Open_Selection.bsh macro, but no selection is needed. Most useful for included files, linked HTML pages, linked scripts or CSS files.
Remove_blank_lines.bsh v1.0 by Tomek Pęszor
Submitted by takeshin on Friday, 4 July, 2008 - 11:08
This simple macro removes blank lines from the current buffer or selection (lines with spaces or tabs also, not only \n\n). It just uses simple RegEx: ([\t\s]+)?\n+\n?
User login
Browse archives
« August 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   109982
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   17493
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