for download at http://sunsite.auc.dk/jde/ JDE-2.1.6beta20 Release Notes ============================= * Implemented color customization of the JDEbug breakpoint marker. To customize the color, select JDEbug->Preferences or type M-x customize-variable jde-bug-breakpoint-marker-colors. Enter the desired foreground and background colors and set the variable. * Implemented persistent breakpoints. To save a breakpoint, select JDEbug->Preferences or enter M-x customize-variable jde-bug-saved-breakpoints. Select the INS button in the variable's customization area to add a breakpoint. Enter the name of the source file and line number where you want the breakpoint to occur. Then set the variable. Note that setting breakpoints by file name can lead to ambiguities when the same file name occurs in different packages. A future release will allow you to specify a qualified class name to resolve such ambiguities. * Fixed a number of Cygwin/XEmacs incompatibilities. Thanks to Fred Hart <[EMAIL PROTECTED]> for providing the fixes. * Fixed "search-end-post" error when setting jdb breakpoints. ============================================================================ 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
