-----BEGIN PGP SIGNED MESSAGE----- Hash: SHA1 Rob . schrieb: > Version 0.6.1 of jEdit's Ruby Editor Plugin has been released and is > available for download! > Have fun. Feedback is welcome. I'm glad to get this method completion > release out the way and to prove to the doubters that type based > method completion is possible and hopefully useful in a Ruby editor. Can someone confirm a defect I experience on my system (I'm not sure whether I messed up with getting java on ubuntu). Thanks. small ruby-code reproducing the defect inline: # defect # # in sidekick structure browser no parameter is displayed for # none_1, none_2 # # in sidekick structure browser only first parameter with opening # brace and commata is displayed for first_only class DefectReproduction def first_only(param1, param2, param3) # shows first parameter only end def correct(param1,param2,param3) # shows all parameters end def none_1 param1, param2, param3 # does not show any parameter end def none_2 param1,param2,param3 # does not show any parameter end end P.S.: Thanks to everybody working on jEdit and its plugins -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.2.5 (GNU/Linux) iD8DBQFCgnXB9S2Eui6zfdQRAsXaAKCZrcUomP3bPVZYrfVrS6PszP1wtgCdGY72 1yfhbpgbiJXy7cXKrqFy2Zg= =6SeC -----END PGP SIGNATURE-----