Task #829

avatar

let the engine handle autocomplete

Added by Oliver Schneider 4029 days ago. Updated 3976 days ago.

Status:New Start:04/08/2013
Priority:Normal Due date:
Assigned to:avatarOliver Schneider % Done:

0%

Category:Frontend
Target version:-
Complexity:

Votes: 0

Description

currently autocomplete is a frontent-gnome feature that checks the current groupchat's nicklist.
for xmpp a proper autocomplete would also check the offline roster and the jids instead of nicknames (and contact supplied nicknames and whatnot)


Related issues

blocked by Smuxi - Feature #814 HTTP/REST/JSON Web API New 02/26/2013

History

Updated by Mirco Bauer 4026 days ago

avatar

This is a bad idea as it would need a round-trip to the engine. Or do you suggest to make them happen in the background and only update when the result was received?

Updated by Oliver Schneider 4026 days ago

avatar

no that'll be very odd, you're right, roundtrip sucks.

how about giving each chat model a list of autocomplete strings then?

even better: removing this from entry:
// return if we don't support the current ChatView
            if (!(ChatViewManager.CurrentChatView is GroupChatView) &&
                !(ChatViewManager.CurrentChatView is PersonChatView)) {
                return;
            }

and making it ask the current view (by a virtual function in chatview) for an autocompletion

Updated by Ondrej Hošek 3976 days ago

avatar

Can we consider this solved after my rewrite of the completion infrastructure?

Also available in: Atom PDF