[wishlist] autocomplete friends after typing "@"
Bug #247015 reported by
Sandy Armstrong
This bug affects 23 people
Affects | Status | Importance | Assigned to | Milestone | |
---|---|---|---|---|---|
Gwibber |
Triaged
|
Wishlist
|
Unassigned |
Bug Description
After typing "@" in gwibber, I'd like to see an autocomplete option to help me enter the username of one of my friends.
I understand there may be issues with using multiple services, but I still think this would be very helpful even if it just listed all friends' usernames from all services.
A more advanced autocomplete might also indicate which service the user was from, so that the post could only be sent to that service if desired.
Changed in gwibber: | |
status: | New → Confirmed |
Changed in gwibber: | |
assignee: | nobody → Ryan Paul (segphault) |
milestone: | none → 3.0 |
status: | Confirmed → In Progress |
Changed in gwibber: | |
assignee: | Ryan Paul (segphault) → nobody |
milestone: | 3.0 → 3.2.0 |
status: | In Progress → Triaged |
Changed in gwibber: | |
milestone: | 3.2.0 → 3.2 |
To post a comment you must log in.
This is a tough problem to solve. There is really no failsafe way to get full friend lists from all of the protocols. What I can do though is have it sort of remember everyone who you have sent an @ message to and also make it add to the completion list the nicks of everybody who has a message currently visible in the window.
Obviously, it would remember the protocol for each nick and send the message only to that protocol, kind of like how the reply mode works now.
Any thoughts?