RE: Save abbrevs in ~/.abbrev_defs?

2003-01-13 Thread Victor Kirk
See documentation for save-abbrevs, it's much faster than waiting 
for replies from a mailing list.

However, I guess you want  (setq save-abbrevs 'silently)

Vic
--
This message, including attachments, is intended only for the use by the
person(s) to whom it is addressed. It may contain information which is
privileged and confidential. Copying or use by anybody else is not
authorised. If you are not the intended recipient, please contact the sender
as soon as possible. The views expressed in this communication may not
necessarily be the views held by Serco Integrated Transport.



-target and -source with javac 1.4

2002-12-02 Thread Victor Kirk
Hi,

I've attached a patch which adds an extra customisation
variable `jde-compile-option-source', for specifing the
'-source' argument introduced with the 1.4  complier to
allow/dissallow assertions.

I also updated  `jde-compile-option-target' so  that it
has a 1.4 option.

This patch was made against the version found in 2.3.0.

Vic
--

 
This message, including attachments, is intended only for the use by the
person(s) to whom it is addressed. It may contain information which is
privileged and confidential. Copying or use by anybody else is not
authorised. If you are not the intended recipient, please contact the sender
as soon as possible. The views expressed in this communication may not
necessarily be the views held by Serco Integrated Transport.
  




jde-compile.diff
Description: Binary data


Finding class source

2002-09-02 Thread Victor Kirk

Hi,

Before I reinvent the wheel I thought I'd check this is'nt all ready in
jde or if someone else has done it.

Being lazy I would prefer if jde-find-class-source did'nt need the fully
qualified classname. I was going to create something to search
jde-sourcepath
subdirectories for the class (ignoring inner classes for the time being).

Has anyone already done this?

Vic
--

This message, including attachments, is intended only for the use by the
person(s) to whom it is addressed. It may contain information which is
privileged and confidential. Copying or use by anybody else is not
authorised. If you are not the intended recipient, please contact the sender
as soon as possible. The views expressed in this communication may not
necessarily be the views held by Serco Integrated Transport.



RE: Finding class source

2002-09-02 Thread Victor Kirk

I Said:
 Being lazy I would prefer if jde-find-class-source did'nt need
 the fully qualified classname. I was going to create something
 to search jde-sourcepath subdirectories for the class.

Javier said:
 You can use jde-open-class-source. 

Yet another useful function I never knew existed :-)

Unfortunatly it doesnt work for me in my case.  I have both the
source and the generated classes hanging off the same directory,
e.g.

/some/path/java/com/...
/some/path/java/build/generated/com/...
/some/path/java/build/classes/com/...

So /some/path/java is in my source path. If I do to the bsh

bsh % jde.util.JdeUtilities.getQualifiedName(OSClass);

I get 

(list build.classes.com.serco.objectserver.OSClass)


and not 

(list com.serco.objectserver.OSClass)

As I'd like.  The only way around this seems to move my source
directory and change source path, something I am don't intend
to change at this point.

Vic
--
This message, including attachments, is intended only for the use by the
person(s) to whom it is addressed. It may contain information which is
privileged and confidential. Copying or use by anybody else is not
authorised. If you are not the intended recipient, please contact the sender
as soon as possible. The views expressed in this communication may not
necessarily be the views held by Serco Integrated Transport.



RE: Compile all open Java buffers

2002-07-23 Thread Victor Kirk


 The only modular build system I know of is the jboss buildmagic system. 
 I'd like to hear of others.

Theres always `make'

Vic
--
This message, including attachments, is intended only for the use by the
person(s) to whom it is addressed. It may contain information which is
privileged and confidential. Copying or use by anybody else is not
authorised. If you are not the intended recipient, please contact the sender
as soon as possible. The views expressed in this communication may not
necessarily be the views held by Serco Integrated Transport.