jde-gen-get-set and variable creation position

2001-02-28 Thread Nascif Abousalh-Neto
Title: jde-gen-get-set and variable creation position Hi, I like the jde-gen-get-set functionality, but some of its the details get in the way every now and then. I constantly find myself correcting the output. Here is why: - it creates the variable declaration in the middle of the code.

RE: Patch to allow use of remote JavaDoc docsets

2001-03-10 Thread Nascif Abousalh-Neto
Title: RE: Patch to allow use of remote JavaDoc docsets Thanks for the useful patch! FYI, A port of wget for Windows can be downloaded from http://www.interlog.com/~tcharron/wgetwin.html Cheers, Nascif -Original Message- From: Adrian Robert [mailto:[EMAIL PROTECTED]] Sent:

font lock for local variables

2001-03-11 Thread Nascif Abousalh-Neto
Title: font lock for local variables Hi, Just wondering, would it be possible to use the JDE semantic knowledge about a Java file to assign a font lock specifically for local variables? This would be wonderful to catch those situations where you create a local variable that eclipses a

RE: Should the JDE require ECB?

2001-06-14 Thread Nascif Abousalh-Neto
Title: RE: Should the JDE require ECB? Hi Paul, Great idea, I think that there is a lot of synergy to explore between JDE and ECB. Besides the integration with the project variables (for source directories and other parameters) I think that there is a lot to gain as well in the use of the

Turning off mouse hooks on ECB

2001-07-05 Thread Nascif Abousalh-Neto
Title: RE: Line Wrap problems with ECB Hi, I've been using ECB a lot w/ JDE. Typically I activate and deactivate it many times during an Emacs session (to take a better look at shell buffers, dired windows, etc.), and have even created keybinds for that (below). The problem is,

RE: Turning off mouse hooks on ECB

2001-07-05 Thread Nascif Abousalh-Neto
Title: RE: Turning off mouse hooks on ECB Klaus, I'm using the latest official version, 1.32. I'll check the toggle-visibility command and the latest version; but I think I really want to keep using deactivate in order to remove the mouse and frame hooks. They don't make sense when you're

RE: JDE and Transmogrify (was RE: jlint, antic or other code clea ning tools)

2001-08-06 Thread Nascif Abousalh-Neto
-catch exceptions, a functionality that has already been required in the JDE mailing list) extensions as well. They are also very useful - and already available. Regards, Nascif -Message d'origine-De: Nascif Abousalh-Neto [mailto:[EMAIL PROTECTED]]Envoyé

jde-parse?

2001-09-07 Thread Nascif Abousalh-Neto
Title: jde-parse? Is jde-parse still supported? I does not seems to work anymore; I traced to source code to a call (through Beanshell) to jde.parser.ParserMain.parseFile, but I can't find the Java source code for this class. It is not in jde.jar for sure. Regards, Nascif

RE: Extending JDE using Java (WAS: Gosling interview)

2002-01-28 Thread Nascif Abousalh-Neto
Title: RE: Extending JDE using Java (WAS: Gosling interview) -Original Message- From: Paul Kinnucan [mailto:[EMAIL PROTECTED]] Matt Munz writes: Nascif, I have been curious about the BeanShell since I heard about it, but haven't tried it yet. It sounds like you're

RE: OT Learning Lisp

2002-03-23 Thread Nascif Abousalh-Neto
Title: RE: OT Learning Lisp Hi Kevin, Check out the GNU Emacs Lisp Intro. There are many versions around, check this one at: http://www.gnu.org/manual/emacs-lisp-intro/html_mono/emacs-lisp-intro.html Regards, Nascif -Original Message- From: Kevin Jones [mailto:[EMAIL

Re: Interfacing Java tools with JDEE

2002-03-24 Thread Nascif Abousalh-Neto
Title: Re: Interfacing Java tools with JDEE Hi Graham, [snip] complicated. The main problem is that emacs seems only to send data back when the socket is shutdown, so I have to continually reinitialise the socket. I think that using sockets is better that using gnuclient, since: -

