de-jcup / eclipse-yaml-editor

Eclipse YAML editor
https://marketplace.eclipse.org/content/yaml-editor
Apache License 2.0
35 stars 10 forks source link

Improve folding #40

Closed de-jcup closed 5 years ago

de-jcup commented 5 years ago

With #31 folding was introduced.

But the feature has one problem:

When some parts are folded and a user changes something and stores (CTRL + s) the editor content the rebuild of folding will destroy all former markers - e.g. a collapsed part will be expanded again!

This will be annoying for people using folding for bigger content and doing changes inside!