Skip to content
Snippets Groups Projects
  1. Jan 19, 2016
  2. Mar 05, 2015
  3. Jan 16, 2015
  4. Dec 03, 2014
  5. Oct 09, 2014
  6. Jan 08, 2014
  7. Jul 25, 2013
  8. Apr 10, 2013
  9. Apr 03, 2013
  10. Mar 12, 2013
  11. Jan 29, 2013
  12. Jan 24, 2013
    • Orgad Shaneh's avatar
      CppTools: Fix qbs build · 6c1094ae
      Orgad Shaneh authored
      
      Global include is wrong
      
      Change-Id: I34848ba4b92cfa047854abd476ed983f205bdf72
      Reviewed-by: default avatarNikolai Kosjar <nikolai.kosjar@digia.com>
      6c1094ae
    • Nikolai Kosjar's avatar
      C++: Add settings dialog for pointer declaration formatting · 8fe25d0a
      Nikolai Kosjar authored
      
      The dialog is at Tools > Options > C++ > Code Style > Edit... > Pointers
      and References.
      
      Currently the settings are referenced when applying the following
      QuickFixes:
       - Adapting function signature in declaration/definition
         (FunctionDeclDefLink)
       - Inserting declaration from definition (InsertDeclOperation)
       - Inserting definition from declaration (InsertDefOperation)
       - Extracting a function (ExtractFunctionOperation)
       - Add Local Declaration (AddLocalDeclarationOp::Operation)
      
      In these cases the code style of the current project is used. If there
      is no current project open, the current global code style is used.
      
      Task-number: QTCREATORBUG-6169
      
      Change-Id: I3e4e502b3103f7f754ac9b39594ad461d89d9304
      Reviewed-by: default avatarErik Verbruggen <erik.verbruggen@digia.com>
      8fe25d0a
  13. Nov 22, 2012
  14. Oct 05, 2012
  15. Jul 19, 2012
  16. Jan 26, 2012
  17. Nov 03, 2011
  18. Jul 06, 2011
  19. May 24, 2011
Loading