Skip to main content
aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
Diffstat (limited to 'plugins/toolsmiths')
-rw-r--r--plugins/toolsmiths/org.eclipse.papyrus.toolsmiths/models/Customization/ui/SinglePropertyView.xwt13
1 files changed, 12 insertions, 1 deletions
diff --git a/plugins/toolsmiths/org.eclipse.papyrus.toolsmiths/models/Customization/ui/SinglePropertyView.xwt b/plugins/toolsmiths/org.eclipse.papyrus.toolsmiths/models/Customization/ui/SinglePropertyView.xwt
index 6ec1d45f8ca..d0d870f82b3 100644
--- a/plugins/toolsmiths/org.eclipse.papyrus.toolsmiths/models/Customization/ui/SinglePropertyView.xwt
+++ b/plugins/toolsmiths/org.eclipse.papyrus.toolsmiths/models/Customization/ui/SinglePropertyView.xwt
@@ -7,5 +7,16 @@
<ppel:PropertiesLayout></ppel:PropertiesLayout>
</Composite.layout>
<ppe:StringFileSelector input="{Binding}"
- property="customization:FileBasedCustomizableElement:file"></ppe:StringFileSelector>
+ property="customization:FileBasedCustomizableElement:file">
+ <ppe:StringFileSelector.filterNames>
+ <x:Array Type="j:String">
+ <j:String>Property view configuration file</j:String>
+ </x:Array>
+ </ppe:StringFileSelector.filterNames>
+ <ppe:StringFileSelector.filterExtensions>
+ <x:Array Type="j:String">
+ <j:String>*.ctx</j:String>
+ </x:Array>
+ </ppe:StringFileSelector.filterExtensions>
+ </ppe:StringFileSelector>
</Composite> \ No newline at end of file

Back to the top