bugfix in commit e51ce12969
[?]
Jun 12, 2022, 2:02 PM
IDG26SXKRKPRUQM3G2MMBQR3UZGNU7NCWJBBDKKIM5IGUNJQ2URQCDependencies
- [2]
TVM2WIHHbugfix: autosave and undo in a couple of cases - [3]
ESETRNLBbugfix: printing the first part of a line at the bottom made it seem non-wrapping - [4]
65XHTZEKregression: couldn't do many drawing operations because line.y was reset - [5]
LS55YKGWswitch copy/paste to ctrl- hotkeys - [6]
JCSLDGAHbeginnings of support for multiple shapes - [7]
6LJZN727handle chords - [8]
YTSPVDZHfirst successful pagedown test, first bug found by test - [9]
252M2QMDforgot to move this special case out - [10]
XNFTJHC4split keyboard handling between Text and Drawing - [11]
AVTNUQYRbasic test-enabled framework - [12]
R6GUSTBYdefault font size and line-height - [13]
HOSPP2ANcrisp font rendering - [14]
NQWWTGXRswitch undo/redo to ctrl- hotkeys - [15]
Z4XRNDTRfind text - [*]
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