ECB 2.11 released!

2003-11-14 Thread Berndl, Klaus
ECB 2.11 is released! What's new in the new release: -- * Changes for ECB version 2.11 ** Using semanticdb to jump to type-tags defined in other files. In OO-languages like CLOS, eieio and C++ there can be type-tags in the

[PATCH] a template for try finally without catch

2003-11-14 Thread Nicholas Sushkin
Paul, others, Attached is the patch that implements a new completion tryfi - try {} finally {} (with appropriate formatting a-la the tryf completion) Thanks, -- Nick --- jde-gen.el.orig Fri Nov 14 03:10:47 2003 +++ jde-gen.el Fri Nov 14 03:36:04 2003 @@ -2666,7 +2666,7 @@

how to specify relative directory

2003-11-14 Thread Arnaud Vandyck
Hi, I'd like to make a prj.el file in the root of a project. I'd like to specify the options but I'm not able to specify the directory from where jde has to compile the classes. He wants to compile from the directory I edit the file. Don't know if I'm clear, but he wants to compile the class in

RE: Code Gen Wiz Suggestion: toString()

2003-11-14 Thread Jeff Jensen
Thank you! I have it working and will soon make time to tweak it into a package and with a configurable format as best I can. Perhaps then someone else would improve on it and then Paul would fold it in. We shall see! Thanks again. -Original Message- From: BALABAN ADRIAN

Re: how to specify relative directory

2003-11-14 Thread Charles Sutton
On Friday, November 14, 2003, at 07:13 AM, Arnaud Vandyck wrote: Hi, I'd like to make a prj.el file in the root of a project. I'd like to specify the options but I'm not able to specify the directory from where jde has to compile the classes. He wants to compile from the directory I edit the