SF.net SVN: geany:[4175] trunk

frlan at users.sourceforge.net frlan at xxxxx
Thu Sep 10 20:06:00 UTC 2009


Revision: 4175
          http://geany.svn.sourceforge.net/geany/?rev=4175&view=rev
Author:   frlan
Date:     2009-09-10 20:05:59 +0000 (Thu, 10 Sep 2009)

Log Message:
-----------
Changing default value for showing pdf and dvi

Modified Paths:
--------------
    trunk/ChangeLog
    trunk/data/filetypes.latex

Modified: trunk/ChangeLog
===================================================================
--- trunk/ChangeLog	2009-09-10 16:59:20 UTC (rev 4174)
+++ trunk/ChangeLog	2009-09-10 20:05:59 UTC (rev 4175)
@@ -1,3 +1,10 @@
+2009-09-10  Frank Lanitz  <frank(at)frank(dot)uvena(dot)de>
+
+ * data/filetypes.latex:
+   Changing default value for showing pdf and dvi to ensure to take
+   *.pdf and *.dvi file.
+
+
 2009-09-07  Frank Lanitz  <frank(at)frank(dot)uvena(dot)de>
 
  * src/about.c, THANKS:

Modified: trunk/data/filetypes.latex
===================================================================
--- trunk/data/filetypes.latex	2009-09-10 16:59:20 UTC (rev 4174)
+++ trunk/data/filetypes.latex	2009-09-10 20:05:59 UTC (rev 4175)
@@ -41,8 +41,8 @@
 compiler=latex --file-line-error-style "%f"
 # it is called linker, but here it is an alternative compiler command
 linker=pdflatex --file-line-error-style "%f"
-run_cmd=xdvi "%f"
-run_cmd2=xpdf "%f"
+run_cmd=xdvi "%e.dvi"
+run_cmd2=xpdf "%e.pdf"
 
 [build-menu]
 FT_00_LB=LaTeX -> _DVI
@@ -52,8 +52,8 @@
 FT_01_CM=pdflatex --file-line-error-style "%f"
 FT_01_BD=false
 EX_00_LB=V_iew PDF File
-EX_00_CM=xpdf "%f"
+EX_00_CM=xpdf "%e.pdf"
 EX_00_BD=false
 EX_01_LB=_View DVI File
-EX_01_CM=xdvi "%f"
+EX_01_CM=xdvi "%e.dvi"
 EX_01_BD=false


This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.



More information about the Commits mailing list