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 -

Add new record to the table by click on the button in Microsoft Access -

javascript - jQuery .height() return 0 when visible but non-0 when hidden -