T O P I C R E V I E W |
rattazong |
Posted - Aug 30 2014 : 12:07:35 PM Right now the search seems to only look for the filename itself. It would be cool if you could include the path as well so that I could type something like "gui object" and it would display "\\gui\\objects\\Object.cpp" even though there's also a "\\game\\objects\\Object.cpp"
The Atom editor also has some pretty smart finder, and it's open source: https://github.com/atom/fuzzy-finder |
3 L A T E S T R E P L I E S (Newest First) |
feline |
Posted - Aug 31 2014 : 2:43:53 PM If you want to get a bit more clever with your searching, use minus to filter out items you don't want, so for example you can use the filter "\\gui object -.h" to filter out all .h files from the result list. |
rattazong |
Posted - Aug 30 2014 : 5:23:41 PM Great, thanks :) |
feline |
Posted - Aug 30 2014 : 4:39:58 PM You can already search with the path as well as the file name. Here, use the search "\\gui object" which searches for all files containing the word "object" with a path containing the directory name "gui". More examples are given here:
http://docs.wholetomato.com/default.asp?W193 |