[ANNOUNCEMENT] JDEE 2.3.3beta1 available at ...

2003-12-09 Thread Paul Kinnucan
http://jdee.sunsite.dk/rootpage.html#Downloading

The following lists the changes since the final beta
of JDEE 2.3.3.

JDE 2.3.3

***
* PLEASE READ *
***
* *
* This release requires semantic 1.4beta13 (or later),*
* speedbar 0.14beta2 (or later), and  *
* eieio-0.17beta3 (or later). You can obtain all three*
* packages at http://cedet.sourceforge.net*
* *
* This release requires version 1.2.2 (or later) of the   *
* JDK.*
* *
* This release also requires avltree.el, which is part of the *
* elib 1.0 package. You can obtain elib at the JDE web site   *
* in compressed tar (http://jdee.sunsite.dk/elib.tar.gz)  *
* or zip (http://sunsite.dk/jde/elib.zip) format. *
* *
* JDEbug runs on Windows 2000 only if Service Pack 2 (or  *
* later) is installed.*
* *
* If syntax-coloring does not work, download and install  *
* overlay-fix.el from the semantic web site.  *
* *
***

* In previous releases, if you typed a control flow 
  abbreviation in a comment or string, the JDEE would
  replace any upper case letters in the abbreviation
  with lower case letters, e.g., it would change "If" to
  "if" in a comment or string. This release fixes the
  problem.

* The import wizard now restores your original window 
  configuration after displaying an import candidate chooser buffer.

  Thanks to Jon Schewe for suggesting a fix for this problem.

* Change abbreviation for throws from throw to thro to avoid 
  inadvertent completion of throw to throws.

* Fix regression that was causing abbrev-mode to be enabled 
  for JDEE buffers even when jde-enable-abbrev-mode was set to
  nil. Also, enable abbrev-mode in all open JDEE buffers for the
  current project as a side effect of setting 
  jde-enable-abbrev-mode on.

* Fixes problem where jde-ant-program was being normalized unless 
  it was set to ant or ant.bat. Now it only gets normalized if 
  it contains '/' or a '\'.

* Revamps the JDEE's interface to the CheckStyle Java style
  checking package to reflect major changes introduced in
  version 3.1 of CheckStyle, in particular, the replacement
  of command-line switches with the use of configuration
  files to define coding styles. The changes to the JDEE
  interface includes replacing all the jde-checkstyle-option
  variables with two variables, jde-checkstyle-style and
  jde-checkstyle-expanded properties, for defining
  coding styles. This release also adds variables for
  defining new CheckStyle options, such as checking 
  entire directories of source files. Execute
  M-x jde-checkstyle-customize to display the revamped
  list of CheckStyle customization variables.

* Reduced time required to find all buffers belonging to a 
  given project. This should reduce the delay in project
  switching time that occurs because of the requirement to
  reinitialize the abbreviation table in each buffer belonging
  to a project.

* Fixes redisplay bug and error in jde-ant-filter.

* Speed improvements to jde-xref.

  Thanks to Suraj Acharya

* Fixes jde-wiz-extend-abstract-class to avoid generating skeleton
  for methods declared in interfaces or superclasses and a default
  implementation is already provided.

* Fixes several problems with jde-open-class-at-point. Including traversing
  base classes.

  Thanks to Jesse Byler



RE: [ANNOUNCEMENT] JDEE 2.3.3beta1 available at ...

2003-06-19 Thread Robert Mecklenburg
RM> While compiling jde-2.3.3beta2 on Windows XP, GNU Emacs 21.3.1
RM> (i386-msvc-nt5.1.2600) of 2003-03-27 on buffy, I get:
RM> 
RM> While compiling toplevel forms in file 
RM> c:/usr/site-lisp/jde-2.3.3beta2/lisp/jde-xemacs.el:

AP> You should not compile jde-xemacs.el on a non-xemacs system, it
AP> won't work.

Then the makefile is wrong.  I just typed "make".

Thanks,
-- 
Robert



RE: [ANNOUNCEMENT] JDEE 2.3.3beta1 available at ...

2003-06-19 Thread Paul Kinnucan
Nic Pottier writes:
 > 
 > 
 > I can't find any reference to this in the users guide.  Can you give us another 
 > clue?  Maybe the name of the command?
 > 

1. Select JDE->Help->JDEE User's Guide from the Emacs menu bar.
   
   The JDEE User's Guide appears.

2. Expand the "Searching Source Code" entry on the TOC.

   The entry expands to show the subsections.

3. Select the "Cross Referencing Classes" heading.

- Paul



Re: [ANNOUNCEMENT] JDEE 2.3.3beta1 available at ...

2003-06-19 Thread Andrew Hyatt
I think he means the local user's guide, not the website's user's guide.

On Thursday, June 19, 2003, at 11:04  AM, Nic Pottier wrote:



I can't find any reference to this in the users guide.  Can you give 
us another clue?  Maybe the name of the command?

-Nic

* This release introduces a cross-referencing tool that enables
  you to find all callers of a specified method in a specified
  classpath. This can be useful, for example, if you need to
  change the name of a method. See "Cross-Referencing Classes"
  in the JDEE User's Guide.
  Thanks to Andy Hyatt for contributing this tool to the JDEE.



RE: [ANNOUNCEMENT] JDEE 2.3.3beta1 available at ...

2003-06-19 Thread Nic Pottier


I can't find any reference to this in the users guide.  Can you give us another clue?  
Maybe the name of the command?

-Nic

> * This release introduces a cross-referencing tool that enables
>   you to find all callers of a specified method in a specified
>   classpath. This can be useful, for example, if you need to
>   change the name of a method. See "Cross-Referencing Classes"
>   in the JDEE User's Guide.
> 
>   Thanks to Andy Hyatt for contributing this tool to the JDEE.


RE: [ANNOUNCEMENT] JDEE 2.3.3beta1 available at ...

2003-06-18 Thread Andy Piper
> While compiling jde-2.3.3beta2 on Windows XP, GNU Emacs 21.3.1
> (i386-msvc-nt5.1.2600) of 2003-03-27 on buffy, I get:
> 
> While compiling toplevel forms in file 
> c:/usr/site-lisp/jde-2.3.3beta2/lisp/jde-xemacs.el:

You should not compile jde-xemacs.el on a non-xemacs system, it won't work.

andy


Re: [ANNOUNCEMENT] JDEE 2.3.3beta1 available at ...

2003-06-18 Thread Robert Mecklenburg
While compiling jde-2.3.3beta2 on Windows XP, GNU Emacs 21.3.1
(i386-msvc-nt5.1.2600) of 2003-03-27 on buffy, I get:

While compiling toplevel forms in file 
c:/usr/site-lisp/jde-2.3.3beta2/lisp/jde-xemacs.el:
  !! File error (("Cannot open load file" "debug-toolbar"))

Sure enough, I do not have a debug-toolbar.el anywhere on my machine.
Commenting out line 102 works around the problem:

;;;(require 'debug-toolbar)

I don't know if this will cause other problems with GNU Emacs jde.

Cheers,
-- 
Robert