remove debug code

This commit is contained in:
Roy Qu 2023-07-15 08:25:39 +08:00
parent b579139191
commit 4bebf8da65
1 changed files with 0 additions and 1 deletions

View File

@ -836,7 +836,6 @@ void Editor::keyPressEvent(QKeyEvent *event)
QChar ch = t[0]; QChar ch = t[0];
QSynedit::BufferCoord ws=wordStart(); QSynedit::BufferCoord ws=wordStart();
int idCharPressed=caretX()-ws.ch; int idCharPressed=caretX()-ws.ch;
qDebug()<<idCharPressed;
if (isIdentChar(ch)) { if (isIdentChar(ch)) {
idCharPressed++; idCharPressed++;
if (pSettings->codeCompletion().enabled() if (pSettings->codeCompletion().enabled()