mirror of
https://git.lyx.org/repos/lyx.git
synced 2024-12-22 05:16:21 +00:00
UI interaction for advanced f&r.
Menu voice shows only, does not toggle. This allows for highlighting the keyboard short-cut in the menu, where the user expects to find it. Toggling of dialog is instead shown in a toggling button on the toolbar (advanced search button besides the standard one). Icon is just draft. git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@31445 a592a061-630c-0410-9148-cb99ea01b6c8
This commit is contained in:
parent
cf5cd096e4
commit
059729ec59
BIN
lib/images/dialog-toggle_findreplaceadv.png
Normal file
BIN
lib/images/dialog-toggle_findreplaceadv.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 1.1 KiB |
@ -104,7 +104,7 @@ Menuset
|
||||
Item "Select All" "command-sequence buffer-begin ; buffer-end-select"
|
||||
Separator
|
||||
Item "Find & Replace (Quick)...|F" "dialog-show findreplace"
|
||||
Item "Find & Replace (Advanced)..." "dialog-toggle findreplaceadv"
|
||||
Item "Find & Replace (Advanced)..." "dialog-show findreplaceadv"
|
||||
Separator
|
||||
Item "Move Paragraph Up|o" "paragraph-move-up"
|
||||
Item "Move Paragraph Down|v" "paragraph-move-down"
|
||||
|
@ -79,6 +79,7 @@ ToolbarSet
|
||||
Item "Copy" "copy"
|
||||
Item "Paste" "paste"
|
||||
Item "Find and replace" "dialog-show findreplace"
|
||||
Item "Find and replace (advanced)" "dialog-toggle findreplaceadv"
|
||||
Item "Navigate back" "bookmark-goto 0"
|
||||
Separator
|
||||
Item "Toggle emphasis" "font-emph"
|
||||
|
Loading…
Reference in New Issue
Block a user