Developer forums (C::B DEVELOPMENT STRICTLY!) > Development
[Bug Report] brace deletion bug
(1/1)
slypiggies:
I have the "Brace completion" option off in the settings.
This is the code I am working with:
--- Code: ---if ) cout<<1;
--- End code ---
Then I find out that I miss the character '('. I type this back, and the cursor is now after '('.
--- Code: ---if () cout<<1;
^
--- End code ---
Now when I hit backspace, two characters are deleted: '(' and ')'.
I expect that only '(' will be deleted.
Can sb fix/solve this bug, please?
Navigation
[0] Message Index
Go to full version