Sat, 04 Jan 2014 18:39:24 +0100 |
Detlev Offenbach |
Fixed some code style issues.
|
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
|
Fri, 03 Jan 2014 13:52:58 +0100 |
Detlev Offenbach |
Fixed a serious bug in the doc style checker and made the style checker for Python2 more robust against exceptions in the external process.
|
file |
diff |
annotate
|
Thu, 02 Jan 2014 19:40:08 +0100 |
Detlev Offenbach |
Fixed a bug creating a project from a repository and implemented a bugfix method for an issue in QsciScintilla.
|
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
|
Fri, 13 Dec 2013 23:39:14 +0100 |
T.Rzepka |
Merge with default branch.
Py2 comp.
|
file |
diff |
annotate
|
Fri, 13 Dec 2013 22:45:47 +0100 |
T.Rzepka |
SVN/ PySVN plugins fixed. urllib.quote wrapper for unicode characters added. SBS diff fixed.
Py2 comp.
|
file |
diff |
annotate
|
Thu, 05 Dec 2013 19:01:12 +0100 |
Detlev Offenbach |
Implemented a workaround for a bug in recent pysvn versions.
5_3_x
|
file |
diff |
annotate
|
Thu, 05 Dec 2013 18:59:57 +0100 |
Detlev Offenbach |
Corrected and extended the screenshot tool (part 2).
|
file |
diff |
annotate
|
Thu, 05 Dec 2013 18:56:14 +0100 |
Detlev Offenbach |
Implemented a workaround for a bug in recent pysvn versions.
|
file |
diff |
annotate
|
Mon, 02 Dec 2013 19:54:31 +0100 |
Detlev Offenbach |
Extended the dialog wizards to generate code for the result variable(s).
|
file |
diff |
annotate
|
Sun, 01 Dec 2013 17:25:29 +0100 |
Detlev Offenbach |
Added support for PyQt5 to the QFileDialog wizard.
|
file |
diff |
annotate
|
Sat, 30 Nov 2013 18:01:00 +0100 |
Detlev Offenbach |
Changed some wizards to generate PEP-8 compliant code.
|
file |
diff |
annotate
|
Fri, 29 Nov 2013 18:55:25 +0100 |
Detlev Offenbach |
Another refinement of the plug-in manager update check.
|
file |
diff |
annotate
|
Wed, 27 Nov 2013 19:58:37 +0100 |
Detlev Offenbach |
Continued implementing the automatic plug-in update check in the plug-in manager.
|
file |
diff |
annotate
|
Tue, 26 Nov 2013 19:19:15 +0100 |
Detlev Offenbach |
Fixed two small issues.
|
file |
diff |
annotate
|
Sun, 24 Nov 2013 17:52:37 +0100 |
Detlev Offenbach |
Added cabaility to upgrade the working copy format to the Subversion interfaces.
|
file |
diff |
annotate
|
Sun, 24 Nov 2013 17:10:51 +0100 |
Detlev Offenbach |
Another little enhancement to the highlighter style config page to show the eol-fill status in the style list.
|
file |
diff |
annotate
|
Sun, 24 Nov 2013 15:24:24 +0100 |
Detlev Offenbach |
Made the editor highlighting styles page more colorful (i.e. show the colors and fonts in line).
|
file |
diff |
annotate
|
Thu, 21 Nov 2013 18:37:41 +0100 |
Detlev Offenbach |
Added entires to the view menu and view toolbar for opening a new documen view.
|
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
|
Wed, 20 Nov 2013 18:48:39 +0100 |
Detlev Offenbach |
Fixed a bug in the APIs configuration page of the config dialog and improved its functionality.
|
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
|
Sun, 17 Nov 2013 13:28:39 +0100 |
Detlev Offenbach |
Added a dialog to show the most recent error log.
|
file |
diff |
annotate
|
Sat, 16 Nov 2013 17:16:55 +0100 |
Detlev Offenbach |
Guarded the doc style checker against files with invalid syntax.
|
file |
diff |
annotate
|
Sat, 16 Nov 2013 10:06:28 +0100 |
T.Rzepka |
Merge with default branch.
Py2 comp.
|
file |
diff |
annotate
|
Mon, 11 Nov 2013 19:45:35 +0100 |
Detlev Offenbach |
Corrected an incomplete source docu string.
|
file |
diff |
annotate
|
Mon, 11 Nov 2013 19:43:24 +0100 |
Detlev Offenbach |
Change web browser code to show windows requested by JavaScript next to the requesting tab.
|
file |
diff |
annotate
|
Sun, 10 Nov 2013 14:40:34 +0100 |
Detlev Offenbach |
Added an extended progress dialog to make the progress bar label more descriptive.
|
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
|
Wed, 06 Nov 2013 19:50:24 +0100 |
Detlev Offenbach |
Regenerated source docu.
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
|
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 18:06:42 +0200 |
Detlev Offenbach |
Updated source docu and changed the pygments lexer definitions.
|
file |
diff |
annotate
|
Mon, 14 Oct 2013 18:26:25 +0200 |
Detlev Offenbach |
Fixed a few documentation strings that got broken while doing the line shortening job. That concludes the later.
|
file |
diff |
annotate
|
Sun, 13 Oct 2013 17:44:48 +0200 |
Detlev Offenbach |
Corrected some source docu issues and regenerated the source docu.
|
file |
diff |
annotate
|
Fri, 04 Oct 2013 17:48:17 +0200 |
Detlev Offenbach |
Finished 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 19:24:27 +0200 |
Detlev Offenbach |
Regenerated source docu.
|
file |
diff |
annotate
|
Sun, 29 Sep 2013 18:23:27 +0200 |
Detlev Offenbach |
Regenerated source docu after corrections.
|
file |
diff |
annotate
|
Sat, 28 Sep 2013 17:24:44 +0200 |
Detlev Offenbach |
Updated source docu.
|
file |
diff |
annotate
|
Fri, 27 Sep 2013 18:36:53 +0200 |
Detlev Offenbach |
Updated source docu.
|
file |
diff |
annotate
|
Mon, 23 Sep 2013 19:32:25 +0200 |
Detlev Offenbach |
Finished enhancing the docstring checker to include the eric docstring style.
|
file |
diff |
annotate
|
Thu, 19 Sep 2013 18:58:33 +0200 |
Detlev Offenbach |
Completed the PEP-257 fixes.
|
file |
diff |
annotate
|
Wed, 18 Sep 2013 19:53:54 +0200 |
Detlev Offenbach |
Started extending the PEP-8 fixer to correct PEP-257 issues as well.
|
file |
diff |
annotate
|
Mon, 16 Sep 2013 19:57:47 +0200 |
Detlev Offenbach |
Regenerated source docu.
|
file |
diff |
annotate
|
Sun, 15 Sep 2013 19:55:39 +0200 |
Detlev Offenbach |
Started implementing a checker for PEP-257 docstring conventions.
|
file |
diff |
annotate
|
Sat, 14 Sep 2013 17:11:41 +0200 |
Detlev Offenbach |
Optimized the PEP-8 naming checker (Python2 variant).
|
file |
diff |
annotate
|
Sat, 14 Sep 2013 13:29:32 +0200 |
Detlev Offenbach |
Changed some display and source docu strings in the code style checker to make them more universal because the scope goes beyond PEP-8.
|
file |
diff |
annotate
|
Sun, 08 Sep 2013 19:04:07 +0200 |
T.Rzepka |
Merge with default branch.
Py2 comp.
|
file |
diff |
annotate
|
Fri, 13 Sep 2013 18:49:26 +0200 |
Detlev Offenbach |
Optimized the PEP-8 naming checker.
|
file |
diff |
annotate
|
Wed, 11 Sep 2013 19:36:31 +0200 |
Detlev Offenbach |
Moved the pyflakes config options to the editor syntax checker page and renamed it to editor code checkers page.
|
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
|
Mon, 09 Sep 2013 19:26:51 +0200 |
Detlev Offenbach |
Regenerated source docu.
|
file |
diff |
annotate
|
Thu, 05 Sep 2013 18:31:35 +0200 |
Detlev Offenbach |
Fixed an issue in the plug-in manager causing a traceback when installing a new plug-in version of an already loaded one.
|
file |
diff |
annotate
|