thehogfather / brackets-code-folding

Code folding extension for brackets IDE
134 stars 42 forks source link

folding suggestion #49

Closed rogerlward closed 10 years ago

rogerlward commented 10 years ago

Can code folding be sticky (even if only across each session, not permenant)?

thehogfather commented 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.

thecosss commented 10 years ago

Hello, is it possible to make arrows (carets) to be near the elements. Like in Chrome devtools image

thehogfather commented 10 years ago

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.