minor change
This commit is contained in:
parent
acc1fbd4aa
commit
97fef20a78
|
@ -894,8 +894,7 @@ void Editor::keyPressEvent(QKeyEvent *event)
|
||||||
if (lastWord == "long" ||
|
if (lastWord == "long" ||
|
||||||
lastWord == "short" ||
|
lastWord == "short" ||
|
||||||
lastWord == "signed" ||
|
lastWord == "signed" ||
|
||||||
lastWord == "unsigned"
|
lastWord == "unsigned") {
|
||||||
) {
|
|
||||||
processCommand(QSynedit::EditCommand::Char,ch,nullptr);
|
processCommand(QSynedit::EditCommand::Char,ch,nullptr);
|
||||||
showCompletion(lastWord,false, CodeCompletionType::ComplexKeyword);
|
showCompletion(lastWord,false, CodeCompletionType::ComplexKeyword);
|
||||||
handled=true;
|
handled=true;
|
||||||
|
|
Loading…
Reference in New Issue