File tree Expand file tree Collapse file tree 2 files changed +17
-1
lines changed Expand file tree Collapse file tree 2 files changed +17
-1
lines changed Original file line number Diff line number Diff line change @@ -14,7 +14,8 @@ Require-Bundle: org.eclipse.ui,
14
14
org.eclipse.cdt.core,
15
15
org.eclipse.ui.forms,
16
16
org.eclipse.ui.ide,
17
- org.eclipse.debug.ui
17
+ org.eclipse.debug.ui,
18
+ org.eclipse.ui.navigator
18
19
Bundle-RequiredExecutionEnvironment : JavaSE-1.8
19
20
Bundle-ActivationPolicy : lazy
20
21
Import-Package : io.sloeber.core.api,
Original file line number Diff line number Diff line change @@ -159,6 +159,9 @@ The color used by the fourth serial connection of the serial monitor
159
159
%wizard.description
160
160
</description >
161
161
</wizard >
162
+ <primaryWizard
163
+ id =" io.sloeber.eclipse.NewArduinoSketchWizard" >
164
+ </primaryWizard >
162
165
</extension >
163
166
<extension
164
167
point =" org.eclipse.ui.propertyPages" >
@@ -561,4 +564,16 @@ The color used by the fourth serial connection of the serial monitor
561
564
</contextualLaunch >
562
565
</shortcut >
563
566
</extension >
567
+ <extension
568
+ point =" org.eclipse.ui.navigator.navigatorContent" >
569
+ <commonWizard
570
+ type =" new"
571
+ wizardId =" io.sloeber.eclipse.NewArduinoSketchWizard" >
572
+ <enablement >
573
+ <count
574
+ value =" *" >
575
+ </count >
576
+ </enablement >
577
+ </commonWizard >
578
+ </extension >
564
579
</plugin >
You can’t perform that action at this time.
0 commit comments