jEdit Community - Resources for users of the jEdit Text Editor
New downloads category: Edit Modes
Submitted by slava on Sunday, 20 January, 2002 - 09:42
Currently, it contains a mode that performs additional syntax highlighting for Ant build.xml files. If you have written a mode which you think others might find useful, but which cannot be included in the core, submit it here. Modes like this include extended Java modes that have a list of all classes, or HTML modes that include a list of all HTML tags.
Plugin Central updates
Submitted by slava on Tuesday, 15 January, 2002 - 06:00

  • BufferTabs 0.7.6: switched to Ant and DocBook; fixed an EditBus-related memory leak; requires jEdit 3.2.2 and JDK 1.1


  • WhiteSpace 0.9: switched to Ant and DocBook; all highlighting options except fold highlighting now default to false; WhiteSpace toggle actions are now buffer specific; requires jEdit 3.2.2 and JDK 1.1



BufferTabs works with both jEdit 3.2 and 4.0. WhiteSpace only works with jEdit 3.2.2.
Submitted by Anonymous on Thursday, 1 January, 1970 - 00:00
n/a
Submitted by Anonymous on Thursday, 1 January, 1970 - 00:00
n/a
Updating plugins to work with soft wrap
Submitted by slava on Saturday, 12 January, 2002 - 09:08
Converting offsets to screen locations
The following methods have been deprecated: yToLine(), lineToY(), xToOffset(), offsetToX(). These methods do not support the concept of one "physical" line being split over several "screen" lines.

Instead, you should now use the xyToOffset() and offsetToXY() methods.
A bonus of using these methods is that in most cases, there is no need to perform physical to virtual translation; these methods operate on offsets from the beginning of the buffer.
Site upgrade in progress
Submitted by jgellene on Saturday, 12 January, 2002 - 05:18
We are in the process of upgrading the content management software used by jEdit Community to the latest version (0.702) of Post-Nuke. During this period, many of the features of the site may not be available. Thanks for your patience; we should have everything up and running again soon.
JProjexx 0.3 and an example plugin available
Submitted by jgellene on Friday, 11 January, 2002 - 18:54
Version 0.3 of the JProjexx framework for project management is now available. The Downloads area has an archive containing jar files for JProjexx and a new beta version of the Sessions plugin that has been refactored to use the framework as a "proof of concept". The archive file also contains detailed javadocs for both JProjexx and Sessions. The next phase of development will cover an extension of the JProjexx class hierarchy specifically to cover Java-based projects and a component that will query the jEdit environment for project-aware plugins.
Web links, anyone?
Submitted by jgellene on Friday, 11 January, 2002 - 11:22
The Web Links area of jEdit Community is intended to provide visitors with links to resources that may be of specific benefit to users of jEdit, most of whom are working programmers and many of whom are Java programmers. We don't need links to the major commercial vendors (you know who they are), but if you have come across a resource that is especially helpful to you in your work, particularly if the resource is an Open Source package or application, please submit a link listing and share your discovery with the thousands of people who visit jEdit Community.
A problem saving the euro sign (and a solution)
Submitted by jgellene on Monday, 7 January, 2002 - 20:02
You need to use instead the iso-8859-15 character set, which is a modification of iso-8859-1 that includes the Euro sign and some Finnish and French characters. The Euro sign represents character value 0xA4 in this 8-bit set.

There is a new addition to the downloads area, euro.bsh, that can be used as a startup script to provide macro methods to help you with your use of the Euro. The methods let you insert a Euro currency character, change the current buffer's encoding to iso-8859-15, and open a file with that encoding.
Plugin Central update: WheelMouse
Submitted by slava on Friday, 4 January, 2002 - 07:28
Back from a too-short holiday vacation, I've just now had a chance to release the latest batch of plugin updates. This is a small one, consisting only of a new version of the WheelMouse plugin for jEdit 3.2.2/JDK 1.4.

* WheelMouse 2.2: updated to no longer beep when scrolling too far up or down; requires jEdit 3.2.2 and JDK 1.4

