Home
last modified time | relevance | path

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

/dports/textproc/highlight/highlight-4.1/src/include/
H A Dcodegenerator.h217 bool formattingIsPossible();
/dports/textproc/highlight/highlight-4.1/src/cli/
H A Dmain.cpp789 if ( formattingEnabled && !generator->formattingIsPossible() ) { in run()
/dports/textproc/highlight/highlight-4.1/src/core/
H A Dcodegenerator.cpp478 bool CodeGenerator::formattingIsPossible() in formattingIsPossible() function in highlight::CodeGenerator
/dports/textproc/highlight/highlight-4.1/src/gui-qt/
H A Dmainwindow.cpp1239 if (ui->cbReformat->isChecked()&& !generator->formattingIsPossible()) { in on_pbStartConversion_clicked()