diff -r 7dc49eb45a06 -r eae7d1d9cc7b APIs/Python3/eric6.api --- a/APIs/Python3/eric6.api Mon Apr 08 19:15:58 2019 +0200 +++ b/APIs/Python3/eric6.api Mon Apr 08 19:16:42 2019 +0200 @@ -6928,6 +6928,7 @@ eric6.Plugins.ViewManagerPlugins.Listspace.Listspace.Listspace._syntaxErrorToggled?5(editor) eric6.Plugins.ViewManagerPlugins.Listspace.Listspace.Listspace.activeWindow?4() eric6.Plugins.ViewManagerPlugins.Listspace.Listspace.Listspace.addSplit?4() +eric6.Plugins.ViewManagerPlugins.Listspace.Listspace.Listspace.astViewerStateChanged?7 eric6.Plugins.ViewManagerPlugins.Listspace.Listspace.Listspace.bookmarkToggled?7 eric6.Plugins.ViewManagerPlugins.Listspace.Listspace.Listspace.breakpointToggled?7 eric6.Plugins.ViewManagerPlugins.Listspace.Listspace.Listspace.canCascade?4() @@ -7005,6 +7006,7 @@ eric6.Plugins.ViewManagerPlugins.Tabview.Tabview.Tabview._syntaxErrorToggled?5(editor) eric6.Plugins.ViewManagerPlugins.Tabview.Tabview.Tabview.activeWindow?4() eric6.Plugins.ViewManagerPlugins.Tabview.Tabview.Tabview.addSplit?4() +eric6.Plugins.ViewManagerPlugins.Tabview.Tabview.Tabview.astViewerStateChanged?7 eric6.Plugins.ViewManagerPlugins.Tabview.Tabview.Tabview.bookmarkToggled?7 eric6.Plugins.ViewManagerPlugins.Tabview.Tabview.Tabview.breakpointToggled?7 eric6.Plugins.ViewManagerPlugins.Tabview.Tabview.Tabview.canCascade?4() @@ -8480,9 +8482,11 @@ eric6.QScintilla.Editor.Editor.checkDirty?4() eric6.QScintilla.Editor.Editor.checkSpelling?4() eric6.QScintilla.Editor.Editor.checkSyntax?4() +eric6.QScintilla.Editor.Editor.clearAllHighlights?4() eric6.QScintilla.Editor.Editor.clearBookmarks?4() eric6.QScintilla.Editor.Editor.clearBreakpoint?4(line) eric6.QScintilla.Editor.Editor.clearFlakesWarnings?4() +eric6.QScintilla.Editor.Editor.clearHighlight?4(startLine, startIndex, endLine, endIndex) eric6.QScintilla.Editor.Editor.clearSearchIndicators?4() eric6.QScintilla.Editor.Editor.clearStyleWarnings?4() eric6.QScintilla.Editor.Editor.clearStyles?4() @@ -8599,6 +8603,8 @@ eric6.QScintilla.Editor.Editor.menuToggleBookmark?4() eric6.QScintilla.Editor.Editor.menuToggleBreakpoint?4() eric6.QScintilla.Editor.Editor.modificationStatusChanged?7 +eric6.QScintilla.Editor.Editor.mouseDoubleClick?7 +eric6.QScintilla.Editor.Editor.mouseDoubleClickEvent?4(evt) eric6.QScintilla.Editor.Editor.mousePressEvent?4(event) eric6.QScintilla.Editor.Editor.mouseReleaseEvent?4(evt) eric6.QScintilla.Editor.Editor.newBreakpointWithProperties?4(line, properties) @@ -8642,6 +8648,7 @@ eric6.QScintilla.Editor.Editor.sendSharedEdit?4() eric6.QScintilla.Editor.Editor.setAutoCompletionEnabled?4(enable) eric6.QScintilla.Editor.Editor.setAutoSpellChecking?4() +eric6.QScintilla.Editor.Editor.setHighlight?4(startLine, startIndex, endLine, endIndex) eric6.QScintilla.Editor.Editor.setLanguage?4(filename, initTextDisplay=True, propagate=True, pyname="") eric6.QScintilla.Editor.Editor.setMonospaced?4(on) eric6.QScintilla.Editor.Editor.setMouseClickHandler?4(name, modifiers, button, function) @@ -10116,6 +10123,15 @@ eric6.UI.Previewers.PreviewerHTML._StrikeThroughExtension.extendMarkdown?4(md, md_globals) eric6.UI.Previewers.PreviewerQSS.PreviewerQSS.processEditor?4(editor=None) eric6.UI.Previewers.PreviewerQSS.PreviewerQSS?1(parent=None) +eric6.UI.PythonAstViewer.PythonAstViewer.EndIndexRole?7 +eric6.UI.PythonAstViewer.PythonAstViewer.EndLineRole?7 +eric6.UI.PythonAstViewer.PythonAstViewer.StartIndexRole?7 +eric6.UI.PythonAstViewer.PythonAstViewer.StartLineRole?7 +eric6.UI.PythonAstViewer.PythonAstViewer.hide?4() +eric6.UI.PythonAstViewer.PythonAstViewer.resizeEvent?4(evt) +eric6.UI.PythonAstViewer.PythonAstViewer.show?4() +eric6.UI.PythonAstViewer.PythonAstViewer.shutdown?4() +eric6.UI.PythonAstViewer.PythonAstViewer?1(viewmanager, parent=None) eric6.UI.SearchWidget.SearchWidget.keyPressEvent?4(event) eric6.UI.SearchWidget.SearchWidget.on_closeButton_clicked?4() eric6.UI.SearchWidget.SearchWidget.on_findNextButton_clicked?4() @@ -10746,6 +10762,7 @@ eric6.ViewManager.ViewManager.ViewManager.addToExtrasMenu?4(menu) eric6.ViewManager.ViewManager.ViewManager.addToRecentList?4(fn) eric6.ViewManager.ViewManager.ViewManager.appFocusChanged?4(old, now) +eric6.ViewManager.ViewManager.ViewManager.astViewerStateChanged?7 eric6.ViewManager.ViewManager.ViewManager.bookmarkToggled?7 eric6.ViewManager.ViewManager.ViewManager.breakpointToggled?7 eric6.ViewManager.ViewManager.ViewManager.canCascade?4() @@ -10771,6 +10788,7 @@ eric6.ViewManager.ViewManager.ViewManager.editorChangedEd?7 eric6.ViewManager.ViewManager.ViewManager.editorClosed?7 eric6.ViewManager.ViewManager.ViewManager.editorClosedEd?7 +eric6.ViewManager.ViewManager.ViewManager.editorDoubleClickedEd?7 eric6.ViewManager.ViewManager.ViewManager.editorLanguageChanged?7 eric6.ViewManager.ViewManager.ViewManager.editorLineChanged?7 eric6.ViewManager.ViewManager.ViewManager.editorOpened?7