Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
56 changes: 56 additions & 0 deletions iconpacks/eclipse-dual-tone/dual-tone-icons/enum.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
4 changes: 4 additions & 0 deletions iconpacks/eclipse-dual-tone/icon-mapping.json
Original file line number Diff line number Diff line change
Expand Up @@ -962,6 +962,10 @@
"org.eclipse.ui.navigator.resources/icons/full/eview16/resource_persp.svg",
"org.eclipse.ui.ide/icons/full/obj16/fileFolderType_filter.svg"
],
"enum.svg" : [
"org.eclipse.jdt.ui/icons/full/obj16/enum_obj.svg",
"org.eclipse.jdt.ui/obj16/enum_obj.svg"
],
"export-config.svg": [
"org.eclipse.debug.ui/icons/full/obj16/export_config_obj.svg"
],
Expand Down
1 change: 1 addition & 0 deletions iconpacks/eclipse-dual-tone/semantic-icon-library.json
Original file line number Diff line number Diff line change
Expand Up @@ -29,6 +29,7 @@
"undo.svg": "Undo action.",
"redo.svg": "Redo action.",
"all-instances.svg" : "Show all instances.",
"enum.svg" : "Indicates an enum.",
"search.svg": "Search action.",
"copy.svg" : "Duplicates the selected content to the clipboard without removing it.",
"paste.svg" : "Inserts the clipboard content at the current location.",
Expand Down