[TxMt] PHP Project Functions - "Dion Almaer"

Emmanuel Borlet buname at gmail.com
Thu May 31 13:49:45 UTC 2007


helo i would like to use
----------
PHP Project Functions - "Dion Almaer"

Goes through the project directory and groks out all functions. If you
select some text it will narrow it to that.

  Before running command: Nothing
Command(s): grep -E -n -r --include=\*.php --exclude=.svn "function
${TM_SELECTED_TEXT:-$TM_CURRENT_WORD}\w+\s*\("
${TM_PROJECT_DIRECTORY:-$TM_DIRECTORY}
Standard input: None
Standard output: Show in separate window
Pattern: ^(.+):(\d+):(.*)$
Format String: $1, line $2: $3
File Register: 1
Line: 2
------------
finded there :
<http://macromates.com/wiki/Main/SearchWiki?pagename=Main%2FSearchWiki&q=php+function>

but it didn't work

can you help me ?



More information about the textmate mailing list