Убрал вставку закрывающихся кавычек в пустой строке. Ибо пока глючит.

master
svkalinin 2022-07-21 16:41:45 +03:00
parent 48a97e7026
commit 9984ec23d1
1 changed files with 5 additions and 5 deletions

View File

@ -378,11 +378,11 @@ namespace eval Editor {
$txt highlight $lineBegin.$posBegin $lineEnd.end
# $txt insert $lineBegin.[expr $posBegin + 1] "$symbol"
} else {
$txt insert $lineNum.[expr $posNum + 1] "$symbol"
$txt mark set insert $lineNum.[expr $posNum - 1]
# $txt see $lineNum.[expr $posNum - 1]
$txt see insert
$txt highlight $lineNum.$posNum $lineNum.end
# $txt insert $lineNum.[expr $posNum + 1] "$symbol"
# $txt mark set insert $lineNum.[expr $posNum - 1]
# # $txt see $lineNum.[expr $posNum - 1]
# $txt see insert
# $txt highlight $lineNum.$posNum $lineNum.end
}
}