Добавлен интерфейс работы с Git

This commit is contained in:
svkalinin
2022-10-19 09:05:55 +03:00
parent e5e0ad299f
commit 400b41aa1e
7 changed files with 243 additions and 66 deletions

View File

@@ -55,7 +55,8 @@ namespace eval FileOper {
if ![info exists activeProject] {
set activeProject $fullPath
}
.frmStatus.lblGitLogo configure -image git_logo_20x20
.frmStatus.lblGit configure -text "[::msgcat::mc "Branch"]: [Git::Branches current]"
return $fullPath
}
@@ -81,6 +82,8 @@ namespace eval FileOper {
$tree delete $treeItem
}
set activeProject ""
.frmStatus.lblGitLogo configure -image pixel
.frmStatus.lblGit configure -text ""
}
proc CloseAll {} {
@@ -128,6 +131,7 @@ namespace eval FileOper {
}
}
unset modified($nbItem)
.frmStatus.lblPosition configure -text ""
}
proc Save {} {