When error/warning line is highlighted, 'delete' doesn't clear it.
A free, portable, fast and simple C/C++ IDE
Brought to you by:
orwelldevcpp
Version: 5.4.2 RC9
Steps needed to reproduce the problem: Compile something that gets one or more warnings/errors. The compiler window will pop-open; the Editor cursor will be moved to the position of the warning/error; and the cursor's line will be highlighted. This highlight will disappear when any 'typing' key is pressed.. except 'delete' key; the line remains highlighted. (Even 'backspace' clears the highlight).
Last edit: MikeDNC 2013-05-08
Currently, the highlight is removed when the caret changes. What about removing it when the text changes?
Yes, text-change makes more sense; caret-change seems arbitrary, since the user is thinking, "I'm typing now", rather than "I'm moving the cursor position, or not".
Last edit: MikeDNC 2013-05-16
Orwell Dev-C++ Version 5.7.1
OS: Windows 8.1
I found that both delete and backspace do not remove the error highlight. Other white space changes do remove the highlight (tab, space).
See the attached image for an example of backspace not removing the highlight. I compiled and then pressed backspace once to produce that screenshot.
Thanks