indent
[?]
Jul 8, 2022, 10:39 PM
QLTJG7Q33ABBTDJ55K3OPLNSYBFBIVRS3UABXEY73RHYMOOJ542QCDependencies
- [2]
J5IEBT64enforce press/release state only processed once - [3]
RMKMPFT5fix a corner case when selecting text - [4]
2ENZW7TVselect text using mouse drag - [5]
4VKEE43Zbugfix - [6]
CTJ3IZGSadd args to some functions - [7]
QZH3PQFU. - [8]
WOXIYUTLbugfix: manage screen_top and cursor when resizing - [9]
EMRPLZPWdrop an arg from a function - [10]
CCYSVZA2bugfix: BSOD in #4. - [11]
2INHXC3Kposition cursor by clicking on text - [12]
5FW7YOFThighlight selection while dragging - [13]
YJJ4X4JGbugfix: avoid scrolling on 'end' - [14]
AQQQNDTLyet another bugfix in selection management - [15]
FYS7TCDWbugfix - [16]
ZLJGZYQGselect text with shift + mouseclick - [*]
BULPIBEGbeginnings of a module for the text editor - [*]
OTIBCAUJlove2d scaffold
Change contents
- replacement in text.lua at line 949
Cursor1 = {line=Screen_bottom1.line, pos=Text.to_pos_on_line(line, App.screen.width-5, App.screen.height-5)}Cursor1 = {line=Screen_bottom1.line,pos=Text.to_pos_on_line(line, App.screen.width-5, App.screen.height-5),} - replacement in main.lua at line 354
Selection1 = {line=line_index, pos=Text.to_pos_on_line(line, x, y)}Selection1 = {line=line_index,pos=Text.to_pos_on_line(line, x, y),} - replacement in main.lua at line 390
Cursor1 = {line=line_index, pos=Text.to_pos_on_line(line, x, y)}Cursor1 = {line=line_index,pos=Text.to_pos_on_line(line, x, y),}