diff -r ddcf6fd8c316 -r 2584d0a08bf4 APIs/Python3/eric6.api --- a/APIs/Python3/eric6.api Thu Dec 01 19:22:06 2016 +0100 +++ b/APIs/Python3/eric6.api Sat Dec 03 15:05:49 2016 +0100 @@ -7267,6 +7267,7 @@ eric6.QScintilla.Editor.Editor.focusInEvent?4(event) eric6.QScintilla.Editor.Editor.focusOutEvent?4(event) eric6.QScintilla.Editor.Editor.gestureEvent?4(evt) +eric6.QScintilla.Editor.Editor.getApiLanguage?4() eric6.QScintilla.Editor.Editor.getBookmarkLines?4() eric6.QScintilla.Editor.Editor.getBookmarks?4() eric6.QScintilla.Editor.Editor.getBreakpointLines?4() @@ -7789,6 +7790,7 @@ eric6.QScintilla.Lexers.getLexer?4(language, parent=None, pyname="") eric6.QScintilla.Lexers.getOpenFileFiltersList?4(includeAll=False, asString=False, withAdditional=True) eric6.QScintilla.Lexers.getSaveFileFiltersList?4(includeAll=False, asString=False, withAdditional=True) +eric6.QScintilla.Lexers.getSupportedApiLanguages?4() eric6.QScintilla.Lexers.getSupportedLanguages?4() eric6.QScintilla.Lexers.registerLexer?4(name, displayString, filenameSample, getLexerFunc, openFilters=[], saveFilters=[], defaultAssocs=[], iconFileName="") eric6.QScintilla.Lexers.unregisterLexer?4(name)