Tue, 07 Jan 2014 09:23:24 +0100
Prepared release 5.4.0 of eric5.
UI/UserInterface.py | file | annotate | diff | comparison | revisions | |
eric5.e4p | file | annotate | diff | comparison | revisions |
--- a/UI/UserInterface.py Mon Jan 06 19:45:48 2014 +0100 +++ b/UI/UserInterface.py Tue Jan 07 09:23:24 2014 +0100 @@ -487,9 +487,8 @@ self.inCloseEevent = False # now redirect stdout and stderr - # TODO: release - reenable redirection -## sys.stdout = self.stdout -## sys.stderr = self.stderr + sys.stdout = self.stdout + sys.stderr = self.stderr # now fire up the single application server if Preferences.getUI("SingleApplicationMode"):
--- a/eric5.e4p Mon Jan 06 19:45:48 2014 +0100 +++ b/eric5.e4p Tue Jan 07 09:23:24 2014 +0100 @@ -8,10 +8,8 @@ <Hash>df7daa8781250f7664e6ecaeaf1361fa2efd39ee</Hash> <ProgLanguage mixed="1">Python3</ProgLanguage> <ProjectType>Qt4</ProjectType> - <Description>eric5 is an integrated development environment for -the Python and Ruby language. It uses the PyQt4 -bindings and the QScintilla2 editor widget.</Description> - <Version>5.4.0</Version> + <Description>eric5 is an integrated development environment for the Python and Ruby language. It uses the PyQt4 bindings and the QScintilla2 editor widget.</Description> + <Version>5.4.x</Version> <Author>Detlev Offenbach</Author> <Email>detlev@die-offenbachs.de</Email> <TranslationPattern>i18n/eric5_%language%.ts</TranslationPattern>