Merge text0
[?]
Mar 25, 2023, 6:50 PM
M7UODV5HDRZKAS3BKGLNU5Z5HM4KZDM4QIB2S3E6S7NAWGJY3MJACDependencies
- [2]
4NUCYNB4Merge text0 - [3]
RHARLLIQMerge text0 - [4]
Y5XAFGMWMerge text.love - [5]
JOPVPUSAediting source code from within the app - [6]
LRDM35CEapp running again - [7]
5OVKHVY6nice way to make on.* handlers more discoverable - [8]
YT5P6TO6bugfix: save previous file when dropping a new one on - [9]
XSLCFVFH. - [10]
RXNR3U5EMerge text.love - [11]
PPUUN5VZfix file_drop callback - [12]
AJB4LFRBtry to maintain a reasonable line width - [13]
RF5ALVNYallow the window to be resized - [14]
R56CKHYZMerge text.love - [15]
CE4LZV4Tdrop last couple of manual tests - [16]
JCSLDGAHbeginnings of support for multiple shapes - [17]
KKMFQDR4editing source code from within the app - [18]
UHB4GARJleft/right margin -> left/right coordinates - [19]
OTIBCAUJlove2d scaffold - [20]
TXDMRA5Jbugfix: alt-tab shouldn't emit keypress events - [21]
2CTN2IEFMerge lines.love - [22]
AVTNUQYRbasic test-enabled framework - [23]
36Z442IVback to commit 8123959e52f without code editing - [24]
APX2PY6Gstop tracking wallclock time - [25]
YJ6ASFBGyet another fork trying to integrate my live framework with everything else - [26]
NEXUNNCFextract a function
Change contents
- edit in main.lua at line 45
-- keep a few blank lines around: https://merveilles.town/@akkartik/110084833821965708 - edit in main.lua at line 51
if on.initialize then on.initialize(arg) end - resurrect zombie in main.lua at line 51
- resolve order conflict in main.lua at line 51
- edit in main.lua at line 53
if on.initialize then on.initialize(arg) end - edit in main.lua at line 121[5.54]→[2.13:13](∅→∅),[5.73]→[4.104:196](∅→∅),[5.73]→[4.104:196](∅→∅),[5.73]→[4.104:196](∅→∅),[5.6044]→[4.197:200](∅→∅),[5.6044]→[4.197:200](∅→∅)
-- keep a few blank lines around: https://merveilles.town/@akkartik/110084833821965708 - resolve order conflict in main.lua at line 121
- edit in main.lua at line 200
endendCursor_time = 0 -- ensure cursor is visible immediately after it movesreturn edit.key_release(Editor_state, key, scancode) - resolve order conflict in main.lua at line 200
- edit in main.lua at line 201
-- use this sparinglyfunction to_text(s)if Text_cache[s] == nil thenText_cache[s] = App.newText(love.graphics.getFont(), s)endreturn Text_cache[s]end-- keep a few blank lines around: https://merveilles.town/@akkartik/110084833821965708 - resolve order conflict in main.lua at line 201[4.340]