Add FIXME for backspacing
This commit is contained in:
parent
cbd368d980
commit
ea0ef4fb01
@ -200,6 +200,7 @@ class CompletionView(QTreeView):
|
||||
|
||||
"""
|
||||
# FIXME we should also consider the cursor position
|
||||
# FIXME when backspacing, models aren't changed correctly
|
||||
if self._ignore_next:
|
||||
# Text changed by a completion, so we don't have to complete again.
|
||||
self._ignore_next = False
|
||||
|
Loading…
Reference in New Issue
Block a user