massivemadness / Squircle-CE

👨‍💻 Squircle CE is a fast and free multi-language code editor for Android
https://play.google.com/store/apps/details?id=com.blacksquircle.ui
Apache License 2.0
1.38k stars 101 forks source link

Reload file content if it was changed from outside #196

Open sergDash opened 1 year ago

sergDash commented 1 year ago

Saving the cursor position in the file and restoring it when the file is reopened.

Thanks for the great editor. A minimum of settings is good. Convenient interface.

massivemadness commented 1 year ago

Hi @sergDash, that feature is already implemented. The file content, scroll position and cursor position are stored in cache.

sergDash commented 1 year ago

Hi @massivemadness! After reopening the file, everything is reset for me.

And I also want to reload the file changed from the outside.

massivemadness commented 1 year ago

If you close a certain tab, the app will clear the file cache and this is unlikely to change in the future. As for reloading the file, that's an interesting idea and I'll probably implement it in future versions. Thanks for feedback!