APIs/Python3/eric6.api

changeset 6581
8eb6220f2bb7
parent 6577
232f83b6763b
child 6583
40ace3a73139
diff -r 082d58e2415e -r 8eb6220f2bb7 APIs/Python3/eric6.api
--- a/APIs/Python3/eric6.api	Sun Nov 04 12:38:32 2018 +0100
+++ b/APIs/Python3/eric6.api	Sun Nov 04 17:20:11 2018 +0100
@@ -496,7 +496,7 @@
 eric6.Debugger.DebugServer.DebugServer.utTestFailedExpected?7
 eric6.Debugger.DebugServer.DebugServer.utTestSkipped?7
 eric6.Debugger.DebugServer.DebugServer.utTestSucceededUnexpected?7
-eric6.Debugger.DebugServer.DebugServer?1(preventPassiveDebugging=False)
+eric6.Debugger.DebugServer.DebugServer?1(originalPathString, preventPassiveDebugging=False)
 eric6.Debugger.DebugServer.DebuggerInterfaces?7
 eric6.Debugger.DebugUI.DebugUI.appendStdout?7
 eric6.Debugger.DebugUI.DebugUI.clearHistories?4()
@@ -583,8 +583,8 @@
 eric6.Debugger.DebuggerInterfaceNone.DebuggerInterfaceNone.remoteWatchpointIgnore?4(cond, count)
 eric6.Debugger.DebuggerInterfaceNone.DebuggerInterfaceNone.setCallTraceEnabled?4(on)
 eric6.Debugger.DebuggerInterfaceNone.DebuggerInterfaceNone.shutdown?4()
-eric6.Debugger.DebuggerInterfaceNone.DebuggerInterfaceNone.startRemote?4(port, runInConsole, venvName)
-eric6.Debugger.DebuggerInterfaceNone.DebuggerInterfaceNone.startRemoteForProject?4(port, runInConsole, venvName)
+eric6.Debugger.DebuggerInterfaceNone.DebuggerInterfaceNone.startRemote?4(port, runInConsole, venvName, originalPathString)
+eric6.Debugger.DebuggerInterfaceNone.DebuggerInterfaceNone.startRemoteForProject?4(port, runInConsole, venvName, originalPathString)
 eric6.Debugger.DebuggerInterfaceNone.DebuggerInterfaceNone?1(debugServer, passive)
 eric6.Debugger.DebuggerInterfaceNone.createDebuggerInterfaceNone?4(debugServer, passive)
 eric6.Debugger.DebuggerInterfaceNone.getRegistryData?4()
@@ -625,8 +625,8 @@
 eric6.Debugger.DebuggerInterfacePython.DebuggerInterfacePython.remoteWatchpointIgnore?4(cond, count)
 eric6.Debugger.DebuggerInterfacePython.DebuggerInterfacePython.setCallTraceEnabled?4(on)
 eric6.Debugger.DebuggerInterfacePython.DebuggerInterfacePython.shutdown?4()
-eric6.Debugger.DebuggerInterfacePython.DebuggerInterfacePython.startRemote?4(port, runInConsole, venvName)
-eric6.Debugger.DebuggerInterfacePython.DebuggerInterfacePython.startRemoteForProject?4(port, runInConsole, venvName)
+eric6.Debugger.DebuggerInterfacePython.DebuggerInterfacePython.startRemote?4(port, runInConsole, venvName, originalPathString)
+eric6.Debugger.DebuggerInterfacePython.DebuggerInterfacePython.startRemoteForProject?4(port, runInConsole, venvName, originalPathString)
 eric6.Debugger.DebuggerInterfacePython.DebuggerInterfacePython?1(debugServer, passive, pythonVariant)
 eric6.Debugger.DebuggerInterfacePython.createDebuggerInterfacePython2?4(debugServer, passive)
 eric6.Debugger.DebuggerInterfacePython.createDebuggerInterfacePython3?4(debugServer, passive)
