EionRobb / purple-mattermost

A libpurple/Pidgin plugin for Mattermost
GNU General Public License v3.0
93 stars 23 forks source link

Tab-autocomplete of nick/username after typing @ #130

Closed dakra closed 4 years ago

dakra commented 4 years ago

Subject line says all.

We have very verbose usernames in our mattermost setup and it would be nice if I could just type @+tab to get a list of all users currently in the channel (like in irc).

BTW, thanks for this nice plugin. You should think about adding a GitHub donation button :)

EionRobb commented 4 years ago

Sadly this is a Pidgin limitation that it tries to use the @ as part of the username search :( You can tab-complete without the @ though?

dakra commented 4 years ago

Ah, I didn't even try to tab-complete without the @. That's an ok workaround for me.

Thank you very much.