mirror of
https://github.com/fralx/LimeReport.git
synced 2025-09-30 11:12:34 +03:00
Script completion has been fixed
This commit is contained in:
@@ -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)
|
||||||
|
Reference in New Issue
Block a user