Skip to content

Commit d5616ec

Browse files
vogellaHannesWell
authored andcommitted
Align e4 template for toolbar naming with menu contribution
Currently the PDE wizard show a mix of 3.x and e4 namings, that is inconsistent and should be align. Also make it clear that this work on any platform using 4.x API.
1 parent 270158c commit d5616ec

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

ui/org.eclipse.pde.ui.templates/plugin.properties

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -388,19 +388,19 @@ pluginContent.e4Handler.description=\
388388
<li>a menu contribution to the main menu</li>\
389389
<li>a menu contribution to any popup</li>\
390390
<p>It uses the standard xpath:/ notation to add these contributions to any application model.</p>\
391-
<p>The generated plug-in is also compliant with an Eclipse 3 application running with the compatibility layer.</p>\
391+
<p>The generated plug-in is also compliant with an Eclipse 3 application running on a 4.x platform.</p>\
392392
<p>The handler can be triggered by selecting <b>E4 Menu > Hello world</b> in the main menu or in any view popup menu</p>\
393393
<p><b>Extensions Used</b></p>\
394394
<li>org.eclipse.e4.workbench.model</li>
395395

396-
pluginContent.e4ToolbarContribution.name = Toolbar contribution using e4 API
396+
pluginContent.e4ToolbarContribution.name = Toolbar contribution using 4.x API
397397
pluginContent.e4ToolbarContribution.description=\
398398
<p>This template creates an Eclipse 4 plugin with a model application fragment containing :</p>\
399399
<li>a 'Hello world' command</li>\
400400
<li>a 'Hello world' handler</li>\
401401
<li>a trim contribution to the main toolbar</li>\
402402
<p>It uses the standard xpath:/ notation to add these contributions to any application model.</p>\
403-
<p>The generated plugin is also compliant with an Eclipse 3 application running with the compatibility layer.</p>\
403+
<p>The generated plugin is also compliant with an Eclipse 3 application running on a 4.x platform</p>\
404404
<p>The handler can be triggered by pressing the <b>Hello world</b> button in the main toolbar.</p>\
405405
<p><b>Extensions Used</b></p>\
406406
<li>org.eclipse.e4.workbench.model</li>

0 commit comments

Comments
 (0)