summaryrefslogtreecommitdiffstats
path: root/src/querycompleter.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/querycompleter.h')
-rw-r--r--src/querycompleter.h4
1 files changed, 4 insertions, 0 deletions
diff --git a/src/querycompleter.h b/src/querycompleter.h
index 350b21c..6f658f2 100644
--- a/src/querycompleter.h
+++ b/src/querycompleter.h
@@ -124,6 +124,10 @@ private:
/// otherwise.
bool popupVisible() const;
+ /// Reopens the popup when an accepted completion leaves the caret somewhere
+ /// more can be offered, so taking "tag:" goes straight on to the tag list.
+ void continueCompletion();
+
QList<CompletionEntry> entriesFor(const CompletionContext &context) const;
void rebuildModel(const CompletionContext &context);