git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@29405 a592a061-630c-0410-9148-cb99ea01b6c8
This commit is contained in:
Pavel Sanda 2009-04-26 08:39:18 +00:00
parent d6990c8c88
commit a329ab84a6

View File

@ -2661,6 +2661,8 @@ 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.
* \li Syntax: server-goto-file-row <LYX_FILE_NAME> <ROW_NUMBER>
* \li Origin: Edmar, 23 Dec 1998
* \endvar