Sat, 12 Oct 2024 13:00:39 +0200
Removed some forgotten TODO markers.
src/eric7/Debugger/DebuggerInterfacePython.py | file | annotate | diff | comparison | revisions | |
src/eric7/Sessions/SessionFile.py | file | annotate | diff | comparison | revisions |
--- a/src/eric7/Debugger/DebuggerInterfacePython.py Fri Oct 11 18:23:07 2024 +0200 +++ b/src/eric7/Debugger/DebuggerInterfacePython.py Sat Oct 12 13:00:39 2024 +0200 @@ -230,7 +230,6 @@ ) ) ) and ericApp().getObject("EricServer").isServerConnected(): - # TODO change this once server environment definitions are supported startRemote = True if venvName: venvManager = ericApp().getObject("VirtualEnvManager") @@ -539,7 +538,6 @@ ) ) ) and ericApp().getObject("EricServer").isServerConnected(): - # TODO change this once server environment definitions are supported startRemote = True if venvName and venvName != self.debugServer.getProjectEnvironmentString(): venvManager = ericApp().getObject("VirtualEnvManager")
--- a/src/eric7/Sessions/SessionFile.py Fri Oct 11 18:23:07 2024 +0200 +++ b/src/eric7/Sessions/SessionFile.py Sat Oct 12 13:00:39 2024 +0200 @@ -20,7 +20,6 @@ from eric7.SystemUtilities import FileSystemUtilities -# TODO: add info about connected eric-ide server class SessionFile(QObject): """ Class representing the session JSON file.