Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

refreshFileTree() calls no longer needed in Sprint 36 #4

Open
peterflynn opened this issue Jan 31, 2014 · 2 comments
Open

refreshFileTree() calls no longer needed in Sprint 36 #4

peterflynn opened this issue Jan 31, 2014 · 2 comments
Assignees

Comments

@peterflynn
Copy link

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
Copy link
Author

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.

@ajsb85
Copy link
Owner

ajsb85 commented Feb 2, 2014

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

@ajsb85 ajsb85 self-assigned this Apr 17, 2014
@ajsb85 ajsb85 added this to the Support for Brackets sprint 38 milestone Apr 17, 2014
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants