Chatterino / chatterino2

Chat client for https://twitch.tv
MIT License
2.05k stars 449 forks source link

Tab auto-complete #57

Closed pajlada closed 6 years ago

pajlada commented 7 years ago

fourtf edit: things missing

hemirt commented 7 years ago

2425ddbd2c3069ba1f4b2f7506f71711a87a8c74 implements the actual tabbing (tab key) to auto complete. Does not implement actual values (that is emotes, names, ...) to auto-complete

pajlada commented 7 years ago

More work done in 3bf111a0914b5afc9bcacfa3d4a762be763ee88a

hemirt commented 6 years ago

currently ( 1d1f40bf441944c95c2303edc62ca8f1318b2659 ) the emote tabbing is not sorted

gempir commented 6 years ago

Tabbing doesn't seem to use the display name but rather the username. Is this a bug or intended?

Edit: Pajlada said in the future it would be nice to replace anyone who types in the username list with their display name.

pajlada commented 6 years ago

Completed in 57e0e85d777d18374b168b39d6df85417878067f

Any further advanced features for auto-complete can be made as separate issues