Re: Decompiler elisp connector

2001-06-07 Thread Dmitri Colebatch
On Thu, 7 Jun 2001 08:23, you wrote: - I have no publicly available host that I can dump source code for people to download from. if you need one for this sort of thing in future drop me a line and I might be able to provide a temporary hosting of something. cheers dim This is a

newbie question agin

2001-06-07 Thread Blue, Neil
I am trying to follow the JDE user guide, I have found the section that says to turn on code completion, alter the flag in JDE-Project-Options-General and set for current session : Jde Enable Abbrev Mode: [Hide] [Toggle] on (non-nil) [State]: you have set this option, but not saved it for

jdb -attach 8000

2001-06-07 Thread Haluk Durmus
Hello, Can I force jdb in jde to attach on a running process and not to run vm it selfe by default with myClass? I want that if I give in the vm-option attach 8000 it should start jdb: jdb -attach 8000 but it does: jdb myClass -attach 8000 cu haluk

JDE and Checkstyle

2001-06-07 Thread Markus Mohnen
Hi, checkstyle (see http://www.geocities.com/oburn/checkstyle/) is a 'development tool to help programmers write Java code that adheres to a coding standard. Its purpose is to automate the process of checking Java code, and to spare humans of this boring (but important) task.'

Error with compile-auto-highlight in latest JDE; maybe related to font-lock changes?!

2001-06-07 Thread klaus . berndl
I have always set compile-auto-highlight to t means Emacs should auto. highlight all error-messages after finishing compilation. This works fine in all major-modes except for jde-mode. This means if i open a java-source in normal java-mode and not in jde-mode the errors will be auto.

Re: Decompiler elisp connector

2001-06-07 Thread Paul Kinnucan
I plan to post this on the JDE's Contributed Software page. Interested JDE users can download it from there. - Paul At 08:23 AM 6/7/2001 +1000, Craig McGeachie wrote: Here it is, on the off chance that anyone else may want to play with it. I have attached the file directly, rather than

Cannot open load file: executable

2001-06-07 Thread revans
Is anyone familiar this error?I get it when I try to start XEmacs 2.1 (patch 14) on Solaris 2.6 with JDE. Included are the versions of the packages I have installed, the backtrace, and the message log. Any help would be greatly appreciated. Thanks, -ryan Installed: semantic-1.4beta5

Re: Cannot open load file: executable

2001-06-07 Thread Paul Kinnucan
At 12:31 PM 6/7/2001 -0400, revans wrote: Is anyone familiar this error?I get it when I try to start XEmacs 2.1 (patch 14) on Solaris 2.6 with JDE. Included are the versions of the packages I have installed, the backtrace, and the message log. Any help would be greatly appreciated. Thanks,

Re: Does JDEbug work with JKD 1.3.1?

2001-06-07 Thread Paul Kinnucan
At 01:15 PM 6/7/2001 -0400, you wrote: I tried to use JDEbug with JDK 1.3.1, Win NT, GNU Emacs 20.7.1, and had no luck. The message in the minibuffer was: Cannot find JPDA jar file at e:/jdk131/lib/jpda.jar So far as I can tell, there is no jpda.jar file to be found in JDK 1.3.1. 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

Speedbar snafu:dynamic-tags-function-list

2001-06-07 Thread Dan Greenberg
I thought I was about to give up and ring you guys but instead I'll post this in case anyone else runs into it (it may already have been posted but the archives don't go back that far). NTEmacs 20.7 has an old speedbar.el in the lisp directory that will override your site-lisp load-path giving

New constructor template

2001-06-07 Thread Daniel Hegyi
Hi, I'd like to have the constructor of each class have the line super(); I tried amending the Jde Gen Console Buffer Template variable by inserting the line super(); I set changes for current session and tried it. It had no effect. How should I do this? Thanks, Daniel

New for loop template...

2001-06-07 Thread Robert Mecklenburg
Here is a new template I'm using which seems generally useful. It builds a for loop with an iterator and it bound to foriter: for (Iterator var = coll.iterator(); variter.hasNext();) { var.next(); } // end of for (Iterator iter = dups.iterator(); iter.hasNext();) The template

Re: New for loop template...

2001-06-07 Thread Matt_Conway
Is there a generic way for users to add new templates to jde-mode without editing jdel lisp files? i.e. some way to use customize to create a new template, add it to the abbrev table for jde-mode and save this customiozation in your .emacs file? If this can't be done, is there a way for me

Re: JDE Bug

2001-06-07 Thread Ben Wing
Paul Kinnucan wrote: At 10:33 PM 6/6/2001 -0700, Ben Wing wrote: Paul Kinnucan wrote: At 08:37 AM 6/6/2001 -0600, Brad Porter wrote: Hello. I am finding that I have to modify 'jde-compile.el' in order to get the JDK -d option to work correctly under cygwin. I set

JDE Bug speed question

2001-06-07 Thread Matthew Sherborne
Hi, I find that JDE bug can take like 10 seconds or so when I step-over sometimes (quite often). Does anyone else find this ? :)