Skip to content

Commit abae483

Browse files
authored
Merge pull request #657 from wimjongman/Icons_for_Arduino_menu_656
Icons for arduino menu 656
2 parents b8158ea + 9123a69 commit abae483

File tree

15 files changed

+164
-6
lines changed

15 files changed

+164
-6
lines changed

io.sloeber.ui.nl1/OSGI-INF/l10n/bundle_en.properties

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
extension.name = Arduino Nature
33
page.name = Arduino
44
category.name = Arduino
5-
wizard.name = New Arduino sketch
5+
wizard.name = Sketch
66
wizard.description = Create a new Arduino sketch and import arduino core code if needed.
77
category.name.0 = Arduino
88
wizard.name.0 = Import Arduino libraries in the current project

io.sloeber.ui.nl1/OSGI-INF/l10n/bundle_fr.properties

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
extension.name = Arduino Nature
33
page.name = Arduino
44
category.name = Arduino
5-
wizard.name = New Arduino sketch
5+
wizard.name = Sketch
66
wizard.description = Create a new Arduino sketch and import arduino core code if needed.
77
category.name.0 = Arduino
88
wizard.name.0 = Import Arduino libraries in the current project

io.sloeber.ui/META-INF/MANIFEST.MF

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,8 @@ Require-Bundle: org.eclipse.ui,
1414
org.eclipse.cdt.core,
1515
org.eclipse.ui.forms,
1616
org.eclipse.ui.ide,
17-
org.eclipse.debug.ui
17+
org.eclipse.debug.ui,
18+
org.eclipse.ui.navigator
1819
Bundle-RequiredExecutionEnvironment: JavaSE-1.8
1920
Bundle-ActivationPolicy: lazy
2021
Import-Package: io.sloeber.core.api,

io.sloeber.ui/OSGI-INF/l10n/bundle.properties

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
#Properties file for io.sloeber.ui
22

3-
wizard.name = New Arduino sketch
3+
wizard.name = Arduino Sketch
44
wizard.description = Create a new Arduino sketch and import Arduino core code if needed.
55
wizard.name.0 = Import Arduino libraries into the current project
66
wizard.description.0 = Use this import wizard to import Arduino libraries to you sketch

io.sloeber.ui/icons/folder.png

555 Bytes
Loading

io.sloeber.ui/icons/hammer.png

733 Bytes
Loading

io.sloeber.ui/icons/help.png

516 Bytes
Loading

io.sloeber.ui/icons/learn.png

810 Bytes
Loading

io.sloeber.ui/icons/lens.png

805 Bytes
Loading

io.sloeber.ui/icons/library.png

691 Bytes
Loading

0 commit comments

Comments
 (0)