Skip to content

Commit d5276c0

Browse files
jasmin261098BeckerWdf
authored andcommitted
Add Icons drag-handlers Pack
Fixes: #507 Fixes: #508
1 parent 982e5cf commit d5276c0

4 files changed

Lines changed: 138 additions & 0 deletions

File tree

Lines changed: 65 additions & 0 deletions
Loading
Lines changed: 65 additions & 0 deletions
Loading

iconpacks/eclipse-dual-tone/icon-mapping.json

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -102,6 +102,12 @@
102102
"org.eclipse.platform.doc.user/images/delete_edit.svg",
103103
"org.eclipse.ui.views.log/icons/elcl16/remove.svg"
104104
],
105+
"drag-handle-horizontal.svg" : [
106+
"org.eclipse.e4.ui.workbench.swt/images/dragHandle-rotated.svg"
107+
],
108+
"drag-handle-vertical.svg" : [
109+
"org.eclipse.e4.ui.workbench.swt/images/dragHandle.svg"
110+
],
105111
"stop_all.svg" : [
106112
"org.eclipse.debug.ui/icons/full/elcl16/terminate_all_co.svg",
107113
"org.eclipse.debug.ui.launchview/icons/terminate_all_co.svg",

iconpacks/eclipse-dual-tone/semantic-icon-library.json

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -34,6 +34,8 @@
3434
"all-instances.svg" : "Show all instances.",
3535
"enum.svg" : "Indicates an enum.",
3636
"search.svg": "Search action.",
37+
"drag-handle-horizontal.svg" : "Drag handle (horizontal).",
38+
"drag-handle-vertical.svg" : "Drag handle (vertical).",
3739
"copy.svg" : "Duplicates the selected content to the clipboard without removing it.",
3840
"java-browsing-view.svg" : "Opens Java browsing view.",
3941
"paste.svg" : "Inserts the clipboard content at the current location.",

0 commit comments

Comments
 (0)