@@ -9185,6 +9185,8 @@
 eric6.QScintilla.Shell.Shell.clearHistory?4()
 eric6.QScintilla.Shell.Shell.closeShell?4()
 eric6.QScintilla.Shell.Shell.contextMenuEvent?4(ev)
+eric6.QScintilla.Shell.Shell.doClearRestart?4()
+eric6.QScintilla.Shell.Shell.doRestart?4()
 eric6.QScintilla.Shell.Shell.dragEnterEvent?4(event)
 eric6.QScintilla.Shell.Shell.dragLeaveEvent?4(event)
 eric6.QScintilla.Shell.Shell.dragMoveEvent?4(event)
@@ -9217,6 +9219,7 @@
 eric6.QScintilla.Shell.Shell.selectHistory?4()
 eric6.QScintilla.Shell.Shell.setDebuggerUI?4(ui)
 eric6.QScintilla.Shell.Shell.showHistory?4()
+eric6.QScintilla.Shell.Shell.virtualEnvironmentChanged?7
 eric6.QScintilla.Shell.Shell.wheelEvent?4(evt)
 eric6.QScintilla.Shell.Shell?1(dbs, vm, project, windowedVariant, parent=None)
 eric6.QScintilla.Shell.ShellAssembly.shell?4()
@@ -9238,7 +9241,7 @@
 eric6.QScintilla.ShellWindow.ShellWindow.getAPIsManager?4()
 eric6.QScintilla.ShellWindow.ShellWindow.quit?4()
 eric6.QScintilla.ShellWindow.ShellWindow.showFind?4(txt="")
-eric6.QScintilla.ShellWindow.ShellWindow?1(parent=None, name=None)
+eric6.QScintilla.ShellWindow.ShellWindow?1(originalPathString, parent=None, name=None)
 eric6.QScintilla.SortOptionsDialog.SortOptionsDialog.getData?4()
 eric6.QScintilla.SortOptionsDialog.SortOptionsDialog?1(parent=None)
 eric6.QScintilla.SpellChecker.SpellChecker._getDict?5(lang, pwl="", pel="")
@@ -9997,7 +10000,7 @@
 eric6.UI.UserInterface.UserInterface.showReplaceFilesDialog?4(txt="", searchDir="", openFiles=False)
 eric6.UI.UserInterface.UserInterface.unregisterToolbar?4(name)
 eric6.UI.UserInterface.UserInterface.versionIsNewer?4(required, snapshot=None)
-eric6.UI.UserInterface.UserInterface?1(app, locale, splash, plugin, disabledPlugins, noOpenAtStartup, noCrashOpenAtStartup, disableCrashSession, restartArguments)
+eric6.UI.UserInterface.UserInterface?1(app, locale, splash, plugin, disabledPlugins, noOpenAtStartup, noCrashOpenAtStartup, disableCrashSession, restartArguments, originalPathString)
 eric6.Utilities.AutoSaver.AutoSaver.AUTOSAVE_IN?7
 eric6.Utilities.AutoSaver.AutoSaver.MAXWAIT?7
 eric6.Utilities.AutoSaver.AutoSaver.changeOccurred?4()
@@ -12600,6 +12603,7 @@
 eric6.eric6.inMainLoop?7
 eric6.eric6.main?4()
 eric6.eric6.mainWindow?7
+eric6.eric6.originalPathString?7
 eric6.eric6.restartArgs?7
 eric6.eric6.restartArgsList?7
 eric6.eric6.splash?7
@@ -12640,6 +12644,7 @@
 eric6.eric6_re.main?4()
 eric6.eric6_shell.createMainWidget?4(argv)
 eric6.eric6_shell.main?4()
+eric6.eric6_shell.originalPathString?7
 eric6.eric6_snap.createMainWidget?4(argv)
 eric6.eric6_snap.main?4()
 eric6.eric6_sqlbrowser.createMainWidget?4(argv)

eric ide

mercurial