Skip to content
Snippets Groups Projects
  1. Apr 10, 2013
  2. Jan 29, 2013
  3. Jan 24, 2013
    • 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
  4. Oct 05, 2012
  5. Jul 19, 2012
  6. Feb 15, 2012
  7. Jan 26, 2012
  8. Nov 24, 2011
  9. Nov 03, 2011
  10. Jul 06, 2011
  11. May 27, 2011
  12. May 24, 2011
Loading