Details
-
Bug
-
Resolution: Done
-
P3: Somewhat important
-
Qt Creator 4.9.0-beta1
-
None
-
-
792fe95c00837674777859debcc01c6c13681d79 (qt-creator/qt-creator/4.9)
Description
The Text Editor no longer has bracket matching for parentheses (with bold highlighting), which is vital for Scheme/Lisp files, and text files in general. This used to be available before (pre-4.9), and is still available for the C/C++ editor. Looks like this functionality was broken by the recent switch to KSyntaxHighlighting.
I've attached a sample Scheme file (test.scm) for convenience. Simply place the cursor on one of the parentheses in the file, and a matching parenthesis is not highlighted anymore.