From: Pavel Sanda Date: Fri, 1 Feb 2008 00:03:19 +0000 (+0000) Subject: * Doxy X-Git-Tag: 1.6.10~6489 X-Git-Url: https://git.lyx.org/gitweb/?a=commitdiff_plain;h=18ee04ae44fd6f855de2cfe282051965b5c80822;p=features.git * Doxy git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@22732 a592a061-630c-0410-9148-cb99ea01b6c8 --- diff --git a/src/LyXAction.cpp b/src/LyXAction.cpp index 168cd4a43d..ddcd6efdca 100644 --- a/src/LyXAction.cpp +++ b/src/LyXAction.cpp @@ -1061,6 +1061,16 @@ void LyXAction::init() * \li Syntax: buffer-close */ { LFUN_BUFFER_CLOSE, "buffer-close", ReadOnly, Buffer }, +/** + * \var lyx::kb_action lyx::LFUN_BUFFER_EXPORT + * \li Action: Exports the current buffer (document) to the given format. + * \li Syntax: buffer-export + * \li Params: is either "custom" or one of the formats which you + can find in Tools->Preferences->File formats->Format. + Usual format you will enter is "pdf2" (pdflatex), + "pdflatex" (plain tex for pdflatex) or "ps" for postscript. + * \li Origin: Lgb, 29 Jul 1997 + */ { LFUN_BUFFER_EXPORT, "buffer-export", ReadOnly, Buffer }, { LFUN_BUFFER_EXPORT_CUSTOM, "buffer-export-custom", ReadOnly, Buffer }, { LFUN_BUFFER_PRINT, "buffer-print", ReadOnly, Buffer }, @@ -1166,6 +1176,7 @@ void LyXAction::init() * \li Syntax: command-sequence * \li Params: : Sequence of commands separated by semicolons. * \li Sample: command-sequence cut; ert-insert; self-insert \; paste; self-insert {}; inset-toggle; + * \li Origin: Andre', 11 Nov 1999 */ { LFUN_COMMAND_SEQUENCE, "command-sequence", NoBuffer, System },