jEdit Community - Resources for users of the jEdit Text Editor
Plugin Central updates (2)
Submitted by mdillon on Wednesday, 2 October, 2002 - 19:18

  • FastOpen 0.6: fixed a small bug when FastOpen would get a NPE on clicking OK/Cancel in Global Options box when FastOpen options were not changed; new Regular Expressions support for finding files; added a new option in the Global Options to toggle Ignorecase when doing Search; documentation to FastOpen has been included in this release which was only in form of Release Notes & Change logs in previous version; requires jEdit 4.0pre1, ProjectViewer 1.0.2, and JDK 1.3

  • JTools 1.1: adds Extend / Implement Wizard tool v1.0; adds Toggle Line Comment & Toggle Range Comment tools v1.0; Check Imports tool v1.1 now combines functionality of Check Imports v1.0 and Resolve Imports; addresses several issues the old versions didn't (i.e. duplicate imports, ambiguous imports & java.lang imports); Check Imports can now be applied to all buffers or just the current buffer; options now govern whether the tool inserts wildcard resolutions and automatically deletes unwanted imports or flags them with ErrorList; fixed a bug where a RuntimeException was thrown if the buffer was locked; resolved imports are now sorted; requires jEdit 4.0pre1, ErrorList 1.2, and JDK 1.3
Plugin Central updates (10)
Submitted by mdillon on Monday, 30 September, 2002 - 20:30

  • AntelopePlugin 1.40: includes several bug fixes and new features; "trace" and "edit" modes for tracing Ant target execution and editing build files; requires jEdit 4.0pre1, CommonControls 0.3, Console 3.3, ErrorList 1.2.2, and JDK 1.4

  • ConfigurableFoldHandler 0.3: adds the ability to treat the fold start and end strings as regular expressions when calculating folds; adds the ability to fold on certain patterns (enables folding on multiple strings by seperating each string with the | (pipe) symbol); requires jEdit 4.1pre2 and JDK 1.3

  • GruntspudPlugin 0.0.12-alpha: many fixes and changes since last Plugin Central version: see RELEASE_NOTES.txt; requires jEdit 4.0pre4, JDiffPlugin 1.3, Console 3.1, and JDK 1.3; includes cvslib.jar and NetComponents.jar
Plugin Central updates
Submitted by mdillon on Wednesday, 11 September, 2002 - 20:23

  • FastOpen 0.5: lots of improvements and options; you can now sort the files; hide files already open; show open files first/last when executing a search; ordering can be disabled; color highlighting of already open files; code optimizations; requires jEdit 4.0pre1, ProjectViewer 1.0.2, and JDK 1.3
Plugin Central updates
Submitted by mdillon on Wednesday, 4 September, 2002 - 18:50

  • JTAPlugin 0.1: Initial Plugin Central release; requires jEdit 4.0pre4 and JDK 1.3; includes JTA 2.5b

  • Xrefactory 1.5.10: Initial Plugin Central release; requires jEdit 4.0final and JDK 1.4; based on xref 1.5.10 (a shareware program downloaded by the plugin under user direction)
Plugin Central updates
Submitted by mdillon on Monday, 2 September, 2002 - 20:38

  • GruntspudPlugin 0.0.11-alpha: file permissions are preserved correctly on Unix like platforms; 'Checkout as ..' option added; 'Module explorer' in the checkout option (lists the modules for a specified connection profile); CVSROOT and full path is shown in the status area; added integration with InfoViewer plugin; module roots are detected correctly; new progress monitors; SOCKS proxy support added (at its best under 1.4); new 'Password Manager' replaces some password connection profile related options; warning when no connection profiles are available (first run?); toggled flat mode; port number works for :pserver connection method; additional arguments may be specified for :ext connection method; log graph; requires jEdit 4.0pre4, JDiffPlugin 1.3, Console 3.1, and JDK 1.3
