Ruud 3 Posted Thursday at 02:12 AM (edited) I first noticed the problem with Comments , when the last character before the closing bracket } , has an ASCII value higher than 126d (or 7Eh) , If the cursor is placed before the opening bracket { , Brace Highlight works OK . But when the cursor is placed before the closing bracket } , it doesn't work . In the picture : 1 --> LC = ~ (126d) | CP = 100,1 | BH : works OK 2 --> LC = ~ (126d) | CP = 100,46 | BH : works OK 3 --> LC = ¡ (161d) | CP = 101,1 | BH : works OK 4 --> LC = ¡ (161d) | CP = 101,46 | BH : doesn't work LC = last character before the closing bracket CP = cursor position BH = Brace Highlight N.B. : the problem not only occurs with {} , but also with [] , () , "" and '' . Edited Thursday at 02:21 AM by Ruud Share this post Link to post
Ruud 3 Posted Thursday at 02:33 AM And I reported it on Embarcadero Quality Portal : Problem with Brace Highlight in IDE editor - RAD Studio Service - Jira Service Management 2 Share this post Link to post
Tommi Prami 130 Posted Thursday at 05:50 AM Reported related that has annoyed me... https://embt.atlassian.net/servicedesk/customer/portal/1/RSS-2352 Share this post Link to post