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
|
Wed, 30 Aug 2017 10:55:00 +0200 |
Detlev Offenbach |
Corrected some code style issues.
|
file |
diff |
annotate
|
Sat, 26 Aug 2017 19:26:07 +0200 |
Detlev Offenbach |
Unified the Python2 and Python3 debugger interfaces.
|
file |
diff |
annotate
|
Sat, 26 Aug 2017 16:49:16 +0200 |
Detlev Offenbach |
Fixed an issue sending input to the mercurial and subversion processes.
|
file |
diff |
annotate
|
Fri, 21 Apr 2017 19:39:31 +0200 |
Detlev Offenbach |
Continued implementing the standalone shell window.
|
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
|
Fri, 17 Mar 2017 19:45:49 +0100 |
Detlev Offenbach |
Removed a bunch of __IGNORE_WARNING_M131__ markers.
|
file |
diff |
annotate
|
Tue, 07 Mar 2017 18:53:18 +0100 |
Detlev Offenbach |
Started to fix 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
|
Sat, 03 Sep 2016 19:00:12 +0200 |
Detlev Offenbach |
Improved the handling of debug client exits.
jsonrpc
|
file |
diff |
annotate
|
Sat, 03 Sep 2016 18:02:37 +0200 |
Detlev Offenbach |
Ported the debugger modernization changes to the Python 2 debugger.
jsonrpc
|
file |
diff |
annotate
|
Thu, 01 Sep 2016 19:00:46 +0200 |
Detlev Offenbach |
Continued modernizing the debugger interface.
jsonrpc
|
file |
diff |
annotate
|
Sun, 17 Apr 2016 21:26:28 +0200 |
T.Rzepka |
Gracefully exit the debugger clients, without loosing last lines.
6_1_x
|
file |
diff |
annotate
|
Sun, 17 Apr 2016 21:26:28 +0200 |
T.Rzepka |
Gracefully exit the debugger clients, without loosing last lines.
|
file |
diff |
annotate
|
Fri, 01 Jan 2016 12:13:13 +0100 |
Detlev Offenbach |
Updated copyright for 2016.
6_1_x
|
file |
diff |
annotate
|
Fri, 01 Jan 2016 12:12:12 +0100 |
Detlev Offenbach |
Updated copyright for 2016.
|
file |
diff |
annotate
|
Thu, 12 Nov 2015 19:17:05 +0100 |
Detlev Offenbach |
Fixed a few style and coding issues.
|
file |
diff |
annotate
|
Sun, 08 Nov 2015 17:01:39 +0100 |
Detlev Offenbach |
Added a debugger interface registry to allow debuggers being implemented as plug-ins and removed the defunct Ruby debugger.
|
file |
diff |
annotate
|
Wed, 04 Nov 2015 13:56:56 +0100 |
Detlev Offenbach |
Removed the TODO comments for the 6.1 line of development.
6_1_x
|
file |
diff |
annotate
|
Sun, 18 Oct 2015 14:53:33 +0200 |
Detlev Offenbach |
Fixed a code style issue.
|
file |
diff |
annotate
|
Sat, 03 Oct 2015 14:37:29 +0200 |
Detlev Offenbach |
Disabled the Ruby debugger because it is not working anymore. Files are still included in case somebody wants to work on it.
|
file |
diff |
annotate
|
Wed, 30 Sep 2015 20:01:17 +0200 |
Detlev Offenbach |
Added TODO markers for eric 6.2 development.
|
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
|
Thu, 01 Jan 2015 13:11:59 +0100 |
Detlev Offenbach |
Updated copyright for 2015.
|
file |
diff |
annotate
|
Thu, 24 Jul 2014 22:34:05 +0200 |
T.Rzepka |
Debug viewer always active.
|
file |
diff |
annotate
|
Thu, 24 Jul 2014 22:34:05 +0200 |
T.Rzepka |
Debug viewer always active.
5_5_x
|
file |
diff |
annotate
|
Sun, 29 Jun 2014 20:13:56 +0200 |
Detlev Offenbach |
Started porting eric5 to PyQt5.
|
file |
diff |
annotate
|
Mon, 23 Jun 2014 22:01:39 +0200 |
T.Rzepka |
Changed output of passiv debug connection (open/ close) to logviewer.
|
file |
diff |
annotate
|
Thu, 03 Apr 2014 23:05:31 +0200 |
T.Rzepka |
Merge with default branch.
Py2 comp.
|
file |
diff |
annotate
|
Tue, 11 Mar 2014 20:07:05 +0100 |
Detlev Offenbach |
Started to change the file browser model such, that the sys.path entry is dependent on the running interpreter.
|
file |
diff |
annotate
|
Tue, 11 Mar 2014 18:56:38 +0100 |
Detlev Offenbach |
Fixed some little issues related to the Ruby debugger interface and the shell language menu.
|
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
|
Sat, 14 Dec 2013 23:44:25 +0100 |
T.Rzepka |
# __IGNORE_WARNING__ added/ removed.
Py2 comp.
|
file |
diff |
annotate
|
Tue, 05 Nov 2013 22:23:38 +0100 |
T.Rzepka |
Fixed a bunch of indentation issues.
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
|
Mon, 14 Oct 2013 19:30:36 +0200 |
Detlev Offenbach |
Fixed a bunch of visible indentation issues.
|
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
|
Sun, 06 Oct 2013 19:00:04 +0200 |
Detlev Offenbach |
Continued to shorten the code lines to max. 79 characters.
|
file |
diff |
annotate
|
Sat, 28 Sep 2013 19:06:25 +0200 |
Detlev Offenbach |
Started correcting doc strings by using the new doc string checker.
|
file |
diff |
annotate
|
Wed, 10 Apr 2013 22:33:47 +0200 |
T.Rzepka |
Search for interpreter on startup, avoid 'not found' message and switch to opposite interpreter.
Py2 comp.
|
file |
diff |
annotate
|
Mon, 25 Mar 2013 03:28:43 +0100 |
T.Rzepka |
Minimum modifications to start Eric5 with Py2.
Py2 comp.
|
file |
diff |
annotate
|
Mon, 25 Mar 2013 03:11:06 +0100 |
T.Rzepka |
Script changes: Future import added, super calls modified and unicode behavior for str.
Py2 comp.
|
file |
diff |
annotate
|
Wed, 13 Mar 2013 19:24:23 +0100 |
Detlev Offenbach |
Fixed an issue in the debug server causing the IDE to hang.
5_3_x
|
file |
diff |
annotate
|
Wed, 13 Mar 2013 19:23:22 +0100 |
Detlev Offenbach |
Fixed an issue in the debug server causing the IDE to hang.
|
file |
diff |
annotate
|
Mon, 07 Jan 2013 16:34:02 +0100 |
Detlev Offenbach |
Changed some signal handlings (disconnect).
|
file |
diff |
annotate
|
Wed, 02 Jan 2013 10:33:09 +0100 |
Detlev Offenbach |
Updated copyright for 2013.
5_2_x
|
file |
diff |
annotate
|
Wed, 02 Jan 2013 10:31:48 +0100 |
Detlev Offenbach |
Updated copyright for 2013.
|
file |
diff |
annotate
|
Sun, 04 Nov 2012 10:11:21 +0100 |
Detlev Offenbach |
Removed a TODO left over from the call trace changes.
|
file |
diff |
annotate
|
Thu, 01 Nov 2012 18:48:50 +0100 |
Detlev Offenbach |
Finished the call trace functionality.
|
file |
diff |
annotate
|
Thu, 01 Nov 2012 15:31:06 +0100 |
Detlev Offenbach |
Started implementing the call trace functionality.
|
file |
diff |
annotate
|
Mon, 26 Dec 2011 19:32:02 +0100 |
Detlev Offenbach |
Updated copyright for 2012.
5_1_x
|
file |
diff |
annotate
|