Re: JDE Complete Menu

2003-01-10 Thread Ole Arndt
Hi Jeba, Hi Paul, Paul Kinnucan [EMAIL PROTECTED] writes: Jeba Bhaskaran writes: 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

Re: JDE Complete Menu

2003-01-10 Thread Jeba Bhaskaran
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

Re: JDE Complete Menu

2003-01-10 Thread Ole Arndt
Jeba Bhaskaran [EMAIL PROTECTED] writes: Hello Ole, I copied your code to my init.el file and getting the following error when trying to use the method ( called by M-x jde-indent-complete): Signaling: (void-function mark-or-region-active) (mark-or-region-active) (if

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 dabbrev

JDE Complete Menu

2003-01-09 Thread Paul Kinnucan
Jeba Bhaskaran writes: 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

jde-complete-menu error

2002-12-28 Thread Paul Kinnucan
Jayakrishnan Nair writes: I get the following error while trying to do jde-complete-menu. I am using J2SE 1.4.1 Debugger entered--Lisp error: (error Beanshell eval error. See messages buffer for details.) signal(error (Beanshell eval error. See messages buffer for details

Re: jde-complete-menu error

2002-12-28 Thread Jayakrishnan Nair
Paul, I declared a PropertyChangeEvent evt and then later in the code I thought it was declared as e (instead of evt). So I typed e.get and then jde-complete-menu. Since e was not available in the file, this error came. But when I changed it to evt.get and typed jde-complete-menu, the menu