File: plugin.properties

package info (click to toggle)
eclipse-emf 2.24.0%2Bdfsg-1
  • links: PTS, VCS
  • area: main
  • in suites: bullseye
  • size: 62,044 kB
  • sloc: java: 644,589; xml: 11,649; makefile: 5
file content (192 lines) | stat: -rw-r--r-- 9,094 bytes parent folder | download | duplicates (3)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
pluginName = EMF Xcore Edit Support
providerName = Eclipse Modeling Project

_UI_CreateChild_text = {0}
_UI_CreateChild_text2 = {1} {0}
_UI_CreateChild_text3 = {1}
_UI_CreateChild_tooltip = Create New {0} Under {1} Feature
_UI_CreateChild_description = Create a new child of type {0} for the {1} feature of the selected {2}.
_UI_CreateSibling_description = Create a new sibling of type {0} for the selected {2}, under the {1} feature of their parent.

_UI_PropertyDescriptor_description = The {0} of the {1}

_UI_XAnnotation_type = XAnnotation
_UI_XAnnotationDirective_type = XAnnotation Directive
_UI_XAttribute_type = XAttribute
_UI_XClass_type = XClass
_UI_XClassifier_type = XClassifier
_UI_XDataType_type = XData Type
_UI_XEnum_type = XEnum
_UI_XEnumLiteral_type = XEnum Literal
_UI_XGenericType_type = XGeneric Type
_UI_XImportDirective_type = XImport Directive
_UI_XMember_type = XMember
_UI_XModelElement_type = XModel Element
_UI_XNamedElement_type = XNamed Element
_UI_XOperation_type = XOperation
_UI_XPackage_type = XPackage
_UI_XParameter_type = XParameter
_UI_XReference_type = XReference
_UI_XStringToStringMapEntry_type = XString To String Map Entry
_UI_XStructuralFeature_type = XStructural Feature
_UI_XTypedElement_type = XTyped Element
_UI_XTypeParameter_type = XType Parameter
_UI_XExpression_type = XExpression
_UI_XIfExpression_type = XIf Expression
_UI_XSwitchExpression_type = XSwitch Expression
_UI_XCasePart_type = XCase Part
_UI_XBlockExpression_type = XBlock Expression
_UI_XVariableDeclaration_type = XVariable Declaration
_UI_XAbstractFeatureCall_type = XAbstract Feature Call
_UI_XMemberFeatureCall_type = XMember Feature Call
_UI_XFeatureCall_type = XFeature Call
_UI_XConstructorCall_type = XConstructor Call
_UI_XBooleanLiteral_type = XBoolean Literal
_UI_XNullLiteral_type = XNull Literal
_UI_XIntLiteral_type = XInt Literal
_UI_XStringLiteral_type = XString Literal
_UI_XClosure_type = XClosure
_UI_XCastedExpression_type = XCasted Expression
_UI_XBinaryOperation_type = XBinary Operation
_UI_XUnaryOperation_type = XUnary Operation
_UI_XForLoopExpression_type = XFor Loop Expression
_UI_XAbstractWhileExpression_type = XAbstract While Expression
_UI_XDoWhileExpression_type = XDo While Expression
_UI_XWhileExpression_type = XWhile Expression
_UI_XTypeLiteral_type = XType Literal
_UI_XInstanceOfExpression_type = XInstance Of Expression
_UI_XThrowExpression_type = XThrow Expression
_UI_XTryCatchFinallyExpression_type = XTry Catch Finally Expression
_UI_XCatchClause_type = XCatch Clause
_UI_XAssignment_type = XAssignment
_UI_XReturnExpression_type = XReturn Expression
_UI_Unknown_type = Object

_UI_Unknown_datatype= Value

