.
[?]
Jun 9, 2022, 10:22 PM
QZH3PQFUBL2ISJBJ4PBALVKUPKQ4QKGNKSFASEXWYB5J7ODL42KQCDependencies
- [2]
ZLJGZYQGselect text with shift + mouseclick - [3]
HYEAFRZ2split mouse_pressed events between Text and Drawing - [4]
Z4XRNDTRfind text - [5]
2INHXC3Kposition cursor by clicking on text - [6]
5FW7YOFThighlight selection while dragging - [7]
BOFNXP5Gclicking now moves the cursor even on long, wrapped lines - [8]
2ENZW7TVselect text using mouse drag - [9]
DHI6IJCNselecting text and deleting selections - [*]
OTIBCAUJlove2d scaffold
Change contents
- replacement in main.lua at line 277
Cursor1.line = line_indexCursor1.pos = Text.to_pos_on_line(line, x, y)Cursor1 = {line=line_index, pos=Text.to_pos_on_line(line, x, y)} - replacement in main.lua at line 298
Cursor1.line = line_indexCursor1.pos = Text.to_pos_on_line(line, x, y)Cursor1 = {line=line_index, pos=Text.to_pos_on_line(line, x, y)}