| 97 | } |
| 98 | |
| 99 | void ZepTabWindow::SetActiveWindow(ZepWindow* pBuffer) { |
| 100 | m_pActiveWindow = pBuffer; |
| 101 | if (m_pActiveWindow) { |
| 102 | m_pActiveWindow->GetBuffer().GetMode()->Begin(m_pActiveWindow); |
| 103 | } |
| 104 | GetEditor().UpdateTabs(); |
| 105 | } |
| 106 | |
| 107 | // The region management is in theory dirt-simple. |
| 108 | // Each region contains a list of either vertical or horizontally split regions. |
no test coverage detected