.

[?]
Jun 9, 2022, 10:22 PM
QZH3PQFUBL2ISJBJ4PBALVKUPKQ4QKGNKSFASEXWYB5J7ODL42KQC

Dependencies

  • [2] ZLJGZYQG select text with shift + mouseclick
  • [3] HYEAFRZ2 split mouse_pressed events between Text and Drawing
  • [4] Z4XRNDTR find text
  • [5] 2INHXC3K position cursor by clicking on text
  • [6] 5FW7YOFT highlight selection while dragging
  • [7] BOFNXP5G clicking now moves the cursor even on long, wrapped lines
  • [8] 2ENZW7TV select text using mouse drag
  • [9] DHI6IJCN selecting text and deleting selections
  • [*] OTIBCAUJ love2d scaffold

Change contents

  • replacement in main.lua at line 277
    [2.1418][3.1486:1574](),[3.492][3.1486:1574]()
    Cursor1.line = line_index
    Cursor1.pos = Text.to_pos_on_line(line, x, y)
    [2.1418]
    [2.1419]
    Cursor1 = {line=line_index, pos=Text.to_pos_on_line(line, x, y)}
  • replacement in main.lua at line 298
    [3.490][3.1575:1667]()
    Cursor1.line = line_index
    Cursor1.pos = Text.to_pos_on_line(line, x, y)
    [3.490]
    [2.1529]
    Cursor1 = {line=line_index, pos=Text.to_pos_on_line(line, x, y)}