diff -r 9a6ce5faed7a -r f23f3d2b7516 APIs/Python3/eric6.api --- a/APIs/Python3/eric6.api Tue Oct 03 16:21:33 2017 +0200 +++ b/APIs/Python3/eric6.api Tue Oct 03 19:37:44 2017 +0200 @@ -1537,6 +1537,16 @@ eric6.E5Network.isValidAddress?4(address) eric6.E5Network.isValidIPv4Address?4(address) eric6.E5Network.isValidIPv6Address?4(address) +eric6.E5Utilities.E5Cache.E5Cache.add?4(key, item) +eric6.E5Utilities.E5Cache.E5Cache.clear?4() +eric6.E5Utilities.E5Cache.E5Cache.get?4(key) +eric6.E5Utilities.E5Cache.E5Cache.getSize?4() +eric6.E5Utilities.E5Cache.E5Cache.info?4() +eric6.E5Utilities.E5Cache.E5Cache.length?4() +eric6.E5Utilities.E5Cache.E5Cache.remove?4(key) +eric6.E5Utilities.E5Cache.E5Cache.reset?4() +eric6.E5Utilities.E5Cache.E5Cache.setSize?4(newSize) +eric6.E5Utilities.E5Cache.E5Cache?1(size=100) eric6.E5XML.Config.debuggerPropertiesFileFormatVersion?7 eric6.E5XML.Config.dictionariesListFileFormatVersion?7 eric6.E5XML.Config.highlightingStylesFileFormatVersion?7 @@ -7248,7 +7258,7 @@ eric6.QScintilla.Editor.Editor.WarningStyle?7 eric6.QScintilla.Editor.Editor.addCallTipHook?4(key, func) eric6.QScintilla.Editor.Editor.addClone?4(editor) -eric6.QScintilla.Editor.Editor.addCompletionListHook?4(key, func) +eric6.QScintilla.Editor.Editor.addCompletionListHook?4(key, func, async=False) eric6.QScintilla.Editor.Editor.addedToProject?4() eric6.QScintilla.Editor.Editor.autoComplete?4(auto=False, context=True) eric6.QScintilla.Editor.Editor.autoCompleteQScintilla?4() @@ -7283,6 +7293,7 @@ eric6.QScintilla.Editor.Editor.commentLine?4() eric6.QScintilla.Editor.Editor.commentLineOrSelection?4() eric6.QScintilla.Editor.Editor.commentSelection?4() +eric6.QScintilla.Editor.Editor.completionsListReady?4(completions, acText) eric6.QScintilla.Editor.Editor.contextMenuEvent?4(evt) eric6.QScintilla.Editor.Editor.coverageMarkersShown?7 eric6.QScintilla.Editor.Editor.curLineHasBreakpoint?4()