ide: new bookmark icons (designed by FTurtle). Issue #31604, patch by FTurtle

git-svn-id: trunk@54493 -
This commit is contained in:
ondrej 2017-03-28 06:32:10 +00:00
parent 16c115f088
commit aef01fec87
41 changed files with 101 additions and 5 deletions

24
.gitattributes vendored
View File

@ -6411,6 +6411,7 @@ images/actions/laz_wand.png -text svneol=unset#image/png
images/actions/preferences.xpm svneol=native#text/plain
images/bookmark.res -text
images/bookmark.sh svneol=native#text/plain
images/bookmark_images.bat svneol=native#text/plain
images/bookmark_list.txt svneol=native#text/plain
images/btn_downarrow.png -text
images/codeexplorer/ce_class.png -text
@ -6709,6 +6710,8 @@ images/menu/menu_build_file.png -text svneol=unset#image/png
images/menu/menu_build_lazarus.png -text svneol=unset#image/png
images/menu/menu_build_run_file.png -text
images/menu/menu_clean.png -text svneol=unset#image/png
images/menu/menu_clear_all_bookmarks.png -text
images/menu/menu_clear_file_bookmarks.png -text
images/menu/menu_close.png -text svneol=unset#image/png
images/menu/menu_close_all.png -text svneol=unset#image/png
images/menu/menu_codetoolsdefineseditor.png -text svneol=unset#image/png
@ -6725,6 +6728,16 @@ images/menu/menu_environment_options.png -text svneol=unset#image/png
images/menu/menu_exit.png -text svneol=unset#image/png
images/menu/menu_file_print.png -text
images/menu/menu_file_revert.png -text svneol=unset#image/png
images/menu/menu_goto_bookmark0.png -text
images/menu/menu_goto_bookmark1.png -text
images/menu/menu_goto_bookmark2.png -text
images/menu/menu_goto_bookmark3.png -text
images/menu/menu_goto_bookmark4.png -text
images/menu/menu_goto_bookmark5.png -text
images/menu/menu_goto_bookmark6.png -text
images/menu/menu_goto_bookmark7.png -text
images/menu/menu_goto_bookmark8.png -text
images/menu/menu_goto_bookmark9.png -text
images/menu/menu_goto_line.png -text svneol=unset#image/png
images/menu/menu_help.png -text svneol=unset#image/png
images/menu/menu_indent.png -text svneol=unset#image/png
@ -6773,12 +6786,23 @@ images/menu/menu_search_previous_bookmark.png -text
images/menu/menu_search_replace.png -text svneol=unset#image/png
images/menu/menu_search_set_bookmark.png -text svneol=unset#image/png
images/menu/menu_select_all.png -text svneol=unset#image/png
images/menu/menu_set_free_bookmark.png -text
images/menu/menu_stepinto.png -text svneol=unset#image/png
images/menu/menu_stepinto_instr.png -text svneol=unset#image/png
images/menu/menu_stepout.png -text svneol=unset#image/png
images/menu/menu_stepover.png -text svneol=unset#image/png
images/menu/menu_stepover_instr.png -text svneol=unset#image/png
images/menu/menu_stop.png -text svneol=unset#image/png
images/menu/menu_toggle_bookmark0.png -text
images/menu/menu_toggle_bookmark1.png -text
images/menu/menu_toggle_bookmark2.png -text
images/menu/menu_toggle_bookmark3.png -text
images/menu/menu_toggle_bookmark4.png -text
images/menu/menu_toggle_bookmark5.png -text
images/menu/menu_toggle_bookmark6.png -text
images/menu/menu_toggle_bookmark7.png -text
images/menu/menu_toggle_bookmark8.png -text
images/menu/menu_toggle_bookmark9.png -text
images/menu/menu_tool_check_lfm.png -text svneol=unset#image/png
images/menu/menu_tool_dfm_to_lfm.png -text svneol=unset#image/png
images/menu/menu_tool_diff.png -text svneol=unset#image/png

View File

@ -1615,7 +1615,7 @@ begin
AParent:=SrcEditSubMenuGotoBookmarks;
for I := 0 to 9 do
RegisterIDEMenuCommand(AParent,'GotoBookmark'+IntToStr(I),
uemBookmarkN+IntToStr(I), nil, @ExecuteIdeMenuClick, nil, 'bookmark'+IntToStr(I));
uemBookmarkN+IntToStr(I), nil, @ExecuteIdeMenuClick, nil, 'menu_goto_bookmark'+IntToStr(I));
SrcEditMenuNextBookmark:=RegisterIDEMenuCommand(AParent,
'Goto next Bookmark',uemNextBookmark, nil,
@ExecuteIdeMenuClick, nil, 'menu_search_next_bookmark');
@ -1630,13 +1630,13 @@ begin
AParent:=SrcEditSubMenuToggleBookmarks;
for I := 0 to 9 do
RegisterIDEMenuCommand(AParent, 'ToggleBookmark'+IntToStr(I),
uemBookmarkN+IntToStr(I), nil, @ExecuteIdeMenuClick, nil, 'bookmark'+IntToStr(I));
uemBookmarkN+IntToStr(I), nil, @ExecuteIdeMenuClick, nil, 'menu_toggle_bookmark'+IntToStr(I));
SrcEditMenuSetFreeBookmark:=RegisterIDEMenuCommand(AParent,
'Set a free Bookmark',uemSetFreeBookmark, nil, @ExecuteIdeMenuClick);
'Set a free Bookmark',uemSetFreeBookmark, nil, @ExecuteIdeMenuClick, nil, 'menu_set_free_bookmark');
SrcEditMenuClearFileBookmark:=RegisterIDEMenuCommand(AParent,
'Clear Bookmark for current file',srkmecClearBookmarkForFile, nil, @ExecuteIdeMenuClick);
'Clear Bookmark for current file',srkmecClearBookmarkForFile, nil, @ExecuteIdeMenuClick, nil, 'menu_clear_file_bookmarks');
SrcEditMenuClearAllBookmark:=RegisterIDEMenuCommand(AParent,
'Clear all Bookmark',srkmecClearAllBookmark, nil, @ExecuteIdeMenuClick);
'Clear all Bookmark',srkmecClearAllBookmark, nil, @ExecuteIdeMenuClick, nil, 'menu_clear_all_bookmarks');
{%endregion}
{%region *** Debug Section ***}

