]> git.lyx.org Git - features.git/commitdiff
* doxy
authorPavel Sanda <sanda@lyx.org>
Wed, 29 Apr 2009 09:11:48 +0000 (09:11 +0000)
committerPavel Sanda <sanda@lyx.org>
Wed, 29 Apr 2009 09:11:48 +0000 (09:11 +0000)
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@29434 a592a061-630c-0410-9148-cb99ea01b6c8

src/LyXAction.cpp

index eb191d597efcd69148e569005b863b216002c192..0cab7f6f8fc278272a675e6b876989158a3aac2f 100644 (file)
@@ -2663,7 +2663,11 @@ void LyXAction::init()
  * \li Action: Sets the cursor position based on the row number of generated TeX file.
  * \li Notion: This can be useful for DVI inverse-search or detection of the problematic
                line from LaTeX compilation.
- * \li Syntax: server-goto-file-row <LYX_FILE_NAME> <ROW_NUMBER>
+ * \li Syntax: server-goto-file-row <FILE[.ext]> <ROW_NUMBER>
+ * \li Params: .ext: extensions will be automatically replaced by .lyx.
+                     If the file is located inside LyX temporary directory it will be
+                    mapped back into the appropriate opened buffer (e.g. for the case
+                    of generated .tex file).
  * \li Origin: Edmar, 23 Dec 1998
  * \endvar
  */