Skip to content
Snippets Groups Projects
  1. Aug 13, 2010
  2. Jul 15, 2010
  3. 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
  4. Mar 05, 2010
  5. Dec 09, 2009
  6. Dec 08, 2009
  7. Aug 14, 2009
  8. Jun 16, 2009
    • con's avatar
      Cherry-pick: Update license headers and sales contact details. · 2919c210
      con authored
      Reviewed-by: Trust Me
      
      Conflicts:
      
      	src/libs/cplusplus/CppBindings.cpp
      	src/libs/cplusplus/CppBindings.h
      	src/libs/cplusplus/FastPreprocessor.cpp
      	src/libs/cplusplus/FastPreprocessor.h
      	src/plugins/cpptools/cppcurrentdocumentfilter.cpp
      	src/plugins/cpptools/cppcurrentdocumentfilter.h
      	src/plugins/cpptools/cppsemanticsearch.cpp
      	src/plugins/cpptools/cppsemanticsearch.h
      	src/plugins/duieditor/parser/qmljs.g
      	src/plugins/duieditor/parser/qmljsast.cpp
      	src/plugins/duieditor/parser/qmljsast_p.h
      	src/plugins/duieditor/parser/qmljsastfwd_p.h
      	src/plugins/duieditor/parser/qmljsastvisitor.cpp
      	src/plugins/duieditor/parser/qmljsastvisitor_p.h
      	src/plugins/duieditor/parser/qmljsengine_p.cpp
      	src/plugins/duieditor/parser/qmljsengine_p.h
      	src/plugins/duieditor/parser/qmljsgrammar.cpp
      	src/plugins/duieditor/parser/qmljsgrammar_p.h
      	src/plugins/duieditor/parser/qmljslexer.cpp
      	src/plugins/duieditor/parser/qmljslexer_p.h
      	src/plugins/duieditor/parser/qmljsmemorypool_p.h
      	src/plugins/duieditor/parser/qmljsnodepool_p.h
      	src/plugins/duieditor/parser/qmljsparser.cpp
      	src/plugins/duieditor/parser/qmljsparser_p.h
      	src/plugins/duieditor/parser/qmljsprettypretty.cpp
      	src/plugins/duieditor/parser/qmljsprettypretty_p.h
      	src/plugins/duieditor/rewriter/rewriter.cpp
      	src/plugins/duieditor/rewriter/rewriter_p.h
      	src/plugins/duieditor/rewriter/textwriter.cpp
      	src/plugins/duieditor/rewriter/textwriter_p.h
      	src/shared/cplusplus/ASTClone.cpp
      	tests/manual/cplusplus/main.cpp
      2919c210
    • Jason McDonald's avatar
      Update license headers and sales contact details. · 884b7af7
      Jason McDonald authored
      Reviewed-by: Trust Me
      884b7af7
  9. Feb 25, 2009
  10. Jan 26, 2009
    • Adam Majer's avatar
      Add explicit option to clean indentation · 18952c98
      Adam Majer authored
      
      It is desirable to have removal of trailing whitespace as a separate
      option to "tab cleanup". Clean Whitespace option without Clean
      Indentation option will now only remove trailing whitespace on file save
      and on Clean Whitespace requests. Clean Indentation option is set to
      true by default to maintain backward compatibility.
      
      Signed-off-by: default avatarAdam Majer <adamm@zombino.com>
      18952c98
  11. Jan 13, 2009
  12. Dec 16, 2008
  13. Dec 02, 2008
Loading