Home
last modified time | relevance | path

Searched refs:lsAddSyntaxErrorInfo (Results 1 – 4 of 4) sorted by relevance

/dports/textproc/highlight/highlight-4.1/src/include/
H A Dcodegenerator.h440 void lsAddSyntaxErrorInfo(bool error);
/dports/textproc/highlight/highlight-4.1/src/cli/
H A Dmain.cpp706 …generator->lsAddSyntaxErrorInfo( (options.isLsHover() || options.isLsSemantic()) && options.isLsSy… in run()
/dports/textproc/highlight/highlight-4.1/src/gui-qt/
H A Dmainwindow.cpp1305 generator->lsAddSyntaxErrorInfo( ui->cbLSSyntaxErrors->isChecked() ); in on_pbStartConversion_clicked()
1522 generator->lsAddSyntaxErrorInfo( ui->cbLSSyntaxErrors->isChecked() ); in highlight2Clipboard()
1772 pwgenerator.lsAddSyntaxErrorInfo( ui->cbLSSyntaxErrors->isChecked() ); in updatePreview()
/dports/textproc/highlight/highlight-4.1/src/core/
H A Dcodegenerator.cpp263 void CodeGenerator::lsAddSyntaxErrorInfo(bool error) { in lsAddSyntaxErrorInfo() function in highlight::CodeGenerator