Jde-plugin-minor-mode and jde-jdb-minor-mode only xemacs?

2005-01-21 Thread Timothy Babin
Title: Jde-plugin-minor-mode and jde-jdb-minor-mode only xemacs? Okay, I don't know these frameworks really well but I was trying to shorten my mode-line information and came across this. Are the jde-plugin-minor-mode and jde-jdb-minor modes only for xemacs? If so can we wrap there loadin

Easy way to add customize variables that don't have a jde or bsh prefix to project file?

2004-10-21 Thread Timothy Babin
Title: Easy way to add customize variables that don't have a jde or bsh prefix to project file? I have some customization variables that are not prefixed with jde or bsh that I would like to be able to customize for the current session and then save to the project file with jde-save-project. I

patch for jde-open-source.el

2004-01-07 Thread Timothy Babin
Gives a better error message when jde-open-class-at-point can figure out the classname but can't find the source. <> Tim jde-open-source.el.patch Description: Binary data

Code to enable opening of import files via speedbar and ecb

2002-06-13 Thread Timothy Babin
Title: Code to enable opening of import files via speedbar and ecb (defun jde-custom-find-dependency (&optional token)   "Overload of `semantic-find-dependency'."   (save-excursion     (set-buffer (semantic-token-buffer token))     (let* ((name (semantic-token-name token))   (class (jd

RE: Using semantic + import statement to open class source

2002-06-06 Thread Timothy Babin
-mail); '[EMAIL PROTECTED]' Subject: Using semantic + import statement to open class source Timothy Babin writes:  > Hi,  > I found the java-open package written by Rajeev Karunakaran to be  > quite useful and quick.  > I have written some functions which use the same

Using semantic + import statement to open class source

2002-05-31 Thread Timothy Babin
Title: Using semantic + import statement to open class source Hi,     I found the java-open package written by Rajeev Karunakaran to be quite useful and quick. I have written some functions which use the same concept but use semantic to get the import statements instead of reg-ex. This is

jde-package using classpath variables

2002-02-18 Thread Timothy Babin
Title: jde-package using classpath variables Why does jde-package use classpath variables instead of sourcepath variables? It seems like the sourcepath variables would be more inline to what jde-package actually does. jde-db-source-directories or jde-compile-option-sourcepath would seem more