JDE Complete Menu

2003-01-09 Thread Jeba Bhaskaran
I am currently using dabbrev-completion to complete variable names in a Java buffer. How difficult would it be to add this functionality to the JDE Complete Menu function? For example, if there is a ., then the jde-complete-menu as it now would be called and if a . is not present then

Re: JDE Complete Menu

2003-01-10 Thread Jeba Bhaskaran
-interactively(jde-indent-complete) command-execute(jde-indent-complete t) execute-extended-command(nil) call-interactively(execute-extended-command) --- Ole Arndt [EMAIL PROTECTED] wrote: Hi Jeba, Hi Paul, Paul Kinnucan [EMAIL PROTECTED] writes: Jeba Bhaskaran writes: I am

jde-global-classpath error

2003-01-14 Thread Jeba Bhaskaran
I am using jde-global-classpath variable. When compiling, JDE only uses the last part of the path. For example, C:\jars\test.jar comes out as -classpath C:/test.jar. __ Do you Yahoo!? Yahoo! Mail Plus - Powerful. Affordable. Sign up now.

Error in Modifying JDE Key Bindings

2003-01-27 Thread Jeba Bhaskaran
I am getting the following error when I try to customize jde-key-bindings. I am using Emacs 21.2 and Win XP. I was able to do this without getting error in XEmacs. Debugger entered--Lisp error: (error Saving jde-key-bindings: Invalid function: jde-db-menu-debug-applet) signal(error (Saving

Bug Report

2003-03-03 Thread Jeba Bhaskaran
Please enter the details of your bug report here I am getting the following backtrace when trying to do build using ant: Signaling: (file-error Searching for program No such file or directory C:\\WINDOWS\\system32\\cmd.exe;c:\\wget) start-process-internal(compilation #buffer *compilation*

Re: Bug Report

2003-03-04 Thread Jeba Bhaskaran
Thanks Javier. That did the trick. Jeba --- Javier S. Lopez [EMAIL PROTECTED] wrote: Hi Jeba, Your problem is not JDEE related is a system configuration issue. The environment variable COMSPEC is pointing to C:\WINDOWS\system32\cmd.exe;c:\wget. The value of this variable must point to

Completion problem - Select a class to import

2003-04-03 Thread Jeba Bhaskaran
Hello All, A month ago I reported a bug that happens when there are multiple classes that can be imported during completion. That is, lets say I am trying to get methods for Vector and it is not in the import list. JDEE prompts to import the class. Since there are multiple possible classes to

Re: question about turning off auto-formatting...

2003-04-04 Thread Jeba Bhaskaran
--- Joseph Jupin [EMAIL PROTECTED] wrote: Okay - I just upgraded to the latest builds on many things in my XEmacs bundle and for some unknown reason, auto-formatting is turned on. That is, if I do an auto-complete of say ife to the proper layout, it then goes through the whole document

Re: Bug Report JDE2.3.3beta1

2003-06-17 Thread Jeba Bhaskaran
--- Andrew Hyatt [EMAIL PROTECTED] wrote: Jeba Bhaskaran [EMAIL PROTECTED] writes: Please enter the details of your bug report here: 1. After installing the beta jde 2.3.3, I have lost syntax highlighting. I installed overlay-fix and stil the syntax highlighting is not working

Re: Bug Report JDE2.3.3beta1

2003-06-17 Thread Jeba Bhaskaran
I commented out the jde-plugin-minor-mode call and now syntax highlighting works. --- Jens Lautenbacher [EMAIL PROTECTED] wrote: On Tue, 2003-06-17 at 19:20, Paul Kinnucan wrote: I also don't get syntax highlighting on XEmacs 21.4 and I have no clue as to why. AFAIK there are no changes

RE: Bug Report JDE2.3.3beta1

2003-06-18 Thread Jeba Bhaskaran
So would I be wrong in saying cross-refrencer will not work in Xemacs on Windows? Jeba --- Andy Piper [EMAIL PROTECTED] wrote: Its probably a mule issue. Did you build your linux version with mule? There is no mule support for XEmacs on windows currently, I think this will be fixed in 22.0.

JDE-2.3.3beta2 - Field and Method Completion

2003-06-19 Thread Jeba Bhaskaran
Field and Method completion seems to slow. There seems to be at least 2 to 3 second delay in showing the dialog box for possible completions. Jeba __ Do you Yahoo!? SBC Yahoo! DSL - Now only $29.95 per month! http://sbc.yahoo.com

Re: [jde] JDE-2.3.3beta2 - Field and Method Completion

2003-06-19 Thread Jeba Bhaskaran
Compared to 2.3.2, 2.3.3beta2 Field and Method completion is slow. In 2.3.2, completion was almost instaneous, except the first time completion was called. Jeba --- Paul Kinnucan [EMAIL PROTECTED] wrote: Raul Acevedo writes: Paul Kinnucan wrote: Emacs is not multithreaded. You can

Variable in Project File

2003-08-08 Thread Jeba Bhaskaran
Hello All, Is there a way to define a variable in prj.el and refrence that in the prj.el file? For example, set project_home = c:/someproject then in the classpath {project_home}/classes. Thanks for your help. Jeba __ Do you Yahoo!? Yahoo! SiteBuilder - Free,

JDE Ant Problem

2004-04-07 Thread Jeba Bhaskaran
Hello All, I am using Emacs 21.3 with JDEE 2.3.3 on Win XP Pro. I am trying to build using ant and getting the following problem: Emacs puts quotes around the build file name and ant in interpreting the quotes as part of the file name. How to tell Emacs or JDEE not to put quotes around the file