--- a/src/eric7/APIs/Python3/eric7.api Mon Nov 06 19:12:33 2023 +0100 +++ b/src/eric7/APIs/Python3/eric7.api Tue Nov 07 11:03:13 2023 +0100 @@ -404,7 +404,7 @@ eric7.DebugClients.Python.DebugClientBase.DebugClientBase.setDisassembly?4(disassembly) eric7.DebugClients.Python.DebugClientBase.DebugClientBase.skipMultiProcessDebugging?4(scriptName) eric7.DebugClients.Python.DebugClientBase.DebugClientBase.startDebugger?4(filename=None, host=None, port=None, enableTrace=True, exceptions=True, tracePython=False, redirect=True, passive=True, multiprocessSupport=False, ) -eric7.DebugClients.Python.DebugClientBase.DebugClientBase.startProgInDebugger?4(progargs, wd="", host=None, port=None, exceptions=True, tracePython=False, redirect=True, passive=True, multiprocessSupport=False, codeStr="", scriptModule="", ) +eric7.DebugClients.Python.DebugClientBase.DebugClientBase.startProgInDebugger?4(progargs, wd="", host=None, port=None, exceptions=True, tracePython=False, redirect=True, passive=True, multiprocessSupport=False, callTraceOptimization=False, codeStr="", scriptModule="", ) eric7.DebugClients.Python.DebugClientBase.DebugClientBase.writeReady?4(stream) eric7.DebugClients.Python.DebugClientBase.DebugClientBase?1() eric7.DebugClients.Python.DebugClientBase.DebugClientClose?4(fd) @@ -8429,6 +8429,7 @@ eric7.QScintilla.Editor.Editor.TemplateImageID?7 eric7.QScintilla.Editor.Editor.VcsConflictMarkerLineRegExpList?7 eric7.QScintilla.Editor.Editor.WarningCode?7 +eric7.QScintilla.Editor.Editor.WarningError?7 eric7.QScintilla.Editor.Editor.WarningInfo?7 eric7.QScintilla.Editor.Editor.WarningPython?7 eric7.QScintilla.Editor.Editor.WarningStyle?7 @@ -8460,6 +8461,8 @@ eric7.QScintilla.Editor.Editor.clearBookmarks?4() eric7.QScintilla.Editor.Editor.clearBreakpoint?4(line) eric7.QScintilla.Editor.Editor.clearChangeMarkers?4() +eric7.QScintilla.Editor.Editor.clearCodeWarnings?4() +eric7.QScintilla.Editor.Editor.clearErrorWarnings?4() eric7.QScintilla.Editor.Editor.clearFlakesWarnings?4() eric7.QScintilla.Editor.Editor.clearHighlight?4(startLine, startIndex, endLine, endIndex) eric7.QScintilla.Editor.Editor.clearInfoWarnings?4() @@ -8663,8 +8666,8 @@ eric7.QScintilla.Editor.Editor.toggleBookmark?4(line) eric7.QScintilla.Editor.Editor.toggleCommentBlock?4() eric7.QScintilla.Editor.Editor.toggleCurrentFold?4() -eric7.QScintilla.Editor.Editor.toggleSyntaxError?4(line, index, error, msg="", show=False) -eric7.QScintilla.Editor.Editor.toggleWarning?4(line, col, warning, msg="", warningType=WarningCode) +eric7.QScintilla.Editor.Editor.toggleSyntaxError?4(line, index, setError, msg="", show=False) +eric7.QScintilla.Editor.Editor.toggleWarning?4(line, col, setWarning, msg="", warningType=WarningCode) eric7.QScintilla.Editor.Editor.uncommentLine?4() eric7.QScintilla.Editor.Editor.uncommentLineOrSelection?4() eric7.QScintilla.Editor.Editor.uncommentSelection?4()