Skip to content
Snippets Groups Projects
  1. Oct 01, 2013
    • Przemyslaw Gorszkowski's avatar
      CppEditor: introduce include hierarchy · a3eaed4c
      Przemyslaw Gorszkowski authored
      
      Based on type hierarchy.
      
      Added to context menu ('Open Include Hierarchy')
      Shortcut(Ctrl+Shift+I)
      
      'Include Hierarchy' contains:
      FileName for which 'Include Hierarchy' is done
      Includes(which files are included by current file - tree hierarchy)
      Included by(which files include current file - tree hierarchy)
      
      It is possible to open/goto each file by clicking on specific item.
      Additionally for 'Included by' files it goes to the line where is include
      directive for current file.
      
      Change-Id: I549b1ed64e4c9f6955f60d00efb12950a3259f81
      Reviewed-by: default avatarNikolai Kosjar <nikolai.kosjar@digia.com>
      a3eaed4c
  2. Aug 21, 2013
    • Przemyslaw Gorszkowski's avatar
      CppEditor: fix showing 'Type Hierarchy' · a32343b9
      Przemyslaw Gorszkowski authored
      
      When we open project and do not open any file, then open 'Type Hierarchy'
      (from combobox) we see "No type hierarchy available"(and this is ok). Then
      if we open any file and we try to see 'Type Hierarchy'(Ctrl+Shift+T) then we
      still see "No type hierarchy available"(and this is not ok).
      It will also happens if we save a session with opened "Type Hierarchy".
      
      This change fixes this. Additionally when we select something for which there
      is no 'Type Hierarchy' then it displays "No type hierarchy available".
      
      Task-number: QTCREATORBUG-9819
      Change-Id: Ib6a152f481057098f3d8a4335bb2d4a31fc5e1ef
      Reviewed-by: default avatarTobias Hunger <tobias.hunger@digia.com>
      Reviewed-by: default avatarNikolai Kosjar <nikolai.kosjar@digia.com>
      a32343b9
  3. Jan 29, 2013
  4. Oct 16, 2012
  5. Oct 11, 2012
  6. Oct 05, 2012
  7. Oct 01, 2012
  8. Aug 28, 2012
  9. Jul 19, 2012
  10. Feb 15, 2012
  11. Jan 26, 2012
  12. Jan 17, 2012
  13. Nov 10, 2011
  14. Nov 03, 2011
  15. Jul 08, 2011
    • Leandro Melo's avatar
      C++ editor: Improve type hierarchy widget · 23decd9d
      Leandro Melo authored
      Now the type hierarchy widget will also show the classes
      derived from the selected one. For consistency the way
      the base classes are shown was changed too. The diagram
      below is an example from Creator's code when openining
      the type hierarchy for BaseTextEditorWidget:
      
      Bases
       +QObject
        +QWidget
         +...
           BaseTextEditorWidget
       +QPaintDevice
        +...
          BaseTextEditorWidget
      Derived
       +BaseTextEditorWidget
        +VCSBaseEditorWidget
          GitEditor
          MercurialEditor
          ...
         GLSLEditorWidget
         CppEditorWidget
         QmlJSTextEditorWidget
         ...
      
      Depending on the project and on the selected class the
      hierarchy widget might take a bit to be constructed.
      This should be improved later.
      
      Change-Id: Ifbdd1cbbba955a0bdf03297ff0e7620351b12dc5
      Reviewed-on: http://codereview.qt.nokia.com/883
      
      
      Reviewed-by: default avatarRoberto Raggi <roberto.raggi@nokia.com>
      23decd9d
  16. May 06, 2011
  17. Apr 13, 2011
  18. Feb 22, 2011
    • hjk's avatar
      texteditor: merge ITextEditable into ITextEditor · f576ad9f
      hjk authored
      rename BastTextEditor->BaseTextEditorWidget, BaseTextEditorEditable->BaseTextEditor
      rename BaseTextEditor{,Widget} subclasses
      rename editableInterface->editorInterface
      rename createEditableInterface->createEditor
      minor cleanups after renamings
      f576ad9f
  19. Jan 12, 2011
  20. Dec 17, 2010
  21. Oct 06, 2010
  22. Sep 09, 2010
  23. Aug 16, 2010
  24. Aug 13, 2010
Loading