> Actually, there should be such a feature already in pydev ( > http://fabioz.com./pydev/manual_adv_assistants.html), which works with > ctrl+1, but it only does it when there is a call.
Yeah, I know. > I think that instead of replacing it altoghether, I'll add the part of > the behaviour from your implementation so that it does not require a > method call, and make a bind to ctrl+2+a for that action. Hmm... I think the coolest way would be to simply strip the call requirement for the "assign to field" part (using my code if you like :-) and just keep it bound to Ctrl-1. If it's possible? I like the concept of pressing something that says "gimme scripts", which then presents me with a menu of the applicable ones, preferably using intelligible names/descriptions. Just as Ctrl-1 does. > p.s. thanks for the code ;-) No sweat man. By the way, 1.2.2 looks really good. I made the switch from 1.1 just recently when I upgraded to eclipse 3.2. Keep up the good work! Cheers! /Joel ------------------------------------------------------------------------- Using Tomcat but need to do more? Need to support web services, security? Get stuff done quickly with pre-integrated technology to make your job easier Download IBM WebSphere Application Server v.1.0.1 based on Apache Geronimo http://sel.as-us.falkag.net/sel?cmd=lnk&kid=120709&bid=263057&dat=121642 _______________________________________________ pydev-code mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/pydev-code
