Re: InputField - text input handling library
Posted: Tue Mar 15, 2022 2:46 pm
Update 3.3
Changes since 3.2:
Changes since 3.2:
- Added: Event method wheelmoved() (which can do horizontal scrolling).
- Added: Triple-click-and-drag to select lines.
- Added: Method setType().
- Added: Methods getInfoAtCoords(), getInfoAtCursor(), getInfoAtCharacter().
- Added: Methods getVisibleLine(), getVisibleLineCount().
- Added: Methods getWheelScrollSpeed(), setWheelScrollSpeed().
- Changed: Better/proper shortcuts in macOS.
- Changed: The cursor's original x position is now preserved when navigating vertically multiple lines.
- Changed: Newlines now count as word boundaries.
- Changed: Navigating up on the first line or down on the last line now does nothing in multi-line fields.
- Changed: The second argument for setMouseScrollSpeed() is now optional.
- Fixed "pressing Home on wrapped lines does nothing". It now navigates to before the soft line wrap.
- Fixed "pressing Escape does not stop the dragging".