mirror of
https://git.lyx.org/repos/lyx.git
synced 2024-11-09 18:31:04 +00:00
enable Find in read-only documents (bug 1629)
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@8905 a592a061-630c-0410-9148-cb99ea01b6c8
This commit is contained in:
parent
6d5b622a8a
commit
395daa5611
@ -1,3 +1,8 @@
|
||||
2004-08-13 Jean-Marc Lasgouttes <lasgouttes@lyx.org>
|
||||
|
||||
* LyXAction.C (init): mark LFUN_WORD_FIND as working in read-only
|
||||
documents (bug 1629)
|
||||
|
||||
2004-08-13 Jean-Marc Lasgouttes <lasgouttes@lyx.org>
|
||||
|
||||
Fix toggling of collapsable insets with the mouse (bug 1558)
|
||||
|
@ -327,7 +327,7 @@ void LyXAction::init()
|
||||
{ LFUN_EXTERNAL_EDIT, "external-edit", Noop },
|
||||
{ LFUN_GRAPHICS_EDIT, "graphics-edit", Noop },
|
||||
{ LFUN_REPEAT, "repeat", NoBuffer },
|
||||
{ LFUN_WORD_FIND, "word-find", Noop },
|
||||
{ LFUN_WORD_FIND, "word-find", ReadOnly },
|
||||
{ LFUN_WORD_REPLACE, "word-replace", Noop },
|
||||
{ LFUN_KEYMAP_TOGGLE, "keymap-toggle", Noop },
|
||||
{ LFUN_LANGUAGE_BUFFER, "buffer-language", Noop },
|
||||
|
Loading…
Reference in New Issue
Block a user