|
[jdee-devel] couple small bugs ...
From: Daniel Flesner <danimal@ag...> - 2010-11-03 23:14
|
jde-help-class: when over a class with a constant like
"GenerationType.AUTO", it now selects the constant rather than the class
and errors. i believe this worked correctly a couple of months back and
just selected "GenerationType".
Debugger entered--Lisp error: (error #("No match for AUTO" 13 17
(fontified t face jde-java-font-lock-constant-face)))
signal(error (#("No match for AUTO" 13 17 (fontified t face
jde-java-font-lock-constant-face))))
error("No match for %s" #("AUTO" 0 4 (face
jde-java-font-lock-constant-face fontified t)))
jde-read-class()
(list (jde-read-class))
call-interactively(jde-help-class t nil)
execute-extended-command(nil)
call-interactively(execute-extended-command nil nil)
jde-import-all: doesn't import classes which are all capitals, like
java.net.URL or javax.ejb.EJB.
thanks for all the hard work,
|
| Thread | Author | Date |
|---|---|---|
| [jdee-devel] couple small bugs ... | Daniel Flesner <danimal@ag...> |