Thu, 22 Feb 2024 16:26:46 +0100 |
Detlev Offenbach |
Implemented first stage of remote project support.
server
|
file |
diff |
annotate
|
Sun, 18 Feb 2024 17:46:53 +0100 |
Detlev Offenbach |
Made some fine tuning.
server
|
file |
diff |
annotate
|
Sun, 18 Feb 2024 17:31:14 +0100 |
Detlev Offenbach |
Improved the remote file system interface to work with 'eric-ide' servers with a different OS than the IDE computer and adapted the code accordingly.
server
|
file |
diff |
annotate
|
Sun, 11 Feb 2024 18:35:44 +0100 |
Detlev Offenbach |
Implemented (most) of the eric-ide server debugging functionality.
server
|
file |
diff |
annotate
|
Mon, 05 Feb 2024 18:21:03 +0100 |
Detlev Offenbach |
Simplified one line of code checking the eric-ide server connection state.
server
|
file |
diff |
annotate
|
Mon, 05 Feb 2024 11:15:47 +0100 |
Detlev Offenbach |
eric-ide Server
server
|
file |
diff |
annotate
|
Fri, 02 Feb 2024 11:29:08 +0100 |
Detlev Offenbach |
eric-ide Server
server
|
file |
diff |
annotate
|
Wed, 24 Jan 2024 18:52:50 +0100 |
Detlev Offenbach |
MicroPython
eric7
|
file |
diff |
annotate
|
Sun, 21 Jan 2024 15:38:51 +0100 |
Detlev Offenbach |
MicroPython
eric7
|
file |
diff |
annotate
|
Mon, 01 Jan 2024 15:25:48 +0100 |
Detlev Offenbach |
Editor
eric7
|
file |
diff |
annotate
|
Mon, 01 Jan 2024 12:06:56 +0100 |
Detlev Offenbach |
Viewmanager
eric7
|
file |
diff |
annotate
|
Sat, 23 Dec 2023 15:48:12 +0100 |
Detlev Offenbach |
Updated copyright for 2024.
eric7
|
file |
diff |
annotate
|
Fri, 22 Dec 2023 17:24:07 +0100 |
Detlev Offenbach |
Converted some source code documentation to the new style.
eric7
|
file |
diff |
annotate
|
Thu, 07 Dec 2023 10:40:05 +0100 |
Detlev Offenbach |
Corrected some code formatting issues.
eric7
|
file |
diff |
annotate
|
Wed, 06 Dec 2023 14:31:23 +0100 |
Detlev Offenbach |
Changed view manager code to ensure only local files are watched.
eric7
|
file |
diff |
annotate
|
Wed, 06 Dec 2023 14:23:36 +0100 |
Detlev Offenbach |
Made the code dealing with "device:" and "remote:" file names generally available in FileSystemUtilities.
eric7
|
file |
diff |
annotate
|
Tue, 05 Dec 2023 10:54:20 +0100 |
Detlev Offenbach |
Removed some forgotten TODO markers.
eric7
|
file |
diff |
annotate
|
Mon, 04 Dec 2023 19:00:59 +0100 |
Detlev Offenbach |
Changed the code determining if a refresh of the editor is needed by delegating it to a file system watcher.
eric7
|
file |
diff |
annotate
|
Mon, 04 Dec 2023 15:21:07 +0100 |
Detlev Offenbach |
Editor
eric7
|
file |
diff |
annotate
|
Sun, 03 Dec 2023 19:46:34 +0100 |
Detlev Offenbach |
Corrected some uses of dict.keys(), dict.values() and dict.items().
eric7
|
file |
diff |
annotate
|
Mon, 13 Nov 2023 17:38:06 +0100 |
Detlev Offenbach |
Editor
eric7
|
file |
diff |
annotate
|
Fri, 21 Jul 2023 11:40:38 +0200 |
Detlev Offenbach |
Fixed an issue where a None caused an exception in QLabel.setText().
eric7
|
file |
diff |
annotate
|
Thu, 25 May 2023 19:51:47 +0200 |
Detlev Offenbach |
Corrected and checked some code style issues (unused function arguments).
eric7
|
file |
diff |
annotate
|
Wed, 29 Mar 2023 11:32:06 +0200 |
Detlev Offenbach |
Fixed an issue in the new Search & Replace widget caused by maintaining a reference to an already closed editor.
eric7
|
file |
diff |
annotate
|
Tue, 28 Mar 2023 10:14:23 +0200 |
Detlev Offenbach |
Editor, Mini Editor
eric7
|
file |
diff |
annotate
|
Mon, 06 Mar 2023 16:13:42 +0100 |
Detlev Offenbach |
Added the capability to save from an editor to a connected MicroPython device.
eric7
|
file |
diff |
annotate
|
Tue, 28 Feb 2023 09:45:03 +0100 |
Detlev Offenbach |
Corrected an ages old omission in ViewManager.py (see issue 487).
eric7
|
file |
diff |
annotate
|
Wed, 22 Feb 2023 07:43:56 +0100 |
Detlev Offenbach |
Corrected some code style and formatting issues.
eric7
|
file |
diff |
annotate
|
Mon, 13 Feb 2023 17:52:26 +0100 |
Detlev Offenbach |
Modified Editor and view managers to be usable with files loaded from a connected device and (potentially) remote files.
eric7
|
file |
diff |
annotate
|
Thu, 12 Jan 2023 13:48:00 +0100 |
Detlev Offenbach |
Human Machine Interfaces
eric7
|
file |
diff |
annotate
|
Tue, 10 Jan 2023 09:19:32 +0100 |
Detlev Offenbach |
Fixed an issue caused by a still existing signal slot connection in EditorAssembly.
eric7
|
file |
diff |
annotate
|
Sat, 31 Dec 2022 16:23:21 +0100 |
Detlev Offenbach |
Updated copyright for 2023.
eric7
|
file |
diff |
annotate
|
Sun, 18 Dec 2022 19:33:46 +0100 |
Detlev Offenbach |
Refactored the Utilities and Globals modules in order to enhance the maintainability.
eric7
|
file |
diff |
annotate
|
Sat, 10 Dec 2022 17:56:44 +0100 |
Detlev Offenbach |
Fixed another issue causing a changed file with multiple views not to be saved upon shutdown.
eric7
|
file |
diff |
annotate
|
Sat, 10 Dec 2022 16:59:48 +0100 |
Detlev Offenbach |
Fixed an issue causing a file not being 'auto-saved' when it had multiple views (see issue470).
eric7
|
file |
diff |
annotate
|
Thu, 08 Dec 2022 18:09:33 +0100 |
Detlev Offenbach |
Corrected some code style issues.
eric7
|
file |
diff |
annotate
|
Tue, 06 Dec 2022 17:35:41 +0100 |
Detlev Offenbach |
Corrected some 'wrong' string quotes caused by the Black line merging.
eric7
|
file |
diff |
annotate
|
Tue, 06 Dec 2022 16:04:58 +0100 |
Detlev Offenbach |
Corrected some 'wrong' string quotes caused by the Black line merging.
eric7
|
file |
diff |
annotate
|
Sun, 27 Nov 2022 15:58:44 +0100 |
Detlev Offenbach |
Changed code to properly abort a shutdown process without destroying session relevant state (see issue456).
eric7
|
file |
diff |
annotate
|
Mon, 07 Nov 2022 17:19:58 +0100 |
Detlev Offenbach |
Corrected/acknowledged some bad import style and removed some obsolete code.
eric7
|
file |
diff |
annotate
|
Fri, 04 Nov 2022 13:52:26 +0100 |
Detlev Offenbach |
Resorted the import statements using isort.
eric7
|
file |
diff |
annotate
|
Tue, 18 Oct 2022 16:06:21 +0200 |
Detlev Offenbach |
Changed the eric7 import statements to include the package name (i.e. eric7) in order to not fiddle with sys.path.
eric7
|
file |
diff |
annotate
|
Wed, 13 Jul 2022 14:55:47 +0200 |
Detlev Offenbach |
Reformatted the source code using the 'Black' utility.
eric7
|
file |
diff |
annotate
|
Thu, 07 Jul 2022 11:23:56 +0200 |
Detlev Offenbach |
Reorganized the project structure to use the source layout in order to support up-to-date build systems with "pyproject.toml".
eric7
|
file |
diff |
annotate
| base
|