for download at

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

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

* Adds support for completion of array instances.

  For example, the following

    public static void main (String[] args) {
      args[].<--------------Complete here
    }

  now works

  Thanks to Stephane Nicolas <[EMAIL PROTECTED]>.

* Adds jde-make-working-directory variable

  This allows you to specify the directory in which to start
  a makefile-based build.

  Thanks to Laurent Latil <[EMAIL PROTECTED]>.

* Fixed bug where JDEBug would not attach to a process running
  on a remote host because it was setting the wrong connector 
  argument (host instead of hostname). 

  Thanks to Matthew Conway <[EMAIL PROTECTED]>.

* Adds jde-compile-finish-hook variable. This variable allows 
  you to specify actions to perform when compilation of a
  Java source buffer terminates.

* Now refreshes the speedbar (if visible) at the end of a
  compilation.

* Now flushes the completion facility's class information
  cache at the end of a compilation.

* Adds end of comment block template, 
  jde-javadoc-end-block-template, which allows you to 
  customize the characters used to end a comment block
  (*/ by default).

  Thanks David Ponce <[EMAIL PROTECTED]>, [EMAIL PROTECTED]

* (bug fix) JDEbug now creates only one CLI buffer per process.

* JDEbug's Step Into command now skips methods in the java, javax,
  and sun packages.

  If you want to step into these packages, use the Step Into
  All command (see following).

* Adds a Step Into All command to JDEbug. This command steps
  into the method at point, regardless of package.

  A future release will allow you to specify packages and
  classes that this command should not step into.

* The JDE->Help->JDK command now works when jde-jdk-doc-url
  is a URL, i.e., begins with http: or file:.



============================================================================
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