Sat, 02 Jun 2018 12:44:41 +0200 Detlev Offenbach Merged with default branch to prepare 18.06 release. maintenance release-18.06 file | diff | annotate
Sat, 19 May 2018 16:38:28 +0200 Detlev Offenbach Editor: added a context menu for the "fold" margin and improved the handling of folded lines when using "go to" functions. file | diff | annotate
Tue, 01 May 2018 12:03:52 +0200 Detlev Offenbach Merged with default branch to prepare new release. maintenance release-18.05 file | diff | annotate
Sat, 14 Apr 2018 15:08:24 +0200 Detlev Offenbach Corrected some code style issues detected by the new pycodestyle version. file | diff | annotate
Tue, 03 Apr 2018 17:54:42 +0200 Detlev Offenbach Added a default 'Text Document' icon for the status bar file type field and the language selection menu. file | diff | annotate
Mon, 02 Apr 2018 14:06:55 +0200 Detlev Offenbach Project: optimized the project shutdown procedure to keep it open, if there are unsaved, non-discarded changes. file | diff | annotate
Fri, 02 Mar 2018 19:35:16 +0100 Detlev Offenbach Merged with default branch to prepare the 18.03 release. maintenance file | diff | annotate
Tue, 06 Feb 2018 19:18:43 +0100 Detlev Offenbach Continued removing the use of QObject.sender(). file | diff | annotate
Mon, 05 Feb 2018 19:59:18 +0100 Detlev Offenbach Continued removing the use of QObject.sender(). file | diff | annotate
Thu, 18 Jan 2018 18:57:40 +0100 Detlev Offenbach Fixed a signal/slot issue with the "Remove Split" action. maintenance file | diff | annotate
Thu, 18 Jan 2018 18:57:40 +0100 Detlev Offenbach Fixed a signal/slot issue with the "Remove Split" action. file | diff | annotate
Mon, 01 Jan 2018 19:24:24 +0100 Detlev Offenbach Fixed an issue where some actions were initially enabled even when they should not. maintenance file | diff | annotate
Mon, 01 Jan 2018 19:24:24 +0100 Detlev Offenbach Fixed an issue where some actions were initially enabled even when they should not. file | diff | annotate
Mon, 01 Jan 2018 19:06:33 +0100 Detlev Offenbach Extended the session to store/retrieve the split views and the order of the editors. file | diff | annotate
Sun, 31 Dec 2017 18:27:40 +0100 Detlev Offenbach Merged with default branch to prepare a new release. maintenance file | diff | annotate
Sun, 31 Dec 2017 16:52:09 +0100 Detlev Offenbach Updated copyright for 2018. file | diff | annotate
Fri, 22 Dec 2017 16:21:40 +0100 Detlev Offenbach Added an action to the view menu to clear all folds of the current editor. file | diff | annotate
Sat, 02 Dec 2017 12:40:22 +0100 Detlev Offenbach Merged with default branch to prepare a new release. maintenance release-17.12 file | diff | annotate
Fri, 03 Nov 2017 16:14:08 +0100 Detlev Offenbach Removed the keyboard shortcut for "Smart Indent" because it interfered with "Code Info". maintenance file | diff | annotate
Fri, 03 Nov 2017 16:14:08 +0100 Detlev Offenbach Removed the keyboard shortcut for "Smart Indent" because it interfered with "Code Info". file | diff | annotate
Fri, 03 Nov 2017 12:14:57 +0100 Detlev Offenbach Continued merging with default branch. maintenance file | diff | annotate
Fri, 03 Nov 2017 12:10:16 +0100 Detlev Offenbach Merged with default branch. maintenance file | diff | annotate
Wed, 18 Oct 2017 19:16:28 +0200 Detlev Offenbach Changed the rich text display of the document viewer to use a QWebEngineView or QWebView based widget. file | diff | annotate
Mon, 16 Oct 2017 20:18:04 +0200 Detlev Offenbach Added functionality to enable the code info actions only, if the currently selected provider supports the editor language. file | diff | annotate
Mon, 16 Oct 2017 19:10:53 +0200 Detlev Offenbach Added some code info actions to the editor context menu and the Edit main menu. file | diff | annotate
Sun, 15 Oct 2017 19:40:26 +0200 Detlev Offenbach Continued implementing a viewer for source code documentation extracted by providers to be implemented by plug-ins (like rope and jedi). file | diff | annotate
Sat, 14 Oct 2017 20:07:08 +0200 Detlev Offenbach Started to implement a viewer for source code documentation extracted by providers to be implemented by plug-ins (like rope and jedi). file | diff | annotate
Sat, 20 May 2017 16:13:23 +0200 Detlev Offenbach Added the capability to perform the various replace methods via keyboard shortcuts. file | diff | annotate
Fri, 05 May 2017 19:06:52 +0200 Detlev Offenbach Fixed a few source docu issues (forgotten signals and exceptions). file | diff | annotate
Sun, 09 Apr 2017 16:15:08 +0200 Detlev Offenbach Fixed an issue in the view manager base class disconnecting some signal upon shutdown. maintenance file | diff | annotate
Mon, 03 Apr 2017 18:44:16 +0200 Detlev Offenbach Corrected some translations related issues. file | diff | annotate
Tue, 07 Mar 2017 19:46:57 +0100 Detlev Offenbach Continued fixing code style issues detected by the extended style checker. file | diff | annotate
Sat, 31 Dec 2016 13:34:21 +0100 Detlev Offenbach Updated copyright for 2017. file | diff | annotate
Wed, 24 Aug 2016 20:00:29 +0200 Detlev Offenbach Added an action to clear the private data of the IDE. file | diff | annotate
Sun, 26 Jun 2016 21:29:18 +0200 T.Rzepka Suppress opening "files" in angle brackets. 6_1_x file | diff | annotate
Sun, 26 Jun 2016 21:29:18 +0200 T.Rzepka Suppress opening "files" in angle brackets. debugger speed file | diff | annotate
Sun, 03 Apr 2016 17:07:25 +0200 Detlev Offenbach Corrected some code style issues. file | diff | annotate
Sun, 03 Apr 2016 16:22:18 +0200 Detlev Offenbach Continued porting the web browser. QtWebEngine file | diff | annotate
Mon, 28 Mar 2016 13:31:23 +0200 Detlev Offenbach Changed code to get rid of multiple inheritance in the viewmanager subclasses. 6_1_x file | diff | annotate
Mon, 28 Mar 2016 13:31:23 +0200 Detlev Offenbach Changed code to get rid of multiple inheritance in the viewmanager subclasses. file | diff | annotate
Mon, 28 Mar 2016 11:51:49 +0200 Detlev Offenbach Fixed an issue causing a crash with latest PyQt5 (5.6). 6_1_x file | diff | annotate
Mon, 28 Mar 2016 11:51:49 +0200 Detlev Offenbach Fixed an issue causing a crash with latest PyQt5 (5.6). file | diff | annotate
Sat, 19 Mar 2016 17:30:05 +0100 Detlev Offenbach Fixed a little issue in the AdBlock icon. 6_1_x file | diff | annotate
Sat, 19 Mar 2016 17:30:05 +0100 Detlev Offenbach Fixed a little issue in the AdBlock icon. file | diff | annotate
Sun, 06 Mar 2016 13:42:29 +0100 Detlev Offenbach Synchronized the Complete menus of the global Edit menu and the editor context menu. file | diff | annotate
Fri, 01 Jan 2016 15:53:49 +0100 Detlev Offenbach Fixed a bug in the View Manager. file | diff | annotate
Fri, 01 Jan 2016 12:12:12 +0100 Detlev Offenbach Updated copyright for 2016. file | diff | annotate
Fri, 09 Oct 2015 19:44:43 +0200 Detlev Offenbach Removed some unused code detected by the vulture plug-in. file | diff | annotate
Fri, 28 Aug 2015 16:38:57 +0200 Detlev Offenbach Added capability to save a copy of the editor contents. file | diff | annotate
Fri, 26 Jun 2015 19:21:16 +0200 Detlev Offenbach Extended the viewmanager interface to allow to open a new editor next to the current one. file | diff | annotate
Sat, 28 Mar 2015 11:49:02 +0100 Detlev Offenbach Improved the 'import' change to move the cursor to the next occurence for each double-click on an import item in the project source browser and the file browser. file | diff | annotate
Wed, 04 Mar 2015 19:56:11 +0100 Detlev Offenbach Changed the default keyboard shortcut to show calltips to "Meta+Alt+Space" because the original one (Alt+Space) doesn't work on Windows. 6_0_x file | diff | annotate
Wed, 04 Mar 2015 19:51:50 +0100 Detlev Offenbach Merged remote changes. file | diff | annotate
Wed, 04 Mar 2015 19:18:14 +0100 Detlev Offenbach Fixed a typo. file | diff | annotate
Wed, 04 Mar 2015 19:16:41 +0100 Detlev Offenbach Changed the default keyboard shortcut to show calltips to "Meta+Alt+Space" because the original one (Alt+Space) doesn't work on Windows. file | diff | annotate
Tue, 03 Mar 2015 19:53:50 +0100 Detlev Offenbach Corrected some auto-completion related terms. file | diff | annotate
Fri, 27 Feb 2015 19:43:04 +0100 Detlev Offenbach Improved the handling of the various auto-completion actions. file | diff | annotate
Sun, 25 Jan 2015 18:45:59 +0100 Detlev Offenbach Added an icon for the 'select all' action. file | diff | annotate
Thu, 01 Jan 2015 18:35:50 +0100 Detlev Offenbach Added three new signals to the viewmanager. file | diff | annotate
Thu, 01 Jan 2015 13:11:59 +0100 Detlev Offenbach Updated copyright for 2015. file | diff | annotate
(0) -100 -60 tip

eric ide

mercurial