Skip to content
This repository has been archived by the owner on Dec 16, 2022. It is now read-only.

Improved TAB completion on client #544

Closed
wants to merge 5 commits into from
Closed

Improved TAB completion on client #544

wants to merge 5 commits into from

Commits on Nov 20, 2015

  1. Configuration menu
    Copy the full SHA
    6263bdb View commit details
    Browse the repository at this point in the history
  2. Improve tab completion with fuzzy matching

    Nickname completion is now handled through fuse.js.
    When the completed nickname is being typed at the start of the text
    input, a colon is added after it by the completer.
    In all the other cases, just a space is added.
    doppioandante committed Nov 20, 2015
    Configuration menu
    Copy the full SHA
    08b3e24 View commit details
    Browse the repository at this point in the history
  3. tabcomplete: trigger match function only on TAB

    Completion on channels with huge nicklist become slow if generation is
    done at every keystroke.
    Fix works only if hints are disabled.
    doppioandante committed Nov 20, 2015
    Configuration menu
    Copy the full SHA
    92f30ec View commit details
    Browse the repository at this point in the history
  4. prioritize active users in nick completion

    stop iterating early
    doppioandante committed Nov 20, 2015
    Configuration menu
    Copy the full SHA
    62180c9 View commit details
    Browse the repository at this point in the history

Commits on Nov 23, 2015

  1. Configuration menu
    Copy the full SHA
    5a58a7b View commit details
    Browse the repository at this point in the history