Add new Outline sidebar pane
Adds a generic Outline pane to the sidebar. The CppEditor & QmlJSEditor plugins will implement the IOutlineWidget/IOutlineWidgetFactory interface to provide views specific to C++/Qml/JS documents. Reviewed-by: con
Showing
- src/plugins/texteditor/ioutlinewidget.h 31 additions, 0 deletionssrc/plugins/texteditor/ioutlinewidget.h
- src/plugins/texteditor/outlinefactory.cpp 123 additions, 0 deletionssrc/plugins/texteditor/outlinefactory.cpp
- src/plugins/texteditor/outlinefactory.h 63 additions, 0 deletionssrc/plugins/texteditor/outlinefactory.h
- src/plugins/texteditor/texteditor.pro 5 additions, 2 deletionssrc/plugins/texteditor/texteditor.pro
- src/plugins/texteditor/texteditorplugin.cpp 10 additions, 1 deletionsrc/plugins/texteditor/texteditorplugin.cpp
- src/plugins/texteditor/texteditorplugin.h 2 additions, 0 deletionssrc/plugins/texteditor/texteditorplugin.h
Loading
Please register or sign in to comment