for download at
http://sunsite.auc.dk/jde/
JDE-2.2.5 Release Notes
***************************************************************
* PLEASE READ *
***************************************************************
* *
* This release requires semantic 1.2.2 and *
* speedbar 0.12. You can obtain both at *
* http://www.ultranet.com/~zappo/semantic.shtml *
* *
* NOTE: This release does not work with semantic 1.2.3 *
* and speedbar 0.13. Support for those versions *
* will be in the next release. *
* *
* 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. *
* *
***************************************************************
* (Bug fix) jde-dbs.el now requires jde-run.el for compilation
to get the definition for save-w32-show-process-window macro.
* (Bug fix) The jde-compile command now includes all the options
specified by jde-compile-option-vm-args.
* Update jde-run-applet to work with the appletviewer in JDK 1.3.
* Adds jde-javadoc-command-path and jde-javadoc-display-doc variables.
Thanks to "Jason Stell" <[EMAIL PROTECTED]> for providing
the initial version of these enhancements.
* Fixed bug in jde-bug-clear-breakpoint command where the command
was off by a line.
Thanks to Stan Lanning <[EMAIL PROTECTED]> for providing this fix.
* Now sorts import list after adding an import. To enable this feature,
set jde-auto-sort-imports on.
Thanks to "Jason Stell" <[EMAIL PROTECTED]>
* This release adds some extra highlighting to jde-mode.
- Java modifiers (abstract, const, final, synchronized, transient,
static, volatile, public, private, protected, native)
are displayed with the font-lock-builtin-face face.
- Numbers are highlighted with the specific
extra-java-font-lock-number-face face you can customize.
- Capitalised identifiers (constants) are displayed with the
font-lock-constant-face face.
- Basic HTML highlighting is provided to improve editing of javadoc
comments.
Thanks to David Ponce <[EMAIL PROTECTED]> for this contribution.
* Changed jde-entering-java-buffer-hooks variable to
jde-entering-java-buffer-hook
(no s) to conform to Emacs Lisp coding conventions.
Thanks to Stefan Monnier <[EMAIL PROTECTED]>.
* Now optionally truncates method name in mode line.
Thanks to [EMAIL PROTECTED] for suggesting and providing the
initial implementation of this enhancement.
* Moves method name after point location display in mode line.
============================================================================
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