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

@@ -149,6 +149,7 @@ namespace eval FileOper {
# }
# .frmStatus.lblGitLogo configure -image git_logo_20x20
# .frmStatus.lblGit configure -text "[::msgcat::mc "Branch"]: [Git::Branches current]"
AddRecentEditedFolder $fullPath
return $fullPath
}