remove debug output
This commit is contained in:
parent
9254a13d84
commit
85026ad5bf
|
@ -802,7 +802,6 @@ void Editor::keyPressEvent(QKeyEvent *event)
|
||||||
return;
|
return;
|
||||||
case '(': {
|
case '(': {
|
||||||
QChar nextCh = nextNotspaceChar(caretY()-1,caretX()-1);
|
QChar nextCh = nextNotspaceChar(caretY()-1,caretX()-1);
|
||||||
qDebug()<<nextCh;
|
|
||||||
if (!isIdentChar(nextCh) && nextCh!='(' ){
|
if (!isIdentChar(nextCh) && nextCh!='(' ){
|
||||||
handled = handleSymbolCompletion(ch);
|
handled = handleSymbolCompletion(ch);
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in New Issue