On Thu, Jan 31, 2008 at 10:42:25PM -0000, [EMAIL PROTECTED] wrote: > Author: dov > Date: Thu Jan 31 23:42:24 2008 > New Revision: 22729 > > URL: http://www.lyx.org/trac/changeset/22729 > Log: > Doxy for some cursor movement lfuns. > > Modified: > lyx-devel/trunk/src/LyXAction.cpp > > Modified: lyx-devel/trunk/src/LyXAction.cpp > URL: http://www.lyx.org/trac/file/lyx-devel/trunk/src/LyXAction.cpp?rev=22729 > ============================================================================== > --- lyx-devel/trunk/src/LyXAction.cpp (original) > +++ lyx-devel/trunk/src/LyXAction.cpp Thu Jan 31 23:42:24 2008 > @@ -369,15 +369,85 @@ > { LFUN_SCREEN_UP_SELECT, "screen-up-select", ReadOnly, Edit }, > > { LFUN_ERROR_NEXT, "error-next", ReadOnly, Edit }, > +/** > + * \var lyx::kb_action lyx::LFUN_CHAR_BACKWARD > + * \li Action: moves the cursor one position logically backwards > + * \li Notion: This is not the action which should be bound to the arrow > keys, > + * because backwards may be left or right, depending on > the
No tabs after the first non-tab characters in a line, please. Andre'