Skip to content
Snippets Groups Projects
  • Christian Kamm's avatar
    7bafb8ad
    Completion: Fix completion not triggering sometimes. · 7bafb8ad
    Christian Kamm authored
    
    The problem was that an automatically triggered 'idle' completion result
    could come in while we were waiting for actual 'triggered' completion
    and then the real completion result would be discarded.
    
    To avoid that:
    * Only accept proposals from the currently running completion.
    * Increase the idle completion timeout to 400ms so it doesn't get
      triggered during regular typing.
    
    Change-Id: Ibb2fa8907a2b67a94e092dfdc5a48fb50be06b65
    Reviewed-by: default avatarLeandro Melo <leandro.melo@nokia.com>
    7bafb8ad
    History
    Completion: Fix completion not triggering sometimes.
    Christian Kamm authored
    
    The problem was that an automatically triggered 'idle' completion result
    could come in while we were waiting for actual 'triggered' completion
    and then the real completion result would be discarded.
    
    To avoid that:
    * Only accept proposals from the currently running completion.
    * Increase the idle completion timeout to 400ms so it doesn't get
      triggered during regular typing.
    
    Change-Id: Ibb2fa8907a2b67a94e092dfdc5a48fb50be06b65
    Reviewed-by: default avatarLeandro Melo <leandro.melo@nokia.com>