Merge text.love
[?]
Mar 26, 2023, 12:25 AM
YMKVHKZR5IQ6U3VFJNBPVRLTBOHV2Y7K6RAGIWPC6VBQQW7SR5QQCDependencies
- [2]
LXFHXL2NMerge text.love - [3]
ASP5RVZAMerge lines.love - [4]
2TQUKHBCMerge lines.love - [5]
A4BSGS2CMerge lines.love - [6]
OGUV4HSAremove some memory leaks from rendered fragments - [7]
P3K7UH5CMerge lines.love - [8]
Q7XPSKIIMerge lines.love - [9]
C3GUE45IMerge text.love - [10]
VHUNJHXBMerge lines.love - [11]
36Z442IVback to commit 8123959e52f without code editing - [12]
BJ5X5O4Alet's prevent the text cursor from ever getting on a drawing - [13]
MD3W5IRAnew fork: rip out drawing support - [14]
VOU73AK6Merge lines.love - [15]
TRSYJH2ZMerge text.love - [16]
D2GCFTTTclean up repl functionality - [17]
VHQCNMARseveral more modules - [18]
UAYCSFSKMerge text.love - [19]
2L5MEZV3experiment: new edit namespace - [20]
AVTNUQYRbasic test-enabled framework - [21]
66X36NZNa little more prose describing manual_tests - [22]
3QNOKBFMbeginnings of a test harness - [23]
KKMFQDR4editing source code from within the app - [24]
VBU5YHLRMerge lines.love - [25]
3G723RV5Merge text.love - [26]
EX43CDDIMerge text.love - [27]
K74U4BAUMerge lines.love - [28]
T4FRZSYLdelete an ancient, unused file - [29]
R56CKHYZMerge text.love - [30]
4YDBYBA4clean up memory leak experiments - [31]
CE4LZV4Tdrop last couple of manual tests - [32]
ETXNVRPTMerge lines.love - [33]
ZTZOO2OQMerge lines.love - [34]
ECBDENZ4Merge text.love - [35]
OTIBCAUJlove2d scaffold - [36]
OWPI7Y4QMerge text.love - [37]
73OCE2MCafter much struggle, a brute-force undo - [38]
TVCPXAAUrename - [39]
6LJZN727handle chords - [40]
3PSFWAILMerge lines.love - [41]
VXORMHMEdelete experimental REPL - [42]
GUOQRUL7Merge lines.love - [43]
BLWAYPKVextract a module - [44]
MQTFTTEKMerge lines.love - [45]
ORKN6EOBMerge lines.love - [46]
TLOAPLBJadd a license - [47]
BULPIBEGbeginnings of a module for the text editor - [48]
4SR3Z4Y3document the version of LÖVE I've been using - [49]
4U4VQWNYMerge lines.love - [50]
R5QXEHUIsomebody stop me - [51]
LXTTOB33extract a couple of files - [52]
2CTN2IEFMerge lines.love - [53]
JOPVPUSAediting source code from within the app - [54]
U3MJNFUYMerge lines.love - [55]
VP5KC4XZMerge lines.love - [56]
K2X6G75Zstart writing some tests for drawings - [57]
KMSL74GAsupport selections in the source editor - [58]
RSZD5A7Gforgot to add json.lua - [59]
FS2ITYYHrecord a known issue - [60]
XX7G2FFJintermingle freehand line drawings with text - [61]
Y5XAFGMWMerge text.love
Change contents
- file deletion: source_edit.lua source_edit.lua
filename = love.filesystem.getSourceBaseDirectory()..'/lines.txt', -- '/' should work even on Windowsnext_save = nil,-- undohistory = {},next_history = 1,-- searchsearch_term = nil,search_text = nil,search_backup = nil, -- stuff to restore when cancelling search}return resultend -- App.initialize_state