Re: [Pydev-code] New pydev jython script: Assign variable to attribute of self
Brought to you by:
fabioz
From: Joel H. <yo...@if...> - 2006-09-10 21:43:37
|
> 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 |