Bug in the jde-java-font-lock.api stuff

2001-03-29 Thread klaus . berndl
The following is correct highlighted: System.out.println means, the "System" has the jde-java-font-lock-api-face, but the following is not: System.out.println( or System.out.println ( Only adding a paren (with or without space) prevents the "System" from beeing highlighted. Why? Ciao, Klau

AW: Bug in the jde-java-font-lock.api stuff

2001-03-29 Thread klaus . berndl
Forget the following, my fault!!! Sorry for the noise, Klaus > The following is correct highlighted: > > System.out.println > > means, the "System" has the jde-java-font-lock-api-face, > but the following is not: > > System.out.println( > > or > > System.out.println ( > > Only adding a par

ANN: JDE 2.2.7beta5 available at ...

2001-03-29 Thread Paul Kinnucan
http://jde.sunsite.dk/ JDE 2.2.7beta5 *** * PLEASE READ * *** * * *

Suggestion for class template generation

2001-03-29 Thread Vishwanathan SVN
Is if possible for jde to query for the access permissions of a class (viz. public private etc) during the creation of a class template? Otherwise I frequently find that I need to go and manually edit the acess once the class template has been generated. thanks vishwanathan

syntax coloring

2001-03-29 Thread jdk
Since I installed JDE I stoped having syntax coloring in emacs. If i don't load JDE at start of emacs the syntax coloring is OKI the site of JDE it's mentioned that JDE making syntax coloring so it's should be OK but it's not. Does someone know what is the problem. If someone can help me I will

Re: AW: AW: AW: jde-help-find-javadoc problem in beta4

2001-03-29 Thread Jim Davidson
[EMAIL PROTECTED] writes: > > Also, executable-find is *not* in the standard Emacs (20.7) > > distribution. I > > don't know what the original poster might have been thinking of. > > I do, because in my emacs-20-7.tar.gz source-distribution > (Gnu Emacs 20.7) is in lisp/progmodes/executable.el

PROPOSAL: Only save customized vars in project file

2001-03-29 Thread Nick Sieger
My typical usage of the JDE is to have a custom-set-variables block in my .emacs that sets a bunch of defaults for the JDE, and then only override a couple of the jde variables in each of my projects (typically jde-global-classpath and a few others). I always wondered why it was necessary to save

RE: PROPOSAL: Only save customized vars in project file

2001-03-29 Thread Sandip Chitale
Hello Nick, This is great. I use to wonder about "why it was necessary to save *every* jde variable in the project file." too. I have written a function to support nested projects. Here it is. (defun jde-load-parent-project () "Load the parent project if one exists." (let ((prj-file (jde-fin

Re: PROPOSAL: Only save customized vars in project file

2001-03-29 Thread Paul Kinnucan
At 01:13 PM 3/29/01 -0600, you wrote: >My typical usage of the JDE is to have a custom-set-variables block in >my .emacs that sets a bunch of defaults for the JDE, and then only >override a couple of the jde variables in each of my projects >(typically jde-global-classpath and a few others). I al

Off-topic: Where is JavaCC?

2001-03-29 Thread Charlie Reiman
Java used to have a compiler generater called JavaCC. I'm having a hard time finding it. Most links point to metamata.com, which is now owned by WebGain. WebGain has no links at all for the javacc download, although I did find some javacc docs there. There is also a page on freshmeat.net but it po

RE: PROPOSAL: Only save customized vars in project file

2001-03-29 Thread Nick Sieger
I think I see your point about settings from projects carrying across project boundaries at buffer switches, but that's what the change to jde-load-project-file is intended to guard against - it always does a `jde-set-variables-init-value' and then applies project settings on top of that. Does th

Re: Off-topic: Where is JavaCC?

2001-03-29 Thread Nic Ferrier
>>> Charlie Reiman <[EMAIL PROTECTED]> 29-Mar-01 8:55:48 PM >>> >Does anyone know where this thing went? Is it dead? >Am I missing something obvious? Errr... yes. http://www.webgain.com/products/metamata/java_doc.html Nic Ferrier

RE: PROPOSAL: Only save customized vars in project file

2001-03-29 Thread Paul Kinnucan
At 01:59 PM 3/29/01 -0600, Nick Sieger wrote: >I think I see your point about settings from projects carrying across >project boundaries at buffer switches, but that's what the change to >jde-load-project-file is intended to guard against - it always does a >`jde-set-variables-init-value' and then

more JDebug problems

2001-03-29 Thread Samantha Atkins
I have now been fighting with various incarnations of JDE and JDebug for part of 3 consecutive days and still no luck. I am now running the lastest JDE (2.2.7beta4), the latest eieio, speedbar, semantic, elib on Emacs 20.7.1 under Linux. It is a fresh, virgin emacs installation. After setting a

Re: Off-topic: Where is JavaCC?

2001-03-29 Thread jeff
Charlie Reiman wrote: > > Java used to have a compiler generater called JavaCC. I'm having a hard time > finding it. Most links point to metamata.com, which is now owned by WebGain. > WebGain has no links at all for the javacc download, although I did find > some javacc docs there. There is also

Debug error in JDEBug

2001-03-29 Thread Institutional Man
I am using the latest beta version of JDE ( jde-2.2.7beta5 ) with the latest components. I take these steps: JDEbug->Processes->Start Debugger JDEbug->Processes->Launch Process I then set a breakpoint JDE->Debug App error in mini-buffer: Invalid slot name: "#", field

Re: Debug error in JDEBug

2001-03-29 Thread Paul Kinnucan
Submit a problem report. - Paul

generating junit tests

2001-03-29 Thread Eric D. Friedman
I noticed on the JUnit site (http://www.junit.org/) that various IDEs, including netbeans, have got modules that will generate JUnit tests for java classes. See , for example. Is there any interest in coming up with something similar for the JDE? Depending on how

hi

2001-03-29 Thread Florentin Ionescu
Ovidiu, M-am uitat la Makefile care l-ai care l-ai pentru xslt minor mode si care-i foarte cool si m-am gindit sa te intreb , daca-mi permiti, o intrebare care ma macina de mai mult timp : Este posibil, in bash shell sa executi un program care sa passesze o enviroment variable to shell parinte ?

Re: generating junit tests

2001-03-29 Thread Richard den Adel
Eric D. Friedman wrote: > I noticed on the JUnit site (http://www.junit.org/) that various IDEs, > including netbeans, have got modules that will generate JUnit tests > for java classes. See , for example. > > Is there any interest in coming up with something simi

[OT]how to install Company wide `default' Customization vars depending on username

2001-03-29 Thread Richard den Adel
I want to setup company wide customization for several jde variables. This works fine for most vars, however for vars depending on the user name it doesn't. The jde-run-option-properties contains strings with 'richard' hard-coded. Since quote is used, this is not easy to replace with 'user. I