for download at
http://sunsite.auc.dk/jde/
JDE-2.2.4 Release Notes
***************************************************************
* PLEASE READ *
***************************************************************
* *
* This release requires semantic 1.2.1 (or later) and *
* speedbar 0.11.1 or later. You can obtain both at *
* http://www.ultranet.com/~zappo/semantic.shtml *
* *
* This release also requires elib 1.0 or later. *
* Your can obtain elib at the JDE web site in compressed *
* tar (http://sunsite.auc.dk/jde/elib.tar.gz) or *
* zip (http://sunsite.auc.dk/jde/elib.zip) format. *
* *
***************************************************************
* (XEmacs compatibility bug) JDE no longer uses
comint-bol-or-process-mark function.
* Fixed fontification bug in compilation buffer.
* Fixed several which-method bugs.
* The JDE distribution now includes a makefile for compiling the
JDE Lisp files.
See the JDE installation guide on the JDE website for
instructions on its use.
* Replaces JDEbug's Set Breakpoint and Clear Breakpoint commands
with a single Toggle Breakpoint command.
If you are using prj.el files, you should update the
jde-bug-key-bindings variable to bind the set breakpoint
key (C-c C-z C-b by default) to jde-bug-toggle-breakpoint
instead of jde-bug-set-breakpoint.
Thanks to Lea Anthony <[EMAIL PROTECTED]> for
providing the initial implementation of the toggle breakpoint
command.
============================================================================
About the JDE
============================================================================
The Java Development Environment for Emacs is a freeware Emacs/JDK-based
IDE for creating Java applications. It has all the features usually
associated with the term IDE except for a GUI designer. Advantages of the
IDE include speed, reliability, multiple platforms (WIndows and Unix), and
configurability. Technical support is available via the JDE mailing list
which numbers more than 660 subscribers.
JDE Features
-------------------
* Supports all versions of the Sun JDK, including 1.3 beta
* Autoindentation
* syntax coloring
* JPDA-based source-level debugger that supports multiple process debugging
* Java source interpreter
* Intelligent method and field completion
* Tree-structured source-code browser
* Class browser
* Hyperlinks from symbols to definitions
* Automatic customizable code generation
* Class import wizard
* Method override wizard
* Method delegation wizard
* Context-sensitive help for any classes that have javadoc documentation.
* Built-in support for RCS and CVS source code repositories
* Commands for running and debugging applets
* HTML user's guide