Hi all,
I try to make a bundle command in order to find a php-function definition within project folder.
What I want to do is a "macro/snippet/command" that do the following:
- with the TM_CURRENT_WORD or TM_CURRENT_SELECTION - search the current project (like CMD-SHIFT-F) with a regex search (something like: (function)(.*)($TM_CURRENT_WORD)(/s+() ) - open the CMD-SHIFT-F window with the search-results so you can select the found result.
So is there a way to 'call' the search window, with the values filled in and run the search?
It would be even better if one result is present, directly via a simple popup: - if found one result goto file / and function - if multiple functions / files are found => selection box in order to select the file
Or does are there other suggestions?
Regards, Feek
-- View this message in context: http://textmate.1073791.n5.nabble.com/Call-Find-in-Project-window-in-a-bundl... Sent from the textmate users mailing list archive at Nabble.com.