remove nouse debug output
This commit is contained in:
parent
5350aea818
commit
2e77734d67
|
@ -3798,7 +3798,6 @@ void Editor::setInProject(bool newInProject)
|
|||
|
||||
void Editor::gotoDeclaration(const BufferCoord &pos)
|
||||
{
|
||||
qDebug()<<"???";
|
||||
if (!parser())
|
||||
return;
|
||||
// Exit early, don't bother creating a stream (which is slow)
|
||||
|
|
|
@ -5713,7 +5713,6 @@ void SynEdit::ExecuteCommand(SynEditorCommand Command, QChar AChar, void *pData)
|
|||
setSelectionMode(SynSelectionMode::smNormal);
|
||||
break;
|
||||
case SynEditorCommand::ecLineSelect:
|
||||
qDebug()<<"????";
|
||||
setSelectionMode(SynSelectionMode::smLine);
|
||||
break;
|
||||
case SynEditorCommand::ecColumnSelect:
|
||||
|
|
Loading…
Reference in New Issue