minor change
This commit is contained in:
parent
8048ef1d36
commit
533783ad30
|
@ -5117,7 +5117,6 @@ void Editor::reformat(bool doReparse)
|
||||||
// onLinesDeleted(1,lineCount());
|
// onLinesDeleted(1,lineCount());
|
||||||
QByteArray content = text().toUtf8();
|
QByteArray content = text().toUtf8();
|
||||||
QStringList args = pSettings->codeFormatter().getArguments();
|
QStringList args = pSettings->codeFormatter().getArguments();
|
||||||
//qDebug()<<args;
|
|
||||||
QByteArray newContent = runAndGetOutput(pSettings->environment().AStylePath(),
|
QByteArray newContent = runAndGetOutput(pSettings->environment().AStylePath(),
|
||||||
extractFileDir(pSettings->environment().AStylePath()),
|
extractFileDir(pSettings->environment().AStylePath()),
|
||||||
args,
|
args,
|
||||||
|
|
Loading…
Reference in New Issue