Enable a way to customize which file will open at acode startup.
Currently, Acode open last modified file at startup. In data/com.foxdebug.acode there is a cache folder where contain some info about it. My proposal is please add a config/json file at that folder which will contain all opened file path. So editing this file can change which file will opened at startup of acode.
why
In this way other app can modify it to open any file in acode. Example: from other app it is possible to execute com.foxdebug.acode.MainActivity, It will open acode. So from other if we can modify that config file before opening acode then acode will open desired file at startup.
Thanks
Thanks for the suggestion. But if you add any file content uri in that json, it won't work due to lack of read/write permission of the file. It must be open from Acode.
It opens not last modified, but the last one on the active files list as of 1.10.0 (941). Please make it open last MODIFIED file. Thanks!