Added the "Open Recent" menu.

The "recentlyEditedFolders" option in the configuration file contains a list of recently opened directories.
The procedures for working with this list have also been added.
This commit is contained in:
Калинин Сергей Валерьевич
2025-10-21 15:40:22 +03:00
parent 439993091f
commit b04e62434a
8 changed files with 73 additions and 30 deletions

View File

@@ -64,6 +64,7 @@ multilineComments=true
\[UserSession\]
opened=
editedFiles=
recentlyEditedFolders=
"
proc Config::create {dir} {
set cfgFile [open [file join $dir projman.ini] "w+"]