Emacs lisp packages
After we finally got around to bring at least some of the emacs
lisp code we use for our development into a decent shape, we are
now releasing our qflib.el package to the public and hope that
other packages will follow if and when we find the time.
The packages:
qflib.el
This is a collection of functions for editing Java code. It
is not meant to replace any of the Java major modes like
JDE or the one from cc-mode, but rather to
complement these.
It contains a regexp-based mechanism to locate Java methods
and extract qualifiers, return type, method name, arguments
and exceptions. Based on this information, javadoc skeletons
can be created as well as log messages for the de.qfs.lib.log package of
qflib
Additional features include locating the source code from a
Java exception stack trace and some little utilities to save
typing in common Java constructs.
|