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