Autocomplete deletes code on the right side of the line.
I don't want codeblocks to behave this way =(
(//)
I find exact same problem in VS code issues:
https://github.com/microsoft/vscode-cpptools/issues/10553
I failed to find similar option in CB editor settings
I'm really not quite understand the problem.
It looks like the macro definition "WINDOW_HEIGHT" is defined some where before this line? Not in the same line?
It is not deleted, just covered by a wide window with the same colour as background's one.
look at github issue.
Autocompletion in #define removes everything on right side .. Expected behavior in second example. Everything on the right side remains the same
https://youtu.be/dXB4g8tLvYI
Quote from: kotvkvante on February 15, 2024, 10:47:33 AM
Autocompletion in #define removes everything on right side .. Expected behavior in second example. Everything on the right side remains the same
https://youtu.be/dXB4g8tLvYI
OK, I see the issue now by the screencast. Thanks.