RKWard | Smart hiding of completions (#4)

Thomas Friedrichsmeier noreply at kde.org
Tue Jun 2 20:40:25 BST 2020



Thomas Friedrichsmeier created an issue: https://invent.kde.org/education/rkward/-/issues/4



Use case:
- Typing e.g. ?t.test in the R Console. You will have press enter twice: Once to end completion, another time to submit. However, there really isn't anything to complete at this point, as there is only one entry.

Suggested solution:
- Completion hint should simply be hidden, once there is nothing more to complete (exact match).
- KTextEditor::CodeCompletionModel::MatchReaction::HideListIfAutomaticInvocation is just for that, but we cannot currently use it, since we cannot fake an AutomaticInvocation.
- Thus depends on https://invent.kde.org/frameworks/ktexteditor/-/merge_requests/3

-- 
Reply to this email directly or view it on GitLab: https://invent.kde.org/education/rkward/-/issues/4
You're receiving this email because of your account on invent.kde.org.


-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://mail.kde.org/pipermail/rkward-tracker/attachments/20200602/b3508cd8/attachment.htm>


More information about the rkward-tracker mailing list