Re: Re[4]: header line bugs and artifacts

2005-04-28 Thread Jens Lautenbacher
On Thu, 2005-04-28 at 08:08 -0400, Eric M. Ludlam wrote: Hi, To be clear, is it just the header line, and semantic decorations that scare people away, or the whole set of code helpers including imenu, summary-mode, completion mode, and what-not. It's different. The header line is most

Re: Jde Xref problem

2004-08-18 Thread Jens Lautenbacher
Maybe OT, but does anybody know what feature the normal jde-xref has that isn't done faster and without all the db stuff by the jde-usages plugin? While I really think jde-xref is cool, maybe we should think about integrating jde-usages itself... jtl signature.asc Description: This is

Re: compilation-enter-directory-regexp-alist in emacs cvs

2004-04-29 Thread Jens Lautenbacher
On Thu, 2004-04-29 at 21:03, John Russell wrote: I recently posted this to gnu.emacs.help but no one responded, so I thought I'd try here. While using JDE I ran into a problem compiling files with emacs CVS. ... There doesn't appear to be a lot of explanation as to why they were removed

Re: auto newline, indent and close brace on open brace, return

2004-03-12 Thread Jens Lautenbacher
On Fri, 2004-03-12 at 21:46, Suraj Acharya wrote: Here you go: [deleted] Hm, this looks very interesting. I'm wondering if there couldn't be another solution, where you wouldn't use a variable to set to t to signal it should indent, but instead you directly specify the desired basic function

automatic adding to hs-special-modes-alist??

2004-03-11 Thread Jens Lautenbacher
I have this snippet in my .emacs, would it be a good idea if jde would do something like this internally? It is just the same definition as for java-mode, copied from hideshow.el. (add-to-list 'hs-special-modes-alist '(jde-mode { } /[*/] nil hs-c-like-adjust-block-beginning)) jtl

RE: automatic adding to hs-special-modes-alist??

2004-03-11 Thread Jens Lautenbacher
On Thu, 2004-03-11 at 18:02, Berndl, Klaus wrote: I second this - ECB already recommend this in its manual, so the hideshow-integration into ECB can work with JDEE too... There may be other stuff to integrate, too: E.g. I have some stuff added to certain align.el hooks/variables to integrate

Re: Trying to understand completion behaviour

2004-03-02 Thread Jens Lautenbacher
On Tue, 2004-03-02 at 06:43, Paul Kinnucan wrote: Because no one has yet bothered to implement completion of class names, which is a fundamentally different problem from completion of class methods and fields. I can understand that. I didn't want to sound offensive or demanding. I even

Trying to understand completion behaviour

2004-03-01 Thread Jens Lautenbacher
Hi, I try to figure out why completion does not work when I try to complete on a Class name. Say the class FooBarBaz is somewhere on my classpath, and I'm in a source buffer with point just after Foobar (the ^ denotes point): FooBar ^ trying to complete on the classname doesn't work, but

bizarre problem with completion

2004-03-01 Thread Jens Lautenbacher
Hi, I have the following code (^ is point): Iterator iter = set.iterator() while (iter.hasNext()) { iter. ^ } completing at the specified place works as expected. BUT: if the iterator is simply named i, trying to complete makes JDE ask me which class I want to import

jde-compile-enable-kill-buffer no effect?

2004-02-16 Thread Jens Lautenbacher
Hi, I have a problem with customizing jde-compile-enable-kill-buffer. For me, the setting of this variable seems to have no effect. What ever the setting is, compiling with ant-server or javac for example always close the compile window if no error happened -- interestingly, there's another

Re: Bug Report JDE2.3.3beta1

2003-06-17 Thread Jens Lautenbacher
On Tue, 2003-06-17 at 19:20, Paul Kinnucan wrote: I also don't get syntax highlighting on XEmacs 21.4 and I have no clue as to why. AFAIK there are no changes related to syntax highlighting in the beta release. I was hoping by releasing this beta that Andy Piper or some other XEmacs maven

Re: [Fwd: small patch for jde-open-source-for-symbol] and aquestion...

2002-06-29 Thread Jens Lautenbacher
On Fri, 2002-06-28 at 19:43, Paul Kinnucan wrote: Jens Lautenbacher writes: Hi, some time ago I posted a miniature patch to jde-devel (see attached mail). Nobody reacted, but that may be just because nobody uses the defun in question at all :-) Hmm, did you look at the patch? Do you