git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@25141 a592a061-630c-0410-9148-cb99ea01b6c8
This commit is contained in:
Pavel Sanda 2008-06-05 12:24:27 +00:00
parent e060218986
commit e327d63c91

View File

@ -750,6 +750,17 @@ void LyXAction::init()
* \endvar
*/
{ LFUN_WORD_FIND, "word-find", ReadOnly, Edit },
/*!
* \var lyx::FuncCode lyx::LFUN_WORD_FIND
* \li Action: Replace a string in the document.
* \li Syntax: word-replace [<DATA>]
* \li Params: <DATA>: data is of the form
"<search> \n
<replace> \n
<casesensitive> <matchword> <all> <forward>"
* \li Origin: poenitz, Jan 7 2004
* \endvar
*/
{ LFUN_WORD_REPLACE, "word-replace", Noop, Edit },
/*!
* \var lyx::FuncCode lyx::LFUN_WORD_FORWARD