Reputation: 696
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?
Upvotes: 6
Views: 1857
Reputation: 696
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.
Upvotes: 3