Plugin Central updates
Submitted by mdillon on Saturday, 10 August, 2002 - 19:04

  • JarMaker 0.2: initial Plugin Central release; the JarMaker Plugin adds a simple interface for creating a JAR file; removed FileWalker class with incompatible copyright; requires jEdit 4.0final and JDK 1.3

  • SourceControl 0.1: initial Plugin Central release; the SourceControl plugin provides integration with source control systems; currently only MS Visual Source Safe, but other systems can be supported by implementing the SourceControlInterface and adding an option pane; requires jEdit 4.0final and JDK 1.3

  • Templates 3.0.0: includes contibutions from Calvin Yu; now uses Apache Velocity as the templating engine; supports standard Velocity directives; supports jEdit specific directives for: i) prompting for user input, ii) setting cursor location, iii) setting buffer mode, iv) including the current date (any format), and v) evaluating BeanShell snippets during template processing; dockable template selection window; template accelerators (similar to jEdit abbreviations); fixed JDK 1.3 incompatibility; requires jEdit 4.0pre4 and JDK 1.3; includes Apache Velocity 1.3 and Jakarta-Commons Collections
Download community macros from within jEdit
Submitted by slava on Tuesday, 6 August, 2002 - 20:01
The newly-released MacroManager plugin by Carmine Lucarelli enables you to download macros from the jEdit community site. This should make it much easier to customize and extend jEdit using the macros provided by the community.
Plugin Central updates
Submitted by mdillon on Monday, 5 August, 2002 - 17:56

  • AntVizPlugin 1.0: initial Plugin Central release; visualizes
    Ant-script dependencies; step-through debugging of targets; (Ant-)property inspector; requires jEdit 4.1pre2, AntFarm 1.1, Console 3.1, XML 0.8.1, and JDK 1.4; includes JGraph 1.0.5 and dom4j 1.3

  • DragAndDrop 0.2.7: fixed bug that would cause jEdit to lock up if a dropped file caused a dialog to pop up; used Java 1.3 methods for text drops; requires jEdit 3.2.2 and JDK 1.3

  • GruntspudPlugin 0.0.9-alpha: initial Plugin Central release; requires jEdit 4.0final, Console 3.1, JDiffPlugin 1.3, and JDK 1.3; includes Netbeans' cvslib.jar and Jakarta's NetComponents.jar
