From d56fc2784a2a205a880b15c147e1d9071e933e33 Mon Sep 17 00:00:00 2001 From: Pavel Sanda Date: Fri, 1 May 2009 19:51:19 +0000 Subject: [PATCH] * doxy git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@29486 a592a061-630c-0410-9148-cb99ea01b6c8 --- src/LyXAction.cpp | 14 +++++++++----- 1 file changed, 9 insertions(+), 5 deletions(-) diff --git a/src/LyXAction.cpp b/src/LyXAction.cpp index 0cab7f6f8f..1cab6e4bf0 100644 --- a/src/LyXAction.cpp +++ b/src/LyXAction.cpp @@ -2662,12 +2662,16 @@ void LyXAction::init() * \var lyx::FuncCode lyx::LFUN_SERVER_GOTO_FILE_ROW * \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. + line from LaTeX compilation. Note that before this function can be used + export to LaTeX output must occur (in order to map the row numbers). * \li Syntax: server-goto-file-row - * \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 Params: : the filename. Environment variables are expaned in the path. + In case this LFUN does not work make sure you are giving correct + path to the file.\n + 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). + .ext: extensions will be automatically replaced by .lyx. * \li Origin: Edmar, 23 Dec 1998 * \endvar */ -- 2.39.2