[SVN] Bundle commit 471

Brad Miller bonelake at mac.com
Sun Mar 13 18:53:07 UTC 2005


Added support to sort the ouput of the matched entities.
NOTE I don't do enough CSS or PHP to know how to update the RE's for those languages
I've added named captures for python, perl, and LaTex The caputures should break up
the entity line into three pieces as shown below.
prefix    |  main  |  suffix
def       | foo()  |  :
\section{ | name   |  }

Right now if you attempt to do sorted output for CSS or PHP you will the program will 
raise a HandlerNoEntitiesError.

To sort you have to pass the -s or --sort command line parameter to entitynav.py
The default is to not sort.

Changed:
U   trunk/Defaults.tmbundle/bin/entitynav.py



More information about the textmate-dev mailing list