Plugin Central updates
Submitted by mdillon on Saturday, 20 July, 2002 - 13:02

  • jEditCvs 0.4: initial Plugin Central release; requires jEdit 4.0final, Console 3.1, and JDK 1.3
  • MementoPlugin 0.5.3: Version 0.5.2 changes: added an up/down arrow to the column that the memos are sorted by; added ability to
    sort groups; fixed some null pointer exceptions with the option menu; rearranged UI to make better use of space; fixed the way the
    calendar looks as a plugin; addressed some initialization/context switching issues with the memo list; Version 0.5.3 changes: fixed data
    initialization bug (when there weren't any .xml files in the "memodb" directory, Memento threw an exception); fixed problem with
Gruntspud CVS client plugin release 0.0.6-alpha
Submitted by tanktarta_magicthize on Saturday, 15 June, 2002 - 16:51
This release containes fixes for the :pserver problems, new actions such as Log (with a useful report dialog), Import, History, Erase. There are some extras such as a 'New Folder' action that creates a folder then adds it to CVS and a simple .cvsignore front end (although the filter is still rubbish). There is a 'Explorer' style view that can be used instead of the Files / Folders tab when there is more space available.

The toolbar is getting quite large now, so an 'All tools' button hasbeen added to help when docked in jEdit, but I'm not 100% happy with. Suggestions are welco
jEdit 4.0.3 now available
Submitted by slava on Saturday, 15 June, 2002 - 09:02
To make things easier for those on dialup, I have uploaded 2 unified diffs, one to patch the jEdit 4.0 source to 4.0.2, and the other to patch the 4.0.2 source to 4.0.3. They are only 10 Kb or so, so this beats having to download the whole package for each bug fix release, assuming you don't mind compiling from source, and using the appropriate tools to apply the patches.
Plugin Central updates
Submitted by mdillon on Saturday, 15 June, 2002 - 09:01

  • CheckStylePlugin 0.1: initial Plugin Central release; CheckStylePlugin is a wrapper around the CheckStyle program that allows you to check your code for adherence of deviation from a Coding Standard; requires jEdit 4.0, ErrorList 1.2, and JDK 1.3; includes CheckStyle 2.2 and ANTLR (checkstyle-all-2.2.jar)

  • JavaRefactor 0.0.3: added the ExtractMethod refactoring; updated for jEdit 4.0; requires jEdit 4.0pre1 and JDK 1.3; includes RECODER

  • JSwatPlugin 1.2.0: updated for JSwat 2.4 and JPDA; requires jEdit 4.0pre7, CommonControls 0.2, and JDK 1.4; includes JSwat 2.4
J2SE 1.4.0_01 released
Submitted by slava on Monday, 10 June, 2002 - 00:11
Sun has released Java 2 Standard Edition, version 1.4.0_01. You can find a list of bug fixes here.
Post any comments you have about this release (good or bad) below.
Plugin Central updates
Submitted by slava on Tuesday, 4 June, 2002 - 06:32

  • FastOpen 0.4.1: initial Plugin Central release; FastOpen is a plugin designed to quickly open any file in the currect project by just typing in the first few characters of the filename you want to open; added ProjectSwitcher to allow switching ProjectViewer projects from FastOpen (Warren Nicholls); added Current Project to window title; FastOpen window is no longer modal (Ken Wootton); ProjectViewer is now kept open if it is already open (Ken Wootton); invalid filenames are now highlighted in red; use with multiple views is now supported; requires jEdit 4.0pre1, ProjectViewer 1.0.2, and JDK 1.3
Plugin Central updates (5)
Submitted by slava on Tuesday, 28 May, 2002 - 06:53

  • Console 3.3: file name completion when Tab key is pressed (Alexander Maryanovsky); error patterns can now specify a file name value of "$f", in which case the current buffer's path will be substituted; fixed generic error pattern for g++; fixed another possible problem if a program outputs an invalid line number in an error message; removed -encoding setting from the Jikes commando; requires jEdit 4.0final and JDK 1.3

  • JcrontabPlugin 0.6: initial Plugin Central release; added properties pane and documentation; requires jEdit 4.0final and JDK 1.3; includes jcrontab 1.0 (jcrontab.sf.net)
Plugin Central updates
Submitted by slava on Monday, 20 May, 2002 - 08:41

  • FTP 0.3.4: hidden files were not listed, even if "Show Hidden Files" was selected in the file system browser; "Open from FTP Server" and "Save to FTP Server" commands opened the wrong directory on the remote server; the directory cache would sometimes only be invalidated after the file system browser reloaded the directory, resulting in an outdated directory listing; requires jEdit 4.0pre3 and JDK 1.3

  • Lazy8Ledger 1.2: distribution updated to include database drivers previously missing due to a packaging error; requires jEdit 4.0pre8, BufferTabs 0.7.6, InfoViewer 1.1, and JDK 1.4
Bouvard & Pecuchet 1.3.1 now available
Submitted by slava on Friday, 17 May, 2002 - 05:58
Version 1.3.1 of this Java code documentation tool now shows which methods override a method and supports the new "assert" keyword. Several other minor enhancements and bugfixes were also applied, and the documentation was revised.
Plugin Central updates (5)
Submitted by slava on Thursday, 9 May, 2002 - 08:45

  • IRC 1.8.1: updated by Lionel Fiol; added some new commands (/CLEAR, /ECHO, /JOIN, /NICK, /QUIT, /QUOTE, and /WHOWAS); added new parameters to the /CONNECT command to allow specifying a different server, port, channel, or nick than those set through the option pane; fixed exceptions when using /CONNECT under JDK 1.3; requires jEdit 4.0final and JDK 1.3

  • Lazy8Ledger 1.1: initial Plugin Central release; Lazy8Ledger is a full-featured accounting application implemented as a jEdit plugin; experience in double-entry accounting is necessary to ensure correct use; requires jEdit 4.0pre8, BufferTabs 0.7.6, InfoViewer 1.1, JDK 1.3
Plugin Central updates
Submitted by slava on Sunday, 21 April, 2002 - 01:04

  • LineGuides 0.5.3: fixed problems with split views (bugs #529823 and #539117); requires jEdit 4.0pre4 and JDK 1.3

  • TextTools 1.8: added "Columnar Insert" command (Nathan Tenney); requires jEdit 4.0pre1 and JDK 1.3

  • TomcatSwitch 0.5.2: fixed a bug introduced with version 0.5.1 that prevented execution under systems different from Windows; requires jEdit 4.0pre2, Console 3.1, and JDK 1.3; works with Jakarta Tomcat 3.2.x, 3.3.x or 4.x

  • VSSPlugin 0.1.1: fixed class name bug in actions.xml; requires jEdit 4.0final and JDK 1.3
jEdit 4.0 now available!
Submitted by slava on Friday, 12 April, 2002 - 05:53
jEdit 4.0 is now available for download from the jEdit web site.
Come join #jedit on irc.openprojects.net to chat about this release!
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