texstudio-org/texstudio
Improper highlighting of braces when there is a comment
開放
#2,621 建立於 2022年10月1日
enhancementhelp wanted
倉庫指標
- 星標
- (3,516 顆星)
- PR 合併指標
- (平均合併 5小時 26分鐘) (30 天內合併 19 個 PR)
描述
Environment
- TeXstudio: 4.3.1
- Qt: 6.3.1
- OS: Windows 10
Expected behavior
In the editor, when the cursor is moved to a brace that is not commented out, the brace and the matching brace, which is also not commented out, are highlighted.
Example for the bug
Consider
{%}
}
Here, when I move the cursor to the first brace, this brace and the commented out brace are highlighted instead of that in the second line.