At 03:06 PM 12/22/00 +0100, you wrote:
>Paul,
>
>I'm trying to use the project switching feature and can't manage to get it
>work: the prj.el and class list still don't get updated when I use
>jde-show-class-source which opens a buffer for which no prj.el is defined.
When you switch from a buffer that has a prj.el file to a buffer that does
not, the JDE should reset all the variables to their standard values or the
values defined in your .emacs file. This assumes that the buffer that has
the prj.el file does not have the project name "default". "default" is the
project name for buffers that do NOT have a prj.el file. Invariably the
reason that project switching does not occur is because the user has not
given their project a unique name other than "default."
>Can you tell me whether the modification you planned on making (the buffer
>local variable indicating the path to the project file) is included in 2.2.6?
>
No, not yet.
- Paul
>Regards and thanks again for all your work on the JDE!
>
>Guillaume.
>
>* When switching projects, the JDE now updates the wizard class
> list to include the jde-global-classpath of the current
> project. This occurs only if the beanshell is running.