We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 6eca60a commit d576d16Copy full SHA for d576d16
1 file changed
picard/ui/widgets/scripttextedit.py
@@ -175,7 +175,6 @@ def highlightBlock(self, text):
175
class ScriptCompleter(QCompleter):
176
def __init__(self, parent=None):
177
super().__init__(self.choices, parent)
178
- self.setCompletionMode(QCompleter.CompletionMode.UnfilteredPopupCompletion)
179
self.last_selected = ''
180
self.highlighted.connect(self.set_highlighted)
181
0 commit comments