I have a .tm_properties file in the root of my project folder that contains these lines:
excludeInFolderSearch = "{$excludeInFolderSearch,assets,bin,cache,images,logs,node_modules, config.codekit, composer.lock}" excludeInFileChooser = "{$exclude,$excludeInFolderSearch}”
That doesn’t hide the folders logs, cache, etc. from the file pane.
Do I have the syntax wrong?
Bob ------------------- Robert J. Rockefeller Richmond Hill, GA www.bobrockefeller.com
On 10 02 2015, at 02:48, Robert J. Rockefeller bob@bobrockefeller.com wrote:
I have a .tm_properties file in the root of my project folder that contains these lines:
excludeInFolderSearch = "{$excludeInFolderSearch,assets,bin,cache,images,logs,node_modules, config.codekit, composer.lock}" excludeInFileChooser = "{$exclude,$excludeInFolderSearch}”
That doesn’t hide the folders logs, cache, etc. from the file pane.
Do I have the syntax wrong?
If you want folder hidden in your file browser you should use exclude, excludeDirectories or excludeInBrowser.
File Chooser is ⌘T Folder Search is ⇧⌘F
For more info check out https://gist.github.com/Zearin/9d750721d37af7507c45
Dang! None of these excludes the folder assets from the file pane:
excludeDirectoriesInBrowser = "{$excludeDirectoriesInBrowser, assets}" excludeDirectories = "{$excludeDirectories, assets}”
Bob ------------------- Robert J. Rockefeller Richmond Hill, GA www.bobrockefeller.com
On Feb 9, 2015, at 8:11 PM, Igor K me@igorkozlov.me wrote:
On 10 02 2015, at 02:48, Robert J. Rockefeller <bob@bobrockefeller.com mailto:bob@bobrockefeller.com> wrote:
I have a .tm_properties file in the root of my project folder that contains these lines:
excludeInFolderSearch = "{$excludeInFolderSearch,assets,bin,cache,images,logs,node_modules, config.codekit, composer.lock}" excludeInFileChooser = "{$exclude,$excludeInFolderSearch}”
That doesn’t hide the folders logs, cache, etc. from the file pane.
Do I have the syntax wrong?
If you want folder hidden in your file browser you should use exclude, excludeDirectories or excludeInBrowser.
File Chooser is ⌘T Folder Search is ⇧⌘F
For more info check out https://gist.github.com/Zearin/9d750721d37af7507c45 https://gist.github.com/Zearin/9d750721d37af7507c45 _______________________________________________ textmate mailing list textmate@lists.macromates.com http://lists.macromates.com/listinfo/textmate
Try adding...
excludeInBrowser = "{$excludeInBrowser,assets}" Thats the setting which affects the file sidebar.
Also remove the leading space from 'assets'. Arguably TM should strip it anyway, but it doesn't seem to so excluding ' assets' would still allow 'assets' dir to be shown
On 10 February 2015 at 01:26, Robert J. Rockefeller bob@bobrockefeller.com wrote:
Dang! None of these excludes the folder assets from the file pane:
excludeDirectoriesInBrowser = "{$excludeDirectoriesInBrowser, assets}" excludeDirectories = "{$excludeDirectories, assets}”
Bob
Robert J. Rockefeller Richmond Hill, GA www.bobrockefeller.com
On Feb 9, 2015, at 8:11 PM, Igor K me@igorkozlov.me wrote:
On 10 02 2015, at 02:48, Robert J. Rockefeller bob@bobrockefeller.com wrote:
I have a .tm_properties file in the root of my project folder that contains these lines:
excludeInFolderSearch = "{$excludeInFolderSearch,assets,bin,cache,images,logs,node_modules, config.codekit, composer.lock}" excludeInFileChooser = "{$exclude,$excludeInFolderSearch}”
That doesn’t hide the folders logs, cache, etc. from the file pane.
Do I have the syntax wrong?
If you want folder hidden in your file browser you should use exclude, excludeDirectories or excludeInBrowser.
File Chooser is ⌘T Folder Search is ⇧⌘F
For more info check out https://gist.github.com/Zearin/9d750721d37af7507c45
textmate mailing list textmate@lists.macromates.com http://lists.macromates.com/listinfo/textmate
textmate mailing list textmate@lists.macromates.com http://lists.macromates.com/listinfo/textmate
On Mon, Feb 9, 2015 at 7:26 PM, Robert J. Rockefeller bob@bobrockefeller.com wrote:
Dang! None of these excludes the folder assets from the file pane:
excludeDirectoriesInBrowser = "{$excludeDirectoriesInBrowser, assets}" excludeDirectories = "{$excludeDirectories, assets}”
I would try removing the space after the comma and before 'assets'.
Yep, it was the danged space. Who would have thunk?
Thanks, all!
Bob ------------------- Robert J. Rockefeller Richmond Hill, GA www.bobrockefeller.com
On Feb 9, 2015, at 8:44 PM, Curt Sellmer sellmerfud@gmail.com wrote:
On Mon, Feb 9, 2015 at 7:26 PM, Robert J. Rockefeller bob@bobrockefeller.com wrote:
Dang! None of these excludes the folder assets from the file pane:
excludeDirectoriesInBrowser = "{$excludeDirectoriesInBrowser, assets}" excludeDirectories = "{$excludeDirectories, assets}”
I would try removing the space after the comma and before 'assets'.
textmate mailing list textmate@lists.macromates.com http://lists.macromates.com/listinfo/textmate
This is my .tm_properties which does exclude directories from the left file panel
excludeInFileChooser = "{$exclude,templates_c,*.tpl.php,mobile/build}" excludeInFolderSearch = "{$excludeInFolderSearch,fnt,chatbot,cached,img,images,templates_c,mobile/build,lib,mobile/archive,mobile/touch,googlesitemap*.xml,*.sql,*.gz,*.tar,*.swf,*.min.css,*.min.js,*.tpl.php}" excludeInBrowser = "{$excludeInBrowser,.tm_properties}"
Not 100% sure, but all I can suggest is perhaps the $special_vars only apply to the block they are in?
Also note my excludeInFolderSearch includes $excludeInFolderSearch as the first entry, likewise for excludeInBrowser
Maybe that will help you get to the bottom of it until Allan replies :-)
On 10 February 2015 at 00:48, Robert J. Rockefeller bob@bobrockefeller.com wrote:
I have a .tm_properties file in the root of my project folder that contains these lines:
excludeInFolderSearch = "{$excludeInFolderSearch,assets,bin,cache,images,logs,node_modules, config.codekit, composer.lock}" excludeInFileChooser = "{$exclude,$excludeInFolderSearch}”
That doesn’t hide the folders logs, cache, etc. from the file pane.
Do I have the syntax wrong?
Bob
Robert J. Rockefeller Richmond Hill, GA www.bobrockefeller.com
textmate mailing list textmate@lists.macromates.com http://lists.macromates.com/listinfo/textmate