IDE: New images for next_word and previous_word. Issue #35819, patch from FTurtle.

git-svn-id: trunk@61586 -
This commit is contained in:
juha 2019-07-13 08:29:08 +00:00
parent 47b1f87d9d
commit 00e999485d
11 changed files with 16 additions and 2 deletions

6
.gitattributes vendored
View File

@ -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

View File

@ -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');

Binary file not shown.

After

Width:  |  Height:  |  Size: 187 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 222 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 244 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 193 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 229 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 242 B

View File

@ -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.

View File

@ -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