Skip to content

Version 3.3

Compare
Choose a tag to compare
@ReFreezed ReFreezed released this 15 Mar 14:43
· 6 commits to master since this release

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".