Java Extras Elisp Minor Mode - Summary
This project is not part of the GNU Project.
This project provides an emacs minor mode to help when editing java code. It doesn't aim to build a full IDE in emacs rather to provide a set of functions to automate, as far as possible, the more mundane aspects of java coding.
Registration Date: Mon 18 Feb 2002 11:36:44 PM UTC
License: GNU General Public License v2 or later
Development Status: 0 - Undefined
posted by alexmoffat, Tue 21 May 2002 01:29:14 AM UTC - 0 replies
Just some minor bug fixes and changes in the area of logging and moving forwards and backwards by method. Behavior should now be more in accordance with what you would expect to happen.
posted by alexmoffat, Mon 08 Apr 2002 01:06:01 AM UTC - 0 replies
Expanded from just supporting log4j to a more flexible system that can support other logging packages. Currently has support for log4j and using System.out.println.
posted by alexmoffat, Mon 25 Mar 2002 03:37:11 AM UTC - 0 replies
The javadoc insert function now takes account of any existing javadoc for a method when inserting. It is able to preserve the overall description and any descriptions for parameters and return values. Any other javadoc tags in the exsiting javadoc are placed in the new javadoc at the location defined in the Sun description at http://java.sun.com/j2se/javadoc/writingdoccomments/index.html
posted by alexmoffat, Thu 14 Mar 2002 04:01:09 AM UTC - 0 replies
Starting to work quite well, at least for me :) I'm finding the jx-compile command is a timesaver. However, I need to provide some sort of easy access to it from the standard compile. How do you show that "new" commands are available when people invoke "old" ones? Some thinking required.
[Submit News]
[10 news in archive]