2011/9/25 Cory Fletcher <[email protected]>:
> I suggest the following small enhancements:
>
> 1) Add "Go To Definition" to the right click menu in the editor and
> have grayed out if not available. This can currently be done by CTRL
> +Left Click or CTRL+G (by default), though this is not obvious for the
> new user as it isn't well documented. Having it in the right click
> menu is standard for IDE's, and makes it more obvious that it is an
> existing feature.

Since v2.1, "Go to definition" is available in the source editor's
context menu. It won't be grayed out if definition can't be found or
if selected text (or word under cursor position) is not valid, but
this is intended as checking for the feature availability would
require to actually call the "go to definition" function which takes
time and would therefore slow down the context menu appearance.

> 2) Add "Debug with winpdb" to Run in menu bar, possibly add to/modify
> Run toolbar and have grayed out if not available. This can currently
> be done by F7 (by default). Documentation is relatively clear on this,
> but for consistency it should be added to the menu/toolbar.

I agree. This is done:
http://code.google.com/p/spyderlib/source/detail?r=11591c80a05007eae8f56834d97f08979d33cf83

-Pierre

-- 
You received this message because you are subscribed to the Google Groups 
"spyder" group.
To post to this group, send email to [email protected].
To unsubscribe from this group, send email to 
[email protected].
For more options, visit this group at 
http://groups.google.com/group/spyderlib?hl=en.

Reply via email to