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