mirror of
https://git.lyx.org/repos/lyx.git
synced 2024-11-09 18:31:04 +00:00
Since version 1.9 SumatraPDF supports forward search without DDE commands.
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@40828 a592a061-630c-0410-9148-cb99ea01b6c8
This commit is contained in:
parent
c2748157bb
commit
ae2adc9559
@ -411,6 +411,7 @@ PrefOutput::PrefOutput(GuiPreferences * form)
|
||||
dviCB->addItem("synctex view -i $$n:0:$$t -o $$o -x \"evince -i %{page+1} $$o\"");
|
||||
pdfCB->addItem("");
|
||||
pdfCB->addItem("CMCDDE SUMATRA control [ForwardSearch(\\\"$$o\\\",\\\"$$t\\\",$$n,0,0,1)]");
|
||||
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("okular --unique \"file:$$o#src:$$n $$t\"");
|
||||
pdfCB->addItem("synctex view -i $$n:0:$$t -o $$o -x \"evince -i %{page+1} $$o\"");
|
||||
|
Loading…
Reference in New Issue
Block a user