GoToNumber entry small change
This commit is contained in:
@@ -79,3 +79,4 @@ proc raise_balloon {widget text} {
|
||||
} ;# proc raise_balloon
|
||||
|
||||
|
||||
|
||||
|
@@ -972,3 +972,4 @@ proc ReadFileStructure {mod line lineNumber tree node} {
|
||||
GetOp
|
||||
|
||||
|
||||
|
||||
|
@@ -425,3 +425,4 @@ if {[info exists workingProject]} {
|
||||
|
||||
|
||||
|
||||
|
||||
|
@@ -68,7 +68,7 @@ proc GoToLineButton {w} {
|
||||
-bg $editor(bg) -fg $editor(fg)
|
||||
entry $w.entGoTo -width 6 -validate key -validatecommand "ValidNumber %W %P" \
|
||||
-bg $editor(bg) -fg $editor(fg)
|
||||
pack $w.text $w.entGoTo -side left -anchor nw -padx 2 -pady 2
|
||||
pack $w.text $w.entGoTo -side left -padx 2 -pady 2
|
||||
bind $w.entGoTo <Return> "+ToolBarGoToLineNumber $w"
|
||||
balloon $w.entGoTo set [::msgcat::mc "Goto line"]
|
||||
}
|
||||
@@ -77,3 +77,4 @@ proc GoToLineButton {w} {
|
||||
|
||||
|
||||
|
||||
|
||||
|
Reference in New Issue
Block a user