remove debug code
This commit is contained in:
parent
b579139191
commit
4bebf8da65
|
@ -836,7 +836,6 @@ void Editor::keyPressEvent(QKeyEvent *event)
|
|||
QChar ch = t[0];
|
||||
QSynedit::BufferCoord ws=wordStart();
|
||||
int idCharPressed=caretX()-ws.ch;
|
||||
qDebug()<<idCharPressed;
|
||||
if (isIdentChar(ch)) {
|
||||
idCharPressed++;
|
||||
if (pSettings->codeCompletion().enabled()
|
||||
|
|
Loading…
Reference in New Issue