mirror of
https://github.com/Palm1r/QodeAssist.git
synced 2025-07-14 02:54:48 -04:00
Revert "refactor: Move all processing logic to CodeHandler::processText()" (#109)
This commit is contained in:
committed by
GitHub
parent
521261e0a3
commit
90beebf2ee
@ -22,12 +22,8 @@
|
||||
|
||||
namespace QodeAssist {
|
||||
|
||||
QString CodeHandler::processText(QString text, bool smartProcess)
|
||||
QString CodeHandler::processText(QString text)
|
||||
{
|
||||
if (!smartProcess) {
|
||||
return text;
|
||||
}
|
||||
|
||||
QString result;
|
||||
QStringList lines = text.split('\n');
|
||||
bool inCodeBlock = false;
|
||||
|
Reference in New Issue
Block a user