MCPcopy Create free account
hub / github.com/IChooseYou/Reclass / setCustomTypeNames

Method setCustomTypeNames

src/editor.cpp:198–203  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

196}
197
198void RcxEditor::setCustomTypeNames(const QStringList& names) {
199 m_customTypeNames = names;
200 QByteArray kw = names.join(' ').toLatin1();
201 m_sci->SendScintilla(QsciScintillaBase::SCI_SETKEYWORDS,
202 (uintptr_t)3, kw.constData());
203}
204
205void RcxEditor::setupMargins() {
206 m_sci->setMarginsFont(editorFont());

Callers 1

refreshMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected