spywhere / Javatar

Java Development Plugin for Sublime Text 3
https://javatar.readthedocs.org/
Other
170 stars 20 forks source link

Reopening Project in Sublime Text #42

Closed Shadeslayer345 closed 9 years ago

Shadeslayer345 commented 9 years ago

When I close Sublime Text after using Javatar, upon reopening Sublime Text the Javatar Project Folder is automatically opened in the sidebar. Is there a setting to turn this behavior off?

spywhere commented 9 years ago

Yes, you could set the allow_project_restoration to false. This way, your project data will not store and restore upon save/load the files.

Please mind that Sublime Text's default behaviour is not store project data on load except you explicitly save it as project yourself.