Merge lines.love
[?]
Mar 26, 2023, 12:23 AM
ASP5RVZAZS6SODXRQFKFHVW74EM7AMDDCSMRV7CROJFBKYINTGHQCDependencies
- [2]
VOU73AK6Merge lines.love - [3]
F3NPUCCMupdate stale information - [4]
K2X6G75Zstart writing some tests for drawings - [5]
U3MJNFUYMerge lines.love - [6]
OTIBCAUJlove2d scaffold - [7]
3QNOKBFMbeginnings of a test harness - [8]
TVCPXAAUrename - [9]
CE4LZV4Tdrop last couple of manual tests - [10]
JOPVPUSAediting source code from within the app - [11]
KKMFQDR4editing source code from within the app - [12]
RSZD5A7Gforgot to add json.lua - [13]
GUOQRUL7Merge lines.love - [14]
OI4FPFINsupport drawings in the source editor - [15]
KQWIMWJ5deemphasize the terminal in Readme - [16]
KMSL74GAsupport selections in the source editor - [17]
AVTNUQYRbasic test-enabled framework - [18]
FS2ITYYHrecord a known issue - [19]
ZJOSQFN6bugfix: path munging on Windows - [20]
PNBKVYZ4more cogent onboarding instructions - [21]
ORKN6EOBMerge lines.love - [22]
4SR3Z4Y3document the version of LÖVE I've been using - [23]
2L5MEZV3experiment: new edit namespace - [24]
ETXNVRPTMerge lines.love - [25]
D2GCFTTTclean up repl functionality - [26]
VP5KC4XZMerge lines.love - [27]
XX7G2FFJintermingle freehand line drawings with text - [28]
73OCE2MCafter much struggle, a brute-force undo - [29]
LDFXFRUObring a few things in sync between run and source - [30]
2TQUKHBCMerge lines.love - [31]
BLWAYPKVextract a module - [32]
66X36NZNa little more prose describing manual_tests - [33]
T4FRZSYLdelete an ancient, unused file - [34]
BJ5X5O4Alet's prevent the text cursor from ever getting on a drawing - [35]
CZRMAMSBclearer discription of how to run lines.love - [36]
VHUNJHXBMerge lines.love - [37]
P3K7UH5CMerge lines.love - [38]
VXORMHMEdelete experimental REPL - [39]
D4FEFHQCflesh out Readme - [40]
MD3W5IRAnew fork: rip out drawing support - [41]
MQTFTTEKMerge lines.love - [42]
4U4VQWNYMerge lines.love - [43]
B4JEWKWIhide editor cursor while in file navigator - [44]
TLOAPLBJadd a license - [45]
6LJZN727handle chords - [46]
LXTTOB33extract a couple of files - [47]
BULPIBEGbeginnings of a module for the text editor - [48]
Q7XPSKIIMerge lines.love - [49]
VHQCNMARseveral more modules - [50]
ZTZOO2OQMerge lines.love - [51]
IX5YTLSVstate validation in source editor as well - [52]
2CTN2IEFMerge lines.love - [53]
4YDBYBA4clean up memory leak experiments - [54]
R5QXEHUIsomebody stop me - [55]
K74U4BAUMerge lines.love - [56]
A4BSGS2CMerge lines.love - [57]
OGUV4HSAremove some memory leaks from rendered fragments - [58]
3PSFWAILMerge lines.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 - replacement in source_edit.lua at line 98
filename = love.filesystem.getUserDirectory()..'/lines.txt', -- '/' should work even on Windowsfilename = love.filesystem.getSourceBaseDirectory()..'/lines.txt', -- '/' should work even on Windows - replacement in README.md at line 24
By default, it reads/writes the file `lines.txt` in your defaultBy default, lines.love reads/writes the file `lines.txt` in a directoryBy default, it reads/writes the file `lines.txt` in a directory