Closed rogerlward closed 10 years ago
Not sure what you mean. Care to elaborate? Perhaps also give a scenario when this might be useful. Persisting fold states is particularly useful in large documents. At the moment there is a shortcut key to expand all folded regions in a document.
Hello, is it possible to make arrows (carets) to be near the elements. Like in Chrome devtools
unfortunately this is currently not possible based on the APIs exposed by CodeMirror and brackets. The fold markers are rendered in their own gutter element which is outside the html element that renders the text.
Can code folding be sticky (even if only across each session, not permenant)?