Skip to content

Commit 09fc20e

Browse files
committed
Icons for Arduino menu #656
* Added new icons * Attached them to the menu * Added "Preferences" action to the Arduino menu * Added command and handler to open preferences * Created perference util classes
1 parent 95df354 commit 09fc20e

File tree

14 files changed

+145
-3
lines changed

14 files changed

+145
-3
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/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

io.sloeber.ui/icons/preferences.png

626 Bytes
Loading

0 commit comments

Comments
 (0)