Open
Description
#703 adds a multi-line TextEdit
widget, but it still requires a lot of work:
- Fix bug where cursor sometimes jumps to the start of the line when entering text at the end of a line. Edit: fixed by Fix
TextEdit
cursor jump bugs #767. - Insert a newline on
Return
/Enter
. Edit: fixed by TextEdit up/down, return and fixed missing cursor on empty lines #793. - Add functionality for
Up
andDown
arrow keys. Edit: fixed by TextEdit up/down, return and fixed missing cursor on empty lines #793. - Add clipboard functionality.
- Allow for creating custom key combination -> command mapping configurations.
- Fix issue where
Text
widget is slightly offset from drawn selection rectangles whenTextEdit
is aligned to the middle of bottom of the y axis. Doesn't seem to be a problem when aligned to the top.