Seems like there are no features in Sublime Text 2 that keep code folding between file sessions close\open.
I'd like to write plugin for this, but have a question.
Where should I store fold-data such as which file, or region on the page is folded? My Only idea saves in .sublime-workspace
So, how I can access it and read my properties, attributes, or what meta-data not?
Where else can I store data such as what is required to persist fold regions?