alexsalas.brackets-jekyll icon indicating copy to clipboard operation
alexsalas.brackets-jekyll copied to clipboard

refreshFileTree() calls no longer needed in Sprint 36

Open peterflynn opened this issue 11 years ago • 2 comments

Starting in Sprint 36, I believe you can remove your extension's explicit calls to ProjectManager.refreshFileTree(). Brackets will automatically detect filesystem changes (including changes made by a different process), and it will update the tree incrementally without any need for a full refresh.

peterflynn avatar Jan 31 '14 20:01 peterflynn

Also note: You can release an update to the extension at any point with "brackets": ">=0.36.0" in your package.json file; any users who are still on older versions of Brackets will simply be directed to install an older version of your extension.

peterflynn avatar Jan 31 '14 20:01 peterflynn

Ok, thank you so much. I'll do.

ajsb85 avatar Feb 02 '14 18:02 ajsb85