Search
 
SCRIPT & CODE EXAMPLE
 

CPP

how to show c++ binary files in sublime text

// folder_exclude_patterns and file_exclude_patterns control which files
// are listed in folders on the side bar. These can also be set on a per-
// project basis.
"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", "*.psd", "*.db", "*.sublime-workspace"],

// 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"],
Comment

PREVIOUS NEXT
Code Example
Cpp :: different way to print string in c++ 
Cpp :: Use command line arguments to create file c++ 
Cpp :: 01matrix 
Cpp :: draw point sfml 
Cpp :: return value from a thread 
Cpp :: glm multiply vector by scalar 
Cpp :: cf 633b trivial problem explanation 
Cpp :: convert char to C 
Cpp :: How to write string in lpcstr in c++ 
Cpp :: count substrings codechef solution in c++ 
Cpp :: how to traverse string like array in cpp 
Cpp :: c++ hsl to rgb integer 
Cpp :: vector übergeben c++ 
Cpp :: can derived class access base class non-static members without object of the base class 
Cpp :: c++ format number thousands separator 
Cpp :: calculate number of edges of graph in data structure c++ 
Cpp :: CREDSCORE codechef solution 
Cpp :: how to get the last digit of a number 
Cpp :: cicli informatica c++ 
Cpp :: qrandomgenerator bounded 
Cpp :: c++ create vector of size 
Cpp :: iterator c++ 
Cpp :: how to write hello world c++ 
Cpp :: how to initialize priority queue c++ 
Cpp :: pre increment vs post increment c++ 
Cpp :: no match for ‘operator=’ (operand types are ‘std::basic_ostream’ and ‘int’) 
C :: clear screen c 
C :: how to print something out to the console c 
C :: C float division 
C :: font awsome circle info icon 
ADD CONTENT
Topic
Content
Source link
Name
2+4 =