On December 28, 2014 6:13:38 PM CST, Matt Wilkie <[email protected]> wrote: >Dear Lazyweb, > >Wanted Leo function or plugin: Ctrl-X click or R-click {selected text} >or >... that jumps to the associated node or function. > >Consider the following code: > > print "Downloading", ', '.join(packages) > for p in packages: > do_download(p) > ball(p) > md5(p) > >Wouldn't be nice to ctrl-click `do_download` and have Leo navigate to >whatever node contains def do_download(): ? > >(Perhaps this exists already though?)
Seems like the codewise ctags thing Ville worked on does most of that, may need refreshing though. Cheers -Terry >Matt -- You received this message because you are subscribed to the Google Groups "leo-editor" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. To post to this group, send email to [email protected]. Visit this group at http://groups.google.com/group/leo-editor. For more options, visit https://groups.google.com/d/optout.
