
If one adds a new tag, <b>Geany</b> (very helpfully) adds the closing tag - line 22. But if one changes a tag that already has a matching closing tag it does not change the closing tag to match - line 23. Should it be changed to make this behaviour more consistent?
--- Reply to this email directly or view it on GitHub: https://github.com/geany/geany/issues/664
Indeed. I recognized this earlier too. But we have to be careful, as it will might end in unexpected behaviour -- the user might not expect at all, that the closing tag will be touched.
--- Reply to this email directly or view it on GitHub: https://github.com/geany/geany/issues/664#issuecomment-143032113
Agree with @frlan that it is much harder to decide what is the "right" thing to do when editing existing elements instead of adding new elements where its reasonably certain you need a closing tag.
--- Reply to this email directly or view it on GitHub: https://github.com/geany/geany/issues/664#issuecomment-143062777
github-comments@lists.geany.org