for download at
http://sunsite.auc.dk/jde/
JDE-2.1.6beta21 Release Notes
=============================
* Added key bindings for JDEbug.
Note. You can customize the key bindings to suit your own preferences.
See JDEbug->Preferences.
* Fixes an infinite recursion bug that can occur when stepping through code.
* Fixes scrolling in process debug message window.
Thanks to "Martin Dickau" <[EMAIL PROTECTED]> for this fix.
* Fixed bug in process launch error message.
* Fixed bug in JDE->Debug App where Debug App tries to set breakpoints
even though it has failed to launch the app.
* Do not try to set persistent breakpoints in Java buffers not associated
with a file.
* Moved "Browse JDK doc" menu item to Help menu.
============================================================================
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 currently numbers more than 630 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
* 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