Sublime Forum

Side​Bar​Enhancements hides .psd files

#1

I cannot see my .pdf in folders.

I try to add these code to my user settings (I have removed .psd from list)

"folder_exclude_patterns": [".svn", ".git", ".hg", "CVS"], "file_exclude_patterns": ["*.pyc", "*.pyo", "*.exe", "*.dll", "*.obj","*.o", "*.a", "*.lib", "*.so", "*.dylib", "*.ncb", "*.sdf", "*.suo", "*.pdb", "*.idb", ".DS_Store", "*.class", "*.db"],

But it doesn’t work

0 Likes

#2

what has sidebar enhancements go to do with it?

the default binary_file_patterns includes *.pdf (but not *.psd)

// These files will still show up in the side bar, but won't be included in
// Goto Anything or Find in Files
"binary_file_patterns": ["*.jpg", "*.jpeg", "*.png", "*.gif", "*.ttf", "*.tga", "*.dds", "*.ico", "*.eot", "*.pdf", "*.swf", "*.jar", "*.zip"],
0 Likes

#3

I add *.psd to list. But I cannot see them

0 Likes