After i edit settings->syntax_highlighting , i need to edit the color of my caret.So i open settings->margins_and_caret->caret and change the color and width of caret.However,after entering () the caret changed back.
Thanks.
Tested with C::B 20.03 using the following steps:
Process:
1) Open a cpp file with at least one "()"
2) Select the "Settings->Editor" menu
3) On the left select "margins and caret"
4) Edit th caret settings to be:
a) Width: 3
b) Color: Red
5) Close the Editor settings dialog
6) Check the caret is red and think in the editor
7) Enter the () and check if the caret changes
8) Move around the CPP file and check if the caret changes
9) Change the caret back to
a) Width: 1
b) Color: Black
And C::B works correctly with no caret issues seen.
If you would like to refer to this comment somewhere else in this project, copy and paste the following link:
i mean,entering () in the editor(i enabled parentheses automatic completion)
Interesting... it reproduces...
Tested with C::B 20.03 using the following steps:
Process:
1) Open a cpp file with at least one "()"
2) Select the "Settings->Editor" menu
3) On the left select "margins and caret"
4) Edit th caret settings to be:
a) Width: 3
b) Color: Red
5) Close the Editor settings dialog
6) Check the caret is red and think in the editor
7) Enter the () and check if the caret changes
8) Move around the CPP file and check if the caret changes
9) Change the caret back to
a) Width: 1
b) Color: Black
And C::B works correctly with no caret issues seen.