Добавил иконки для perl, tcl, обновил для ruby

This commit is contained in:
svkalinin
2022-12-08 13:12:30 +03:00
parent b3ac2fb649
commit 8b294582f3
3 changed files with 244 additions and 17 deletions

View File

@@ -450,7 +450,7 @@ namespace eval FileOper {
set selBegin [lindex [$txt tag ranges sel] 0]
set selEnd [lindex [$txt tag ranges sel] 1]
set str [$txt get $selBegin $selEnd]
puts $str
# puts $str
set res [SearchStringInFolder $str]
}
}