Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/GilesBathgate/RapCAD
/ setModuleNames
Method
setModuleNames
src/ui/codeeditor.cpp:159–163 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
157
}
158
159
void CodeEditor::setModuleNames(const QHash<QString,Module*>& names)
160
{
161
moduleNames = names;
162
highlighter->setModuleNames(names);
163
}
164
165
void CodeEditor::updateLineNumberAreaWidth(int)
166
{
Callers
1
setupEditor
Method · 0.45
Calls
no outgoing calls
Tested by
no test coverage detected