Allow the TabCompleter to complete channel names as well.
authorHendrik Leppkes <h.leppkes@gmail.com>
Mon, 1 Feb 2010 21:41:54 +0000 (22:41 +0100)
committerManuel Nickschas <sputnick@quassel-irc.org>
Sun, 14 Feb 2010 19:24:31 +0000 (20:24 +0100)
commitd316067d1daf6c7ea790ca9ac5e1ff947fe011ce
treed804241dfc75fc47a757a9ca8dd30ada088179fd
parentd452877910888c25d40590b5fff57eb8197ca9b0
Allow the TabCompleter to complete channel names as well.

Any Tab-Completion starting with a # will now be treated as a channel,
and completed accordingly. All channels of the current network are
added to the tab completion list, and sorted by name, with the
exception that the current channel is always considered first.
src/uisupport/tabcompleter.cpp
src/uisupport/tabcompleter.h