Sublime Forum

File filtering in st2

#1

Hi all,

Anyone have a pointer to how I could filter files out of the folder tree for sublime text 2? The documentation is a bit sparse, and scanning the project file didn’t give me any hints.

  • John
0 Likes

#2

It can only be done globally atm, via the file_exclude_patterns global setting

0 Likes

#3

I tried adding “file_exclude_patterns”: “*.6”] to “Base File.sublime-settings”, to no avail. Can you be more specific?

0 Likes

#4

[quote=“skelterjohn”]

I tried adding “file_exclude_patterns”: “*.6”] to “Base File.sublime-settings”, to no avail. Can you be more specific?[/quote]

Oops, added it to Global.sublime-settings, and that worked.

Thanks!

0 Likes

#5

Maybe i’m being dumb but is there any way to open multiple files with the GoTo Anything menu? I’ve started to love this feature and gave “*.html” a try but sadly didn’t work, would be a nice little addition to it though!

0 Likes