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]
OGUV4HSAremove some memory leaks from rendered fragments - [5]
HYEAFRZ2split mouse_pressed events between Text and Drawing - [6]
2INHXC3Kposition cursor by clicking on text - [7]
2ENZW7TVselect text using mouse drag - [8]
242L3OQXbugfix: ensure Cursor_line is always on a text line - [9]
MYC7XR5Qbugfix: lines that aren't drawn from the start - [10]
MGOQ5XAVstart uppercasing globals - [11]
ZUOL7X6Vmove - [12]
RMKMPFT5fix a corner case when selecting text - [13]
LXTTOB33extract a couple of files - [14]
3GFQP6IRstop saving the entire file when modifying drawings - [15]
CCYSVZA2bugfix: BSOD in #4. - [16]
DLQMM265scroll past first page - [17]
JFFUF5ALoverride mouse state lookups in tests - [18]
QZH3PQFU. - [19]
LAW2O3NWextract variable Margin_left - [20]
3OKKTUT4up and down arrow now moving by screen line where possible - [21]
FYS7TCDWbugfix - [22]
7IKRRESBlonger names for indices in long loops - [*]
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