On May 18, 2010, at 1:54 PM, Fabio Zadrozny wrote: > On Thu, May 6, 2010 at 5:08 PM, Glyph Lefkowitz <gl...@twistedmatrix.com> > wrote: >> Is there a PyDev equivalent to the Java feature of "select enclosing >> element"? I frequently find myself wanting to select the current method, >> inner function, or class. > > Not currently. Please add a feature request for that.
Done: <https://sourceforge.net/tracker/?func=detail&aid=3003791&group_id=85796&atid=577332>. >> Also, is there any way to get a quick view of the fully-qualified name of >> the object I'm editing? The upcoming tab-titles change will help a bit, but >> even if my outline and PyDev Package Explorer are both in "link with editor" >> mode, it takes a fair amount of mousing around to see all the way up the >> hierarchy. >> >> While I'm happy to file a feature requests for both of these things, they >> both seem suitable for writing my own little scripts. Can anybody give me >> some guidance as to where to get started with that? > > The current ways are the ones you describe: outline and pydev package > explorer... You can 'copy' the current context with right click > copy > context qualified name, but those are the current ways. Right-clicking a class or method on the outline does the same thing as left-clicking for me (Eclipse 3.5.2, MacOS, PyDev 1.5.7). Right-clicking on a class or method in the PyDev package explorer shows me a popup with "Open with PyDev", "Run As", "Debug As", "Profile As", and that's it. > I believe that a java Breadcrumb-like feature would be what you want (or > not). If so, please enter a feature request for that. That sounds right, based on some googling. Done: <https://sourceforge.net/tracker/?func=detail&aid=3003810&group_id=85796&atid=577332>. Thanks again! ------------------------------------------------------------------------------ _______________________________________________ Pydev-users mailing list Pydev-users@lists.sourceforge.net https://lists.sourceforge.net/lists/listinfo/pydev-users