--- a/APIs/Python3/eric6.api Fri May 18 19:41:02 2018 +0200 +++ b/APIs/Python3/eric6.api Sat May 19 16:38:28 2018 +0200 @@ -8265,6 +8265,7 @@ eric6.QScintilla.Editor.Editor.close?4(alsoDelete=False) eric6.QScintilla.Editor.Editor.closeIt?4() eric6.QScintilla.Editor.Editor.codeCoverageShowAnnotations?4(silent=False) +eric6.QScintilla.Editor.Editor.collapseFoldWithChildren?4(line=-1) eric6.QScintilla.Editor.Editor.commentLine?4() eric6.QScintilla.Editor.Editor.commentLineOrSelection?4() eric6.QScintilla.Editor.Editor.commentSelection?4() @@ -8284,10 +8285,11 @@ eric6.QScintilla.Editor.Editor.editorRenamed?7 eric6.QScintilla.Editor.Editor.editorSaved?7 eric6.QScintilla.Editor.Editor.encodingChanged?7 -eric6.QScintilla.Editor.Editor.ensureVisible?4(line) -eric6.QScintilla.Editor.Editor.ensureVisibleTop?4(line) +eric6.QScintilla.Editor.Editor.ensureVisible?4(line, expand=False) +eric6.QScintilla.Editor.Editor.ensureVisibleTop?4(line, expand=False) eric6.QScintilla.Editor.Editor.eolChanged?7 eric6.QScintilla.Editor.Editor.event?4(evt) +eric6.QScintilla.Editor.Editor.expandFoldWithChildren?4(line=-1) eric6.QScintilla.Editor.Editor.exportFile?4(exporterFormat) eric6.QScintilla.Editor.Editor.extractTasks?4() eric6.QScintilla.Editor.Editor.fileRenamed?4(fn) @@ -8331,7 +8333,7 @@ eric6.QScintilla.Editor.Editor.getWordLeft?4(line, index) eric6.QScintilla.Editor.Editor.getWordRight?4(line, index) eric6.QScintilla.Editor.Editor.gotoLastEditPosition?4() -eric6.QScintilla.Editor.Editor.gotoLine?4(line, pos=1, firstVisible=False) +eric6.QScintilla.Editor.Editor.gotoLine?4(line, pos=1, firstVisible=False, expand=False) eric6.QScintilla.Editor.Editor.gotoMethodClass?4(goUp=False) eric6.QScintilla.Editor.Editor.gotoSyntaxError?4() eric6.QScintilla.Editor.Editor.handleMonospacedEnable?4() @@ -8436,6 +8438,7 @@ eric6.QScintilla.Editor.Editor.taskMarkersUpdated?7 eric6.QScintilla.Editor.Editor.toggleBookmark?4(line) eric6.QScintilla.Editor.Editor.toggleCommentBlock?4() +eric6.QScintilla.Editor.Editor.toggleCurrentFold?4() eric6.QScintilla.Editor.Editor.toggleSyntaxError?4(line, index, error, msg="", show=False) eric6.QScintilla.Editor.Editor.toggleWarning?4(line, col, warning, msg="", warningType=WarningCode) eric6.QScintilla.Editor.Editor.uncommentLine?4()