Skip to content
Snippets Groups Projects
  1. Apr 15, 2010
  2. Apr 09, 2010
  3. Apr 08, 2010
  4. Mar 11, 2010
    • Christian Kamm's avatar
      Make sure the BackwardScanner has tokenized before asking for a string. · 5a7858f5
      Christian Kamm authored
      The problem was that for
      
      Foo::Foo
      (|)
      
      when the user triggers completion at |, startOfLine() returns a token
      that's not on the current line and not yet tokenized by that instance
      of the BackwardScanner.
      
      As a fix I explicitly ask the instance to tokenize up to the given
      index.
      
      Task-number: QTCREATORBUG-673
      Reviewed-by: Roberto Raggi
      5a7858f5
  5. Mar 05, 2010
  6. Feb 22, 2010
  7. Feb 15, 2010
  8. Feb 01, 2010
  9. Jan 26, 2010
  10. Jan 20, 2010
  11. Jan 14, 2010
  12. Jan 12, 2010
  13. Jan 11, 2010
  14. Jan 07, 2010
    • Thorbjørn Lindeijer's avatar
      Use the completion case sensitivity settings also for relevance · aeaaa392
      Thorbjørn Lindeijer authored
      Avoids some annoyance for people using case-sensitive completion, when
      unrelated completions items would get higher relevance because they
      start with the typed string when matched case-insensitively.
      
      In case-insensitive mode, a case-sensitive prefix match now does get a
      higher relevance than a case-insensitive match.
      
      Reviewed-by: con
      aeaaa392
  15. Dec 11, 2009
    • Thorbjørn Lindeijer's avatar
      Be smarter about CamelCase when doing case-insensitive completion · 46e61276
      Thorbjørn Lindeijer authored
      Even when an upper case character can also match a lower case one, it
      should only be treated as a CamelCase match when the matched character
      is also upper case. This avoids some false positives.
      
      Also, the part that allows a word in a CamelCase identifier to be
      truncated should never be matched case-insensitively.
      46e61276
  16. Dec 10, 2009
  17. Dec 09, 2009
  18. Dec 08, 2009
  19. Dec 07, 2009
  20. Dec 02, 2009
  21. Dec 01, 2009
  22. Nov 20, 2009
  23. Nov 19, 2009
  24. Nov 17, 2009
  25. Nov 13, 2009
  26. Nov 10, 2009
  27. Nov 09, 2009
  28. Nov 04, 2009
  29. Nov 02, 2009
  30. Oct 21, 2009
  31. Oct 20, 2009
  32. Oct 19, 2009
  33. Oct 16, 2009
Loading