mirror of
https://git.lyx.org/repos/lyx.git
synced 2025-01-21 23:09:40 +00:00
enable search & replace in LyXFunc::getStatus
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@8579 a592a061-630c-0410-9148-cb99ea01b6c8
This commit is contained in:
parent
d2603b93c7
commit
ab5ef14827
@ -1,3 +1,8 @@
|
||||
|
||||
2004-04-01 Alfredo Braunstein <abraunst@lyx.org>
|
||||
|
||||
* lyxfunc.C (getStatus): enable LFUN_WORD_{FIND,REPLACE}
|
||||
|
||||
2004-03-31 Angus Leeming <leeming@lyx.org>
|
||||
|
||||
* lyxfunc.C (dispatch): Fall through to the generic
|
||||
|
@ -507,7 +507,8 @@ FuncStatus LyXFunc::getStatus(FuncRequest const & cmd) const
|
||||
case LFUN_SAVE_AS_DEFAULT:
|
||||
case LFUN_BUFFERPARAMS_APPLY:
|
||||
case LFUN_LYXRC_APPLY:
|
||||
|
||||
case LFUN_WORD_FIND:
|
||||
case LFUN_WORD_REPLACE:
|
||||
// these are handled in our dispatch()
|
||||
break;
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user