Mon, 21 Oct 2024 13:30:23 +0200 Detlev Offenbach Modified the mac App Bundle creation of the install script slightly. eric7 changeset | files
Mon, 21 Oct 2024 11:49:13 +0200 Detlev Offenbach Increased robustness of the file system watcher object. eric7 changeset | files
Mon, 21 Oct 2024 11:40:11 +0200 Detlev Offenbach Fixed an initialization issue in the toolbar manager object. eric7 changeset | files
Sun, 20 Oct 2024 18:43:11 +0200 Detlev Offenbach Changed the device and remote markers to a better readable string. eric7 changeset | files
Sun, 20 Oct 2024 15:51:03 +0200 Detlev Offenbach Corrected a little glitch in the pip interface package upgrade function. eric7 changeset | files
Sun, 20 Oct 2024 11:37:00 +0200 Detlev Offenbach Updated translations. eric7 changeset | files
Sun, 20 Oct 2024 11:33:30 +0200 Detlev Offenbach Fixed an issue where eric recommends to brake in a non text file when an exception was raised (see issue 464). eric7 changeset | files
Fri, 18 Oct 2024 19:16:14 +0200 Detlev Offenbach Regenerated the source code documentation. eric7 changeset | files
Fri, 18 Oct 2024 19:15:16 +0200 Detlev Offenbach Fixed a few code style issues. eric7 changeset | files
Fri, 18 Oct 2024 19:14:59 +0200 Detlev Offenbach Corrected an issue where the remote debugger configuration took precedence even when a script or project was loaded via an eric-ide server. eric7 changeset | files
Wed, 16 Oct 2024 17:39:40 +0200 Detlev Offenbach Merged changes done on Linux and Windows. eric7 changeset | files
Wed, 16 Oct 2024 17:38:35 +0200 Detlev Offenbach Fixed the install script logic with respect to installation of pywin32 because that package does some magic when python.exe is started. eric7 changeset | files
Wed, 16 Oct 2024 16:17:17 +0200 Detlev Offenbach Modified the error message of the last change. eric7 changeset | files
Wed, 16 Oct 2024 16:12:44 +0200 Detlev Offenbach Added a message warning the user if a passive debugging session is attempted while the IDE is not in passive mode. eric7 changeset | files
Wed, 16 Oct 2024 11:26:07 +0200 Detlev Offenbach Removed an obsolete entry from the 'Debugger General' configuration page. eric7 changeset | files
Tue, 15 Oct 2024 16:29:36 +0200 Detlev Offenbach Adjusted the dis viewer and the relevant debug client part to the changes of Python 3.13. eric7 changeset | files
Tue, 15 Oct 2024 12:07:51 +0200 Detlev Offenbach Corrected an issue in the debug server related to passive debugging. eric7 changeset | files
Mon, 14 Oct 2024 16:09:04 +0200 Detlev Offenbach Fixed another issue caused by the different file name separators of Windows and Posix systems. eric7 changeset | files
Mon, 14 Oct 2024 16:07:54 +0200 Detlev Offenbach Enhanced and fixed the 'eric-ide' server file writing routine to allow for the specification of a newline indicator. eric7 changeset | files
Sun, 13 Oct 2024 18:16:36 +0200 Detlev Offenbach Changed the virtual environments list to show eric-ide server environments with underlined italic font. eric7 changeset | files
Sun, 13 Oct 2024 18:15:58 +0200 Detlev Offenbach Changed the device and remote markers because the current ones collided with Windows path name patterns. eric7 changeset | files
Sun, 13 Oct 2024 17:43:11 +0200 Detlev Offenbach Fixed some more 'eric-ide' related issues. eric7 changeset | files
Sun, 13 Oct 2024 17:27:55 +0200 Detlev Offenbach Corrected some more 'eric-ide' server related issues. eric7 changeset | files
Sun, 13 Oct 2024 12:03:05 +0200 Detlev Offenbach Fixed an issue in the virtalenv manager caused by a defined virtual environment for an eric-ide server. eric7 changeset | files
Sat, 12 Oct 2024 17:50:15 +0200 Detlev Offenbach Fixed some place in the Jedi interface related to eric-ide server editors and projects. eric7 changeset | files
Sat, 12 Oct 2024 16:41:06 +0200 Detlev Offenbach Modified the session file to not include the eric-ide server connection when creating a project session as these are stored on the remote side. eric7 changeset | files
Sat, 12 Oct 2024 13:00:39 +0200 Detlev Offenbach Removed some forgotten TODO markers. eric7 changeset | files
Fri, 11 Oct 2024 18:23:07 +0200 Detlev Offenbach Fixed a few issues related to eric-ide server handling where the file system separators are different. eric7 changeset | files
Fri, 11 Oct 2024 11:49:35 +0200 Detlev Offenbach Fixed a little issue in the Python debugger interface class. eric7 changeset | files
Thu, 10 Oct 2024 19:59:49 +0200 Detlev Offenbach Corrected some debug client socket handling in the 'eric-ide' server debug client request handler. eric7 changeset | files
Thu, 10 Oct 2024 17:21:46 +0200 Detlev Offenbach Fixed an issue in the DIS viewer again. eric7 changeset | files
Thu, 10 Oct 2024 17:16:25 +0200 Detlev Offenbach Fixed an issue in the DIS viewer. eric7 changeset | files
Wed, 09 Oct 2024 18:18:00 +0200 Detlev Offenbach eric-ide Server Interface eric7 changeset | files
Wed, 09 Oct 2024 17:50:11 +0200 Detlev Offenbach Added some more exception handlers to the 'EricServerDebuggerRequestHandler' class. eric7 changeset | files
Wed, 09 Oct 2024 17:20:35 +0200 Detlev Offenbach Fixed an issue in the MicroPython window class preventing the standalone MPy application to start. eric7 changeset | files
Wed, 09 Oct 2024 15:48:08 +0200 Detlev Offenbach Changed install scripts and pyproject.toml files to allow installation with Python 3.13. eric7 changeset | files
Tue, 08 Oct 2024 19:27:23 +0200 Detlev Offenbach Extended the session file to contain the active 'eric-ide' server connection at the time of session creation. eric7 changeset | files
Tue, 08 Oct 2024 11:44:28 +0200 Detlev Offenbach Implemented a fix for the eric-ide server not stopping the debug process upon a 'StopClient' command. eric7 changeset | files
Sun, 06 Oct 2024 12:18:51 +0200 Detlev Offenbach Added some guards for harmless error conditions. eric7 changeset | files
Sun, 06 Oct 2024 10:10:08 +0200 Detlev Offenbach Changed code to open the error log file in append mode to be able to catch multiple (follow-on) exceptions. eric7 changeset | files
Sat, 05 Oct 2024 17:54:28 +0200 Detlev Offenbach Made EricServerDebuggerRequestHandler a bit more fault tolerant. eric7 changeset | files
Sat, 05 Oct 2024 14:14:59 +0200 Detlev Offenbach eric-ide Server eric7 changeset | files
Sat, 05 Oct 2024 13:52:42 +0200 Detlev Offenbach Implemented a guard against a rare fault condition where the remote server does not send a file size even when requested. eric7 changeset | files
Sat, 05 Oct 2024 11:40:01 +0200 Detlev Offenbach Regenerated source code documentation. eric7 changeset | files
Sat, 05 Oct 2024 11:39:18 +0200 Detlev Offenbach Updated translations. eric7 changeset | files
Sat, 05 Oct 2024 11:35:07 +0200 Detlev Offenbach IDE Server eric7 changeset | files
Sat, 05 Oct 2024 10:28:34 +0200 Detlev Offenbach Extended the eric-ide server 'mkdir()' command by the mode parameter. eric7 changeset | files
Thu, 03 Oct 2024 17:06:51 +0200 Detlev Offenbach Commented a forgotten debug print() statement to quiet the eric-ide server. eric7-maintenance changeset | files
Thu, 03 Oct 2024 17:06:51 +0200 Detlev Offenbach Commented a forgotten debug print() statement to quiet the eric-ide server. eric7 changeset | files
Wed, 02 Oct 2024 09:42:27 +0200 Detlev Offenbach Fixed a forgotten diff highlighter rule initialization call in 'RefactoringPreviewDialog'. eric7 changeset | files
Tue, 01 Oct 2024 14:04:31 +0200 Detlev Offenbach Made some visual improvements to the versions reporting functionality. eric7 changeset | files
Tue, 01 Oct 2024 12:05:57 +0200 Detlev Offenbach Started the development iteration for release 24.11. eric7 changeset | files
Tue, 01 Oct 2024 11:29:33 +0200 Detlev Offenbach Created global tag <release-24.10>. eric7-maintenance changeset | files
Tue, 01 Oct 2024 11:27:52 +0200 Detlev Offenbach Merged with branch 'eric7' in order to prepare a new release. eric7-maintenance release-24.10 changeset | files
Mon, 30 Sep 2024 11:26:16 +0200 Detlev Offenbach Released updated Spanish translations. eric7 changeset | files
Mon, 30 Sep 2024 10:30:35 +0200 Jaime Seuma Updated Spanish translations branch eric7 eric7 changeset | files
Sun, 29 Sep 2024 15:39:22 +0200 Detlev Offenbach Refactored the EricXML package because it was not independent anymore. eric7 changeset | files
Sun, 29 Sep 2024 11:25:12 +0200 Alexander Barkoff Updated Russian translations. eric7 changeset | files
Sat, 28 Sep 2024 19:56:41 +0200 Detlev Offenbach Refactored the last module to allow extracting the 'EricXxx' packages into a library project. eric7 changeset | files
Sat, 28 Sep 2024 17:47:10 +0200 Detlev Offenbach Debugger eric7 changeset | files
(0) -10000 -3000 -1000 -300 -100 -60 +60 +100 tip

eric ide

mercurial