Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

sublime text 2 project sidebar stopped reacting on new files

So I am using Sublime Text 2 with several plug-ins (but not too many: BracketHiglighter, CSS snippets, FileDiffs, Gist and Package Control).

Out of the blue the sidebar with file list of the project stopped reacting on file changes. When I create a new one and save it to the folder, it does not appear in the sidebar at once, but only after Sublime restart, which is unacceptable.

Does anyone have an idea on this?

like image 646
Alex Buznik Avatar asked Mar 21 '13 11:03

Alex Buznik


1 Answers

That project, where it appeared finished, and haven't occured on the new ones. Suppose it could be caused by some low machine performance - for the large project.

Update

Excluding system/framework core folders also helps.

"folder_exclude_patterns": ["node_modules", ".svn", ".git", ".hg", "CVS"],

Can be done globally and in project Folders settings.

like image 134
Alex Buznik Avatar answered Oct 05 '22 04:10

Alex Buznik