Skip to content
Snippets Groups Projects
  1. Oct 31, 2013
    • Nikolai Kosjar's avatar
      TextEditor/CodeAssist: Limit automatic proposals only to completions · 1113097c
      Nikolai Kosjar authored
      
      ...since it does not make sense for TextEditor::QuickFix and
      TextEditor::FollowSymbol.
      
      Regarding the bug:
      - The bug was exposed by having "Active completion" set to *not*
        "Manual" in Options > Text Editor > Completion.
      - After choosing one item from the overrides list the cursor was
        positioned just right before the beginning of a function name, which
        is a valid activation sequence (see CodeAssistantPrivate::process()))
        As a consequence, a new proposal was requested.
      
      Task-number: QTCREATORBUG-10345
      Change-Id: Ib0d10192863fb33c0958a9afbf76ca8e7de772f8
      Reviewed-by: default avatarErik Verbruggen <erik.verbruggen@digia.com>
      1113097c
  2. Oct 01, 2013
  3. Sep 20, 2013
  4. Sep 18, 2013
  5. Sep 12, 2013
  6. Sep 10, 2013
  7. Sep 09, 2013
  8. Aug 23, 2013
  9. Jun 04, 2013
  10. Apr 19, 2013
  11. Apr 18, 2013
  12. Mar 20, 2013
  13. Mar 06, 2013
  14. Feb 26, 2013
  15. Jan 29, 2013
  16. Oct 05, 2012
  17. Aug 07, 2012
  18. Jul 19, 2012
  19. Jun 19, 2012
  20. Apr 13, 2012
  21. Feb 15, 2012
  22. Jan 26, 2012
  23. Nov 23, 2011
    • Christian Kamm's avatar
      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
  24. Nov 10, 2011
    • hjk's avatar
      more Id type fixes · 82f55736
      hjk authored
      
      Change-Id: I3720946ba5485696822976567d83b4d6cb1fb283
      
      x
      
      Change-Id: Iab58bc34bc56371405d132315573b484a533b77c
      Reviewed-by: default avatarhjk <qthjk@ovi.com>
      82f55736
  25. Nov 03, 2011
  26. Sep 19, 2011
  27. Jun 24, 2011
  28. Jun 22, 2011
  29. May 23, 2011
  30. May 20, 2011
  31. May 18, 2011
    • Leandro Melo's avatar
      New code assist API · bec4f024
      Leandro Melo authored
      This is a re-work of our completion engine. Primary goals are:
      
      - Allow the computation to run in a separate thread so the GUI is not locked.
      - Support a model-based approach. QStrings are still needed (filtering, etc), but
      internal structures are free to use more efficient representations.
      - Unifiy all kinds of *assist* into a more reusable and extensible framework.
      - Remove unnecessary dependencies on the text editor so we have more generic
      and easily "plugable" components (still things to be resolved).
      bec4f024
Loading