Tue, 03 Oct 2017 16:21:33 +0200
Removed two forgotten TODO markers.
Preferences/ConfigurationPages/EditorAutocompletionPage.py | file | annotate | diff | comparison | revisions | |
QScintilla/Editor.py | file | annotate | diff | comparison | revisions |
--- a/Preferences/ConfigurationPages/EditorAutocompletionPage.py Mon Oct 02 14:24:58 2017 +0200 +++ b/Preferences/ConfigurationPages/EditorAutocompletionPage.py Tue Oct 03 16:21:33 2017 +0200 @@ -15,7 +15,6 @@ import Preferences -# TODO: add entry for auto-completion timeout class EditorAutocompletionPage(ConfigurationPageBase, Ui_EditorAutocompletionPage): """
--- a/QScintilla/Editor.py Mon Oct 02 14:24:58 2017 +0200 +++ b/QScintilla/Editor.py Tue Oct 03 16:21:33 2017 +0200 @@ -4532,7 +4532,6 @@ ## auto-completion hook interfaces ################################################################# - # TODO: add support for asynchroneous auto-completion lists def addCompletionListHook(self, key, func, async=False): """ Public method to set an auto-completion list provider.