Sun, 09 Jan 2011 16:15:38 +0100 Detlev Offenbach Fixed an issue in Project.py calculating the right regexp for the project path. changeset | files
Sun, 09 Jan 2011 18:16:46 +0100 Detlev Offenbach Added a checker for PEP 8 compliance. changeset | files
Sun, 09 Jan 2011 14:25:16 +0100 Detlev Offenbach Little optimisation in the syntax and indentation checker dialogs. changeset | files
Sat, 08 Jan 2011 20:39:23 +0100 Detlev Offenbach Fixed a few smaller issues and some source code formatting issues. changeset | files
Sat, 08 Jan 2011 20:37:14 +0100 Detlev Offenbach Removed forgotten TODO marker. changeset | files
Fri, 07 Jan 2011 16:41:49 +0100 Detlev Offenbach Fixed an issue, where the selection of the current file in the project viewer jumped to the wrong entry, when the file was saved. changeset | files
Sun, 09 Jan 2011 16:26:22 +0100 Detlev Offenbach Fixed an issue in Project.py calculating the right regexp for the project path. 5_0_x changeset | files
Fri, 07 Jan 2011 15:52:50 +0100 Detlev Offenbach Fixed a few PEP 8 related issues. changeset | files
Fri, 07 Jan 2011 12:38:39 +0100 Detlev Offenbach Merged "Save to Project" into "Save" and "Save As...". changeset | files
Fri, 07 Jan 2011 12:08:01 +0100 Detlev Offenbach Fixed an issue in the toolbar manager where adding a toolbar a second time caused actions to be listed multiple times. changeset | files
Fri, 07 Jan 2011 11:53:06 +0100 Detlev Offenbach Fixed an issue in the toolbar manager where adding a toolbar a second time caused actions to be listed multiple times. 5_0_x changeset | files
Fri, 07 Jan 2011 10:02:23 +0100 Detlev Offenbach Added the forgotten "setCurrentWidget" slot to the debug viewer. 5_0_x changeset | files
Fri, 07 Jan 2011 10:01:24 +0100 Detlev Offenbach Added the forgotten "setCurrentWidget" slot to the debug viewer. changeset | files
Thu, 06 Jan 2011 19:47:21 +0100 Detlev Offenbach Fixed an issue in the sidebar widget causing splitter size not being saved when moved. 5_0_x changeset | files
Thu, 06 Jan 2011 19:46:18 +0100 Detlev Offenbach Fixed an issue in the sidebar widget causing splitter size not being saved when moved. changeset | files
Thu, 06 Jan 2011 19:45:21 +0100 Detlev Offenbach Fixed an issue in the sidebar widget causing splitter size not being saved when moved. changeset | files
Thu, 06 Jan 2011 19:28:48 +0100 Detlev Offenbach Fixed a wrong default value in the preferences. changeset | files
Thu, 06 Jan 2011 19:06:51 +0100 Detlev Offenbach Made the toolbars of the initial layout more minimalistic. changeset | files
Thu, 06 Jan 2011 18:59:49 +0100 Detlev Offenbach Fixed an issue in the new code where two names overlapped each other. changeset | files
Thu, 06 Jan 2011 12:12:34 +0100 Detlev Offenbach Created tag <snapshot-20110106>. changeset | files
Thu, 06 Jan 2011 12:11:54 +0100 Detlev Offenbach Preparing new snapshot release. snapshot-20110106 changeset | files
Wed, 05 Jan 2011 17:15:09 +0100 Detlev Offenbach Fixed an issue where selecting a Pygments Python lexer disabled auto completion. changeset | files
Wed, 05 Jan 2011 16:13:10 +0100 Detlev Offenbach Fixed an issue with the editor not activating the correct typing completer in some situations. changeset | files
Wed, 05 Jan 2011 16:22:18 +0100 Detlev Offenbach Merged remote changes. 5_0_x changeset | files
Wed, 05 Jan 2011 16:21:11 +0100 Detlev Offenbach Fixed an issue with the editor not activating the correct typing completer in some situations. 5_0_x changeset | files
Wed, 05 Jan 2011 15:46:19 +0100 Detlev Offenbach Updated Pygments to version 1.4.0. changeset | files
Tue, 04 Jan 2011 18:44:51 +0100 Detlev Offenbach Added file type markers to all Python 2 debugger backend files. 5_0_x changeset | files
Tue, 04 Jan 2011 18:18:38 +0100 Detlev Offenbach Added ignore markers to DebugClientBase to supress syntax warnings. 5_0_x changeset | files
Tue, 04 Jan 2011 17:37:48 +0100 Detlev Offenbach Added a tabnanny checker function for Python 2 files. changeset | files
Mon, 03 Jan 2011 17:45:11 +0100 Detlev Offenbach Fixed an issue in the syntax checker dialog (it didn't pick up Python2 files in some situations). changeset | files
Mon, 03 Jan 2011 17:41:20 +0100 Detlev Offenbach Removed some pyflakes warnings in the Python2 debugger backend. changeset | files
Mon, 03 Jan 2011 17:10:45 +0100 Detlev Offenbach Added a pyflakes checker function for Python 2 files and made some additional Python 2 related changes. changeset | files
Sun, 02 Jan 2011 12:01:37 +0100 Detlev Offenbach Fixed small typo in a source docu string. changeset | files
Sun, 02 Jan 2011 10:28:00 +0100 Detlev Offenbach Created tag <release-5.0.5>. 5_0_x changeset | files
Sun, 02 Jan 2011 10:27:16 +0100 Detlev Offenbach Preparing new release. 5_0_x release-5.0.5 changeset | files
Sat, 01 Jan 2011 19:25:31 +0100 Detlev Offenbach Fixed an issue with Qt installations that don't support SSL. changeset | files
Sat, 01 Jan 2011 19:24:20 +0100 Detlev Offenbach Fixed an issue with Qt installations that don't support SSL and suppressed some py3flakes warnings. 5_0_x changeset | files
Sat, 01 Jan 2011 18:20:21 +0100 Detlev Offenbach Corrected the install script to not compile the UtilitiesPython2 package. changeset | files
Sat, 01 Jan 2011 18:04:43 +0100 Detlev Offenbach Added a syntax checker function for Python 2 files. changeset | files
Sat, 01 Jan 2011 14:55:41 +0100 Detlev Offenbach Fixed an issue in the modified syntax checker. changeset | files
Fri, 31 Dec 2010 17:55:36 +0100 Detlev Offenbach Changed the syntac checker dialog and the tabnanny dialog to use the new eflag: marker. changeset | files
Fri, 31 Dec 2010 15:50:33 +0100 Detlev Offenbach Updated copyright notice. 5_0_x changeset | files
Fri, 31 Dec 2010 15:49:50 +0100 Detlev Offenbach Updated copyright notice. changeset | files
Fri, 31 Dec 2010 15:46:14 +0100 Detlev Offenbach Marked the Python2 debugger client files with the new eflag: marker. changeset | files
Fri, 31 Dec 2010 15:45:32 +0100 Detlev Offenbach Fixed an issue introduced by the latest change. changeset | files
Fri, 31 Dec 2010 15:19:02 +0100 Detlev Offenbach Added a feature where flags can be given at the end of a source file. The only flag supported is 'FileType' to overwrite the filetype detection mechanism. changeset | files
Mon, 27 Dec 2010 19:49:48 +0100 Detlev Offenbach Fixed an issue with the focus button of the Mercurial diff dialog. 5_0_x changeset | files
Mon, 27 Dec 2010 19:49:16 +0100 Detlev Offenbach Fixed an issue with the focus button of the Mercurial diff dialog. changeset | files
Mon, 27 Dec 2010 19:42:59 +0100 Detlev Offenbach Fixed a little bug in the Mercurial log browser. 5_0_x changeset | files
Mon, 27 Dec 2010 19:41:12 +0100 Detlev Offenbach Fixed a little bug in the Mercurial log browser. changeset | files
Mon, 27 Dec 2010 19:31:47 +0100 Detlev Offenbach Merged remote changes. changeset | files
Mon, 27 Dec 2010 19:30:07 +0100 Detlev Offenbach Added different window titles to the Mercurial log browser dialog. changeset | files
Mon, 27 Dec 2010 19:21:17 +0100 Detlev Offenbach Changed the Mercurial log browser to show incoming/outgoing changesets with the current log (by pressing the next button). changeset | files
Mon, 27 Dec 2010 18:37:00 +0100 Detlev Offenbach Fixed an issue where long incoming patchsets were not shown completely. 5_0_x changeset | files
Mon, 27 Dec 2010 18:35:46 +0100 Detlev Offenbach Fixed an issue where long incoming patchsets were not shown completely. changeset | files
Mon, 27 Dec 2010 17:22:29 +0100 Detlev Offenbach Fixed an issue in the editor, where changed settings weren't recognized. 5_0_x changeset | files
Mon, 27 Dec 2010 17:21:59 +0100 Detlev Offenbach Fixed an issue in the editor, where changed settings weren't recognized. changeset | files
Mon, 27 Dec 2010 15:31:58 +0100 Detlev Offenbach Fixed missing parent class initialisation. changeset | files
Mon, 27 Dec 2010 15:31:37 +0100 Detlev Offenbach Fixed a bug causing the spell checking to not function anymore. changeset | files
Mon, 27 Dec 2010 15:30:30 +0100 Detlev Offenbach Fixed a bug causing the spell checking to not function anymore. 5_0_x changeset | files
(0) -300 -100 -60 +60 +100 +300 +1000 +3000 +10000 tip

eric ide

mercurial