diff -r b5809b948010 -r 50b6867ffcd3 APIs/Python3/eric6.api --- a/APIs/Python3/eric6.api Fri Apr 21 19:39:31 2017 +0200 +++ b/APIs/Python3/eric6.api Sat Apr 22 15:37:18 2017 +0200 @@ -490,7 +490,7 @@ eric6.Debugger.DebugServer.DebugServer.utTestFailedExpected?7 eric6.Debugger.DebugServer.DebugServer.utTestSkipped?7 eric6.Debugger.DebugServer.DebugServer.utTestSucceededUnexpected?7 -eric6.Debugger.DebugServer.DebugServer?1() +eric6.Debugger.DebugServer.DebugServer?1(preventPassiveDebugging=False) eric6.Debugger.DebugServer.DebuggerInterfaces?7 eric6.Debugger.DebugUI.DebugUI.appendStdout?7 eric6.Debugger.DebugUI.DebugUI.clearHistories?4() @@ -8113,6 +8113,7 @@ eric6.QScintilla.SearchReplaceWidget.SearchReplaceWidget?1(replace, vm, parent=None, sliding=False) eric6.QScintilla.Shell.Shell.clear?4() eric6.QScintilla.Shell.Shell.clearAllHistories?4() +eric6.QScintilla.Shell.Shell.clearHistory?4() eric6.QScintilla.Shell.Shell.closeShell?4() eric6.QScintilla.Shell.Shell.contextMenuEvent?4(ev) eric6.QScintilla.Shell.Shell.dragEnterEvent?4(event) @@ -8139,9 +8140,11 @@ eric6.QScintilla.Shell.Shell.searchNext?4(txt, caseSensitive, wholeWord) eric6.QScintilla.Shell.Shell.searchPrev?4(txt, caseSensitive, wholeWord) eric6.QScintilla.Shell.Shell.searchStringFound?7 +eric6.QScintilla.Shell.Shell.selectHistory?4() eric6.QScintilla.Shell.Shell.setDebuggerUI?4(ui) +eric6.QScintilla.Shell.Shell.showHistory?4() eric6.QScintilla.Shell.Shell.wheelEvent?4(evt) -eric6.QScintilla.Shell.Shell?1(dbs, vm, parent=None) +eric6.QScintilla.Shell.Shell?1(dbs, vm, windowedVariant, parent=None) eric6.QScintilla.Shell.ShellAssembly.shell?4() eric6.QScintilla.Shell.ShellAssembly.showFind?4(txt="") eric6.QScintilla.Shell.ShellAssembly?1(dbs, vm, horizontal=True, parent=None) @@ -8153,6 +8156,11 @@ eric6.QScintilla.ShellHistoryDialog.ShellHistoryDialog.on_historyList_itemSelectionChanged?4() eric6.QScintilla.ShellHistoryDialog.ShellHistoryDialog.on_reloadButton_clicked?4() eric6.QScintilla.ShellHistoryDialog.ShellHistoryDialog?1(history, vm, shell) +eric6.QScintilla.ShellWindow.ShellWindow.activeWindow?4() +eric6.QScintilla.ShellWindow.ShellWindow.closeEvent?4(event) +eric6.QScintilla.ShellWindow.ShellWindow.getAPIsManager?4() +eric6.QScintilla.ShellWindow.ShellWindow.quit?4() +eric6.QScintilla.ShellWindow.ShellWindow?1(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="") @@ -8797,7 +8805,7 @@ eric6.UI.SearchWidget.SearchWidget.searchPrevious?7 eric6.UI.SearchWidget.SearchWidget.searchStringFound?4(found) eric6.UI.SearchWidget.SearchWidget.showFind?4(txt="") -eric6.UI.SearchWidget.SearchWidget?1(mainWindow, parent=None, spacer=True) +eric6.UI.SearchWidget.SearchWidget?1(mainWindow, parent=None, spacer=True, showLine=False) eric6.UI.SplashScreen.NoneSplashScreen.clearMessage?4() eric6.UI.SplashScreen.NoneSplashScreen.finish?4(widget) eric6.UI.SplashScreen.NoneSplashScreen.showMessage?4(msg) @@ -11159,6 +11167,8 @@ eric6.eric6_qregularexpression.main?4() eric6.eric6_re.createMainWidget?4(argv) eric6.eric6_re.main?4() +eric6.eric6_shell.createMainWidget?4(argv) +eric6.eric6_shell.main?4() eric6.eric6_snap.createMainWidget?4(argv) eric6.eric6_snap.main?4() eric6.eric6_sqlbrowser.createMainWidget?4(argv)