I am comparing these two lines:
meta saved cvar GAME_API extern CString con_strMainFilter = "Info|Log|Warning|Error|Fatal"; _(onChange_func="conUpdateFilters" version="1")
and
meta saved cvar GAME_API extern CString con_strMainFilter = "Info|Log|Warning|Error|Fatal"; _(onChange_func="conUpdateFilters" version="1")
The result looks highlighted like this:

Notice the last "ers" part highlighted in the top line. That looks wrong to me. If you type more text after conUpdateFilters on the bottom line (e.g. conUpdateFilters123), then that disappears if you type an odd number of characters, and reappears as you type an even number of characters.
Is this normal?
meta saved cvar GAME_API extern CString con_strMainFilter = "Info|Log|Warning|Error|Fatal"; _(onChange_func="conUpdateFilters" version="1")
and
meta saved cvar GAME_API extern CString con_strMainFilter = "Info|Log|Warning|Error|Fatal"; _(onChange_func="conUpdateFilters" version="1")
The result looks highlighted like this:
Notice the last "ers" part highlighted in the top line. That looks wrong to me. If you type more text after conUpdateFilters on the bottom line (e.g. conUpdateFilters123), then that disappears if you type an odd number of characters, and reappears as you type an even number of characters.
Is this normal?
Comment