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

This commit is contained in:
svkalinin 2022-07-21 16:41:45 +03:00
parent 48a97e7026
commit 9984ec23d1

View File

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