mirror of
https://git.lyx.org/repos/lyx.git
synced 2024-12-22 21:21:32 +00:00
Quote filenames used for forward-search with SumatraPDF
Single quotes are special to our parser and must be either escaped or quoted if they are part of a filename, otherwise they are stripped out. See #10342.
This commit is contained in:
parent
338cef2a97
commit
6adf079796
@ -420,7 +420,7 @@ PrefOutput::PrefOutput(GuiPreferences * form)
|
|||||||
dviCB->addItem("synctex view -i $$n:0:$$t -o $$o -x \"evince -i %{page+1} $$o\"");
|
dviCB->addItem("synctex view -i $$n:0:$$t -o $$o -x \"evince -i %{page+1} $$o\"");
|
||||||
pdfCB->addItem("");
|
pdfCB->addItem("");
|
||||||
pdfCB->addItem("CMCDDE SUMATRA control [ForwardSearch(\\\"$$o\\\",\\\"$$t\\\",$$n,0,0,1)]");
|
pdfCB->addItem("CMCDDE SUMATRA control [ForwardSearch(\\\"$$o\\\",\\\"$$t\\\",$$n,0,0,1)]");
|
||||||
pdfCB->addItem("SumatraPDF -reuse-instance $$o -forward-search $$t $$n");
|
pdfCB->addItem("SumatraPDF -reuse-instance \"$$o\" -forward-search \"$$t\" $$n");
|
||||||
pdfCB->addItem("synctex view -i $$n:0:$$t -o $$o -x \"xpdf -raise -remote $$t.tmp $$o %{page+1}\"");
|
pdfCB->addItem("synctex view -i $$n:0:$$t -o $$o -x \"xpdf -raise -remote $$t.tmp $$o %{page+1}\"");
|
||||||
pdfCB->addItem("okular --unique \"$$o#src:$$n $$f\"");
|
pdfCB->addItem("okular --unique \"$$o#src:$$n $$f\"");
|
||||||
pdfCB->addItem("qpdfview --unique \"$$o#src:$$f:$$n:0\"");
|
pdfCB->addItem("qpdfview --unique \"$$o#src:$$f:$$n:0\"");
|
||||||
|
Loading…
Reference in New Issue
Block a user