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];
|
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()
|
||||||
|
|
Loading…
Reference in New Issue