at
http://sunsite.auc.dk/jde/
JDE-2.2.6beta1 Release Notes
***************************************************************
* PLEASE READ *
***************************************************************
* *
* This release requires semantic 1.3.1 and *
* speedbar 0.13. You can obtain both at *
* http://www.ultranet.com/~zappo/semantic.shtml *
* *
* *
* 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. *
* *
***************************************************************
* This release supports the latest release of the semantic
and speedbar packages.
* This release replaces the JDE's Classes menu with a generalized
version that has been moved to the semantic package.
Thanks to David Ponce and Eric Ludlam for this work.
* Replaces the Document and Make doc menu items with a new
submenu:
Documentation
Add
Check at Point
Check Buffer
Generate
The Add command adds a javadoc comment skeleton for the class, method,
or variable at point.
The Check at Point command checks the validity of the
javadoc comment at point and corrects it if necessary.
The Check Buffer command checks every javadoc comment in
the current buffer.
The Generate command generates HTML documentation for the
active project or buffer.
Note: these first two commands are enabled only if point is on the
first line of a class, method, or field definition.
Thanks to David Ponce <[EMAIL PROTECTED]> for adding the Check at Point
and Check Buffer commands.
* Removes the @see, @version and @since line javadoc templates. If needed,
just create them once, they will be kept when updating documentation.