mirror of
https://github.com/eclipse-cdt/cdt
synced 2025-07-23 17:05:26 +02:00
Bug 544944: Add a description for new Arduino Project
and fix wording of makefile project. These are to take advantage/improve based on new platform feature: https://www.eclipse.org/eclipse/news/4.11/platform.php#onboarding-text which was done in Bug 543746 Change-Id: I4b6c5812adbf0c94e7dd60c80b5150f524e065e5
This commit is contained in:
parent
1370c76c38
commit
481e4f13f0
3 changed files with 5 additions and 2 deletions
|
@ -2,7 +2,7 @@ Manifest-Version: 1.0
|
|||
Bundle-ManifestVersion: 2
|
||||
Bundle-Name: %pluginName
|
||||
Bundle-SymbolicName: org.eclipse.cdt.managedbuilder.ui; singleton:=true
|
||||
Bundle-Version: 9.1.1.qualifier
|
||||
Bundle-Version: 9.1.100.qualifier
|
||||
Bundle-Activator: org.eclipse.cdt.managedbuilder.ui.properties.ManagedBuilderUIPlugin
|
||||
Bundle-Vendor: %providerName
|
||||
Bundle-Localization: plugin
|
||||
|
|
|
@ -78,7 +78,7 @@ WizardConvertMakeProject.name=Convert to a C/C++ Project (Adds C/C++ Nature)
|
|||
WizardConvertMakeProject.description=Convert to a C/C++ Project
|
||||
|
||||
WizardMakeProjFromExisting.name=Existing Code as Makefile Project
|
||||
WizardMakeProjFromExisting.description=Creates a new Makefile project in a directory containing existing code
|
||||
WizardMakeProjFromExisting.description=Create a new Makefile project in a directory containing existing code
|
||||
|
||||
NewMakeFromExisting.name=Makefile Project with Existing Code
|
||||
|
||||
|
|
|
@ -28,6 +28,9 @@
|
|||
id="org.eclipse.cdt.arduino.ui.newProjectWizard"
|
||||
name="Arduino Project"
|
||||
project="true">
|
||||
<description>
|
||||
Create a new Arduino Project
|
||||
</description>
|
||||
</wizard>
|
||||
</extension>
|
||||
<extension
|
||||
|
|
Loading…
Add table
Reference in a new issue