Paul,

I am encountering the following error: Symbol's function definition is void: 
jde-sort-imports when importing a class and turning on the sorting. I suppose that 
some naming replacement were missed during the command renaming you mention in release 
notes.


[Extract from jde-import: the comment needs update]

;; Contributed by David Ponce <[EMAIL PROTECTED]>
(defun jde-import-sort (&optional reverse)
  "Sort Java import statements alphabetically. In reverse order if
REVERSE is non-nil.

Usage:
  \\[jde-sort-imports] sort import statements ascending.
  \\[universal-argument] \\[jde-sort-imports] sort descending.



[my grep also found jde-sort-import in jde-wiz]



I hope this can help,

Guillaume.

> * Renamed commands and variables relating to imports to
>   all begin with jde-import. The changes include:
> 
>   jde-wiz-find-and-import -> jde-import-find-and-import
>   jde-wiz-import          -> jde-import-import
> 
>   Note. You should update all your project files to map
>   the import key binding from jde-wiz-find-and-import to
>   jde-import-find-and-import.

Reply via email to