Re: Jde-import-all

2004-12-01 Thread Javier Lopez
I recently added a fix for this problem, it will be in the next release. Javier On Wed, 1 Dec 2004 12:31:39 +0100, Magnus Ljung [EMAIL PROTECTED] wrote: Hi, I've just started using JDE and have a little problem with jde-import-all. The problem stems from the fact that I have a dependency

RE: Run jde-javadoc-checkdoc for many files?

2001-09-02 Thread Javier Lopez
I don't think there is. But you can take a look at the jde-stat.el file in the CVS repository, there is an example of running a command on a bunch of files. You can substitute the jde-stat-report-loc command by the jde-javadoc-checkdoc. Javier. -Original Message- From: Jeff

RE: JDE Installation difficulties

2001-08-10 Thread Javier Lopez
Win 2000 5.00.2195 Service pack 1. You need service pack 2. If you search the mail archives, you will find more info on this. Paul- IMHO it will be a good idea to place in the website that SP2 is a requirement for JDEBug to work in W2k. Javier

RE: info on how to use semantic

2001-08-08 Thread Javier Lopez
i want to get better at moving around in a java file, and i have seen references to the functionality that semantic provides to do this. so i looked on the semantic website and didn't find any helpful docs on how it is integrated into jde. i also looked in the jde users guide, but the

RE: Browsing to an anchor

2001-08-07 Thread Javier Lopez
I will need to look into this more but this is my assessment. This command typed from my bash shell does exactly what is supposed to IEXPLORE.EXE file:///D:/jdk1.3.1/docs/api/java/util/Hashtable.html#entrySet\(\) Opens the documentation and goes to the entrySet anchor. I believe you are

RE: Openeing large files..

2001-08-06 Thread Javier Lopez
Like in vi is this possible to open a file and directly move to a particular line no. I use C-x C-f for visiting a file. You should try viper-mode. It is a vi emulation inside emacs. Javier

RE: debugging, remote debugging, PROBLEMS

2001-07-25 Thread Javier Lopez
I will strongly suggest to read the manual. For starters you can 1. jdebug-process-start-debugger 2. set breakpoints in the code you want to debug 3. jde-debug-app If you want to connect to the app through a port you have to start your application with some flags read the documentation for

RE: auto-gen get/set pairs for existing class variables

2001-07-25 Thread Javier Lopez
I sent an old file by mistake, this is the right one. Javier -Original Message- From: Javier Lopez [mailto:[EMAIL PROTECTED]] Sent: Wednesday, July 25, 2001 10:59 PM To: [EMAIL PROTECTED] Subject: RE: auto-gen get/set pairs for existing class variables Here is the prototype I

RE: Go to definition/declaration of a identifier ?

2001-07-18 Thread Javier Lopez
Is there a method in JDE that could jump to the definition/declaration of a identifier ? Yes, M-x senator-jump or C-c , j This just work for global definitions/declarations Javier

RE: Method Navigation

2001-07-12 Thread Javier Lopez
try M-x senator-jump Javier

RE: compile error to source links

2001-07-12 Thread Javier Lopez
Where is compile.el. I checked the emacs lisp directory and xemacs-packages directory. I could not find it. I am using XEmacs 21 In the distribution ofEmacs I am using is in emacs-root/lisp/progmodes/compile.el Javier

RE: Windows 2K and JDEebug

2001-07-05 Thread Javier Lopez
Check that you have installed the service pack 2 for win2k. If you need more info you should search the mail archives, they have a lot of information regarding this topic. Javier -Original Message- From: Sergei Gnezdov [mailto:[EMAIL PROTECTED]] Sent: Thursday, July 05, 2001 12:04 PM

RE: HELP! Turning off abbreviations.

2001-06-23 Thread Javier Lopez
How do I turn off abbreviations in JDE? When I type if then a space, it expands the parens and curlies for me. When I type br, it expands to break. I don't know how to turn this off. When I click JDE-Project-Options-General, I make sure that Jde Enable Abbrev Mode is off. After

RE: New for loop template...

2001-06-08 Thread Javier Lopez
Read the section on creating templates in the JDE user's guide. It explains how to create new templates and register them. You can read the jde user manual locally in your machine by going to JDE-Help - JDE User's Guide. Or go online to http://sunsite.auc.dk/jde/ there is a link here to the

RE: Problem with mouse key

2001-06-07 Thread Javier Lopez
This is a bug in semantic. I attached the file semantic-java.el with the fix of David Ponce for this bug. Javier -Original Message- From: Arafat Mohamed [mailto:[EMAIL PROTECTED]] Sent: Thursday, June 07, 2001 2:14 PM To: [EMAIL PROTECTED] Subject: Problem with mouse key

RE: JDE compilation-scroll-output

2001-06-06 Thread Javier Lopez
I don't know if anyone responded to you already. For what is worth I ran into this problem too. In my case, it turns out that if you set the compilation-window-height to a value that is less than the number of line it takes for the command running in the compilation window the scroll output

RE: Any solutions for the Gave up waiting for Emacs to connect to SIO port: Win2K woes

2001-05-30 Thread Javier Lopez
For whatever is worth, the *JDEbug* output of the jde-bug-sio-connect-delay with less than 14 looks good, normal behavior. You just need to set up some breakpoints and you are good to go. I have that variable jde-big-sio-connect-delay set up to 1. FYI, it is the amount of time emacs wait for a

RE: the indent-buffer function

2001-05-29 Thread Javier Lopez
I wrote this function that indents the whole buffer without moving the cursor. (defun indent-buffer() Indent the whole buffer from point-min to point-max using the command indent-region (interactive) (indent-region 0 (point-max) nil)) Javier -Original Message- From: [EMAIL

RE: jde-gen-get-package-statement

2001-05-20 Thread Javier Lopez
It already does but you have to have the jde-global-classpath variable set up. Javier -Original Message- From: Molitor, Stephen [mailto:[EMAIL PROTECTED]] Sent: Sunday, May 20, 2001 2:15 PM To: [EMAIL PROTECTED] Subject: jde-gen-get-package-statement Is there any way to get

RE: jde-gen-get-package-statement

2001-05-20 Thread Javier Lopez
PROTECTED] -Original Message- From: Javier Lopez [mailto:[EMAIL PROTECTED]] Sent: Sunday, May 20, 2001 7:17 PM To: Molitor, Stephen; [EMAIL PROTECTED] Subject: RE: jde-gen-get-package-statement It already does but you have to have the jde-global-classpath variable set up. Javier