Skip to content
Snippets Groups Projects
  1. Jun 11, 2010
  2. Jun 07, 2010
  3. May 18, 2010
  4. May 14, 2010
  5. 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
  6. Apr 28, 2010
  7. Apr 26, 2010
  8. Apr 23, 2010
  9. Apr 15, 2010
  10. Apr 14, 2010
  11. Apr 13, 2010
  12. Apr 12, 2010
  13. Apr 09, 2010
  14. Apr 08, 2010
  15. Mar 31, 2010
  16. Mar 30, 2010
  17. Mar 26, 2010
  18. Mar 24, 2010
  19. Mar 18, 2010
  20. Mar 17, 2010
  21. Mar 15, 2010
  22. Mar 12, 2010
  23. 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
  24. Mar 10, 2010
  25. Mar 09, 2010
    • Erik Verbruggen's avatar
      Fixed QTCREATORBUG-745. · 417a1c9f
      Erik Verbruggen authored
      Fixed crash in FindUsages on a dirty file in a large project, which is saved
      while the FindUsages is still running.
      417a1c9f
  26. Mar 05, 2010
  27. Mar 01, 2010
  28. Feb 23, 2010
Loading