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