Skip to main content
aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorNicolas FAUVERGUE2017-06-02 13:25:13 +0000
committervincent lorenzo2018-06-29 09:02:52 +0000
commit97b8becdb934c8ba1e5440d92da4ccab75ec4ce8 (patch)
tree1ecd3d9b3d7fdfef294b378a185b4fe6f9a4b36e /plugins/views/properties
parent66b5376f078ea1b3c4f090d0c747695eacd69fdc (diff)
downloadorg.eclipse.papyrus-97b8becdb934c8ba1e5440d92da4ccab75ec4ce8.tar.gz
org.eclipse.papyrus-97b8becdb934c8ba1e5440d92da4ccab75ec4ce8.tar.xz
org.eclipse.papyrus-97b8becdb934c8ba1e5440d92da4ccab75ec4ce8.zip
Bug 517714: [Properties view][Preferences] The properties view
preferences should be regrouped https://bugs.eclipse.org/bugs/show_bug.cgi?id=517714 - Change the category of the customization preference page Change-Id: I05114869294abf9dd0ef457fb691eebded76af5d Signed-off-by: Nicolas FAUVERGUE <nicolas.fauvergue@cea.fr> Signed-off-by: Vincent Lorenzo <vincent.lorenzo@cea.fr>
Diffstat (limited to 'plugins/views/properties')
-rw-r--r--plugins/views/properties/org.eclipse.papyrus.views.properties.toolsmiths/OSGI-INF/l10n/bundle.properties4
-rw-r--r--plugins/views/properties/org.eclipse.papyrus.views.properties.toolsmiths/plugin.xml2
-rw-r--r--plugins/views/properties/org.eclipse.papyrus.views.properties/plugin.properties2
3 files changed, 4 insertions, 4 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 68f6210617b..271e3f40977 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
@@ -8,7 +8,7 @@ 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
perspective.name = Properties View Customization
-page.name = Properties View Customization
+page.name = Customization
command.description = Customize the Properties view
command.name = Customize properties view
command.description.0 = Toggles the customization's Preview view
@@ -20,5 +20,5 @@ 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
-view.name = Property View Render
+view.name = Properties Customization Preview
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 2436ade6b31..c76e83ff3f1 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
@@ -81,7 +81,7 @@
<extension
point="org.eclipse.ui.preferencePages">
<page
- category="org.eclipse.papyrus.infra.core.sasheditor.preferences.generalcategory"
+ category="org.eclipse.papyrus.views.properties.propertyview"
class="org.eclipse.papyrus.views.properties.toolsmiths.preferences.CustomizationPreferencePage"
id="org.eclipse.papyrus.customization.properties.preferences"
name="%page.name">
diff --git a/plugins/views/properties/org.eclipse.papyrus.views.properties/plugin.properties b/plugins/views/properties/org.eclipse.papyrus.views.properties/plugin.properties
index 92ba4e32647..82a5bb9804e 100644
--- a/plugins/views/properties/org.eclipse.papyrus.views.properties/plugin.properties
+++ b/plugins/views/properties/org.eclipse.papyrus.views.properties/plugin.properties
@@ -15,7 +15,7 @@ pluginName = Papyrus Properties View
providerName = Eclipse Modeling Project
Bundle-Vendor = Eclipse Modeling Project
-page.name = Property views
+page.name = Properties views
extension-point.contextStorage = Context Storage Providers
pluginDescription=This plug-in provides the default Properties Configuration Manager and preference page.

Back to the top