_UI_XAnnotation_source_feature = Source
_UI_XAnnotation_details_feature = Details
_UI_XAnnotation_modelElement_feature = Model Element
_UI_XAnnotationDirective_sourceURI_feature = Source URI
_UI_XAnnotationDirective_package_feature = Package
_UI_XAttribute_defaultValueLiteral_feature = Default Value Literal
_UI_XAttribute_iD_feature = ID
_UI_XClass_abstract_feature = Abstract
_UI_XClass_interface_feature = Interface
_UI_XClass_members_feature = Members
_UI_XClass_superTypes_feature = Super Types
_UI_XClassifier_instanceType_feature = Instance Type
_UI_XClassifier_package_feature = Package
_UI_XClassifier_typeParameters_feature = Type Parameters
_UI_XDataType_serializable_feature = Serializable
_UI_XDataType_createBody_feature = Create Body
_UI_XDataType_convertBody_feature = Convert Body
_UI_XEnum_literals_feature = Literals
_UI_XEnumLiteral_value_feature = Value
_UI_XEnumLiteral_literal_feature = Literal
_UI_XEnumLiteral_enum_feature = Enum
_UI_XGenericType_upperBound_feature = Upper Bound
_UI_XGenericType_typeArguments_feature = Type Arguments
_UI_XGenericType_lowerBound_feature = Lower Bound
_UI_XGenericType_type_feature = Type
_UI_XImportDirective_importedNamespace_feature = Imported Namespace
_UI_XImportDirective_importedObject_feature = Imported Object
_UI_XImportDirective_package_feature = Package
_UI_XMember_containingClass_feature = Containing Class
_UI_XModelElement_annotations_feature = Annotations
_UI_XNamedElement_name_feature = Name
_UI_XOperation_typeParameters_feature = Type Parameters
_UI_XOperation_parameters_feature = Parameters
_UI_XOperation_exceptions_feature = Exceptions
_UI_XOperation_body_feature = Body
_UI_XPackage_importDirectives_feature = Import Directives
_UI_XPackage_annotationDirectives_feature = Annotation Directives
_UI_XPackage_classifiers_feature = Classifiers
_UI_XParameter_operation_feature = Operation
_UI_XReference_container_feature = Container
_UI_XReference_containment_feature = Containment
_UI_XReference_resolveProxies_feature = Resolve Proxies
_UI_XReference_local_feature = Local
_UI_XReference_opposite_feature = Opposite
_UI_XReference_keys_feature = Keys
_UI_XStringToStringMapEntry_key_feature = Key
_UI_XStringToStringMapEntry_value_feature = Value
_UI_XStructuralFeature_readonly_feature = Readonly
_UI_XStructuralFeature_volatile_feature = Volatile
_UI_XStructuralFeature_transient_feature = Transient
_UI_XStructuralFeature_unsettable_feature = Unsettable
_UI_XStructuralFeature_derived_feature = Derived
_UI_XStructuralFeature_getBody_feature = Get Body
_UI_XStructuralFeature_setBody_feature = Set Body
_UI_XStructuralFeature_isSetBody_feature = Is Set Body
_UI_XStructuralFeature_unsetBody_feature = Unset Body
_UI_XTypedElement_unordered_feature = Unordered
_UI_XTypedElement_unique_feature = Unique
_UI_XTypedElement_type_feature = Type
_UI_XTypedElement_multiplicity_feature = Multiplicity
_UI_XTypeParameter_bounds_feature = Bounds
_UI_XIfExpression_if_feature = If
_UI_XIfExpression_then_feature = Then
_UI_XIfExpression_else_feature = Else
_UI_XSwitchExpression_switch_feature = Switch
_UI_XSwitchExpression_cases_feature = Cases
_UI_XSwitchExpression_default_feature = Default
_UI_XSwitchExpression_localVarName_feature = Local Var Name
_UI_XCasePart_case_feature = Case
_UI_XCasePart_then_feature = Then
_UI_XCasePart_typeGuard_feature = Type Guard
_UI_XBlockExpression_expressions_feature = Expressions
_UI_XVariableDeclaration_type_feature = Type
_UI_XVariableDeclaration_name_feature = Name
_UI_XVariableDeclaration_right_feature = Right
_UI_XVariableDeclaration_writeable_feature = Writeable
_UI_XAbstractFeatureCall_feature_feature = Feature
_UI_XAbstractFeatureCall_typeArguments_feature = Type Arguments
_UI_XAbstractFeatureCall_implicitReceiver_feature = Implicit Receiver
_UI_XAbstractFeatureCall_invalidFeatureIssueCode_feature = Invalid Feature Issue Code
_UI_XAbstractFeatureCall_validFeature_feature = Valid Feature
_UI_XAbstractFeatureCall_implicitFirstArgument_feature = Implicit First Argument
_UI_XMemberFeatureCall_memberCallTarget_feature = Member Call Target
_UI_XMemberFeatureCall_memberCallArguments_feature = Member Call Arguments
_UI_XMemberFeatureCall_explicitOperationCall_feature = Explicit Operation Call
_UI_XMemberFeatureCall_spreading_feature = Spreading
_UI_XMemberFeatureCall_nullSafe_feature = Null Safe
_UI_XFeatureCall_featureCallArguments_feature = Feature Call Arguments
_UI_XFeatureCall_explicitOperationCall_feature = Explicit Operation Call
_UI_XFeatureCall_declaringType_feature = Declaring Type
_UI_XConstructorCall_constructor_feature = Constructor
_UI_XConstructorCall_arguments_feature = Arguments
_UI_XConstructorCall_typeArguments_feature = Type Arguments
_UI_XConstructorCall_invalidFeatureIssueCode_feature = Invalid Feature Issue Code
_UI_XConstructorCall_validFeature_feature = Valid Feature
_UI_XBooleanLiteral_isTrue_feature = Is True
_UI_XIntLiteral_value_feature = Value
_UI_XStringLiteral_value_feature = Value
_UI_XClosure_declaredFormalParameters_feature = Declared Formal Parameters
_UI_XClosure_expression_feature = Expression
_UI_XClosure_explicitSyntax_feature = Explicit Syntax
_UI_XClosure_implicitParameter_feature = Implicit Parameter
_UI_XCastedExpression_type_feature = Type
_UI_XCastedExpression_target_feature = Target
_UI_XBinaryOperation_leftOperand_feature = Left Operand
_UI_XBinaryOperation_rightOperand_feature = Right Operand
_UI_XUnaryOperation_operand_feature = Operand
_UI_XForLoopExpression_forExpression_feature = For Expression
_UI_XForLoopExpression_eachExpression_feature = Each Expression
_UI_XForLoopExpression_declaredParam_feature = Declared Param
_UI_XAbstractWhileExpression_predicate_feature = Predicate
_UI_XAbstractWhileExpression_body_feature = Body
_UI_XTypeLiteral_type_feature = Type
_UI_XInstanceOfExpression_type_feature = Type
_UI_XInstanceOfExpression_expression_feature = Expression
_UI_XThrowExpression_expression_feature = Expression
_UI_XTryCatchFinallyExpression_expression_feature = Expression
_UI_XTryCatchFinallyExpression_finallyExpression_feature = Finally Expression
_UI_XTryCatchFinallyExpression_catchClauses_feature = Catch Clauses
_UI_XCatchClause_expression_feature = Expression
_UI_XCatchClause_declaredParam_feature = Declared Param
_UI_XAssignment_assignable_feature = Assignable
_UI_XAssignment_value_feature = Value
_UI_XReturnExpression_expression_feature = Expression
_UI_Unknown_feature = Unspecified