Merge lines.love
[?]
Nov 28, 2022, 6:28 AM
JJDUDMVXDMOLKEMAYONGOJZKUNDQL7BM34QG4QP4UYYVFHFMXUSQCDependencies
- [2]
SCOXD4EOMerge lines.love - [3]
TYFAGQWSrepeat bugfix on source editor - [4]
CE4LZV4Tdrop last couple of manual tests - [5]
ATQO62TFMerge lines.love - [6]
ETXNVRPTMerge lines.love - [7]
BJ5X5O4Alet's prevent the text cursor from ever getting on a drawing - [8]
TFM6F5ODMerge lines.love - [9]
AVTNUQYRbasic test-enabled framework - [10]
FS2ITYYHrecord a known issue - [11]
6LJZN727handle chords - [12]
KKMFQDR4editing source code from within the app - [13]
OTIBCAUJlove2d scaffold - [14]
RPGTBMMMMerge lines.love - [15]
TVCPXAAUrename - [16]
JOPVPUSAediting source code from within the app - [17]
D4B52CQ2Merge lines.love - [18]
66X36NZNa little more prose describing manual_tests - [19]
GUOQRUL7Merge lines.love - [20]
2CTN2IEFMerge lines.love - [21]
VP5KC4XZMerge lines.love - [22]
R5QXEHUIsomebody stop me - [23]
VBU5YHLRMerge lines.love - [24]
2L5MEZV3experiment: new edit namespace - [25]
KMSL74GAsupport selections in the source editor - [26]
3QNOKBFMbeginnings of a test harness - [27]
32V6ZHQBMerge lines.love - [28]
BULPIBEGbeginnings of a module for the text editor - [29]
T4FRZSYLdelete an ancient, unused file - [30]
D2GCFTTTclean up repl functionality - [31]
73OCE2MCafter much struggle, a brute-force undo - [32]
OGUV4HSAremove some memory leaks from rendered fragments - [33]
MD3W5IRAnew fork: rip out drawing support - [34]
2WGHUWE6self-documenting 0 Test_right_margin - [35]
VO2ZVTWKMerge lines.love - [36]
BLWAYPKVextract a module - [37]
VHUNJHXBMerge lines.love - [38]
TLOAPLBJadd a license - [39]
VHQCNMARseveral more modules - [40]
RSZD5A7Gforgot to add json.lua - [41]
VXORMHMEdelete experimental REPL - [42]
XX7G2FFJintermingle freehand line drawings with text - [43]
OI4FPFINsupport drawings in the source editor - [44]
3PSFWAILMerge lines.love - [45]
4YDBYBA4clean up memory leak experiments - [46]
K2X6G75Zstart writing some tests for drawings - [47]
LXTTOB33extract a couple of files
Change contents
- file deletion: source_edit.lua source_edit.lua
love.graphics.setFont(love.graphics.newFont(State.font_height))State.line_height = math.floor(font_height*1.3)State.em = App.newText(love.graphics.getFont(), 'm')Text_cache = {}end--== some methods for tests - replacement in source_edit.lua at line 516
love.graphics.setFont(love.graphics.newFont(Editor_state.font_height))love.graphics.setFont(love.graphics.newFont(State.font_height))