Skip to content
Snippets Groups Projects
  1. Jun 12, 2013
  2. Jun 04, 2013
  3. May 14, 2013
    • Lorenz Haas's avatar
      CppEditor: Quick fix "Insert (Pure) Virtual Methods" · d288e399
      Lorenz Haas authored
      
      This quick fix inserts (pure) virtual functions of base classes to the
      current class. For selecting the functions which should be inserted and
      for choosing the insertion mode (only declarations or with definitions
      inside, outside or in the implementation file) a dialog is shown.
      
      Task-number: QTCREATORBUG-2210
      Task-number: QTCREATORBUG-2692
      Task-number: QTCREATORBUG-3908
      Task-number: QTCREATORBUG-5868
      Task-number: QTCREATORBUG-7982
      Change-Id: I8e94905afcae4778986f4c3925a494e0c6b3b8ee
      Reviewed-by: default avatarNikolai Kosjar <nikolai.kosjar@digia.com>
      d288e399
  4. Apr 10, 2013
  5. Apr 03, 2013
  6. Jan 29, 2013
  7. Oct 05, 2012
  8. Jul 19, 2012
  9. Jan 26, 2012
  10. Nov 03, 2011
  11. Aug 19, 2011
    • Christian Kamm's avatar
      Refactoring changes: Cleanup and improvements. · 8a6d767a
      Christian Kamm authored
      Previously RefactoringFiles were usually passed around by value.
      However, since a RefactoringFile may sometimes own a QTextDocument
      (when it was read from a file), that's not great and caused the
      file to be reread after every copy.
      
      With this change RefactoringFile becomes noncopyable and is always
      owned by a shared pointer.
      
      This change also allowed having const RefactoringFiles which is
      useful because they can be safely used from other threads. See
      CppRefactoringChanges::fileNoEditor.
      
      Change-Id: I9045921d6d0f6349f9558ff2a3d8317ea172193b
      Reviewed-on: http://codereview.qt.nokia.com/3084
      
      
      Reviewed-by: default avatarLeandro T. C. Melo <leandro.melo@nokia.com>
      8a6d767a
  12. Aug 18, 2011
  13. May 06, 2011
  14. Apr 13, 2011
  15. Jan 12, 2011
  16. Dec 17, 2010
  17. Dec 16, 2010
  18. Sep 30, 2010
  19. Sep 27, 2010
  20. Jul 28, 2010
  21. Jul 27, 2010
    • Erik Verbruggen's avatar
      Added the InsertionPointLocator. · b2659950
      Erik Verbruggen authored
      For answers to questions about where to insert a snippet/chunk of C++ code. Ok,
      currently it will only find the One And Only place to insert method
      declarations in classes, and it will need some tuning.
      b2659950
Loading