mirror of
https://gitlab.com/freepascal.org/lazarus/lazarus.git
synced 2025-04-05 21:38:27 +02:00
IDE: New images for next_word and previous_word. Issue #35819, patch from FTurtle.
git-svn-id: trunk@61586 -
This commit is contained in:
parent
47b1f87d9d
commit
00e999485d
6
.gitattributes
vendored
6
.gitattributes
vendored
@ -7685,12 +7685,18 @@ images/actions/laz_tick_200.png -text svneol=unset#image/png
|
||||
images/actions/laz_wand.png -text svneol=unset#image/png
|
||||
images/actions/laz_wand_150.png -text svneol=unset#image/png
|
||||
images/actions/laz_wand_200.png -text svneol=unset#image/png
|
||||
images/actions/next_word.png -text svneol=unset#image/png
|
||||
images/actions/next_word_150.png -text svneol=unset#image/png
|
||||
images/actions/next_word_200.png -text svneol=unset#image/png
|
||||
images/actions/pastel_colors.png -text svneol=unset#image/png
|
||||
images/actions/pastel_colors_150.png -text svneol=unset#image/png
|
||||
images/actions/pastel_colors_200.png -text svneol=unset#image/png
|
||||
images/actions/preferences.png -text
|
||||
images/actions/preferences_150.png -text svneol=unset#image/png
|
||||
images/actions/preferences_200.png -text svneol=unset#image/png
|
||||
images/actions/previous_word.png -text svneol=unset#image/png
|
||||
images/actions/previous_word_150.png -text svneol=unset#image/png
|
||||
images/actions/previous_word_200.png -text svneol=unset#image/png
|
||||
images/actions/restore_default.png -text svneol=unset#image/png
|
||||
images/actions/restore_default_150.png -text svneol=unset#image/png
|
||||
images/actions/restore_default_200.png -text svneol=unset#image/png
|
||||
|
@ -1635,10 +1635,10 @@ begin
|
||||
@ExecuteIdeMenuClick);
|
||||
SrcEditMenuFindNextWordOccurrence := RegisterIDEMenuCommand(AParent,
|
||||
'Find next word occurrence', srkmecFindNextWordOccurrence, nil,
|
||||
@ExecuteIdeMenuClick, nil, 'menu_search_find_next');
|
||||
@ExecuteIdeMenuClick, nil, 'next_word');
|
||||
SrcEditMenuFindPrevWordOccurrence := RegisterIDEMenuCommand(AParent,
|
||||
'Find previous word occurrence', srkmecFindPrevWordOccurrence, nil,
|
||||
@ExecuteIdeMenuClick, nil, 'menu_search_find_previous');
|
||||
@ExecuteIdeMenuClick, nil, 'previous_word');
|
||||
SrcEditMenuFindInFiles := RegisterIDEMenuCommand(AParent,
|
||||
'Find in files', srkmecFindInFiles + ' ...', nil,
|
||||
@ExecuteIdeMenuClick, nil, 'menu_search_files');
|
||||
|
BIN
images/actions/next_word.png
Normal file
BIN
images/actions/next_word.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 187 B |
BIN
images/actions/next_word_150.png
Normal file
BIN
images/actions/next_word_150.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 222 B |
BIN
images/actions/next_word_200.png
Normal file
BIN
images/actions/next_word_200.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 244 B |
BIN
images/actions/previous_word.png
Normal file
BIN
images/actions/previous_word.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 193 B |
BIN
images/actions/previous_word_150.png
Normal file
BIN
images/actions/previous_word_150.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 229 B |
BIN
images/actions/previous_word_200.png
Normal file
BIN
images/actions/previous_word_200.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 242 B |
@ -26,7 +26,9 @@ actions directory:
|
||||
laz_open_recent.png
|
||||
laz_open_unit.png
|
||||
laz_save.png
|
||||
next_word.png
|
||||
pastel_colors.png
|
||||
previous_word.png
|
||||
restore_default.png
|
||||
restore_defaults.png
|
||||
|
||||
|
Binary file not shown.
@ -88,12 +88,18 @@ actions/laz_tick_200.png
|
||||
actions/laz_wand.png
|
||||
actions/laz_wand_150.png
|
||||
actions/laz_wand_200.png
|
||||
actions/next_word.png
|
||||
actions/next_word_150.png
|
||||
actions/next_word_200.png
|
||||
actions/pastel_colors.png
|
||||
actions/pastel_colors_150.png
|
||||
actions/pastel_colors_200.png
|
||||
actions/preferences.png
|
||||
actions/preferences_150.png
|
||||
actions/preferences_200.png
|
||||
actions/previous_word.png
|
||||
actions/previous_word_150.png
|
||||
actions/previous_word_200.png
|
||||
actions/restore_default.png
|
||||
actions/restore_default_150.png
|
||||
actions/restore_default_200.png
|
||||
|
Loading…
Reference in New Issue
Block a user