WinUIEdit icon indicating copy to clipboard operation
WinUIEdit copied to clipboard

show & hide the box around the current line depending on CodeEditorControl focus state

Open minesworld opened this issue 11 months ago • 1 comments

Or at least an option to enable that.

If there are many CodeEditorControl on the screen only one can be in focus and the text of the others doesn't look so nice if the unnecessary box is shown.

minesworld avatar Jan 13 '25 14:01 minesworld

This can be configured by setting EditorControl.Editor.CaretLineVisibleAlways = false;

BreeceW avatar Jan 18 '25 16:01 BreeceW