Happy solstice to all, and Happy New Year to my fellow Gregorian-calendeers.
Javadocs for jEdit 4.0pre3 available.
Submitted by jgellene on Wednesday, 2 January, 2002 - 17:57
Javadocs for the latest development version of jEdit, version 4.0pre3, are available for viewing in the Online Resources area of jEdit Community.
Revised version of JProjexx framework available
Submitted by jgellene on Wednesday, 2 January, 2002 - 15:19
Version 0.2 of the JProjexx framework for project management is now available. Detailed javadocs can be obtained from the Downloads area, and source code is now available for the first time through the jEdit CVS repository. While still in an early development stage, the framework has been expanded and now includes XML serialization and initial versions of leaf classes that can be used in the jEdit environment.
Happy new year!
Submitted by slava on Monday, 31 December, 2001 - 01:46
I hope you all have a happy new year's! Lets hope that 2002 is another great year for jEdit. I'm implementing soft wrap right now, and hope to release 4.0pre4, along with an updated XML plugin, in two weeks time or so.
New version of jEditLauncher available
Submitted by jgellene on Sunday, 30 December, 2001 - 12:27
To upgrade an operating version of jEditLauncher, simply unpack the contents of the archive in your jEdit installation directory. The file jeshlstb.dl_ may be deleted. If your current version of jEditLauncher is not working for any reason, copy the contents of the archive in your jEdit installation directory, run jedit.exe /i from a command line, and reboot your machine if requested to do so.

In connection with the development of jEdit 4.0, jEditLauncher will be enhanced further to provide additional logging options and to wrap more of jEdit's own command line option for greater flexibility and ease of use.
Donate with PayPal
Submitted by slava on Thursday, 27 December, 2001 - 02:50
I have created a PayPal account for accepting monetary donations to jEdit development. Note that this is entirely optional; jEdit is not, and will never become, shareware. You can use it as much as you want, guilt-free, without donating a single cent. Details here.
Plugin Central updates: ContextHelp, HartMathPlugin, WheelMouse, XInsert
Submitted by jgellene on Saturday, 22 December, 2001 - 09:46
  • ContextHelp 1.7: miscellaneous changes; requires jEdit 3.2pre9, Console 3.0, and JDK 1.1

  • HartMathPlugin 0.7.19: calls now an Init.bsh beanshell script at startup; every new created user-defined symbol starting with an upper-case letter calls now an Init.bsh beanshell script; every function starting with an upper-case letter can call a .bsh beanshell script; all beanshell scripts are now placed in the /.jedit/hartmath/bshscripts directory; bugfixes; requires jEdit 3.2pre1, Console 3.0, EditBus 1.1, and JDK 1.3

  • WheelMouse 2.1: adds ability to for different wheel behaviour with modifier keys pressed; requires jEdit 3.1final and JDK 1.4
Call for 4.0 screenshots
Submitted by slava on Saturday, 22 December, 2001 - 07:48
The jEdit home page needs some screenshots of jEdit 4.0; there aren't any there yet. Please e-mail me some jEdit 4.0 screenshots (PNG format only, please).
jEdit 4.0pre3 now available
Submitted by slava on Saturday, 22 December, 2001 - 03:43
jEdit 4.0pre3 is now available. This release features improved folding, context-sensitive commenting commands, ActionScript syntax highlighting, and some miscellaneous enhancements and bug fixes. Full changelog can be found here.
JProjexx framework documentation available
Submitted by jgellene on Monday, 17 December, 2001 - 17:44
In an effort to fashion a useful project management framework for jEdit plugins, an initial draft of documentation of the JProjexx framework is being made available in the Downloads section. The documentation currently covers 17 classes and interfaces that lay out the basic building blocks of the framework and provide a few illustrative applications. At present only javadocs are being released as a discussion draft, but source code, executables and definitive documentation will eventually be released under an Open Source license.
Plugin Central updates
Submitted by jgellene on Saturday, 15 December, 2001 - 12:32
  • AStylePlugin 0.4: updated for jEdit 4.0; requires jEdit 4.0pre1 and JDK 1.1
  • SpeedJava 0.1.3: fixes focus bug under JDK 1.4; requires jEdit 3.2final and JDK 1.2
  • TomcatSwitch 0.3: added support for Tomcat 3.3.x and 4.x; 'javaw' is called only if appropriate (thanks to John Gellene and Ingo Herschmann); the "status" command shows the current invocation command text; changing preferences is not allowed when Tomcat is running; the open folder button icon in the option pane is visible; removed explicit dependence from the EditBus plugin; requires jEdit 3.2.2, Console 3.0, Jakarta Tomcat 3.2, 3.3, or 4, and JDK 1.1
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   82349
Context Free Art (*.cfdg)   0.31   46055
BBEdit scheme   1.0   18595
JBuilder scheme   .001   18495
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