Re: Turning off mouse hooks on ECB

2001-07-05 Thread Matt_Conway
I was wondering what was causing that! =) Now I know. Matt Nascif Abousalh-Neto [EMAIL PROTECTED] 07/05/2001 10:57 AM To:'JDE' [EMAIL PROTECTED], 'ECB-Mailing List' [EMAIL PROTECTED] cc: Subject:Turning off mouse hooks on ECB Hi, I've been using ECB a

RE: Semantic and xml

2001-06-21 Thread Matt_Conway
On 06/21/2001 02:59:25 PM Jeff Rancier wrote: Check out: http://xae.sunsite.dk and http://xslt-process.sourceforge.net/index.php I was thinking more along the lines of opening an XML file and having ECB display a list of tagnames in the Methods window, on which I could click and go to

Hotswapping object files in the debugger

2001-06-18 Thread Matt_Conway
The following GPLed product looks like it might be useful to JDE./JDebug - i.e. I could see it allowing one to replace a class file as you are debugging it. Not sure how feasible it would be to implement something like this though. http://www.inxar.org/hotswap/

Re: JDE vs. VAJ

2001-06-12 Thread Matt_Conway
Jikes also has an incremental compilation mode that you may want to look into. Basically, you run jikes with the list of files you want compiled, and give it the incremental mode flag. After it has compield the files you have given it, the process stays alive and attached to stdin and keeps a

Re: New for loop template...

2001-06-07 Thread Matt_Conway
Is there a generic way for users to add new templates to jde-mode without editing jdel lisp files? i.e. some way to use customize to create a new template, add it to the abbrev table for jde-mode and save this customiozation in your .emacs file? If this can't be done, is there a way for me

Re: AW: ECB 1.31 now available

2001-06-06 Thread Matt_Conway
On 06/06/2001 09:29:01 AM klaus.berndl wrote: But on the other side you are also right: disabling the advice for 'delete-other-window' has the disadvantage, that then you canĀ“t unsplit a splitted edit-window (maybe by Ctrl-x 2) like with a normal Emacs. You can't unsplit using 'C-x 1' but