This is the mail archive of the cygwin@sourceware.cygnus.com mailing list for the Cygwin project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]

JDE 1.9.8 Released


Release 1.9.8 of the Java Development Environment for Emacs
is available at http://sunsite.auc.dk/jde/ .

This release adds a code generation facility.

The facility comprises the following commands

* Files->JDE New->Class

  Creates a buffer that includes a template for a generic
  Java class.

* Files->JDE New->Console

  Creates a buffer that includes a template for the main
  class of a Java console application.

* JDE->Generate->Get/Set Pair

  Generates a variable at point and a pair of get and set
  methods for the variable.

* JDE->Generate->Listener->Action

  Creates and registers an action listener for a component.

* JDE->Generate->Listener->Window

  Creates and registers a window listener for a window.

* JDE->Generate->Listener->Mouse

  Creates and registers a mouse listener for a component.

The new release also adds a command

* JDE->Options->Autocode

for customizing the templates used to generate code.

See the "JDE Users Guide" for more information.

The JDE is an Emacs/-hosted integrated development 
environment for Java applications and applets. Features
include syntax coloring, auto indentation, compile-error-
to-source hyperlinks, symbol-to-definition hyperlinks,
source-level debugging, tree-structured source code
browser, and complete configurability via configuration
variables and the Emacs Lisp api. The JDE works with
any command-line development tool set compatible with
the Sun JDK. The JDE runs on all platforms supported by
Emacs/ and Java, including Windows/NT/95, Unix, and Linux.
-
For help on using this list (especially unsubscribing), send a message to
"gnu-win32-request@cygnus.com" with one line of text: "help".


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]