EditorManager: Get rid of weird logic when finding next view
Removes another algorithm that was starting from the root and took the
whole tree into account.
Instead, make findNextView a method of EditorView, and avoid any
explicit usage of a single root splitter.
Change-Id: I343030521472741a8dfd7134ed16d9beeb10d10a
Reviewed-by:
David Schulz <david.schulz@digia.com>
Showing
- src/plugins/coreplugin/editormanager/editormanager.cpp 2 additions, 4 deletionssrc/plugins/coreplugin/editormanager/editormanager.cpp
- src/plugins/coreplugin/editormanager/editorview.cpp 23 additions, 32 deletionssrc/plugins/coreplugin/editormanager/editorview.cpp
- src/plugins/coreplugin/editormanager/editorview.h 1 addition, 3 deletionssrc/plugins/coreplugin/editormanager/editorview.h
Loading
Please register or sign in to comment