Сделал перемещение курсора в такуюже позицию в тексте при разделении окна редактора
This commit is contained in:
parent
a7b6c48a42
commit
f51a44b37a
|
@ -1004,7 +1004,9 @@ proc FindFunction {findString} {
|
|||
$frmText.t insert end [$w.frmText.t get 0.0 end]
|
||||
|
||||
# $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} {
|
||||
|
|
|
@ -10,7 +10,7 @@ exec wish "$0" -- "$@"
|
|||
######################################################
|
||||
# Version: 2.0.0
|
||||
# Release: alpha
|
||||
# Build: 14092022145805
|
||||
# Build: 14092022165515
|
||||
######################################################
|
||||
|
||||
# определим текущую версию, релиз и т.д.
|
||||
|
|
Loading…
Reference in New Issue
Block a user