GoToNumber entry small change

0.4.6
Sergey Kalinin 2018-03-02 15:49:51 +03:00
parent ea76af25d6
commit 77ba144afd
6 changed files with 12 additions and 3 deletions

View File

@ -6,6 +6,9 @@
##########################################################
0.4.5
02.03.2018
- GoToNumber entry replace
24.02.2018
- Fixed Add to project procedure
- Fixed hot key Cntrl+S saved prosedure when saved opened file from File Browser
@ -402,3 +405,4 @@ characters to the right of the insertion cursor.

View File

@ -79,3 +79,4 @@ proc raise_balloon {widget text} {
} ;# proc raise_balloon

View File

@ -972,3 +972,4 @@ proc ReadFileStructure {mod line lineNumber tree node} {
GetOp

View File

@ -425,3 +425,4 @@ if {[info exists workingProject]} {

View File

@ -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} {

View File

@ -1,6 +1,6 @@
Name: projman
Version: 0.4.5
Release: 1
Release: rh1
Summary: Tcl/Tk Project Manager
License: GPL
Group: Development/Tcl
@ -21,7 +21,7 @@ This programm is Integrated Development Environment for Tcl/Tk language programm
%build
%install
mkdir -p $RPM_BUILD_ROOT{%_bindir,%_datadir/%name/img,%_datadir/%name/msgs,%_datadir/%name/highlight}
mkdir -p $RPM_BUILD_ROOT{%_bindir,%_datadir/%name/{img,msgs,/lib/highlight}}
install -p -m755 projman.tcl $RPM_BUILD_ROOT%_bindir/%name
install -p -m644 *.tcl $RPM_BUILD_ROOT%_datadir/%name/
@ -105,3 +105,4 @@ install -p -m644 msgs/*.* $RPM_BUILD_ROOT%_datadir/%name/msgs/