Generating import statements automatically?

2001-02-13 Thread T. V. Raman
JDE never ceases to amaze me --(whine , whine) too much good stuff hidden under menus-- guess you never win:-) Would be even nicer if it handed the java file to bsh --found what symbols didn't resolve, and then invoked the import wizard on each unresolved symbol. (Rather emacs spent its cycles do

RE: Semantic is making emacs/jde unusable

2001-02-13 Thread Schewe, Jon (MN65)
Yeah, I've noticed that even with the parser fix. It seems that PCL-CVS does something that makes JDE believe the buffer's changed. Probably just a revert buffer to make sure it's up to date on the disk. > -Original Message- > From: Steven E. Harris [mailto:[EMAIL PROTECTED]] > Sent: Tu

RE: Semantic is making emacs/jde unusable

2001-02-13 Thread T. V. Raman
I'm running 2.2.6 under emacs 20.6 -- Best Regards, --raman IBM Research: Human Language Technologies Phone:1 (408) 927 2608 Fax:1 (408) 927 3012 Email:[EMAIL PROTECTED] WWW: http://www.cs.cornell.edu/hom

Re: Semantic is making emacs/jde unusable

2001-02-13 Thread Steven E. Harris
"Schewe, Jon (MN65)" <[EMAIL PROTECTED]> writes: > What version of JDE are you using? This was a problem with JDE up till like > 2.2.6 and Paul and I came up with a fix, we added a check in the JDE parse > routine to make sure the buffer that's being parsed is in JDE mode. > This only seems to

How do other debug options work?

2001-02-13 Thread Ventimiglia, David
How do some of the other JDEBug options work? Specifically, how do set Conditional Breakpoints, and how do I save breakpoints? These menu choices are always disabled for me. In general, how do some of the other things work, like "Watch for field", "Trace", etc.? If there's a link to some docs w

RE: Semantic is making emacs/jde unusable

2001-02-13 Thread Schewe, Jon (MN65)
What version of JDE are you using? This was a problem with JDE up till like 2.2.6 and Paul and I came up with a fix, we added a check in the JDE parse routine to make sure the buffer that's being parsed is in JDE mode. This only seems to be an issue under XEmacs though. > -Original Message-

Semantic is making emacs/jde unusable

2001-02-13 Thread T. V. Raman
I reported this to Eric a few weeks ago --and he speculated that it might be interaction between senator and semantic --but with senator disabled I'm stil hititng the same problem. Problem is that semantic randomly starts reparsing things like shell and compilation buffers that it has no right to

RE: Generating import statements automatically?

2001-02-13 Thread Chuck . Irvine
There is the JDE->Wizards->Import Class command. Have you tried this? -Chuck > -Original Message- > From: tvraman [mailto:[EMAIL PROTECTED]] > Sent: Tuesday, February 13, 2001 1:10 PM > To: jde > Cc: tvraman > Subject: Generating import statements automatically? > > > Hi -- > > Suppos

Generating import statements automatically?

2001-02-13 Thread T. V. Raman
Hi -- Suppose I have a source file that refers to three classes from java.io. Would it be possible to somehow have JDE figure out which three classes (using bsh) and synthesize the relevant import statements? This way one could do the lazy programmer thing of typing import java.io.*; and have

cflow Question

2001-02-13 Thread Lance Johnston
Hi, I have a question with regard to cflow templates and where the point ends up after expansion. It seems that use 'r in the template definition will return the point to this spot after the template has been completely inserted. However, the 'r also seems to insert a space, which is not what I w

Basic JDE compilation question

2001-02-13 Thread charles martin
> >Hello, > >I am trying to understand the behavior of the jde compile >command, and how it interacts with the source. > >According to the user guide, when I use the menu to compile >a simple program (i.e. HelloWorld.java), if the compiler >detects an error, the error should be highlighted

Re: resetting jde-options after each buffer-switch problem

2001-02-13 Thread Paul Kinnucan
At 02:01 PM 2/13/2001 +0100, [EMAIL PROTECTED] wrote: >In general i find the project switching mechanism and related setting of all >jde-options to the >values of the new project file or - if there is no project file - resetting >the values to the ones set in >.emacs or - if there are no new val

resetting jde-options after each buffer-switch problem

2001-02-13 Thread klaus . berndl
In general i find the project switching mechanism and related setting of all jde-options to the values of the new project file or - if there is no project file - resetting the values to the ones set in .emacs or - if there are no new values set - to the JDE default values. Really tricky and nic

completion on (SomeClass)handle. does not work

2001-02-13 Thread Dr. Volker Zell
Hi I get the message Could not find class (LineItem)e. when trying to do method completion on the example below. public float price() throws RemoteException { float price = 0; Enumeration e = items.elements(); while (e.hasMoreElements()) {

completion on (SomeClass)handle. does not work

2001-02-13 Thread Dr. Volker Zell
Hi I get the message Could not find class (LineItem)e. when trying to do method completion on the example below. public float price() throws RemoteException { float price = 0; Enumeration e = items.elements(); while (e.hasMoreElements()) {