regression: couldn't do many drawing operations because line.y was reset
[?]
Jun 5, 2022, 3:52 AM
65XHTZEKUTGHMOIWAFRH7ZVGUP4DWBCUT2TN4Y3LHYILKWTTBLKACDependencies
- [2]
LS55YKGWswitch copy/paste to ctrl- hotkeys - [3]
5FW7YOFThighlight selection while dragging - [4]
XNFTJHC4split keyboard handling between Text and Drawing - [5]
AVTNUQYRbasic test-enabled framework - [6]
OYXDYPGSget rid of debug variables - [7]
JCSLDGAHbeginnings of support for multiple shapes - [8]
Z4XRNDTRfind text - [9]
ESETRNLBbugfix: printing the first part of a line at the bottom made it seem non-wrapping - [10]
YTSPVDZHfirst successful pagedown test, first bug found by test - [*]
BULPIBEGbeginnings of a module for the text editor - [*]
HOSPP2ANcrisp font rendering - [*]
OTIBCAUJlove2d scaffold - [*]
NQWWTGXRswitch undo/redo to ctrl- hotkeys
Change contents
- edit in text.lua at line 890
line.y = nil - edit in main.lua at line 255
for _,line in ipairs(Lines) do line.y = nil end -- just in case we scroll - edit in main.lua at line 292[15.100][15.100]
for _,line in ipairs(Lines) do line.y = nil end -- just in case we scroll - edit in main.lua at line 302[15.388][15.388]
for _,line in ipairs(Lines) do line.y = nil end -- just in case we scroll - edit in main.lua at line 313
for _,line in ipairs(Lines) do line.y = nil end -- just in case we scroll - edit in main.lua at line 319
for _,line in ipairs(Lines) do line.y = nil end -- just in case we scroll - edit in main.lua at line 325
for _,line in ipairs(Lines) do line.y = nil end -- just in case we scroll - edit in main.lua at line 363
-- DON'T reset line.y here - edit in main.lua at line 393
for _,line in ipairs(Lines) do line.y = nil end -- just in case we scroll