RE: Interfacing Java tools with JDEE

2002-03-25 Thread Nascif Abousalh-Neto
Title: RE: Interfacing Java tools with JDEE Hi Paul, [snip] The jde-jeval function already provides all the functionality required for two-way communication between the JDEE and an external Java application. I explained how this works in a previous post. Paul, jde-jeval provides all

RE: Interfacing Java tools with JDEE

2002-03-25 Thread Nascif Abousalh-Neto
Title: RE: Interfacing Java tools with JDEE Hi Vasek, -Original Message- From: Vaclav Barta [mailto:[EMAIL PROTECTED]] Paul, what about people that want to write a Java plug-in for *any* editor? In that sense It's simple: they can't. Not all Java editors are written in Java

ANN: JDE interface to Code Beautifier (Jalopy)

2002-08-14 Thread Nascif Abousalh-Neto
Title: ANN: JDE interface to Code Beautifier (Jalopy) Hi all, Attached you will find an Emacs/JDEE plug-in package for the Jalopy tool. From the Jalopy (http://jalopy.sourceforge.net/) web page: Jalopy is a source code formatter for the Sun Java programming language. It layouts any valid

ECB 1.80 vs JDE 2.2.9beta10: Semantic version conflict?

2002-08-15 Thread Nascif Abousalh-Neto
Title: ECB 1.80 vs JDE 2.2.9beta10: Semantic version conflict? Hi, I installed the latest ECB and required packages. One of the changes was to upgrade to the latest version of semantic, 1.4. I later found out that JDE wouldn't launch. JDE prints an error message claiming that it supports

RE: Re[4]: missing features in jde?

2002-10-27 Thread Nascif Abousalh-Neto
Title: RE: Re[4]: missing features in jde? Hi there, The problem of usage information gathering is also a pre-requisite to the implementation of refactoring tools (and xref is actually an example of such a tool). So they provide a good place to look for examples on how to solve this problem

accumulative changes in prj.el files

2002-11-11 Thread Nascif Abousalh-Neto
Title: accumulative changes in prj.el files Hi, I would like to setup my prj.el files so that I can have the subproject prj.el files adding to basic values defined on the master prj.el, or on my .emacs. For example, I would like to have a basic lists of classes defined for the

RE: prj.el under source control

2002-11-21 Thread Nascif Abousalh-Neto
in the key bindings) that CVS considered as end-of-file marker, and thus truncated the file. After modifying the file attribute to binary, this worked again. I hope this can help, Guillaume. -Original Message-From: Nascif Abousalh-Neto [mailto:[EMAIL PROTECTED

RE: jde-jalopy.el

2002-12-04 Thread Nascif Abousalh-Neto
Title: RE: jde-jalopy.el http://home.nc.rr.com/nascifandelaine/emacs.html Enjoy, Nascif -Original Message- From: Keith Kee [mailto:[EMAIL PROTECTED]] Sent: Wednesday, December 04, 2002 12:20 PM To: [EMAIL PROTECTED] Cc: [EMAIL PROTECTED] Subject: jde-jalopy.el Hi:

RE: JDEE plugins (was JUCI)

2003-02-19 Thread Nascif Abousalh-Neto
Hi James, Thanks for your e-mail, and agreed in all points. I didn't realize that there is a JSR going on for plug-ins, it is really a good idea to take a look at it and try to conform. Once I thought about peeking one of the more mature plug-in APIs like OpenTools for JBuilder and try to

RE: JDEE plugins (was JUCI)

2003-02-19 Thread Nascif Abousalh-Neto
Well, looks like I jumped the gun. There is not API to look at yet for this JSR 198. I suggest we just move ahead (who know long it will take to get to a point where actual APIs are defined, this looks like a very hot politic issue as well http://news.com.com/2100-1001-978445.html) and later

RE: JDEE plugins (was JUCI)

2003-02-19 Thread Nascif Abousalh-Neto
Hi Nick, Where possible, talk in terms of emacs interface objects (buffers, windows, frames, region, point, etc.) but also express them in terms of what a Java interface might look like. What are the logical groupings for retrieving certain kinds of information? What would you name

[ANN] PMD interface for Emacs

2003-03-25 Thread Nascif Abousalh-Neto
Hi all, Take a look at PMD (http://pmd.sourceforge.net/ http://pmd.sourceforge.net/ ). This is a Java source code analyser similar in some aspects to CheckStyle, but with some very interesting non-overlapping features: Unused local variables Unused parameters

RE: [ANN] PMD interface for Emacs

2003-03-25 Thread Nascif Abousalh-Neto
To: Abousalh-Neto, Nascif [NCRTP:3X20:EXCH] Cc: [EMAIL PROTECTED] Subject: Re: [ANN] PMD interface for Emacs Nascif Abousalh-Neto [EMAIL PROTECTED] writes: The emacs interface package is (so far) *not* JDEE-aware. I've been meaning to do something with it for a few weeks now. I

FYI: CheckStyle v3.0 available

2003-03-25 Thread Nascif Abousalh-Neto
Hi, Looks like there is a new version of CheckStyle out there, with some really cool enhacements (I particular I like this one: Detect hiding of fields by parameters or local variables with the same name). The bad news is: As of release 3.0 Checkstyle has changed it's configuration system. The

RE: [ANNOUNCEMENT] JDEE 2.3.3beta2

2003-06-19 Thread Nascif Abousalh-Neto
Does this version adds support for the new plug-in framework? I found no mention of it in the release notes. Regards, /Nascif

RE: Refactoring with JDE?

2003-09-03 Thread Nascif Abousalh-Neto
Hi Andrew, -Original Message- From: Andrew Hyatt [mailto:[EMAIL PROTECTED] Sent: Wednesday, September 03, 2003 5:00 PM To: Abousalh-Neto, Nascif [NCRTP:3X20:EXCH] Cc: [EMAIL PROTECTED] Subject: Re: Refactoring with JDE? Nascif Abousalh-Neto [EMAIL PROTECTED] writes: Hi

RE: jde-jalopy update

2004-03-08 Thread Nascif Abousalh-Neto
Message- From: Paul Landes [mailto:[EMAIL PROTECTED] Sent: Monday, March 08, 2004 1:56 PM To: Nascif Abousalh-Neto Cc: [EMAIL PROTECTED] Subject: ANN: jde-jalopy update I knew I should have gotten this done sooner. I did some hacking on this because I couldn't get Bob's code to work (at least

RE: jde-flymake

2004-03-13 Thread Nascif Abousalh-Neto
http://www-124.ibm.com/developerworks/opensource/jikes/ -Original Message- From: Sandip Chitale [mailto:[EMAIL PROTECTED] Sent: Sat 3/13/2004 2:36 PM To: Nascif Abousalh-Neto; [EMAIL PROTECTED] Cc: Subject: RE: jde-flymake

ANN: jde-flymake update

2004-04-23 Thread Nascif Abousalh-Neto
Hi all, I incorporated enhancements from Christopher (thanks!) and tested (in Emacs only, there may be some problems with Xemacs) with the latest version of flymake in CVS, which incorporates the patches necessary to use with jde-flymake. I also created a new module with a helper function

RE: JDE 2.3.4beta3: strange overlining

2004-05-11 Thread Nascif Abousalh-Neto
Hi Petter, This is a behavior in the Senator package that seems to be enabled by default in the new CEDET. On the Emacs menu, select Senator and then Modes. You will see that *all* of them are enabled. Disable Show Tag Boundaries and Highlight Tags by Attribute. I disabled everything

W3m binary for windows

2004-04-26 Thread Nascif Abousalh-Neto
Hi there, I have been reading about w3m + Emacs and that some lucky guys out there are already browsing their Javadoc pages with it inside Emacs. How cool is that? :-) I would like to do the same as well, but I am having a hard time collecting all the pieces to build w3m on my WindowsXP +

RE: W3m binary for windows

2004-04-26 Thread Nascif Abousalh-Neto
to leave Emacs :-) Regards, Nascif -Original Message- From: Suraj Acharya [mailto:[EMAIL PROTECTED] Sent: Monday, April 26, 2004 1:23 PM To: Nascif Abousalh-Neto Cc: [EMAIL PROTECTED] Subject: Re: W3m binary for windows Take a look at http://www.w3m.org/. It has cygwin binaries

jde-import-sort

2004-05-17 Thread Nascif Abousalh-Neto
When I try to use the JDE wizards to create a new class, the code generation fails (creates only part of the class) and I get the following error message: jde-import-sort: Semantic Java parser not found. JDE 2.1.6-beta24+ needed. I looked around and it seems that the problem is with the call

Problems with ResourceBundle

2004-05-17 Thread Nascif Abousalh-Neto
Hi, I am developing an internationalized GUI. When I launch my application from the shell prompt using a script wrapper, it can find the resource bundle, no problem. When I run it from JDEE using the jde-run command, I get : java.util.MissingResourceException: Can't find bundle for base name

RE: Real time syntax checking ?

2004-06-02 Thread Nascif Abousalh-Neto
Also note that Flymake can be used to validate XML files on the fly, even ones without a formal DTD. *Very* convenient when playing with Ant build.xml files. To enable XML validation, you will need the XMLStar tool from this site: http://xmlstar.sourceforge.net/ Regards, Nascif

RE: flymake / jde-flymake problem

2004-06-17 Thread Nascif Abousalh-Neto
Hi Milan, I searched for this error message in both flymake.el and jde-flymake.el and I was not able to find it. I wonder if it was not a problem during configuration, given that it is quite complex. In order to narrow down the possibilities, I would suggest the following: 1) enable

ANN: pmd-emacs

2004-06-17 Thread Nascif Abousalh-Neto
Hi all, Just posted a new version of the Emacs plug-in for PMD (get it from SourceForge, see links below). PMD is a syntatic code analyser similar to CheckStyle - but with a focus more towards potential problems (e.g. unused variables) then syntatic guideline violations. It is also quite

RE: flymake / jde-flymake problem

2004-06-17 Thread Nascif Abousalh-Neto
, at least on Linux, is so slow now that it became unbearable. I am gonna try your PMD plugin in the next few days as well, but still have lots to learn on JDE setup + project building.) Thanks again, Milan On June 17, 2004 02:44 pm, Nascif Abousalh-Neto wrote: Hey Milan, I think I got a bug

Jde-ant-enable-find

2004-08-10 Thread Nascif Abousalh-Neto
Is this variable (Jde-ant-enable-find) preserved between project switches? I always get the value set int the first project I load, even after switching to a second project where it is set to a different value. /Nascif

RE: maven contribution

2004-09-24 Thread Nascif Abousalh-Neto
That would be a nice extension to JDE. Would it be possible to extend the Ant Server or the Compile Server to make them generic enough to run Maven, or other Java-based tools like PMD, CheckStyle, etc., etc? I found that the code in AntServer.java and CompileServer.java is very similar; the

RE: refactoring in jdee

2004-10-01 Thread Nascif Abousalh-Neto
Another tool to consider is FreeFactor. It is in SourceForge, and it is already integrated with Emacs. It is still alpha, but is a good start for a true refactoring tool. http://sourceforge.net/projects/freefactor. A true refactoring tool needs access to the full syntactic tree of the source

RE: refactoring in jdee

2004-10-01 Thread Nascif Abousalh-Neto
sources. Maybe the new parser could provide the more advanced data structures required to support refactoring. -Original Message- From: Suraj Acharya [mailto:[EMAIL PROTECTED] Sent: Friday, October 01, 2004 1:10 PM To: Nascif Abousalh-Neto Cc: [EMAIL PROTECTED] Subject: Re

RE: Feedback needed on w3m support

2004-10-05 Thread Nascif Abousalh-Neto
I had this same problem; we solved it by configuring JDEE to create the temporary pages in a directory relative to the user's home, something like ~/tmp, instead of the default /tmp. Regards, Nascif -Original Message- From: Heinz-Dieter Conradi [mailto:[EMAIL PROTECTED] Sent:

JDEE Wiki?

2004-10-18 Thread Nascif Abousalh-Neto
Hi Paul, Have you considered hosting a Wiki for the JDEE? I think it would cut a lot on basic questions, as it would be a more friendly way for JDEE users to share and organize their knowledge, tips, etc. It would definetely be more effective than browsing the mailing list. A Wiki with

RE: Investigating quickfix functionality

2004-11-29 Thread Nascif Abousalh-Neto
Hi Kai, Great job! Take a look at flymake.el and jde-flymake.el. Together they provide on-the-fly compilation to JDEE. This makes for a nice complement to your module; you wouldn't have to do a full compile to get the compilation buffer in order to call qfix. As soon as flymake kicks in and

RE: Problem loading JDE in Emacs CVS

2005-01-10 Thread Nascif Abousalh-Neto
Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] Sent: Saturday, January 08, 2005 7:09 AM To: Nascif Abousalh-Neto Cc: jde@sunsite.dk Subject: Re: Problem loading JDE in Emacs CVS Nascif Abousalh-Neto wrote: Hi Martin, Thanks for the feedback, I am still battling

[ANN] jde-lint

2005-01-18 Thread Nascif Abousalh-Neto
Hi, I created a small packaged called jde-lint.el that provides an interface between JDEE (http://jdee.sunsite.dk/), and Lint4j (http://www.jutils.com/). Lint4j (Lint for Java) is a static Java source code analyzer that detects locking and threading issues, performance and scalability

JDEE extension pages in the Emacs Wiki

2005-01-25 Thread Nascif Abousalh-Neto
I created pages in the Emacs Wiki for some of the extensions I wrote, plus the usages plugin. Regards, Nascif -Original Message- From: Paul Kinnucan [mailto:[EMAIL PROTECTED] Sent: Wednesday, January 19, 2005 11:38 PM To: Nascif Abousalh-Neto Cc: jde@sunsite.dk Subject: [ANN

Continous Testing

2005-02-22 Thread Nascif Abousalh-Neto
Hi all, I recently learned about this Eclipse plugin: http://pag.csail.mit.edu/continuoustesting/ The idea of this plugin is to use idle cycles to run your unit testcases - as soon as you finish a change, your unit testcases would be executed (perhaps just the ones for that class) to give you

RE: code completion from noncompiled classes

2005-03-04 Thread Nascif Abousalh-Neto
Hi Fredick, You can look at CEDET's Semantic intelissense feature, described at http://cedet.sourceforge.net/intellisense.shtml This implementation works only for files you have previously loaded in an Emacs buffer (so it would not be useful for the JDK classes, unless you manually visit all

RE: Problem with nqmacs + jdee 2.3.5

2005-03-04 Thread Nascif Abousalh-Neto
I just tried it. ECB looks very nice too! -Original Message- From: Ping Liang [mailto:[EMAIL PROTECTED] Sent: Friday, March 04, 2005 12:29 PM To: jde-users Subject: Re: Problem with nqmacs + jdee 2.3.5 I found the cause of these problems. I still had jdee 2.3.4beta5 directory

RE: Re[2]: header line bugs and artifacts

2005-04-27 Thread Nascif Abousalh-Neto
Hi Eric, This approach can also be overwhelming and frustrating - I saw it first hand with some co-workers, having to stop their work to find out and turn off new features they didn't want in the first place. Another tactic might be to start with the more powerful features disabled and

Jde-help and wget

2005-08-12 Thread Nascif Abousalh-Neto
Hi, I was trying to configure jde-help to see some javadoc directories in Jakarta (the commons libraries) and I had to fix a number of problems in the process. Here is what I did in the hopes it might help someone else: 1) Once I enabled the extra docsets pointing to the jakarta javadocs,