Hello all,
  i am currently running jde 2.2.1 (but 2.2.0 would fit)

I am trying to enhance completion wizard (again) but i have a real
problem:
it seems that jde-omplete-get-qualified-name make beanshell hangs for my
platform.
So, can someone try to add the following defun in jde-complete.el
(defun tst
"truc"
 (interactive)
 (let ((i 0))
  ;(debug)
  (with-output-to-temp-buffer "temp"
  (while (< i 100)
  (princ (jde-complete-get-qualified-name "System"))
  (princ "\n")
   (setq i (1+ i))
  ))))

now, take a java buffer (in jde-mode)
and call( M-x ) tst
If it works , you'll see the buffer "temp" full of "java.lang.System"

Try it at least 10 times, please, before replying me.

I really need help , it seems that there is no trouble on NT platforms
(it's the first i write such a sentence :) ), but with my linux, it
works 1/2 times.
I need this to add array completions and some other usefull-features in
jde-completion wizard.

Thanks in advance,
  Steff
(you can reply to my mail adress to avoid filling jde@sunsite)

Reply via email to