bugfix in commit e51ce12969
[?]
Jun 12, 2022, 2:02 PM
IDG26SXKRKPRUQM3G2MMBQR3UZGNU7NCWJBBDKKIM5IGUNJQ2URQCDependencies
- [2]
TVM2WIHHbugfix: autosave and undo in a couple of cases - [3]
YTSPVDZHfirst successful pagedown test, first bug found by test - [4]
JCSLDGAHbeginnings of support for multiple shapes - [5]
XNFTJHC4split keyboard handling between Text and Drawing - [6]
ESETRNLBbugfix: printing the first part of a line at the bottom made it seem non-wrapping - [7]
NQWWTGXRswitch undo/redo to ctrl- hotkeys - [8]
HOSPP2ANcrisp font rendering - [9]
AVTNUQYRbasic test-enabled framework - [10]
LS55YKGWswitch copy/paste to ctrl- hotkeys - [11]
65XHTZEKregression: couldn't do many drawing operations because line.y was reset - [12]
252M2QMDforgot to move this special case out - [13]
Z4XRNDTRfind text - [14]
R6GUSTBYdefault font size and line-height - [15]
6LJZN727handle chords - [*]
OTIBCAUJlove2d scaffold
Change contents
- replacement in main.lua at line 452[2.69]→[2.69:112](∅→∅),[2.112]→[3.4979:5015](∅→∅),[3.457]→[3.4979:5015](∅→∅),[3.3882]→[3.4979:5015](∅→∅),[3.4979]→[3.4979:5015](∅→∅),[3.5015]→[2.113:217](∅→∅)
local before = snapshot(drawing_index)Drawing.keychord_pressed(chord)record_undo_event({before=before, after=snapshot(drawing_index)})save_to_disk(Lines, Filename)if drawing_index thenlocal before = snapshot(drawing_index)Drawing.keychord_pressed(chord)record_undo_event({before=before, after=snapshot(drawing_index)})save_to_disk(Lines, Filename)end