thehogfather / brackets-code-folding

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

inaccurate fold marks added to document when a folded code region is removed #129

Closed thehogfather closed 9 years ago

thehogfather commented 9 years ago

Steps to reproduce

  1. Open any document
  2. Fold a code region in the document.
  3. Select the folded region and delete it
  4. Result is one or more fold markers now appear above the deleted line

Expectation: no fold marks should be added to document