Dev-Cpp icon indicating copy to clipboard operation
Dev-Cpp copied to clipboard

Ctrl Z gives an unexpected error and randomly removes closing bracket

Open AnataBakka opened this issue 3 years ago • 2 comments

version 6.3.

manually type something like SNAG-1463

and then do ctrl z. After a few ctrl z-s the editor will prematurely remove the closing bracket of void main(), and after further ctrl z-s it will show up with this error SNAG-1469

you can close the error and continue ctrl z-ing, until eventually the error pops up again, and again, and again...

another issue seems to be happening with ctrl y. first undo everything with ctrl z. then ctrl y and you will sometimes get stuff like this SNAG-1470

if it doesn't happen just undo back, and ctrl y again, until it eventually happens

AnataBakka avatar Oct 29 '21 03:10 AnataBakka

I have got the same problem too. It bothers me a lot.

blueskychat avatar Dec 29 '21 13:12 blueskychat

note: from what i've observed the above undo seems to break because of the automatic indent. disabling these options seems, so far, to make it safe enough to undo image

AnataBakka avatar Dec 04 '23 15:12 AnataBakka