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

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 g

Semantic and xml

2001-06-21 Thread Matt_Conway
I'd like to take advantage of all the navigation tools that people have written to work with semantic for when I am editing XML files. Does anyone know if an xml grammar has been written for semantic (or if it can even be done), or if not, maybe some pointers on how I could go about setting u

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 t

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' bu

Re: VAJ and Emacs. [Was: Rescanning class... message at bottom]

2001-05-15 Thread Matt_Conway
We use clearcase for version control. There is a really good clearcase integration for emacs written by one of the guys at Rational - you can get it at: http://www.ultranet.com/~esler/ccase-mode/ Clearcase is quite expensive though, so probably not worth using it unless your comapny is willing