billthefarmer / editor

Android simple text editor
https://billthefarmer.github.io/editor
GNU General Public License v3.0
474 stars 85 forks source link

Ability to individually erase recent file consultations (recent files) #203

Closed gbdomubpkm closed 1 year ago

gbdomubpkm commented 1 year ago

Currently, this can only be done globally (clear list), so files that no longer exist are still in recent files. Being able to clear items individually would be nice.

billthefarmer commented 1 year ago

The simple fix is to not include deleted files.

gbdomubpkm commented 1 year ago

Exact. In fact by default, if possible, don't include deleted, moved or renamed files I think.