Skip to content
Snippets Groups Projects
  1. Jul 06, 2010
  2. Jul 05, 2010
    • Roberto Raggi's avatar
      Fixed function-like code completion. · 3a88dc62
      Roberto Raggi authored
      This was a regression introduced in 8e4fb678
      triggersCompletion should return `true' when the token at the left of the T_LPAREN
      is an identifier, a SIGNAL, a SLOT or T_GREATER (for template functions).
      3a88dc62
  3. Jul 02, 2010
  4. Jun 18, 2010
  5. Jun 16, 2010
  6. Jun 14, 2010
  7. Jun 04, 2010
  8. Jun 02, 2010
  9. May 28, 2010
  10. 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
  11. May 26, 2010
  12. May 19, 2010
  13. May 18, 2010
  14. May 17, 2010
  15. May 14, 2010
  16. 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
  17. May 10, 2010
  18. May 06, 2010
Loading