mirror of
https://github.com/fralx/LimeReport.git
synced 2025-01-12 09:31:04 +03:00
Script completion has been fixed
This commit is contained in:
parent
9b4d2c934c
commit
2a5b83296b
@ -170,7 +170,7 @@ QString CodeEditor::textUnderCursor() const
|
|||||||
currentText = blockText.at(i-1) + currentText;
|
currentText = blockText.at(i-1) + currentText;
|
||||||
else break;
|
else break;
|
||||||
}
|
}
|
||||||
return currentText;
|
return currentText.trimmed();
|
||||||
}
|
}
|
||||||
|
|
||||||
bool CodeEditor::matchLeftParenthesis(QTextBlock currentBlock, QChar parenthesisType, int i, int numLeftParentheses)
|
bool CodeEditor::matchLeftParenthesis(QTextBlock currentBlock, QChar parenthesisType, int i, int numLeftParentheses)
|
||||||
|
Loading…
Reference in New Issue
Block a user