Acode icon indicating copy to clipboard operation
Acode copied to clipboard

Enable a way to customize which file will open at acode startup.

Open sk-Prime opened this issue 4 years ago • 6 comments

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

sk-Prime avatar Oct 30 '21 02:10 sk-Prime

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.

deadlyjack avatar Sep 18 '22 00:09 deadlyjack

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!

bkmkmon avatar Mar 10 '24 07:03 bkmkmon