standardize between run and source some more
[?]
Jul 11, 2023, 12:16 AM
G75ITNUVC3XW7CLMVWEBTWGOPP4MTSKDPJWJ3LKINVDMZD66GLUQCDependencies
- [2]
SBR7ARVHsimplify saving settings - [3]
JMUD7T3Oget rid of ugly side-effects in tests - [4]
ZJOSQFN6bugfix: path munging on Windows - [5]
EJOZAD7Ntypo - [6]
OMLASW7Kexperiment at avoiding some merge conflicts - [7]
SW7BSBMJseveral bugfixes in saving/loading cursor position - [8]
NFI42KGXmore correct absolute path detection - [9]
EMG7SDLWbugfix: cold start - [10]
KKMFQDR4editing source code from within the app - [11]
CQYKYJJUremember window positions across restart/ctrl+e
Change contents
- edit in source.lua at line 182
print('initializing source position')if Settings == nil then Settings = {} endif Settings.source == nil then Settings.source = {} endSettings.source.x, Settings.source.y, Settings.source.displayindex = App.screen.position() - edit in source.lua at line 272
if Settings == nil then Settings = {} endif Settings.source == nil then Settings.source = {} end - replacement in run.lua at line 153[3.182517]→[3.15:59](∅→∅),[3.485]→[3.182750:182756](∅→∅),[3.793]→[3.182750:182756](∅→∅),[3.182750]→[3.182750:182756](∅→∅)
if Settings == nil thenSettings = {}endif Settings == nil then Settings = {} end