for download at

http://sunsite.auc.dk/jde/

JDE-2.2.1 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              *
*                                                             *
*                                                             *
*                                                             *
***************************************************************

* The completion wizard now caches methods and fields for each 
  class referenced in a session. It also now completes private and 
  protected methods and  fields. Thanks to Stephane Nicolas
  <[EMAIL PROTECTED]>.

* Adds support for generating a see section in the Javadoc comment
  for a method. Thanks to [EMAIL PROTECTED]

* Adds a jde-javadoc-make command that generates the javadoc for
  a project. Thanks to Sergey A Klibanov <[EMAIL PROTECTED]>.

  This command supports all the options of the JDK's javadoc 
  command via customization variables. To specify doc 
  generation options, select JDE->Project->Options->Javadoc.

* Adds the customization variable bsh-vm-args. The arguments
  specified by this variable are passed to the vm that starts
  the BeanShell.

* The BeanShell command window now shows the directory in
  which the BeanShell starts and the command line used to
  start it.

* Adds a customization variable, bsh-eval-timeout, that allows
  you to specify how long the JDE should wait for the BeanShell
  to finish evaluating a Java expression. 

* Upgraded the JDE to use the 1.0 version of the BeanShell.

* Adds a customization variable, bsh-vm-args, that allows you to 
  specify one or more arguments to be passed to the Java vm that 
  runs the BeanShell."

* Fixed bug that prevented completion of method and catch parameters.
  Thanks to Lou Aloia <[EMAIL PROTECTED]>.

* The JDEbug messages buffer now shows the command line used to
  start the debuggee process.

* Added a Help item to the JDEbug 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 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















Reply via email to