bugfix in source editor
[?]
Aug 31, 2023, 5:30 AM
O5TGYJZQ2NDBC53BP2NDEKKKCIBSJYEIQVJRK6CQFHBPHB6GGHWACDependencies
Change contents
- replacement in source_file.lua at line 4
local infile = App.open_for_reading(filename)local infile = App.open_for_reading(App.save_dir..filename)if not infile theninfile = App.open_for_reading(App.source_dir..filename)end - replacement in source_file.lua at line 16
-- the source editor supports only files in the save dir, not even subdirectories-- the source editor supports only files in the save dir backed by the source dir - edit in source_file.lua at line 19
if not infile theninfile = App.open_for_reading(App.source_dir..State.filename)end