diff --git a/lib/editor.tcl b/lib/editor.tcl index 3144311..59af511 100644 --- a/lib/editor.tcl +++ b/lib/editor.tcl @@ -683,6 +683,9 @@ namespace eval Editor { grave { QuotSelection $txt {`} } + underscore { + QuotSelection $txt {_} + } parenleft { # QuotSelection $txt {)} } diff --git a/projman.tcl b/projman.tcl index b9c4ab0..94bcd5e 100755 --- a/projman.tcl +++ b/projman.tcl @@ -10,7 +10,7 @@ exec wish "$0" -- "$@" ###################################################### # Version: 2.0.0 # Release: alpha -# Build: 25112022123908 +# Build: 25112022125026 ###################################################### # определим текущую версию, релиз и т.д.