Add FIXME for backspacing

This commit is contained in:
Florian Bruhin 2014-03-23 21:15:17 +01:00
parent cbd368d980
commit ea0ef4fb01

View File

@ -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