--- a/eric6/E5Gui/E5Completers.py Sun Jan 17 13:53:08 2021 +0100 +++ b/eric6/E5Gui/E5Completers.py Mon Feb 01 10:38:16 2021 +0100 @@ -26,9 +26,9 @@ Constructor @param parent parent widget of the completer (QWidget) - @keyparam completionMode completion mode of the + @param completionMode completion mode of the completer (QCompleter.CompletionMode) - @keyparam showHidden flag indicating to show hidden entries as well + @param showHidden flag indicating to show hidden entries as well (boolean) """ super(E5FileCompleter, self).__init__(parent) @@ -80,9 +80,9 @@ Constructor @param parent parent widget of the completer (QWidget) - @keyparam completionMode completion mode of the + @param completionMode completion mode of the completer (QCompleter.CompletionMode) - @keyparam showHidden flag indicating to show hidden entries as well + @param showHidden flag indicating to show hidden entries as well (boolean) """ super(E5DirCompleter, self).__init__(parent) @@ -134,7 +134,7 @@ @param parent parent widget of the completer (QWidget) @param strings list of string to load into the completer (list of strings) - @keyparam completionMode completion mode of the + @param completionMode completion mode of the completer (QCompleter.CompletionMode) """ super(E5StringListCompleter, self).__init__(parent)