octaeder · GitHub

Conversation

also for magic comments

mbertucci47

mbertucci47

muzimuzhi

QStringList deprecatedUserToolCommands, deprecatedUserToolNames;
QStringList userToolOrder, userToolDisplayNames;
enum Dvi2PngMode { DPM_DVIPNG, DPM_DVIPNG_FOLLOW, DPM_DVIPS_GHOSTSCRIPT, DPM_EMBEDDED_PDF, DPM_LUA_EMBEDDED_PDF, DPM_XE_EMBEDDED_PDF};
// following Dvi2PngModes add tight page modifications for to the document preamble preview
<string notr="true">Prefer Preview with Build Compiler</string>
</property>
<property name="toolTip">
<string>The option applies when the build compiler is pdflatex, lualatex, xelatex, or latex.</string>

@octaeder

@octaeder

octaeder

int l = confDlg->ui.comboBoxDvi2PngMode->count();
for (int index=l-1; index>=0; index--) {
if (buildManager->modifyHeader.contains(buildManager->dvi2PngMode(index)))
if (buildManager->dvi2PngMode(index)>=BuildManager::DPM_EMBEDDED_PDF)

@sunderme

@octaeder

Labels

None yet

Read the original on github.com ↗