Add web site into Readme
This commit is contained in:
@@ -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
|
||||
|
||||
|
||||
|
||||
|
||||
|
@@ -396,3 +396,4 @@ focus -force $tree
|
||||
|
||||
|
||||
|
||||
|
||||
|
@@ -749,3 +749,4 @@ proc GetExtention {node} {
|
||||
|
||||
|
||||
|
||||
|
||||
|
@@ -564,3 +564,4 @@ proc GetTreeForNode {node} {
|
||||
}
|
||||
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user