News:

As usual while waiting for the next release - don't forget to check the nightly builds in the forum.

Main Menu

[Bug Report] brace deletion bug

Started by slypiggies, August 25, 2016, 02:20:41 PM

Previous topic - Next topic

slypiggies

I have the "Brace completion" option off in the settings.
This is the code I am working with:
if ) cout<<1;
Then I find out that I miss the character '('. I type this back, and the cursor is now after '('.
if () cout<<1;
    ^

Now when I hit backspace, two characters are deleted: '(' and ')'.
I expect that only '(' will be deleted.
Can sb fix/solve this bug, please?