Mon, 03 Mar 2014 19:27:11 +0100 Detlev Offenbach Added methods to extract the line numbers of the various marker types to the editor. file | diff | annotate
Sat, 08 Feb 2014 20:09:58 +0100 Detlev Offenbach Fixed issues with reopening a project where files were delete while they were opened in an editor. 5_4_x file | diff | annotate
Sat, 08 Feb 2014 20:09:58 +0100 Detlev Offenbach Fixed issues with reopening a project where files were delete while they were opened in an editor. file | diff | annotate
Fri, 31 Jan 2014 22:11:45 +0100 T.Rzepka Interface for adding different languages to the syntax check, background service BgService file | diff | annotate
Sat, 18 Jan 2014 14:49:00 +0100 Detlev Offenbach Fix for an issue with the latest pyflakes changes. file | diff | annotate
Wed, 15 Jan 2014 19:16:06 +0100 Detlev Offenbach Renamed Utilities.py3flakes to Utilities.pyflakes to prepare the upgrade to the latest pyflakes version (supporting both Python variants). file | diff | annotate
Wed, 15 Jan 2014 19:05:51 +0100 Detlev Offenbach Extended the Python2 syntax checker to be able to do online syntax checks of the current editor's text. file | diff | annotate
Wed, 15 Jan 2014 18:59:03 +0100 Detlev Offenbach Made the pyflakes messages translatable even when sent by the Python2 checker. file | diff | annotate
Tue, 14 Jan 2014 19:51:24 +0100 Detlev Offenbach Added a FIXME to the editor. file | diff | annotate
Sun, 12 Jan 2014 18:31:15 +0100 Detlev Offenbach Removed all code setting the Qt.WA_DeleteOnClose widget attribute. file | diff | annotate
Sat, 11 Jan 2014 11:55:33 +0100 Detlev Offenbach Changed the code to use QObject.tr() instead of QObject.trUtf8(). file | diff | annotate
Sun, 05 Jan 2014 23:22:17 +0100 T.Rzepka Merge with default branch. Py2 comp. file | diff | annotate
Sun, 05 Jan 2014 22:45:29 +0100 T.Rzepka Update pyflakes to 0.7.3 BgService file | diff | annotate
Sat, 04 Jan 2014 22:12:42 +0100 T.Rzepka Interface to add user-defined services, e.g. in plugins. Auto syntax check working. Little cleanup. BgService file | diff | annotate
Sat, 04 Jan 2014 16:23:47 +0100 Detlev Offenbach Implemented a workaround for a non-working implementation of inputMethodEvent() in QScintilla 2.8.x. It simply overwrites these methods with empty ones in order to not loose selected text on focus out. file | diff | annotate
Wed, 01 Jan 2014 14:40:41 +0100 Detlev Offenbach Updated copyright for 2014. 5_3_x file | diff | annotate
Wed, 01 Jan 2014 14:39:32 +0100 Detlev Offenbach Updated copyright for 2014. Py2 comp. file | diff | annotate
Wed, 01 Jan 2014 14:38:45 +0100 Detlev Offenbach Updated copyright for 2014. file | diff | annotate
Mon, 23 Dec 2013 17:52:15 +0100 Detlev Offenbach Added a 'Tools' submenu to be populated by plug-ins and updated the plug-in document. file | diff | annotate
Thu, 19 Dec 2013 15:07:01 +0100 Detlev Offenbach Fixed an issue setting syntax style in a 'save as' operation. 5_3_x file | diff | annotate
Thu, 19 Dec 2013 15:05:40 +0100 Detlev Offenbach Fixed an issue setting syntax style in a 'save as' operation. file | diff | annotate
Wed, 18 Dec 2013 08:46:27 +0100 Detlev Offenbach Fixed an issue in the editor related to resetting a syntax error marker. file | diff | annotate
Sat, 14 Dec 2013 23:44:25 +0100 T.Rzepka # __IGNORE_WARNING__ added/ removed. Py2 comp. file | diff | annotate
Fri, 13 Dec 2013 23:39:14 +0100 T.Rzepka Merge with default branch. Py2 comp. file | diff | annotate
Wed, 20 Nov 2013 19:50:35 +0100 Detlev Offenbach Added icons to the editor context menu 'New View' entries and gave them better titles. file | diff | annotate
Sun, 17 Nov 2013 15:07:56 +0100 Detlev Offenbach Fixed a bug preventing overriding the editor foreground and background colors, when a lexer was set to None. file | diff | annotate
Sun, 17 Nov 2013 15:06:51 +0100 Detlev Offenbach Fixed a bug preventing overriding the editor foreground and background colors, when a lexer was set to None. 5_3_x file | diff | annotate
Sat, 16 Nov 2013 18:37:27 +0100 Detlev Offenbach Changed the handling of the monospace font usage in the editor, mini editor and shell. file | diff | annotate
Sat, 16 Nov 2013 10:06:28 +0100 T.Rzepka Merge with default branch. Py2 comp. file | diff | annotate
Sat, 09 Nov 2013 17:46:01 +0100 Detlev Offenbach Added support for find indicators to the editor (QScintilla >= 2.8). file | diff | annotate
Fri, 08 Nov 2013 19:22:12 +0100 Detlev Offenbach Implemented support for the new QScintilla feature to always highlight the caret line. file | diff | annotate
Tue, 05 Nov 2013 22:23:38 +0100 T.Rzepka Fixed a bunch of indentation issues. Py2 comp. file | diff | annotate
Wed, 06 Nov 2013 19:23:06 +0100 Detlev Offenbach Extended the editor warning messages handling and refactored the names of warning handling methods to reflect their more general use. file | diff | annotate
Sun, 03 Nov 2013 15:58:22 +0100 T.Rzepka Merge with default branch after fixed indentation issues and lates changes. Py2 comp. file | diff | annotate
Sat, 02 Nov 2013 11:55:46 +0100 Detlev Offenbach A little fix to the editor context menu handling. file | diff | annotate
Fri, 01 Nov 2013 15:48:48 +0100 T.Rzepka Merge with default branch after fixed indentation issues. Py2 comp. file | diff | annotate
Fri, 18 Oct 2013 23:00:41 +0200 T.Rzepka Merge with default branch after shorten the code lines to max. 79 characters. Py2 comp. file | diff | annotate
Tue, 15 Oct 2013 22:03:54 +0200 T.Rzepka Merge with default branch before style changes. Py2 comp. file | diff | annotate
Sat, 19 Oct 2013 17:42:18 +0200 Detlev Offenbach Fixed a bunch of indentation issues. file | diff | annotate
Sat, 19 Oct 2013 13:03:39 +0200 Detlev Offenbach Fixed various coding style issues. file | diff | annotate
Fri, 18 Oct 2013 18:42:10 +0200 Detlev Offenbach Fixed a bunch of visible indentation issues. file | diff | annotate
Mon, 14 Oct 2013 19:30:36 +0200 Detlev Offenbach Fixed a bunch of visible indentation issues. file | diff | annotate
Sun, 13 Oct 2013 12:21:37 +0200 Detlev Offenbach Continued to shorten the code lines to max. 79 characters. file | diff | annotate
Tue, 08 Oct 2013 19:46:25 +0200 Detlev Offenbach A little enhancement to the editors line joining function. file | diff | annotate
Tue, 01 Oct 2013 18:42:42 +0200 Detlev Offenbach Continued changing the names of the various code style checkers to make them more appropriate to the broadened scope. file | diff | annotate
Sun, 29 Sep 2013 19:34:03 +0200 Detlev Offenbach Fixed an issue in the editor. 5_3_x file | diff | annotate
Sun, 29 Sep 2013 18:22:08 +0200 Detlev Offenbach Continued correcting doc strings by using the new doc string checker. file | diff | annotate
Sun, 29 Sep 2013 12:04:35 +0200 Detlev Offenbach Corrected an issue in the editor. file | diff | annotate
Sat, 28 Sep 2013 20:12:12 +0200 Detlev Offenbach Fixed an issue in the editor showing warning messages via the margin. file | diff | annotate
Thu, 19 Sep 2013 19:23:08 +0200 Detlev Offenbach Fixed an issue not switching the programming language, when the file is saved with a changed eflags line. file | diff | annotate
Wed, 11 Sep 2013 19:17:57 +0200 Detlev Offenbach Added capability to have different warning styles to the editor. file | diff | annotate
Tue, 10 Sep 2013 19:45:37 +0200 Detlev Offenbach Changed editor code to allow multiple syntax error messages per line and changed PEP-8 dialog to show E901 errors as error instead of warning. file | diff | annotate
Tue, 10 Sep 2013 18:50:19 +0200 Detlev Offenbach Optimized the Python type detection of the editor to improve Python3 detection. 5_3_x file | diff | annotate
Tue, 10 Sep 2013 18:50:19 +0200 Detlev Offenbach Optimized the Python type detection of the editor to improve Python3 detection. file | diff | annotate
Mon, 08 Jul 2013 22:36:10 +0200 T.Rzepka Merge with default branch. Py2 comp. file | diff | annotate
Wed, 03 Jul 2013 19:34:42 +0200 Detlev Offenbach Added support to show the current class/method name in the combo boxes at the top of the editor. file | diff | annotate
Tue, 28 May 2013 20:52:12 +0200 T.Rzepka Merge with default branch. Py2 comp. file | diff | annotate
Sun, 19 May 2013 15:39:12 +0200 Detlev Offenbach Added support for virtual space to the Editor and Mini Editor. file | diff | annotate
Sat, 04 May 2013 12:53:48 +0200 Detlev Offenbach Extended the Python variant detection in the editor by compiling the source. file | diff | annotate
Wed, 01 May 2013 14:47:38 +0200 Detlev Offenbach Changed the line numbers margin to adjust themselves to the size needed (Editor, Mini Editor, Shell). file | diff | annotate
(0) -100 -60 tip

eric ide

mercurial