ANN: littlej -- java tools for simple text editors
| eostermueller@yahoo.com 18 Oct 2004 13:25 GMT | Page rating:  |
http://littlej.sourceforge.net
littlej is an open-source set of utilities for the Java programmer that
programs with a plain text editor instead of an IDE. littlej,licensed
under the LGPL, was designed to be invoked from a command shell.
Here are the 0.01 features:
* Constructs java import statements for a java code snippet on the OS
clipboard (compare to a similar feature in IntelliJ).
* Given just a class name, provides a quick text dump of all the
method/field names in a given class.
* Identifies the location on the harddisk that a particular class is
being loaded from.
You can easily invoke these commands from your favorite text editor,
like VI or UltraEdit.
No comments at this time. Why not be the first?