]> git.lyx.org Git - lyx.git/blobdiff - src/LyXAction.cpp
fix compilation on F13 and binutils/gold by rewriting specialized X11 code
[lyx.git] / src / LyXAction.cpp
index 666e871adaaca350ef27bcd203c1497bdf1d1c2c..6d5c1a590856a6a6357a063c9eca5d688da0495e 100644 (file)
@@ -2574,7 +2574,8 @@ void LyXAction::init()
  * \li Notion: Skipping "auto" when allowauto is false.
  * \li Syntax: toolbar-toggle <NAME> [allowauto]
  * \li Params: <NAME>: standard|extra|table|math|mathmacrotemplate|
-                       minibuffer|review|view/update|math_panels|vcs
+                       minibuffer|review|view/update|math_panels|vcs|
+                       view-others|update-others
  * \li Origin: Edwin, 21 May 2007
  * \endvar
  */
@@ -2830,19 +2831,18 @@ void LyXAction::init()
  * \li Action: Sets the cursor position in the previewed (e.g. dvi) file based on the row
                number in LyX window.
  * \li Notion: The external program used for forward search call can be specified in
-               \\forward_search_dvi and \\forward_search_pdf RC settings.
-              By default, the value for pdf is empty, while for dvi it is\n
-              "xdvi -sourceposition $$n:$$t $$o"\n
-              The values replaced in the call: $$n for row number, $$t for
-              exported temporary .tex file, $$o exported output file, either
-              dvi or pdf, depending on which one exists in the temp dir
-              (preferred is dvi).
+               \forward_search_dvi and \forward_search_pdf RC settings.
+               By default, the value for pdf is empty, while for dvi it is\n
+               "xdvi -sourceposition $$n:$$t $$o"\n
+               The values replaced in the call: $$n for row number, $$t for
+               exported temporary .tex file, $$o exported output file, either
+               dvi or pdf, depending on which one exists in the temp dir
+               (preferred is dvi).
  * \li Syntax: forward-search
  * \li Origin: sanda, 14 Apr 2010
  * \endvar
  */
                { LFUN_FORWARD_SEARCH, "forward-search", ReadOnly, System },
-
 /*!
  * \var lyx::FuncCode lyx::LFUN_SERVER_NOTIFY
  * \li Action: Sends notify message about the last key-sequence to client.
@@ -2919,6 +2919,16 @@ void LyXAction::init()
  * \endvar
  */
                { LFUN_BUFFER_TOGGLE_COMPRESSION, "buffer-toggle-compression", Noop, Buffer },
+/*!
+ * \var lyx::FuncCode lyx::LFUN_BUFFER_TOGGLE_OUTPUT_SYNC
+ * \li Action: Toggles including of resources for forward/reverse search of the given document.
+ * \li Notion: When toggled on, SyncTeX is invoked for PDF, while srcltx package
+               is used for DVI. Custom LaTeX macro can be defined in preferences.
+ * \li Syntax: buffer-toggle-output-sync
+ * \li Origin: sanda, 25 May 2010
+ * \endvar
+ */
+               { LFUN_BUFFER_TOGGLE_OUTPUT_SYNC, "buffer-toggle-output-sync", Noop, System },
 /*!
  * \var lyx::FuncCode lyx::LFUN_BUFFER_CLOSE
  * \li Action: Closes the current buffer.