Problems when requiring jde

2003-08-14 Thread Paul Kinnucan
Hugh Leather writes: > Hi, > > I have some code in which I need to run beanshell. So, at > the end of my .el file for my code I put (require 'jde), and I use > (bsh-eval .) in the functions above it. > > My problem is that if I run one of my functions that need

Re: Variable in Project File

2003-08-14 Thread Martin Dickau
> Is there a way to define a variable in prj.el and > refrence that in the prj.el file? For example, > set project_home = c:/someproject > > then in the classpath {project_home}/classes. I do that in my prj.el this way: (jde-project-file-version "1.0") (setq wpath (replace-regexp-in-string

jde-javadoc-checkdoc question

2003-08-14 Thread Jeffery B. Rancier
Hi All, I'm using: GNU Emacs 21.3.1 (i386-msvc-nt5.1.2600) of 2003-03-27 on buffy cc-mode-5.30.3 eieio-0.17 elib-1.0 jde-2.3.3beta5 semantic-1.4.4 speedbar-0.14beta4 Given the following: ,[ C-h v jde-javadoc-checker-level RET ] | jde-javadoc-checker-level's value is protected ` Running

Autocomplete problems

2003-08-14 Thread Weston M. Price
Hello, I am new to JDE and a fairly new user with Emacs as well. I have downloaded and installed the JDE environment with no problems. However, I am trying to use the autocomple (code complete) functionality and I am not sure if what I am getting is right. I have the jde-complet

boilerplate question

2003-08-14 Thread Joshua Spiewak
Is there a way to (easily) make the boilerplate (a little) dynamic? The particular circumstance I am thinking of is that I would like to define a boilerplate using the LGPL in my .emacs, and have each prj.el for my projects only define the project name and to have the boilerplate template inse

wizards don't find my qualified files

2003-08-14 Thread Christian Mercat
I forgot to say: Emacs : GNU Emacs 21.2.1 (i386-debian-linux-gnu, X toolkit, Xaw3d scroll bars) of 2002-03-22 on raven, modified by Debian Package: JDE version 2.3.2 Required packages: semantic-1.4 eieio-0.17 speedbar-0.14beta4

Autocomplete problems

2003-08-14 Thread Paul Kinnucan
Weston M. Price writes: > Hello, > I am new to JDE and a fairly new user with Emacs as well. I have downloaded > and installed the JDE environment with no problems. However, I am trying to > use the autocomple (code complete) functionality and I am not sure if what I > am getting is ri

wizards don't find my qualified files

2003-08-14 Thread Paul Kinnucan
Christian Mercat writes: > Hi there, > > I have a good jde-global-classpath and the BeanShell finds everything I > want. > > However the wizards don't: C-c C-v C-z or C-i work strangely, if I give > an unqualified name for a class or an interface, it does find it, but > wh

wizards don't find my qualified files

2003-08-14 Thread Christian Mercat
Hi there, I have a good jde-global-classpath and the BeanShell finds everything I want. However the wizards don't: C-c C-v C-z or C-i work strangely, if I give an unqualified name for a class or an interface, it does find it, but when I qualify it, it doesn't ! C-c C-v C-i MouseListener ->

Re: boilerplate question

2003-08-14 Thread Joshua Spiewak
I did the following instead (a bit more extensible): (defcustom jdex-gen-buffer-boilerplate-subsitutes nil "*List of subsitutes to place into `jde-gen-buffer-boilerplate' when `jdex-gen-create-dynamic-buffer-boilerplate' is run" :group 'jdex-gen :type '(repeat (string :tag "Substitute"))) (defu

JDEE problem.

2003-08-14 Thread Paul Kinnucan
[EMAIL PROTECTED] writes: > Hi, hope you can help. I'm running JDEE on Win XP and had a > bit of a problem running the compiler via JDEE. It was working at one point, > hopefully you can spot my silly mistake. > > Simon Heffer > > > Content of Messages buffer is: > > Starting the Bean