drop an arg from a function
[?]
Jul 8, 2022, 3:51 PM
EMRPLZPWIJOEYBBSHFBRUYG4EFROTZ5VG7N3MTXFZFFPBTZ6ODGQCDependencies
- [2]
R22PA3XRfix a second BSOD in #4 :/ - [3]
AQQQNDTLyet another bugfix in selection management - [4]
RMKMPFT5fix a corner case when selecting text - [5]
2INHXC3Kposition cursor by clicking on text - [6]
HYEAFRZ2split mouse_pressed events between Text and Drawing - [7]
2ENZW7TVselect text using mouse drag - [8]
QZH3PQFU. - [9]
DLQMM265scroll past first page - [10]
ZUOL7X6Vmove - [11]
3OKKTUT4up and down arrow now moving by screen line where possible - [12]
LXTTOB33extract a couple of files - [13]
CCYSVZA2bugfix: BSOD in #4. - [14]
MGOQ5XAVstart uppercasing globals - [15]
3GFQP6IRstop saving the entire file when modifying drawings - [16]
JFFUF5ALoverride mouse state lookups in tests - [17]
LAW2O3NWextract variable Margin_left - [18]
FYS7TCDWbugfix - [19]
7IKRRESBlonger names for indices in long loops - [20]
242L3OQXbugfix: ensure Cursor_line is always on a text line - [21]
OGUV4HSAremove some memory leaks from rendered fragments - [22]
MYC7XR5Qbugfix: lines that aren't drawn from the start - [*]
BULPIBEGbeginnings of a module for the text editor - [*]
OTIBCAUJlove2d scaffold
Change contents
- replacement in text.lua at line 666
function Text.in_line(line_index,line, x,y)function Text.in_line(line, x,y) - replacement in select.lua at line 98
if Text.in_line(line_index,line, x,y) thenif Text.in_line(line, x,y) then - replacement in main.lua at line 341
if Text.in_line(line_index,line, x,y) thenif Text.in_line(line, x,y) then - replacement in main.lua at line 385
if Text.in_line(line_index,line, x,y) thenif Text.in_line(line, x,y) then