c_support #10

Merged
svk merged 74 commits from c_support into master 2026-02-12 12:23:37 +03:00
25 changed files with 1509 additions and 349 deletions
Showing only changes of commit 3d0ae84dc2 - Show all commits

View File

@@ -132,8 +132,10 @@ namespace eval Tree {
$nbEditor select $nbItem
set txt $nbItem.frmText.t
set findString [dict get $lexers [dict get $editors $txt fileType] procFindString]
DebugPuts "Tree::PressItem: $findString\n values: $values"
regsub -all {\*} $values {\\*} values
regsub -all {PROCNAME} $findString $values str
DebugPuts "Tree::PressItem: $str"
Editor::FindFunction $txt "$str"
}
}