How can I make Textmate always ignore the /log folder in the “Find in Project” search?
Add the log folder to the excludeInFolderSearch option in your ~/.tm_properties file, e.g.: excludeInFolderSearch = “{$excludeInFolderSearch,$extraExcludes,log}”
Add the log folder to the excludeInFolderSearch option in your ~/.tm_properties file, e.g.: excludeInFolderSearch = “{$excludeInFolderSearch,$extraExcludes,log}”
Textmate 2: From the menu: Textmate -> Preferences -> Terminal: click install For more information read the “Terminal Preferences” from Help
Copy/pasting (but converting HTML to Markdown) from the current version of the “Naming Conventions” section of the TextMate Language Grammar Guide: comment — for comments. line — line comments, we specialize further so that the type of comment start character(s) can be extracted from the scope. double-slash — // comment double-dash — — comment number-sign … Read more