diff --git a/CHANGELOG b/CHANGELOG index aefc51e..1417658 100644 --- a/CHANGELOG +++ b/CHANGELOG @@ -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. + diff --git a/lib/baloon.tcl b/lib/baloon.tcl index 3aa79a5..d54c522 100644 --- a/lib/baloon.tcl +++ b/lib/baloon.tcl @@ -79,3 +79,4 @@ proc raise_balloon {widget text} { } ;# proc raise_balloon + diff --git a/lib/editor.tcl b/lib/editor.tcl index 21c6f1b..1a6704f 100644 --- a/lib/editor.tcl +++ b/lib/editor.tcl @@ -972,3 +972,4 @@ proc ReadFileStructure {mod line lineNumber tree node} { GetOp + diff --git a/lib/main.tcl b/lib/main.tcl index 9571e30..40bb1d9 100644 --- a/lib/main.tcl +++ b/lib/main.tcl @@ -425,3 +425,4 @@ if {[info exists workingProject]} { + diff --git a/lib/toolbar.tcl b/lib/toolbar.tcl index 00659f5..9b5bd3e 100644 --- a/lib/toolbar.tcl +++ b/lib/toolbar.tcl @@ -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 "+ToolBarGoToLineNumber $w" balloon $w.entGoTo set [::msgcat::mc "Goto line"] } @@ -77,3 +77,4 @@ proc GoToLineButton {w} { + diff --git a/projman.spec b/projman.spec index c22916e..a2cf21d 100644 --- a/projman.spec +++ b/projman.spec @@ -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/ +