Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/KDAB/GammaRay
/ foldingBarWidth
Method
foldingBarWidth
ui/codeeditor/codeeditor.cpp:88–95 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
86
}
87
88
int CodeEditor::foldingBarWidth() const
89
{
90
#ifdef HAVE_SYNTAX_HIGHLIGHTING
91
return fontMetrics().lineSpacing();
92
#else
93
return 0;
94
#endif
95
}
96
97
void CodeEditor::contextMenuEvent(QContextMenuEvent *event)
98
{
Callers
1
mouseReleaseEvent
Method · 0.80
Calls
no outgoing calls
Tested by
no test coverage detected