Re: Java-1.5 font-lock support?

2005-05-08 Thread jeff peck
Until we see the full semantic support, This simple patch improves the coloring of generic declarations: diff -p font-lock.el.~1~ font-lock.el *** font-lock.el.~1~Fri Aug 30 05:35:14 2002 --- font-lock.elSun May 8 12:19:19 2005 *** See also `java-font-lock-extra-types'.")

Java-1.5 font-lock support?

2005-04-06 Thread jeff peck
Is there a version of Java font-lock that supports Java-1.5? To so something reasonable with Generics and varargs (Object... args) and other 1.5-isms?

Re: Compiler window deletion - UI question/suggestion

2005-04-06 Thread Jeff Peck
Your fix will help; it enables one to unset jde-compile-enable-kill-buffer to avoid the killing of the window. However; what I want (and i suspect other's do as well), is to kill the buffer, but: Leave the window in place! That way, when i have two edit windows, and compile in one window, the comp

Compiler window deletion - UI question/suggestion

2005-04-04 Thread Jeff Peck
I've been wondering with frustration why my windows disappear right after i move to them to start editing... Then i read: jde-compile-finish-kill-buffer, and lo! it intentionally waits 2 seconds after a compile, then sneaks in and destroys the window that contains the compiler output! Two seconds i

Re: JDE-2.5.3 SemanticDB: too much of a good thing?

2005-03-25 Thread Jeff Peck
Ok, thank. I'll give this a try: (custom-set-variables ;; custom-set-variables was added by Custom -- don't edit or cut/paste it! ;; Your init file should contain only one such instance. '(jde-auto-parse-buffer-interval 60) '(semantic-idle-scheduler-idle-time 70) '(semantic-imenu-auto-rebu

JDE-2.5.3 SemanticDB: too much of a good thing?

2005-03-25 Thread Jeff Peck
I just upgraded to NT Emacs 21.3.1 (i386-mingw-nt5.1.2600) and JDEE 2.3.5 Plenty of new features, but i'll need to read a bunch to learn to appreciate them.   My current concern is with semantic and its continuous background parsing. Which would not be so bad, but contrary to the documentati