--- a/src/eric7/APIs/Python3/eric7.api Wed Jan 03 16:29:32 2024 +0100 +++ b/src/eric7/APIs/Python3/eric7.api Wed Jan 03 17:36:30 2024 +0100 @@ -8447,11 +8447,6 @@ eric7.QScintilla.Editor.Editor.StartEditToken?7 eric7.QScintilla.Editor.Editor.SyncToken?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 eric7.QScintilla.Editor.Editor.addCallTipHook?4(key, func) eric7.QScintilla.Editor.Editor.addClone?4(editor) eric7.QScintilla.Editor.Editor.addCompletionListHook?4(key, func, asynchroneous=False) @@ -8681,7 +8676,7 @@ eric7.QScintilla.Editor.Editor.toggleComment?4() eric7.QScintilla.Editor.Editor.toggleCurrentFold?4() 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.toggleWarning?4(line, col, setWarning, msg="", warningType=EditorWarningKind.Code, ) eric7.QScintilla.Editor.Editor.uncommentLineOrSelection?4() eric7.QScintilla.Editor.Editor.undo?4() eric7.QScintilla.Editor.Editor.undoAvailable?7 @@ -8707,6 +8702,11 @@ eric7.QScintilla.Editor.EditorIconId.MethodProtected?7 eric7.QScintilla.Editor.EditorIconId.Module?7 eric7.QScintilla.Editor.EditorIconId.TemplateImage?7 +eric7.QScintilla.Editor.EditorWarningKind.Code?7 +eric7.QScintilla.Editor.EditorWarningKind.Error?7 +eric7.QScintilla.Editor.EditorWarningKind.Info?7 +eric7.QScintilla.Editor.EditorWarningKind.Python?7 +eric7.QScintilla.Editor.EditorWarningKind.Style?7 eric7.QScintilla.Editor.ReferenceItem?7 eric7.QScintilla.Editor.ReferencesListID?7 eric7.QScintilla.Editor.TemplateCompletionListID?7