Сделал перемещение курсора в такуюже позицию в тексте при разделении окна редактора

This commit is contained in:
svkalinin 2022-09-14 16:56:15 +03:00
parent a7b6c48a42
commit f51a44b37a
2 changed files with 4 additions and 2 deletions

View File

@ -1004,7 +1004,9 @@ proc FindFunction {findString} {
$frmText.t insert end [$w.frmText.t get 0.0 end] $frmText.t insert end [$w.frmText.t get 0.0 end]
# $w.panelTxt add $w.frmText -weight 0 # $w.panelTxt add $w.frmText -weight 0
$w.panelTxt add $w.frmText2 -weight 1 $w.panelTxt add $frmText -weight 1
$frmText.t see [$w.frmText.t index insert]
} }
proc EditorWidget {fr fileType} { proc EditorWidget {fr fileType} {

View File

@ -10,7 +10,7 @@ exec wish "$0" -- "$@"
###################################################### ######################################################
# Version: 2.0.0 # Version: 2.0.0
# Release: alpha # Release: alpha
# Build: 14092022145805 # Build: 14092022165515
###################################################### ######################################################
# определим текущую версию, релиз и т.д. # определим текущую версию, релиз и т.д.