current function in macro

Anton Visser <[email protected]> Wed, 22 Dec 2010 13:02:54 -0600
Newsgroups gmane.comp.ide.komodo.general
Message-ID <[email protected]>
I have a PHP class with several methods in it.  Is it possible using a
macro to get the method that the cursor is in?

for instance

class foo {

public function a() {

}

public function b() {
   <cursor here>
}

public function c() {

}

}


The macro function would tell me that the cursor is in method b.

cheers,
Anton
_______________________________________________
Komodo-discuss mailing list
[email protected]
To unsubscribe: http://listserv.ActiveState.com/mailman/mysubs
Other options: http://listserv.ActiveState.com/mailman/listinfo/Komodo-discuss