[Python-mode] [ python-mode-Patches-1077902 ] Show upper methods and classes

SourceForge.net noreply at sourceforge.net
Thu Dec 2 21:57:10 CET 2004


Patches item #1077902, was opened at 2004-12-02 20:57
Message generated for change (Tracker Item Submitted) made by Item Submitter
You can respond by visiting: 
https://sourceforge.net/tracker/?func=detail&atid=581351&aid=1077902&group_id=86916

Category: None
Group: None
Status: Open
Resolution: None
Priority: 5
Submitted By: Thomas Guettler (guettli)
Assigned to: Nobody/Anonymous (nobody)
Summary: Show upper methods and classes

Initial Comment:
Hi,

this patch shows the upper methods and classes and binds
this to C-c C-x

Example:
class Foo:
    def blu():
        def subblu():
            print "foo"
if you press C-c C-x in the last line you see
Foo/blu/subblu/ 

This is handy if you query-replace in a long method and
you want to be sure that you are still in this method
and not in the next

Tested with XEmacs 21.4 and Emacs 21.3.1

I tried to bind this into the mode-line, but failed.
This would
be better since you could see all the time in which methods
and classes the cursor is.


----------------------------------------------------------------------

You can respond by visiting: 
https://sourceforge.net/tracker/?func=detail&atid=581351&aid=1077902&group_id=86916


More information about the Python-mode mailing list