Add web site into Readme

This commit is contained in:
Sergey Kalinin
2018-02-13 13:53:09 +03:00
parent a64b6b0e9a
commit c8c09d2a73
8 changed files with 17 additions and 24 deletions

View File

@@ -220,7 +220,7 @@ proc FindNext {text {incr 1}} {
}
## FIND FUNCTION PROCEDURE ##
proc FindProc {text findString node} {
global noteBook
global noteBook editor
set pos "0.0"
$text see $pos
set line [lindex [split $pos "."] 0]
@@ -234,6 +234,8 @@ proc FindProc {text findString node} {
set x [expr {$x + [string length $findString]}]
$text tag remove sel 1.0 end
$text tag add sel $pos $line.$x
#$text tag configure sel -background $editor(selectbg) -foreground $editor(fg)
$text tag raise sel
focus -force $text
Position
return 1
@@ -1244,3 +1246,4 @@ GetOp

View File

@@ -396,3 +396,4 @@ focus -force $tree

View File

@@ -749,3 +749,4 @@ proc GetExtention {node} {

View File

@@ -564,3 +564,4 @@ proc GetTreeForNode {node} {
}
}