enforce press/release state only processed once
[?]
Jul 1, 2022, 6:42 PM
J5IEBT64CTGVDGSIBE2MTXBTGOMFSSF62SVCFZL2SDDLE745MGDACDependencies
- [2]
FYS7TCDWbugfix - [3]
WOXIYUTLbugfix: manage screen_top and cursor when resizing - [4]
HYEAFRZ2split mouse_pressed events between Text and Drawing - [5]
4VKEE43Zbugfix - [6]
CCYSVZA2bugfix: BSOD in #4. - [7]
RMKMPFT5fix a corner case when selecting text - [8]
AVTNUQYRbasic test-enabled framework - [9]
2INHXC3Kposition cursor by clicking on text - [10]
OAHNWDYG. - [11]
ZLJGZYQGselect text with shift + mouseclick - [12]
2ENZW7TVselect text using mouse drag - [13]
Z4XRNDTRfind text - [14]
QZH3PQFU. - [*]
OTIBCAUJlove2d scaffold - [*]
ZUOL7X6Vmove
Change contents
- replacement in main.lua at line 329
--? print('press')--? print('press', Selection1.line, Selection1.pos) - replacement in main.lua at line 348
--? print('selection')--? print('selection', Selection1.line, Selection1.pos)break - edit in main.lua at line 357[4.633][17.999]
break - replacement in main.lua at line 379
--? print(Cursor1.line, Cursor1.pos)--? print('cursor', Cursor1.line, Cursor1.pos) - edit in main.lua at line 388
break - replacement in main.lua at line 392
--? print('select:', Selection1.line, Selection1.pos)--? print('selection:', Selection1.line, Selection1.pos)