Using jde-javadoc-* for C/C++ files?

2005-09-08 Thread Rancier, Jeff
Greetings, I've been charged with documenting some C/C++ source with Javadoc style comments for use with Doxygen. Has anyone attempted this before? Would that be a huge effort to implement? Or perhaps, there is a tool that already does this? TIA, Jeff

Re: Java-1.5 font-lock support?

2005-05-08 Thread jeff peck
Until we see the full semantic support, This simple patch improves the coloring of generic declarations: diff -p font-lock.el.~1~ font-lock.el *** font-lock.el.~1~Fri Aug 30 05:35:14 2002 --- font-lock.elSun May 8 12:19:19 2005 *** See also `java-font-lock-extra-types'.")

RE: Jumping to errors using Ant

2005-05-03 Thread Rancier, Jeff
Aye, thanks Troy, jde-ant-args is my friend. -Original Message- From: Troy Daniels [mailto:[EMAIL PROTECTED] Sent: Tuesday, May 03, 2005 11:46 AM To: Rancier, Jeff; jde@sunsite.dk Subject: Re: Jumping to errors using Ant At 11:32 AM 5/3/2005, Rancier, Jeff wrote: >After taking

Jumping to errors using Ant

2005-05-03 Thread Rancier, Jeff
ler error output for details. Total time: 2 seconds Compilation finished at Tue May 03 11:18:36 Thanks, Jeff

RE: cygwin version of emacs, Windows jvm and paths

2005-04-08 Thread Jeff Jensen
Jumping in a little late here, but in case these 2 points help (and I may be misunderstanding some of your issues)... For Cygwin find: - these are valid: find c:/ -name "AUTOEXEC.BAT" find c:/. -name "AUTOEXEC.BAT" find c:\. -name "AUTOEXEC.BAT" - this is not valid: find c:\ -name "AUTOEX

Java-1.5 font-lock support?

2005-04-06 Thread jeff peck
Is there a version of Java font-lock that supports Java-1.5? To so something reasonable with Generics and varargs (Object... args) and other 1.5-isms?

Re: Compiler window deletion - UI question/suggestion

2005-04-06 Thread Jeff Peck
Your fix will help; it enables one to unset jde-compile-enable-kill-buffer to avoid the killing of the window. However; what I want (and i suspect other's do as well), is to kill the buffer, but: Leave the window in place! That way, when i have two edit windows, and compile in one window, the comp

Compiler window deletion - UI question/suggestion

2005-04-04 Thread Jeff Peck
I've been wondering with frustration why my windows disappear right after i move to them to start editing... Then i read: jde-compile-finish-kill-buffer, and lo! it intentionally waits 2 seconds after a compile, then sneaks in and destroys the window that contains the compiler output! Two seconds i

Re: JDE-2.5.3 SemanticDB: too much of a good thing?

2005-03-25 Thread Jeff Peck
Ok, thank. I'll give this a try: (custom-set-variables ;; custom-set-variables was added by Custom -- don't edit or cut/paste it! ;; Your init file should contain only one such instance. '(jde-auto-parse-buffer-interval 60) '(semantic-idle-scheduler-idle-time 70) '(semantic-imenu-auto-rebu

JDE-2.5.3 SemanticDB: too much of a good thing?

2005-03-25 Thread Jeff Peck
I just upgraded to NT Emacs 21.3.1 (i386-mingw-nt5.1.2600) and JDEE 2.3.5 Plenty of new features, but i'll need to read a bunch to learn to appreciate them.   My current concern is with semantic and its continuous background parsing. Which would not be so bad, but contrary to the documentati

Re: Syntax highlighting problem

2004-10-17 Thread Jeff Greif
See http://www.mail-archive.com/[EMAIL PROTECTED]/msg07761.html and the other messages of that thread. Jeff - Original Message - From: "Anakreon" <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]> Sent: Sunday, October 17, 2004 10:43 AM Subject: Syntax highlighting pr

Re: annoying blue background

2004-09-21 Thread Jeff Greif
It's something like semantic-decoration-mode which you can turn off from one of the semantic customization buffers (not the top-level one). (Sorry about lack of details, but I don't have this version of jde on my machine at home). Jeff - Original Message - From: "

Re: few java files are parsed and syntax-colored

2004-09-21 Thread Jeff Greif
7; as useful as the author, I turn several of them off with customizations, but the syntax highlighting still works ok in all the java buffers I visit. Jeff

few java files are parsed and syntax-colored

2004-09-21 Thread Jeff Greif
the per-directory caches created by semantic. Jeff

few java files are parsed and syntax-colored

2004-09-15 Thread Jeff Greif
macs file is so crusted over with accumulated detritus. I'll take a shot at cleaning it up and trying again if that seems the only reasonable approach. Jeff -- Grimy details - Environment: Windows 2000 SP2, emacs 21.3, jdk 1.4

RE: How to run a application on current directory....

2004-06-21 Thread Jeff Jensen
Do you have a period in jde-global-classpath? If not, try that for "current directory". > -Original Message- > From: Altamir Dias [mailto:[EMAIL PROTECTED] > Sent: Friday, June 18, 2004 8:06 PM > To: [EMAIL PROTECTED] > Cc: [EMAIL PROTECTED] > Subject: How to run a application on current

Two issues with jde-wiz-tostring

2004-05-14 Thread Jeff Jensen
Hi Paul, First, thanks for including jde-wiz-tostring in JDE. Two issues to report on it: 1) The :group name for both "defcustom jde-wiz-tostring-stringbuffer-size" and "defcustom jde-wiz-tostring-variable-separator" is "jde-wiz-tostring", and the other 2 are "jde-wiz". I would like to see all

RE: Best practices for setting up project file

2004-03-27 Thread Jeff Jensen
If you haven't yet read the online manual, do yourself the favor and read it over; it provides most to all answers to your questions, and other features you will want to know about. The following should help kick-start you: - Use relative directories (from the prj.el file). It is the same princi

RE: auto newline, indent and close brace on open brace, return

2004-03-13 Thread Jeff Jensen
I have been wondering about this too. While I have not yet tried the new code being developed here, I am not sure of the full overlap between the feature under discussion and already existing Emacs functionality. As Klaus mentioned using CC-Mode settings, I too have auto-newline and indentation h

FW: Which emacs?

2004-02-20 Thread Jeff Jensen
(This was replied to me instead of the list) -Original Message- From: Suraj Acharya [mailto:[EMAIL PROTECTED] Sent: Friday, February 20, 2004 12:29 AM To: Jeff Jensen Subject: Re: Which emacs? Jeff Jensen wrote: >While I cannot give you a comparison, I have run Cygwin and NT Emacs

RE: Which emacs?

2004-02-19 Thread Jeff Jensen
While I cannot give you a comparison, I have run Cygwin and NT Emacs for many years. Works great. There is no need to run Emacs from the Cygwin shell, which I have encountered a few people to believe is true. > -Original Message- > From: exits funnel [mailto:[EMAIL PROTECTED] > Sent: Th

RE: gen get/set methods leaves trailing space on gets

2004-02-19 Thread Jeff Jensen
Thanks Petter! That was it. I appreciate you finding that. Quoting Petter Måhlén <[EMAIL PROTECTED]>: > I think I have found your problem, Jeff. The highlighted line below includes > a space after the "()" of the method signature. I have jde-gen-k&r set to &g

RE: gen get/set methods leaves trailing space on gets

2004-02-19 Thread Jeff Jensen
ROTECTED] > Sent: Thursday, February 19, 2004 12:15 AM > To: Jeff Jensen > Cc: [EMAIL PROTECTED] > Subject: RE: gen get/set methods leaves trailing space on gets > > > Jeff Jensen writes: > > Hi Paul, > > > > Attached is a sample class with the trailing

Re: jde-wiz-get-set-methods

2004-02-19 Thread Jeff Jensen
Thanks! I hope your enhancement is included in the next JDE! I also have the same issue - deleting the generated get/sets for statics. Quoting Petter Måhlén <[EMAIL PROTECTED]>: > Hi, > > I've been annoyed about one thing with generating the getter/setter methods > for a while. I usually hav

RE: gen get/set methods leaves trailing space on gets

2004-02-17 Thread Jeff Jensen
JDE 2.3.3. Thanks Paul... > -Original Message- > From: Paul Kinnucan [mailto:[EMAIL PROTECTED] > Sent: Tuesday, February 17, 2004 12:31 AM > To: Jeff Jensen > Cc: ed > Subject: gen get/set methods leaves trailing space on gets > > > Jeff Jensen writes: > &

RE: formatting javadoc comments: start in front of every line after filling

2003-12-15 Thread Jeff Jensen
That works right for me. Without testing, my guess is it is "filladapt", which is outside of JDE. Are you using it? You may want to add some more filladapt tokens for better formatting of Javadoc. Klaus Berndl has an old email in the archive on settings for those. > -Original Message-

RE: toString() wizard

2003-12-02 Thread Jeff Jensen
A couple of minor changes. Changed final variable names to lower camel case for proper naming (and to pass Checkstyle check!). Plans were to have them as class static finals, they are still locals. Reduced default string buffer size. > -Original Message- > From: Jeff Jensen [

toString() wizard

2003-11-29 Thread Jeff Jensen
Hi, Attached is the first pass at making this JDE add-in. It generates a toString() method that uses the class variables. This is very handy for easily giving class types that usually ignore toString() a valuable logging and debugging method, e.g. data transfer objects (DTOs). Feedback/improvem

RE: where is emacs etags ?

2003-11-27 Thread Jeff Jensen
usr/share/emacs/21.2/lisp/progmodes/etags.elc > > > and I couldn't find any ? > > Greetings > Matthew > > Dnia 25-11-2003 o godz. 15:24 Jeff Jensen napisał(a): > > On NT Emacs 21.2, it is in the bin subdir of the emacs > installation > > directory (alo

RE: Code Gen Wiz Suggestion: toString()

2003-11-14 Thread Jeff Jensen
mailto:[EMAIL PROTECTED] > Sent: Thursday, November 13, 2003 1:22 AM > To: [EMAIL PROTECTED]; 'Jeff Jensen' > Subject: RE: Code Gen Wiz Suggestion: toString() > > > Hi, > >>>Does anyone like this idea? I'm sure there are > improvement ideas >

Code Gen Wiz Suggestion: toString()

2003-11-11 Thread Jeff Jensen
Hi, I have a JDE code gen wizard suggestion: generate a toString() method. I see and use this type of toString() regularly, and maintaining it with a larger than small quantity of instance variables is a pain. And Eclipse does not have this! Here is the general idea: First, insert a constan

RE: Problem report reconsidered

2003-09-23 Thread Jeff Jensen
Thanks Paul! Yes it is desirable to do so...I look forward to using it. > -Original Message- > From: Paul Kinnucan [mailto:[EMAIL PROTECTED] > Sent: Tuesday, September 23, 2003 12:58 AM > To: [EMAIL PROTECTED] > Cc: [EMAIL PROTECTED] > Subject: Problem report reconsidered > > > >

Re: jde.sunsite.dk site

2003-06-06 Thread Jeff Jensen
gt; > aaron > > > At Thu, 5 Jun 2003 21:54:57 -0500, > Jeff Jensen wrote: > > > > Hi - Has the site been down for days or is it just me (and the only page > > that is not working!)? I have not seen any messages nor updates on the > > sunsite.dk page.

jde.sunsite.dk site

2003-06-05 Thread Jeff Jensen
Hi - Has the site been down for days or is it just me (and the only page that is not working!)? I have not seen any messages nor updates on the sunsite.dk page.

Re: Jde and voice recognition

2003-02-27 Thread Jeff Suttor
macros I can create a reasonably efficient programming environment and I > >never need to touch the keyboard. I know of no other IDE that offers > >the same capabilities, so for me the JDE has really been a godsend. Is > >there anybody out there in the same boat? > > > >Ben > >[EMAIL PROTECTED] -- Jeff Suttor<[EMAIL PROTECTED]>

Re: bug: closing of *compilation* buffer

2002-11-11 Thread Jeff Rancier
The compilation buffer *vanishing* is a nice feature, except when running Ant tasks other than "compile".  Trying to see the output of a *run* (or other task), requires you to switch to the compilation buffer after it vanishes to view the output.  Which of course eats cycl

Re: ANT compile don't parse errors

2002-09-23 Thread Jeff Rancier
That should read, "don't want the compilation to disappear?"  Not, "don't want the customization to disappear?"  Sorry for the confusion. Jeff - Original Message - From: Jeff Rancier To: Gross Trebut, Rainer ; [EMAIL PROTECTED] Cc: [EM

Re: ANT compile don't parse errors

2002-09-23 Thread Jeff Rancier
ation for the compilation buffer to show?   Jeff - Original Message - From: [EMAIL PROTECTED] To: Gross Trebut, Rainer Cc: [EMAIL PROTECTED] Sent: Monday, September 23, 2002 10:23 AM Subject: Re: ANT compile don't parse errors "Gross Trebut, Rainer&quo

Re: C-c C -v C-b fails

2002-09-23 Thread Jeff Rancier
Is your key sequence bound to jde-ant-build?  Or jde-build? Jeff   - Original Message - From: Ralph Jocham To: [EMAIL PROTECTED] Sent: Sunday, September 22, 2002 12:44 AM Subject: C-c C -v C-b fails Hi,I just upgraded to JDE 2.2.9beta11 and now C-c C-v C-b

Inconsistent indentation in jde mode

2002-09-19 Thread Jeff Rancier
One thing which is different is I downloaded from CVS, the most current jde-ant.el and jde-compile.el, byte compiled them individually.   Has anyone seen this behaviour?  Know how to fix it?     Thanks,Jeff   -Jeffery B. RancierSoftechnics

Re: ant build

2002-09-18 Thread Jeff Rancier
);    ^100 errors   BUILD FAILEDfile:h:/cvsdev/user/jrancier/lookupgenerator/build.xml :26: Compile failed; see the compiler error output for details.   Total time: 17 seconds   Compilation finished at Wed Sep 18 09:27:53 Jeff   p.s., this is using jde-ant.el r1.41 - Original Message

Re: ant build

2002-09-18 Thread Jeff Rancier
Javier,   This works nicely.  One thing I do like is the feature which hides the compilation buffer.  The only problem is (with 2.2.0beta12), is that even if I get errors, the buffer still briefly pauses, but goes away.  Is there some customization I need to make?   Jeff - Original

Re: JDE-2.2.9beta12 available at

2002-09-12 Thread Jeff Rancier
Thank you Toru.  That certainly solves the issue of not building. Jeff - Original Message - From: TAKAHASHI Toru To: [EMAIL PROTECTED] Sent: Thursday, September 12, 2002 12:55 PM Subject: Re: JDE-2.2.9beta12 available at > I'm getting the followi

Re: JDE-2.2.9beta12 available at

2002-09-11 Thread Jeff Rancier
ion I have for jde-ant is as follows:    '(jde-ant-program "h:/usr/pkg/jakarta-ant-1.5/bin/ant.bat")   Set in custom-set-variables, via custom.   Paul, would you rather I submit a bug report?   Jeff - Original Message - From: Paul Kinnucan To: [EMAIL PROTECTE

EOF in .emacs

2002-08-28 Thread Jeff Rancier
hat will store the key binding in ASCII, not binary, so when I use other non-Emacs tools, e.g. CVS, the file won't end prematurely? Thanks, Jeff

jde-db-source-directories in both prj.el and .emacs

2002-08-15 Thread Jeff Rancier
h to the prj.el for each project. Thanks, Jeff

jde-compile

2002-08-14 Thread Jeff Rancier
Hello All. Is there any customization to have jde-compile to automatically save the source file if not saved? Thanks, Jeff - Jeffery B. Rancier Softechnics, a METTLER TOLEDO company 7063 Interstate Island Rd. Syracuse, NY 13209

Re: Suppressing compilation buffer

2002-07-31 Thread Jeff Rancier
I don't know what the difference was, but your's worked fine. Thanks naoya. Jeff - Original Message - From: "Naoya Maruyama" <[EMAIL PROTECTED]> To: "Jeff Rancier" <[EMAIL PROTECTED]> Cc: "Sprenger, Karel" <[EMAIL PROTECTED]>; &

Re: Suppressing compilation buffer

2002-07-31 Thread Jeff Rancier
Hi. I cut and pasted this, but when I evaluated the code, I get the following backtrace. Ideas? I did a C-u M-x apropos: hook, and saw jde-compile-finish-hook. ??? Debugger entered--Lisp error: (void-function jde-compile-finish-hook) (jde-compile-finish-hook (quote (jde-compile-finish-refr

Re: jde-ant-build

2002-05-22 Thread Jeff Rancier
It looks like this may be an issue with ant. I'll test my config with 1.4.1. I went to 1.5Beta1 due to a reported issue with Windows XP. Jeff - Original Message - From: "Schewe, Jon (MN65)" <[EMAIL PROTECTED]> To: "'Mark Abrams'" <[EMAIL

Re: jde-ant-build

2002-05-21 Thread Jeff Rancier
Sorry, it's in the text, but I didn't specify. 1.5Beta1. Jeff - Original Message - From: "Schewe, Jon (MN65)" <[EMAIL PROTECTED]> To: "Jde List (E-mail)" <[EMAIL PROTECTED]>; "'Jeff Rancier'" <[EMAIL PROTECTED]> Sen

Re: and and jde

2002-04-22 Thread Jeff Rancier
Customize jde-ant - Original Message - From: "Ralph Jocham" <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]> Sent: Monday, April 22, 2002 3:07 PM Subject: and and jde Hi, I cannot find the place to specify that I want to use ant as my buildtool. Where is it Thanks, Ralph ___

Re: Cannot Set Indentation 2, (setq c-basic-offset 2) broken

2002-03-04 Thread Jeff Rancier
Anthony, I don't is it makes a difference, but I add my hook to java-mode-hook, not jde-mode-hook. Jeff - Original Message - From: "Anthony Berglas" <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]> Sent: Monday, March 04, 2002 3:42 PM Subject: Cannot Set Indentatio

Re: Looking for a Style/Mode for editing JSP files

2002-02-25 Thread Jeff Rancier
That's html-helper-mode. - Original Message - From: "Jeff Rancier" <[EMAIL PROTECTED]> To: "Marc Brooks" <[EMAIL PROTECTED]>; <[EMAIL PROTECTED]> Cc: <[EMAIL PROTECTED]> Sent: Monday, February 25, 2002 10:58 AM Subject: Re: Looking for

Re: Looking for a Style/Mode for editing JSP files

2002-02-25 Thread Jeff Rancier
html-help-mode looks pretty good. Jeff - Original Message - From: "Marc Brooks" <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]> Cc: <[EMAIL PROTECTED]> Sent: Monday, February 25, 2002 10:33 AM Subject: Re: Looking for a Style/Mode for editing JSP files | Her

Re: have jde remember last opened file

2002-02-13 Thread Jeff Rancier
desktop.el Look in http://www.google.com - Original Message - From: "A. N." <[EMAIL PROTECTED]> To: "jde" <[EMAIL PROTECTED]> Sent: Wednesday, February 13, 2002 4:44 PM Subject: have jde remember last opened file | How can I have JDE/emacs remember the list of the | files that were op

Re: Gosling interview

2002-01-22 Thread Jeff J Jensen
Thanks for the link; interesting read. Unless I interpret JG's answer incorrectly(?), I think the opposite: Emacs is not for the low end developer. Thomas L Roche writes: > http://news.zdnet.co.uk/story/0,,t269-s2102856,00.html > Q: >> What projects are you working on now for Sun? > > A:

byte-compiling jde-db.el in 2.2.9beta8

2002-01-22 Thread Jeff Rancier
Tue Jun 13 2000 on buffy on W2KPro. Jeff

Re: JDE-2.2.9beta8 available at

2002-01-21 Thread Jeff Rancier
OK. I downloaded semantic-1.4beta13, and the JDE-2.2.9beta8 load OK. Klaus, do you recommend upgrading to eieio-0.17beta3? Jeff BTW, I am still using NTEmacs 20.7. Seeing some of the issues made me reluctant to try 21.1 yet. - Original Message - From: "Berndl, Klaus&quo

Re: JDE-2.2.9beta8 available at

2002-01-21 Thread Jeff Rancier
th (cons (concat add-on-path "pcl-cvs-2.9.9") load-path)) (setq load-path (cons (concat add-on-path "xae-1.0beta6/lisp") load-path)) (setq load-path (cons (concat add-on-path "ecb-1.60") load-path)) Jeff - Original Message - From: "Paul Kinnucan" <[

Re: autocode and indentation

2002-01-14 Thread Jeff Rancier
M-x customize-variable RET jde-gen-cflow-if Jeff - Original Message - From: "Arnold, Madeleine" <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]> Sent: Monday, January 14, 2002 11:13 AM Subject: autocode and indentation | Hi there | Thanks for all the helpful advice

Re: placement of member variables in get-set generator

2001-12-20 Thread Jeff Rancier
Or even better, parse the file for existing class members and prompt to insert get-set methods. Jeff - Original Message - From: "Eric D. Friedman" <[EMAIL PROTECTED]> To: "JDE List" <[EMAIL PROTECTED]> Sent: Thursday, December 20, 2001 11:24 AM Subject:

RE: best mode to edit Ant files ?

2001-12-12 Thread Jeff Rancier
You could try http://xae.sunsite.dk Jeff -Original Message- From: Eric Chastan [mailto:[EMAIL PROTECTED]] Sent: Wednesday, December 12, 2001 3:52 AM To: [EMAIL PROTECTED] Subject: best mode to edit Ant files ? Hello, Do you know a good mode to edit Ant files (with colorization

RE: JDE-2.2.9beta5 available at

2001-11-09 Thread Jeff Rancier
ors, but I have also lost font-lock in my Java buffers. TIA. Jeff -Original Message- From: Paul Kinnucan [mailto:[EMAIL PROTECTED]] Sent: Friday, November 09, 2001 12:02 AM To: [EMAIL PROTECTED]; [EMAIL PROTECTED] Subject: ANN: JDE-2.2.9beta5 available at http://jde.sunsite.dk/rootpage.h

RE: jde-bug-key-bindings

2001-10-23 Thread Jeff Rancier
Absolutely. It worked, I don't know why, but I'm sure there's a good reason. Thanks Steve. Jeff -Original Message- From: Molitor, Stephen [mailto:[EMAIL PROTECTED]] Sent: Tuesday, October 23, 2001 1:01 PM To: 'Jeff Rancier'; Jde-List Subject: RE: jde-bug-key-bi

jde-bug-key-bindings

2001-10-23 Thread Jeff Rancier
? ?]" . jde-bug-toggle-breakpoint Can someone help me with the correct definition of these keys in customize. Thanks. Jeff

JDEbug won't start

2001-10-22 Thread Jeff Rancier
debugger.Jdebug.run(Jdebug.java:78) Process *JDEbug* finished - Thanks in advance; any pointers would be appreciated. Jeff

RE: JDEBug suggestion

2001-10-18 Thread Jeff Rancier
Try this in your .emacs: (global-set-key [f6] 'jde-bug-step-over) (global-set-key [f7] 'jde-bug-step-into) (global-set-key [f8] 'jde-bug-step-into-all) (global-set-key [f9] 'jde-bug-step-out) Jeff -

problems with jde-compile-jde on jde-2.2.8

2001-10-10 Thread Jeff Greif
appreciate being cc'ed directly, since I'm not currently subscribed to the list.  Thanks much.   Jeff   ;; minimal .emacs ;; ;;; Stuff for JDE

Fontifying *compilation* buffer

2001-10-03 Thread Jeff Rancier
uffer to fontify when errors occur without visiting the buffer first which is somewhat time consuming? TIA. Jeff

RE: Semantic 1.4beta11

2001-09-27 Thread Jeff Rancier
Can someone forward this to the ecb-list (mailto:[EMAIL PROTECTED]), our mail server has this address blacklisted. Thanks, Jeff -Original Message- From: Jeff Rancier [mailto:[EMAIL PROTECTED]] Sent: Thursday, September 27, 2001 11:14 AM To: Jde-List; ecb-list; Ntemacs (E-mail) Subject

RE: Bash for Wndows 2000

2001-09-25 Thread Jeff Jensen
> -Original Message- > From: Paul Kinnucan [mailto:[EMAIL PROTECTED]] > Sent: Tuesday, September 25, 2001 12:15 AM > To: Jeff Jensen > Cc: 'Paul Kinnucan'; 'Berndl, Klaus'; [EMAIL PROTECTED] > Subject: RE: Bash for Wndows 2000 > > > Jeff

Javadoc in info files

2001-09-25 Thread Jeff Rancier
Hello All. Is there any tool(s) which convert Javadoc to info files? Thanks, Jeff Terrorist Attacks on U.S. - How can you help? Donate cash, emergency relief information http://dailynews.yahoo.com/fc/US/Emergency_Information

Using semantic's parser

2001-09-25 Thread Jeff Rancier
specify a list of resources by URI. Thoughts? Jeff

RE: Semantic 1.4 beta10 & EIEIO 1.7 beta3

2001-09-17 Thread Jeff Rancier
I'm assuming since you sent the the JDE list that they will function properly with JDE? -Original Message- From: David Ponce [mailto:[EMAIL PROTECTED]] Sent: Friday, September 14, 2001 6:28 PM To: [EMAIL PROTECTED] Subject: ANN: Semantic 1.4 beta10 & EIEIO 1.7 beta3 Hi All, Just to say

Run jde-javadoc-checkdoc for many files?

2001-09-02 Thread Jeff Jensen
Hi, Is there a way to run jde-javadoc-checkdoc on a "bunch of files" vs manually invoking it on a per buffer basis? I have a lot of source files to verify the javadoc matches the parms and exceptions. Since most of them are correct, it would be great to only have to invoke a command once on a d

Suggestion for a setup config check at JDE start

2001-08-25 Thread Jeff Jensen
This is a beautiful thing... Signaling: (error "ECB requires a semantic-version >= 1.40beta7!") signal(error ("ECB requires a semantic-version >= 1.40beta7!")) error("ECB requires a semantic-version >= 1.40beta7!") (if (not (boundp ...)) (error "ECB requires a semantic-version >= 1.40beta7!

jde-complete-at-point-menu

2001-08-07 Thread Jeff Rancier
t the correct completion menu, if I select no, I get: Could not find type of HttpServletRequest and it fails. Jeff

RE: bean shell

2001-08-07 Thread Jeff Rancier
l file and updating the jde-global-classpath, versus auto-starting the bean shell. Jeff -Original Message----- From: Jeff Rancier [mailto:[EMAIL PROTECTED]] Sent: Tuesday, August 07, 2001 10:15 AM To: Javier Lopez Cc: Jde-List Subject: bean shell Javier, Well, you figured it out. The problem is t

bean shell

2001-08-07 Thread Jeff Rancier
class path. I couldn't tell you if this is a problem or not. I will remove the hook to solve the problem. Let me know if there is anything I can tell you about my setup. One thing I will try is to remove all the java source except for the one I have been working with. Thanks, Jeff

Emacs causes Dr. Watson

2001-07-31 Thread Jeff Rancier
when invoking Ant. Has anyone seen this? Is there anything else I can provide? Signaling: (wrong-type-argument char-or-string-p nil) compile-internal("t:/pkg/ant/bin/ant.bat -Dbuffer=h:/cvsdev/user/jrancier/Se rvlet/ServletTest.java -buildfile build.xml -emacs " "No more errors") (let ((d

Re: How can i got a good jsp specific editor and how can i subscribe to good jsp-interest mailing list ?

2001-07-27 Thread Jeff J Jensen
tween them, based on context, but I have not ever set this up. In the comp.emacs archives, there are many posts on setting up multi-mode (which is mmm-mode). Jeff Rancier writes: > Is there an emacs mode that would work for JSP? > -Original Message- > From: A li

RE: How can i got a good jsp specific editor and how can i subscribe to good jsp-interest mailing list ?

2001-07-27 Thread Jeff Rancier
Is there an emacs mode that would work for JSP? -Original Message-From: A list for Java-related communication/discussion [mailto:[EMAIL PROTECTED]]On Behalf Of M. AminSent: Thursday, July 26, 2001 9:51 AMTo: [EMAIL PROTECTED]Subject: How can i got a good jsp specific editor

auto-gen get/set pairs for existing class variables

2001-07-23 Thread Jeff J Jensen
Is there a way to use the "Get/Set Pair..." template (or another feature) to generate the get/set pairs for all class variables already defined? I thought this feature existed, but must be dreaming (or maybe a different tool?). I also didn't see anythning in the docs nor archives that answered

Error when initially loading Java source.

2001-07-20 Thread Jeff Rancier
don't get a backtrace on this one. ??? Jeff

RE: Name change

2001-07-16 Thread Jeff Jensen
Congratulations!! This means JDE is big enough to matter! I appreciate the idea of a fight and would gladly give a donation to the JDE fight cause (I'll pick up an hour of lawyer time...and I know that is far from enough, but if 100 of us do it, maybe it will help greatly). However, it seems li

jde-help-symbol

2001-06-22 Thread Jeff Rancier
Hello, When I type C-c C-v C-w I get: Cannot find wget. This utility is needed to access javadoc on remote systems. Is utility for use with cygwin only (which I don't use)? If not, does anyone know where I can get the binary? TIA. Jeff

RE: Semantic and xml

2001-06-21 Thread Jeff Rancier
Check out: http://xae.sunsite.dk and http://xslt-process.sourceforge.net/index.php Jeff -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED]] Sent: Thursday, June 21, 2001 2:52 PM To: [EMAIL PROTECTED] Cc: [EMAIL PROTECTED] Subject: Semantic and xml I'd like to

jde-complete-at-point-menu

2001-06-21 Thread Jeff Rancier
lowing the parens), but what I get is the following error: Could not find type of Toolkit.getDefaultToolkit. Any ideas? Thanks, Jeff

RE: Problem getting the methods directory to update

2001-06-21 Thread Jeff Rancier
() { stuff ... } to: method() { stuff ... } Thanks, Jeff -Original Message- From: David Ponce [mailto:[EMAIL PROTECTED]] Sent: Wednesday, June 13, 2001 3:02 AM To: [EMAIL PROTECTED] Cc: [EMAIL PROTECTED] Subject: RE: Problem getting the methods directory to update Hello Jeff

RE: Can't crosspost to newsgroup (WAS) Re: Discussion about the ECB-layout - Development needs feedback from the users

2001-06-13 Thread Jeff Rancier
Should the discussion be moved to: [EMAIL PROTECTED] ? -Original Message- From: Galen Boyer [mailto:[EMAIL PROTECTED]] Sent: Wednesday, June 13, 2001 9:38 AM To: [EMAIL PROTECTED] Subject: Can't crosspost to newsgroup (WAS) Re: Discussion about the ECB-layout - Development needs feedbac

RE: Problem getting the methods directory to update

2001-06-12 Thread Jeff Rancier
'my-java-hook) appeared to disable Senator-minor-mode, which resulted in the java source not being parsed (I'm assuming), which in turn resulted in the *ECB Methods* window not being populated. Can anyone explain this? TIA, Jeff -Original Message- From: Berndl, Klaus [mailto:[E

RE: JDE vs. VAJ

2001-06-12 Thread Jeff Rancier
Has anyone taken a look at http://www.jedit.org yet? It appears to be fully extensible in Java (somewhat different than elisp). Drawback? No integrated debugger. Perhaps jswat. -Original Message- From: Daniel Hegyi [mailto:[EMAIL PROTECTED]] Sent: Tuesday, June 12, 2001 12:45 PM To: [

RE: Problem getting the methods directory to update

2001-06-12 Thread Jeff Rancier
files, except java files. One thing I did notice is that I get the message *Senator minor mode disabled* in the minibuffer when first loading a .Java file. ??? Thanks, Jeff BTW, the Can't switch buffer in a dedicated window message happens all the time now. Related? -Original Message

Debugging exception

2001-05-22 Thread Jeff Rancier
Has anyone see the following while debugging:   Error: cannot get local variables. Reason: Unspecified error: com.sun.jdi.InconsistentDebugInfoException.     Thanks.   Jeff Rancier Sr. Software Engineer Softechnics, Inc. 7063 Interstate Island Rd. Syracuse, NY  13209 Tel (315) 706- Fax

Debugging JDK source

2001-05-22 Thread Jeff Rancier
to pull it local to my project?      Thanks.   Jeff Rancier Sr. Software Engineer Softechnics, Inc. 7063 Interstate Island Rd. Syracuse, NY  13209 Tel (315) 706- Fax (315) 706- mailto:[EMAIL PROTECTED] http://www.softechnics.com    

RE: more on testing JDEbug

2001-04-28 Thread Jeff Jensen
Comments in line... > -Original Message- > From: [EMAIL PROTECTED] > [mailto:[EMAIL PROTECTED]] > On Behalf > Of [EMAIL PROTECTED] > Sent: Sunday, April 22, 2001 1:59 PM > To: Paul Kinnucan > Cc: JDE List > Subject: Re: more on testing JDEbug > > > > In message <[EMAIL PROTECTED]>, > Paul

Minor ECB idea

2001-04-27 Thread Jeff Jensen
I also enjoy ECB. I have a suggestion: could it support env vars, like the latest JDE, for settings like the source paths? Another idea is to use the JDE source paths if the JDE variable is available (perhaps there are other variables to use by default as well?).

Re: Off-topic: Where is JavaCC?

2001-03-29 Thread jeff
Charlie Reiman wrote: > > Java used to have a compiler generater called JavaCC. I'm having a hard time > finding it. Most links point to metamata.com, which is now owned by WebGain. > WebGain has no links at all for the javacc download, although I did find > some javacc docs there. There is also

RE: PROPOSAL: New Java Build Feature

2001-03-20 Thread Jeff Rancier
What about using jam http://www.perforce.com/jam/jam.html? Jeff -Original Message- From: Paul Kinnucan [mailto:[EMAIL PROTECTED]] Sent: Monday, March 19, 2001 5:37 PM To: Nascif Abousalh-Neto; Schewe, Jon (MN65) Cc: [EMAIL PROTECTED] Subject: RE: PROPOSAL: New Java Build Feature At 05

  1   2   >