mirror of
https://git.lyx.org/repos/lyx.git
synced 2024-12-23 13:31:49 +00:00
* Doxy.
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@25141 a592a061-630c-0410-9148-cb99ea01b6c8
This commit is contained in:
parent
e060218986
commit
e327d63c91
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user