resolve conflicts
Dependencies
- [2]
6XLI6GURresolve conflicts - [3]
F5BO2UEVsupport one more standard love handler - [4]
57OGXVHZMerge lines.love - [5]
XSLCFVFH. - [6]
VEGH5443Merge upstream into main - [7]
DJQXH5ECMerge lines.love - [8]
AVTNUQYRbasic test-enabled framework - [9]
AJB4LFRBtry to maintain a reasonable line width - [10]
Z4KNS42Nto open a file without a terminal, drag it on! - [11]
KKMFQDR4editing source code from within the app - [12]
ZLEPKWDJfork: capture frontend for a note-taking system - [13]
ELIVOJ4Nbugfix: zoom in/out hotkeys - [14]
L7YY2MW3resolve conflicts - [*]
OTIBCAUJlove2d scaffold
Change contents
- replacement in main.lua at line 168
function App.focus(in_focus)function App.directorydropped(dir) - edit in main.lua at line 170[2.320]→[4.579:598](∅→∅),[4.579]→[4.579:598](∅→∅),[4.598]→[4.17:52](∅→∅),[4.52]→[4.634:640](∅→∅),[4.634]→[4.634:640](∅→∅)
if in_focus thenLast_focus_time = Current_timeend - replacement in main.lua at line 171
if run.focus then run.focus(in_focus) endif run.dir_drop then run.dir_drop(dir) end - replacement in main.lua at line 173
if source.focus then source.focus(in_focus) endif source.dir_drop then source.dir_drop(dir) end - edit in main.lua at line 179
function App.directorydropped(dir) - resurrect zombie in main.lua at line 179
if current_app_is_warning() then return endif Current_app == 'run' then - resolve order conflict in main.lua at line 179[4.878]
- edit in main.lua at line 179
function App.focus(in_focus) - edit in main.lua at line 181
if in_focus thenLast_focus_time = Current_timeend - replacement in main.lua at line 185
if run.dir_drop then run.dir_drop(dir) endif run.focus then run.focus(in_focus) end - replacement in main.lua at line 187
if source.dir_drop then source.dir_drop(dir) endif source.focus then source.focus(in_focus) end