Skip to main content
aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorFrancois Le Fevre2017-06-08 07:55:26 +0000
committervincent lorenzo2017-08-07 15:06:38 +0000
commitdf6704233ea18a2485de2709a6647ab9205cdba9 (patch)
treee48d88e0755e68c9dcb627fa51884b4a176eff4e /plugins/views/properties
parentfa12ea847f64550e6a82c122fcf616219d3c431d (diff)
downloadorg.eclipse.papyrus-df6704233ea18a2485de2709a6647ab9205cdba9.tar.gz
org.eclipse.papyrus-df6704233ea18a2485de2709a6647ab9205cdba9.tar.xz
org.eclipse.papyrus-df6704233ea18a2485de2709a6647ab9205cdba9.zip
bug 517752 - Papyrus views have the project name in their titles
Actions -assign right category for the views -removing papyrus word for view -adding default Papyrus icon when missing -adding a wizard category for table -typo correction -rebase on master Tests -start runtime and check views Change-Id: If12a6f47b20ff8c174198f31082dff1d7412a674 Task-Url: https://bugs.eclipse.org/bugs/show_bug.cgi?id=517752 Signed-off-by: Francois Le Fevre <francois.le-fevre@cea.fr>
Diffstat (limited to 'plugins/views/properties')
-rw-r--r--plugins/views/properties/org.eclipse.papyrus.views.properties.toolsmiths/OSGI-INF/l10n/bundle.properties5
-rw-r--r--plugins/views/properties/org.eclipse.papyrus.views.properties.toolsmiths/plugin.xml6
2 files changed, 8 insertions, 3 deletions
diff --git a/plugins/views/properties/org.eclipse.papyrus.views.properties.toolsmiths/OSGI-INF/l10n/bundle.properties b/plugins/views/properties/org.eclipse.papyrus.views.properties.toolsmiths/OSGI-INF/l10n/bundle.properties
index 53a0345df64..278944da194 100644
--- a/plugins/views/properties/org.eclipse.papyrus.views.properties.toolsmiths/OSGI-INF/l10n/bundle.properties
+++ b/plugins/views/properties/org.eclipse.papyrus.views.properties.toolsmiths/OSGI-INF/l10n/bundle.properties
@@ -7,7 +7,6 @@ customize.command.mnemonic = C
customize.command.tooltip = Customize the content of the Properties View
customize.command.description = This command allows customization of the content of the properties view
customize.command.name = Customize properties view
-view.name = Customization Preview
perspective.name = Properties View Customization
page.name = Properties View Customization
command.description = Customize the Properties view
@@ -20,4 +19,6 @@ toolbar.label = Papyrus customization toolbar
command.label = Toggle preview
command.tooltip = Toggles the customization's Preview view
command.label.0 = Toggle DataContext
-command.tooltip.0 = Toggles the display of DataContext in the UIEditor view \ No newline at end of file
+command.tooltip.0 = Toggles the display of DataContext in the UIEditor view
+view.name = Property View Render
+category.name = Papyrus Toolsmiths \ No newline at end of file
diff --git a/plugins/views/properties/org.eclipse.papyrus.views.properties.toolsmiths/plugin.xml b/plugins/views/properties/org.eclipse.papyrus.views.properties.toolsmiths/plugin.xml
index a3118100f9c..2436ade6b31 100644
--- a/plugins/views/properties/org.eclipse.papyrus.views.properties.toolsmiths/plugin.xml
+++ b/plugins/views/properties/org.eclipse.papyrus.views.properties.toolsmiths/plugin.xml
@@ -51,13 +51,17 @@
point="org.eclipse.ui.views">
<view
allowMultiple="true"
- category="org.eclipse.papyrus.views.category"
+ category="org.eclipse.papyrus.toolsmiths.views.category"
class="org.eclipse.papyrus.views.properties.toolsmiths.editor.preview.Preview"
icon="icons/preview.png"
id="org.eclipse.papyrus.customization.properties.preview"
name="%view.name"
restorable="true">
</view>
+ <category
+ id="org.eclipse.papyrus.toolsmiths.views.category"
+ name="%category.name" >
+ </category>
</extension>
<extension
point="org.eclipse.ui.perspectives">

Back to the top