mirror of
https://git.lyx.org/repos/lyx.git
synced 2024-11-22 10:00:33 +00:00
add missing lfun status
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@8583 a592a061-630c-0410-9148-cb99ea01b6c8
This commit is contained in:
parent
d34600cd3e
commit
5ff360a6e6
@ -1,4 +1,8 @@
|
||||
|
||||
2004-04-01 Alfredo Braunstein <abraunst@lyx.org>
|
||||
|
||||
* text3.C (getStatus): add LFUN_BEGINNINGBUF
|
||||
|
||||
2004-04-01 Alfredo Braunstein <abraunst@lyx.org>
|
||||
|
||||
* lyxfind.C: add a couple of inTexted() tests + other small fixes
|
||||
|
@ -1789,6 +1789,7 @@ bool LyXText::getStatus(LCursor & cur, FuncRequest const & cmd,
|
||||
case LFUN_WORDRIGHT:
|
||||
case LFUN_WORDLEFT:
|
||||
case LFUN_ENDBUF:
|
||||
case LFUN_BEGINNINGBUF:
|
||||
case LFUN_RIGHT:
|
||||
case LFUN_RIGHTSEL:
|
||||
case LFUN_LEFT:
|
||||
|
Loading…
Reference in New Issue
Block a user