.

[?]
Jun 29, 2022, 4:14 PM
J6WEC2D6QSURWOJZB4YRTXQQAHFPAAEL55OPQU4ZH6M6LUKYJPJAC

Dependencies

  • [2] 4VKEE43Z bugfix
  • [3] 5FW7YOFT highlight selection while dragging
  • [4] GE56XURA bugfix: cursor past end of screen line
  • [5] GJLOKCYK bugfix: clicking past end of screen line
  • [6] 2RXZ3PGO beginning of a new approach to scroll+wrap
  • [7] BOFNXP5G clicking now moves the cursor even on long, wrapped lines
  • [8] 5L7K4GBD clicking to the right of a wrapped line
  • [*] BULPIBEG beginnings of a module for the text editor

Change contents

  • replacement in text.lua at line 686
    [3.352][3.352:437]()
    if mx > Line_width and screen_line_index < #line.screen_line_starting_pos then
    [3.352]
    [2.1479]
    if screen_line_index < #line.screen_line_starting_pos and mx > Line_width then