sublimetext - Show hidden folders in sublime text? (Mac osx) -


despite having hidden folders turned on, sublime text cannot see invisible folders in sidebar such git repository. how can fix this?

mac osx 10.7.5

sublime text 2.0.1

do mean in sidebar? if so, need modify folder_exclude_patterns setting. default value "folder_exclude_patterns": [".svn", ".git", ".hg", "cvs"]. in case, want make "folder_exclude_patterns": [".svn", ".hg", "cvs"] can access user settings going preferences -> settings - user. note applied across of projects. if want particular project, can create project specific settings. http://www.sublimetext.com/docs/2/projects.html


Comments

Popular posts from this blog

SPSS keyboard combination alters encoding -

Socket.connect doesn't throw exception in Android -

iphone - How do I keep MDScrollView from truncating my row headers and making my cells look bad? -