| 145 | } |
| 146 | |
| 147 | ads::CDockAreaWidget *DockedEditor::currentDockArea() const |
| 148 | { |
| 149 | return dockManager->focusedDockWidget() ? dockManager->focusedDockWidget()->dockAreaWidget() : latestDockArea; |
| 150 | } |
| 151 | |
| 152 | void DockedEditor::addEditor(ScintillaNext *editor) |
| 153 | { |
no outgoing calls
no test coverage detected