http://stackoverflow.com/questions/13706965/limit-file-search-scope-in-sublime-text-2
Prefereneces -> Settings (Default) ->
// 검색에 제외시킬 확장자 명
"binary_file_patterns": ["*.jpg", "*.jpeg", "*.png", "*.gif", "*.ttf", "*.tga", "*.dds", "*.ico", "*.eot", "*.pdf", "*.swf", "*.jar", "*.zip"],
// 검색에 제외시킬 폴더 명
"folder_exclude_patterns": [".svn", ".git", ".hg", "CVS"],
Prefereneces -> Settings (Default) ->
// 검색에 제외시킬 확장자 명
"binary_file_patterns": ["*.jpg", "*.jpeg", "*.png", "*.gif", "*.ttf", "*.tga", "*.dds", "*.ico", "*.eot", "*.pdf", "*.swf", "*.jar", "*.zip"],
// 검색에 제외시킬 폴더 명
"folder_exclude_patterns": [".svn", ".git", ".hg", "CVS"],
'Native > C++' 카테고리의 다른 글
read tiny size text file (0) | 2015.06.09 |
---|---|
My Top 10 Sublime Text Plugins (0) | 2014.09.25 |
libevent with visual studio 2008 (0) | 2014.01.17 |
cpp net lib (0) | 2013.10.02 |
push framework (0) | 2013.10.02 |