Skip to content
Snippets Groups Projects
  1. May 28, 2010
  2. May 27, 2010
    • Roberto Raggi's avatar
      Speedup global completion. · 75bcf2bc
      Roberto Raggi authored
      Don't sort the global completion items when we have too many of them, instead
      populate the completion box in a way where local symbols are showed before
      global symbols.
      75bcf2bc
  3. May 26, 2010
  4. May 19, 2010
  5. May 18, 2010
  6. May 17, 2010
  7. May 14, 2010
  8. May 11, 2010
    • Thorbjørn Lindeijer's avatar
      Fixed completion settings to also apply to the QML code completion · e53b5bc9
      Thorbjørn Lindeijer authored
      
      By moving the completion settings into the TextEditor plugin, so that
      both the CppTools and the QmlJSEditor plugins can access the settings.
      
      The user-interface to edit the settings is still in the CppTools plugin,
      since we're in string freeze at the moment. It should be moved to the
      TextEditor plugin later.
      
      For now the QML completion only supports the case-sensitivity and
      partial completion options, since there is no automatic insertion of
      brackets.
      
      Task-number: QTCREATORBUG-1327
      Reviewed-by: default avatarDaniel Molkentin <daniel.molkentin@nokia.com>
      e53b5bc9
  9. May 10, 2010
  10. May 06, 2010
  11. May 05, 2010
  12. Apr 15, 2010
  13. Apr 09, 2010
  14. Apr 08, 2010
  15. 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
  16. Mar 05, 2010
  17. Feb 22, 2010
  18. Feb 15, 2010
  19. Feb 01, 2010
Loading