Merge lines.love
[?]
Dec 13, 2022, 7:50 AM
XRP727K3D2OPH2CJHBYQWLMK2QHQB4QTA4KP34JLTM7ETOLBCC3QCDependencies
- [2]
UYCVUHI5Merge lines.love - [3]
GLABQJQQrepeat bugfix on source editor X-( - [4]
BJ5X5O4Alet's prevent the text cursor from ever getting on a drawing - [5]
73OCE2MCafter much struggle, a brute-force undo - [6]
VXORMHMEdelete experimental REPL - [7]
6LJZN727handle chords - [8]
RSZD5A7Gforgot to add json.lua - [9]
32V6ZHQBMerge lines.love - [10]
2CTN2IEFMerge lines.love - [11]
OGUV4HSAremove some memory leaks from rendered fragments - [12]
TLOAPLBJadd a license - [13]
K2X6G75Zstart writing some tests for drawings - [14]
T4FRZSYLdelete an ancient, unused file - [15]
XX7G2FFJintermingle freehand line drawings with text - [16]
GUOQRUL7Merge lines.love - [17]
OTIBCAUJlove2d scaffold - [18]
BLWAYPKVextract a module - [19]
BULPIBEGbeginnings of a module for the text editor - [20]
LXTTOB33extract a couple of files - [21]
2L5MEZV3experiment: new edit namespace - [22]
JOPVPUSAediting source code from within the app - [23]
3PSFWAILMerge lines.love - [24]
R5QXEHUIsomebody stop me - [25]
VHQCNMARseveral more modules - [26]
TVCPXAAUrename - [27]
D2GCFTTTclean up repl functionality - [28]
4YDBYBA4clean up memory leak experiments - [29]
66X36NZNa little more prose describing manual_tests - [30]
VHUNJHXBMerge lines.love - [31]
OI4FPFINsupport drawings in the source editor - [32]
KMSL74GAsupport selections in the source editor - [33]
D4B52CQ2Merge lines.love - [34]
VP5KC4XZMerge lines.love - [35]
AVTNUQYRbasic test-enabled framework - [36]
VBU5YHLRMerge lines.love - [37]
NMRUNROTMerge lines.love - [38]
EG5CRNWCMerge lines.love - [39]
3QNOKBFMbeginnings of a test harness - [40]
ETXNVRPTMerge lines.love - [41]
KKMFQDR4editing source code from within the app - [42]
MD3W5IRAnew fork: rip out drawing support - [43]
CE4LZV4Tdrop last couple of manual tests - [44]
VO2ZVTWKMerge lines.love - [45]
FS2ITYYHrecord a known issue - [46]
FISC4HINrepeat bugfix on source editor
Change contents
- file deletion: source_edit.lua source_edit.lua
local drawing_index, drawing = Drawing.current_drawing(State)if drawing_index == nil thenfor _,line_cache in ipairs(State.line_cache) do line_cache.starty = nil end -- just in case we scrollText.textinput(State, t)endendschedule_save(State)endfunction edit.keychord_pressed(State, chord, key) - replacement in source_edit.lua at line 302
for _,line_cache in ipairs(State.line_cache) do line_cache.starty = nil end -- just in case we scrollText.textinput(State, t)local drawing_index, drawing = Drawing.current_drawing(State)if drawing_index == nil thenfor _,line_cache in ipairs(State.line_cache) do line_cache.starty = nil end -- just in case we scrollText.textinput(State, t)end