Thu, 10 Jan 2019 14:18:48 +0100 Detlev Offenbach Updated copyright for 2019. file | diff | annotate
Thu, 12 Jul 2018 19:26:03 +0200 Detlev Offenbach Debugger: changed code to prevent the right side bar or toolbox to be shown when the debugger has exited or was restarted via the shell. file | diff | annotate
Sun, 08 Jul 2018 18:55:21 +0200 Detlev Offenbach File-Browser, Shell: changed code so file-browser and shell are always a standalone windows. file | diff | annotate
Thu, 28 Jun 2018 20:17:18 +0200 Detlev Offenbach Debugger: fixed some more cases, where the debugger is not supported or configured. file | diff | annotate
Sun, 17 Jun 2018 16:56:10 +0200 Detlev Offenbach Continued to remove all explicit references to Python interpreters and replace them by references to virtual environments. file | diff | annotate
Fri, 13 Apr 2018 19:12:37 +0200 Detlev Offenbach DebugUI: added the definition of the executeMake signal. make_support file | diff | annotate
Fri, 13 Apr 2018 18:57:56 +0200 Detlev Offenbach DebugUI, UserInterface: added a signal emitted to execute 'make' and connect it to a slot make_support file | diff | annotate
Sun, 31 Dec 2017 16:52:09 +0100 Detlev Offenbach Updated copyright for 2018. file | diff | annotate
Sat, 23 Dec 2017 16:42:21 +0100 Detlev Offenbach Fixed a visibility issue related to the debug viewer when halting at a break point or single stepping. file | diff | annotate
Tue, 10 Oct 2017 19:05:00 +0200 Detlev Offenbach Added the capability to enter an interpreter in the Start... dialogs of the debugger. file | diff | annotate
Sat, 25 Mar 2017 17:38:02 +0100 Detlev Offenbach Updated translations. file | diff | annotate
Thu, 23 Mar 2017 20:30:49 +0100 T.Rzepka move the instruction pointer within the current function (Hotkey: F12) debugger fine grinding file | diff | annotate
Thu, 09 Mar 2017 17:36:12 +0100 Detlev Offenbach Continued fixing code style issues detected by the extended style checker. file | diff | annotate
Tue, 07 Mar 2017 18:46:09 +0100 Detlev Offenbach Added capability to place line flags (e.g. __IGNORE...) on the line following the one to be ignored. file | diff | annotate
Sat, 31 Dec 2016 13:34:21 +0100 Detlev Offenbach Updated copyright for 2017. file | diff | annotate
Mon, 12 Dec 2016 18:56:42 +0100 Detlev Offenbach Improved the histories handling of the debugger UI. file | diff | annotate
Sun, 11 Dec 2016 18:43:05 +0100 Detlev Offenbach Added some TODOs to improve history handling of the debugger. file | diff | annotate
Sun, 04 Sep 2016 13:51:33 +0200 Detlev Offenbach Merged the modernized debugger interface from jsonrpc branch into the default branch. file | diff | annotate
Sun, 04 Sep 2016 13:46:43 +0200 Detlev Offenbach Worked on the last TODOs for the modernized debugger protocol. jsonrpc file | diff | annotate
Sat, 03 Sep 2016 19:00:12 +0200 Detlev Offenbach Improved the handling of debug client exits. jsonrpc file | diff | annotate
Fri, 02 Sep 2016 19:08:02 +0200 Detlev Offenbach Fixed two little issues related to wrong parameter types. jsonrpc file | diff | annotate
Fri, 02 Sep 2016 19:08:02 +0200 Detlev Offenbach Fixed two little issues related to wrong parameter types. 6_1_x file | diff | annotate
Fri, 02 Sep 2016 19:08:02 +0200 Detlev Offenbach Fixed two little issues related to wrong parameter types. file | diff | annotate
Thu, 01 Sep 2016 19:00:46 +0200 Detlev Offenbach Continued modernizing the debugger interface. jsonrpc file | diff | annotate
Thu, 01 Sep 2016 18:28:27 +0200 Detlev Offenbach Fixed a bug in the debug UI causing a stacktrace. 6_1_x file | diff | annotate
Thu, 01 Sep 2016 18:28:27 +0200 Detlev Offenbach Fixed a bug in the debug UI causing a stacktrace. 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
Thu, 18 Aug 2016 17:02:21 +0200 Detlev Offenbach Finished cleaning up some code related to the Project class and data structures. file | diff | annotate
Sat, 02 Jan 2016 16:28:16 +0100 T.Rzepka Don't steal focus if nothing to show. file | diff | annotate
Fri, 01 Jan 2016 12:12:12 +0100 Detlev Offenbach Updated copyright for 2016. file | diff | annotate
Sun, 16 Aug 2015 15:34:40 +0200 Detlev Offenbach Corrected some code style issues and regenerated the source docu. file | diff | annotate
Sun, 16 Aug 2015 14:58:15 +0200 Detlev Offenbach Updated translations (and corrected some typos). file | diff | annotate
Sun, 16 Aug 2015 13:47:44 +0200 Detlev Offenbach Implemented a signal handler for the Python debug clients. file | diff | annotate
Wed, 01 Jul 2015 19:34:51 +0200 Detlev Offenbach Removed support for project type 'E4Plugin' because eric4 and eric5 are out of service. file | diff | annotate
Fri, 15 May 2015 18:38:52 +0200 Detlev Offenbach Fixed an issue in the Debug UI. file | diff | annotate
Sun, 29 Mar 2015 22:33:37 +0200 T.Rzepka Fix for last fix: Reenable debugger interface if caught an exception. file | diff | annotate
Sat, 28 Mar 2015 21:34:40 +0100 T.Rzepka Fixed some exceptions when pressing a debugger related hotkey, e.g. F9. file | diff | annotate
Thu, 01 Jan 2015 13:11:59 +0100 Detlev Offenbach Updated copyright for 2015. file | diff | annotate
Fri, 19 Dec 2014 13:15:39 +0100 Detlev Offenbach Added capability to show exceptions in the shell window. file | diff | annotate
Sat, 05 Jul 2014 19:27:57 +0200 Detlev Offenbach Introduced a new project type for eric6 plug-ins. file | diff | annotate
Sat, 05 Jul 2014 12:13:23 +0200 Detlev Offenbach Finished renaming eric5 for PyQt5 to eric6. file | diff | annotate
Sun, 29 Jun 2014 20:13:56 +0200 Detlev Offenbach Started porting eric5 to PyQt5. file | diff | annotate
Sun, 18 May 2014 14:13:09 +0200 Detlev Offenbach Corrected a bunch of source docu issues. file | diff | annotate
Thu, 03 Apr 2014 23:05:31 +0200 T.Rzepka Merge with default branch. Py2 comp. file | diff | annotate
Sun, 30 Mar 2014 22:00:14 +0200 T.Rzepka Merge with BgService. Py2 comp. file | diff | annotate
Sat, 29 Mar 2014 20:12:47 +0100 Detlev Offenbach Improved the way the Python variant of a source file is detected (thanks to Tobias Rzepka). file | diff | annotate
Thu, 27 Mar 2014 21:27:08 +0100 T.Rzepka Updated behavior of the Python version detection. BgService file | diff | annotate
Sat, 08 Mar 2014 20:09:41 +0100 Detlev Offenbach Changed signal/slot usage to not use constructs like 'triggered[()].connect(...)' anymore. 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
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
Thu, 26 Dec 2013 18:35:47 +0100 Detlev Offenbach Fixed a bug in Project.getMainScript. file | diff | annotate
Sat, 14 Dec 2013 23:44:25 +0100 T.Rzepka # __IGNORE_WARNING__ added/ removed. Py2 comp. 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
Sat, 19 Oct 2013 11:49:31 +0200 Detlev Offenbach Fixed various coding style issues. file | diff | annotate
Mon, 14 Oct 2013 20:08:19 +0200 Detlev Offenbach Fixed a bunch of visible indentation issues. file | diff | annotate
(0) -100 -60 tip

eric ide

mercurial