On Nov 29, 2007 8:23 AM, Tim Diggins (Subs) <[EMAIL PROTECTED]> wrote: > I have been using ctrl-click rather than python go to definition (which I > have remapped from F3, because I already use F3 for find again). > > (this is partly because I use eclipse for java a lot, and ctrl click does > exactly go-to-definition's job in JDT) > > interestingly often ctrl-click does exactly what I want.
Actually, ctrl+click is the same as F3 -- with one fundamental change: it will always show the 1st result and won't present the list for choosing one of the available found definitions -- that's mostly because of historical things -- I think it should be changed to reuse the same implementation that F3 uses (If you agree, please add a feature request for that). Cheers, Fabio ------------------------------------------------------------------------- SF.Net email is sponsored by: The Future of Linux Business White Paper from Novell. From the desktop to the data center, Linux is going mainstream. Let it simplify your IT future. http://altfarm.mediaplex.com/ad/ck/8857-50307-18918-4 _______________________________________________ Pydev-users mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/pydev-users