View File

@ -0,0 +1 @@
..\tools\lazres bookmark.res @bookmark_list.txt

View File

@ -6,3 +6,51 @@ Public domain Tango https://packages.debian.org/sid/tango-icon-theme
Creative Commons. Author and source mentioned.
- pkg_sortalphabetically.png, originally sort_ascend.png by Momenticons (got from findicons.com)
---
Following images were created by FTurtle:
menu directory:
menu_clear_all_bookmarks.png
menu_clear_file_bookmarks.png
menu_goto_bookmark0.png
menu_goto_bookmark1.png
menu_goto_bookmark2.png
menu_goto_bookmark3.png
menu_goto_bookmark4.png
menu_goto_bookmark5.png
menu_goto_bookmark6.png
menu_goto_bookmark7.png
menu_goto_bookmark8.png
menu_goto_bookmark9.png
menu_search_next_bookmark.png
menu_search_previous_bookmark.png
menu_search_set_bookmark.png
menu_set_free_bookmark.png
menu_toggle_bookmark0.png
menu_toggle_bookmark1.png
menu_toggle_bookmark2.png
menu_toggle_bookmark3.png
menu_toggle_bookmark4.png
menu_toggle_bookmark5.png
menu_toggle_bookmark6.png
menu_toggle_bookmark7.png
menu_toggle_bookmark8.png
menu_toggle_bookmark9.png
sourceeditor directory:
bookmark0.png
bookmark1.png
bookmark2.png
bookmark3.png
bookmark4.png
bookmark5.png
bookmark6.png
bookmark7.png
bookmark8.png
bookmark9.png
---

View File

@ -131,6 +131,29 @@ menu/menu_view_toggle_form_unit.png
menu/menu_view_units.png
menu/menu_view_unit_info.png
menu/SelCompPage.png
menu/menu_clear_all_bookmarks.png
menu/menu_clear_file_bookmarks.png
menu/menu_goto_bookmark0.png
menu/menu_goto_bookmark1.png
menu/menu_goto_bookmark2.png
menu/menu_goto_bookmark3.png
menu/menu_goto_bookmark4.png
menu/menu_goto_bookmark5.png
menu/menu_goto_bookmark6.png
menu/menu_goto_bookmark7.png
menu/menu_goto_bookmark8.png
menu/menu_goto_bookmark9.png
menu/menu_set_free_bookmark.png
menu/menu_toggle_bookmark0.png
menu/menu_toggle_bookmark1.png
menu/menu_toggle_bookmark2.png
menu/menu_toggle_bookmark3.png
menu/menu_toggle_bookmark4.png
menu/menu_toggle_bookmark5.png
menu/menu_toggle_bookmark6.png
menu/menu_toggle_bookmark7.png
menu/menu_toggle_bookmark8.png
menu/menu_toggle_bookmark9.png
states/state12x12_error.png
states/state12x12_fatal.png
states/state12x12_hint.png

Binary file not shown.

After

Width:  |  Height:  |  Size: 620 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 646 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 491 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 464 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 506 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 505 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 473 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 475 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 509 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 474 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 508 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 498 B

Binary file not shown.

Before

Width:  |  Height:  |  Size: 441 B

After

Width:  |  Height:  |  Size: 404 B

Binary file not shown.

Before

Width:  |  Height:  |  Size: 445 B

After

Width:  |  Height:  |  Size: 385 B

Binary file not shown.

Before

Width:  |  Height:  |  Size: 474 B

After

Width:  |  Height:  |  Size: 331 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 373 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 583 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 558 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 594 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 594 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 577 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 565 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 598 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 570 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 599 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 590 B

Binary file not shown.

Before

Width:  |  Height:  |  Size: 503 B

After

Width:  |  Height:  |  Size: 454 B

Binary file not shown.

Before

Width:  |  Height:  |  Size: 505 B

After

Width:  |  Height:  |  Size: 429 B

Binary file not shown.

Before

Width:  |  Height:  |  Size: 517 B

After

Width:  |  Height:  |  Size: 471 B

Binary file not shown.

Before

Width:  |  Height:  |  Size: 531 B

After

Width:  |  Height:  |  Size: 469 B

Binary file not shown.

Before

Width:  |  Height:  |  Size: 520 B

After

Width:  |  Height:  |  Size: 443 B

Binary file not shown.

Before

Width:  |  Height:  |  Size: 502 B

After

Width:  |  Height:  |  Size: 440 B

Binary file not shown.

Before

Width:  |  Height:  |  Size: 537 B

After

Width:  |  Height:  |  Size: 472 B

Binary file not shown.

Before

Width:  |  Height:  |  Size: 510 B

After

Width:  |  Height:  |  Size: 438 B

Binary file not shown.

Before

Width:  |  Height:  |  Size: 540 B

After

Width:  |  Height:  |  Size: 471 B

Binary file not shown.

Before

Width:  |  Height:  |  Size: 541 B

After

Width:  |  Height:  |  Size: 462 B