We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b33c26a commit 2ed48ceCopy full SHA for 2ed48ce
app/gui/qt/sonicpiscintilla.cpp
@@ -141,6 +141,9 @@ SonicPiScintilla::SonicPiScintilla(SonicPiLexer *lexer)
141
addKeyBinding(settings, QsciCommand::SelectionCopy, Qt::Key_C | SPi_META);
142
addOtherKeyBinding(settings, QsciCommand::SelectionCopy, Qt::Key_C | SPi_CTRL);
143
144
+ SendScintilla(SCI_SETWORDCHARS, "abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUVWXYZ0123456789:_?!");
145
+
146
147
}
148
149
void SonicPiScintilla::hideLineNumbers(){
0 commit comments