You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
- Should implement #4: Make tab auto-complete go to the shortest matching name first.
- Auto-complete now doesn't use MatchClosest(), this means we lose "@" auto-completion! May come back soon.
- Using the ALT+PGUP, ALT+PGDN, ALT+HOME, ALT+END, and ALT+INS/ALT+N
keys now uses the normal listview highlighting ability (instead of .Ghosted)
- Using internal commands with free-form arguments such as /ban, /w, etc are now not processed by the command system:
this means that lines starting like that will not be split with ";", etc.
(the list of commands can be customized with Config.ServerCommandList)
I think this is more intuitive than the current behavior of using the channel list order.
If "Bob" and "BobsUncle" are both in the channel, and you press tab after typing "bo", it should go to "Bob" first, then "BobsUncle".
The text was updated successfully, but these errors were encountered: