Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/KDE/kdevelop
/ contextMenuFileNew
Method
contextMenuFileNew
kdevplatform/shell/mainwindow_actions.cpp:194–198 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
192
}
193
194
void MainWindowPrivate::contextMenuFileNew()
195
{
196
m_mainWindow->activateView(m_tabView);
197
fileNew();
198
}
199
200
void MainWindowPrivate::contextMenuSplitHorizontal()
201
{
Callers
nothing calls this directly
Calls
1
activateView
Method · 0.45
Tested by
no test coverage detected