source: support only relative paths within the app
[?]
Sep 19, 2022, 7:08 AM
C7OO4H3S55LNRQO6NVE3D6MC4F7QA75UCX7MZ5KIRL2WPT7ADLFQCDependencies
- [2]
NFI42KGXmore correct absolute path detection - [3]
JMUD7T3Oget rid of ugly side-effects in tests - [4]
OI4FPFINsupport drawings in the source editor - [5]
MKPXANB5bugfix: mouse clicks on file navigator above log browser side - [6]
KKMFQDR4editing source code from within the app - [7]
ZJOSQFN6bugfix: path munging on Windows
Change contents
- edit in source.lua at line 262
endlocal filename = Editor_state.filenameif is_relative_path(filename) thenfilename = love.filesystem.getWorkingDirectory()..'/'..filename -- '/' should work even on Windows - edit in source.lua at line 264
print(Editor_state.filename) - replacement in source.lua at line 269
filename=filename,filename=Editor_state.filename,