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