mirror of
https://git.lyx.org/repos/lyx.git
synced 2024-11-09 18:31:04 +00:00
Tommaso patch part 3 (or maybe 4...)
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@27516 a592a061-630c-0410-9148-cb99ea01b6c8
This commit is contained in:
parent
071016df39
commit
1c893f2177
@ -846,7 +846,17 @@ void LyXAction::init()
|
||||
*/
|
||||
{ LFUN_WORD_REPLACE, "word-replace", Noop, Edit },
|
||||
/*!
|
||||
* \var lyx::FuncCode lyx::LFUN_WORD_FORWARD
|
||||
* \var lyx::FuncCode lyx::LFUN_WORD_FINDADV
|
||||
* \li Action: Search for next occurence of a pattern.
|
||||
* \li Syntax: word-findadv [<DATA>]
|
||||
* \li Params: <DATA>: data encoded from FindAdv dialog (see #lyx::findadv2string()).
|
||||
If no parameter is given, search with last find-dialog
|
||||
data is used for search (i.e. find-next).
|
||||
* \li Origin: Tommaso, Nov 15 2007
|
||||
* \endvar
|
||||
*/
|
||||
{ LFUN_WORD_FINDADV, "word-findadv", ReadOnly, Edit },
|
||||
/*! * \var lyx::FuncCode lyx::LFUN_WORD_FORWARD
|
||||
* \li Action: Moves the cursor to the logically next beginning of a word.
|
||||
* \li Notion: This is not the action which should be bound to the arrow keys,
|
||||
because forward may be left or right, depending on the language.
|
||||
|
Loading…
Reference in New Issue
Block a user