| Summary: | Closing braces disappear | ||
|---|---|---|---|
| Product: | [Applications] kile | Reporter: | Victor Porton <porton> |
| Component: | editor | Assignee: | Michel Ludwig <michel.ludwig> |
| Status: | RESOLVED WORKSFORME | ||
| Severity: | minor | Keywords: | investigated, triaged |
| Priority: | NOR | ||
| Version First Reported In: | 2.1.3 | ||
| Target Milestone: | --- | ||
| Platform: | Debian testing | ||
| OS: | Linux | ||
| Latest Commit: | Version Fixed/Implemented In: | ||
| Sentry Crash Report: | |||
Thanks for reporting a problem with Kile. Unfortunately, it seems that I currently cannot reproduce the problem you reported using the master branch. Did you invoke code completion as well when typing "\mathcal..."? I type it completely as if code completion didn't exist. You should not press Enter or Tab at any point when trying to reproduce my bug. This bug has had its resolution changed, but accidentally has been left in NEEDSINFO status. I am thus closing this bug and setting the status as RESOLVED to reflect the resolution change. |
When we insert a closing brace and the cursor is before an existing brace, the existing brace disappears. This is very inconvenient (as in the "Steps to Reproduce" below). Reproducible: Always Steps to Reproduce: Below "|" means the position of cursor, not "|" character. Consider we have \sqrt{|} Now we want to insert "\mathcal{A}" under the root. Type: \mathcal{A \sqrt{\mathcal{A|} Then type "}". At this point the existing closing brace disappear confusing the things. This is very inconvenient. There should be a mode to disable "overwriting" closing braces. I want when I insert a new "}" the existing "}" after the cursor do not disappear. Actual Results: \sqrt{\mathcal{A} Expected Results: \sqrt{\mathcal{A}}