FazBrowse GitHub Viewer
|
Trending
|
URL:
|
Home
Tools:
[Download Repo ZIP]
[View Raw Code]
[Original HTTPS Page]
angularjs-eclipse/org.eclipse.angularjs.ui/plugin.xml at master · sams-pickoh/angularjs-eclipse · GitHub
sams-pickoh
/
angularjs-eclipse
Public
forked from
angelozerr/angularjs-eclipse
Notifications
You must be signed in to change notification settings
Fork
0
Star
0
Code
Pull requests
0
Actions
Projects
Wiki
Security and quality
0
Insights
Additional navigation options
Code
Pull requests
Actions
Projects
Wiki
Security and quality
Insights
Expand file tree
Breadcrumbs
angularjs-eclipse
/
org.eclipse.angularjs.ui
/
plugin.xml
Copy path
More file actions
More file actions
Latest commit
History
History
History
401 lines (364 loc) · 15.4 KB
Breadcrumbs
angularjs-eclipse
/
org.eclipse.angularjs.ui
/
plugin.xml
Copy path
File metadata and controls
401 lines (364 loc) · 15.4 KB
Raw
Copy raw file
Download raw file
Open symbols panel
Edit and raw actions
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
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
321
322
323
324
325
326
327
328
329
330
331
332
333
334
335
336
337
338
339
340
341
342
343
344
345
346
347
348
349
350
351
352
353
354
355
356
357
358
359
360
361
362
363
364
365
366
367
368
369
370
371
372
373
374
375
376
377
378
379
380
381
382
383
384
385
386
387
388
389
390
391
392
393
394
395
396
397
398
399
400
401
<?
xml
version
=
"
1.0
"
encoding
=
"
UTF-8
"
?>
<?
eclipse
version
=
"
3.0
"
?>
<!--
###############################################################################
# Copyright (c) 2013 Angelo Zerr and others.
# All rights reserved. This program and the accompanying materials
# are made available under the terms of the Eclipse Public License v1.0
# which accompanies this distribution, and is available at
# http://www.eclipse.org/legal/epl-v10.html
#
# Contributors:
# Angelo Zerr <angelo.zerr@gmail.com> - Initial API and implementation
###############################################################################
-->
<
plugin
>
<
extension
point
=
"
org.eclipse.ui.startup
"
>
<
startup
class
=
"
org.eclipse.angularjs.internal.ui.AngularUIStartup
"
>
</
startup
>
</
extension
>
<
extension
point
=
"
org.eclipse.core.expressions.propertyTesters
"
>
<
propertyTester
id=
"
org.eclipse.angularjs.internal.ui.AngularNatureTester
"
type=
"
org.eclipse.core.resources.IResource
"
namespace=
"
org.eclipse.angularjs.ui
"
properties=
"
isAngularProject
"
class=
"
org.eclipse.angularjs.internal.ui.AngularNatureTester
"
>
</
propertyTester
>
</
extension
>
<
extension
point
=
"
org.eclipse.wst.sse.ui.editorConfiguration
"
>
<
documentationTextHover
class=
"
org.eclipse.angularjs.internal.ui.taginfo.HTMLAngularTagInfoHoverProcessor
"
target=
"
org.eclipse.wst.html.HTML_DEFAULT
"
>
</
documentationTextHover
>
<
provisionalConfiguration
type=
"
autoeditstrategy
"
class=
"
org.eclipse.angularjs.internal.ui.autoedit.StructuredAutoEditStrategyAngular
"
target=
"
org.eclipse.wst.html.HTML_DEFAULT, org.eclipse.wst.html.HTML_DECLARATION
"
/>
</
extension
>
<
extension
point
=
"
org.eclipse.wst.sse.ui.editorConfiguration
"
>
<
provisionalConfiguration
type=
"
linestyleprovider
"
class=
"
org.eclipse.wst.html.ui.internal.style.LineStyleProviderForHTML
"
target=
"
org.eclipse.wst.html.SCRIPT.type.TEXT/NG-TEMPLATE
"
/>
<
provisionalConfiguration
type=
"
autoeditstrategy
"
class=
"
org.eclipse.wst.html.ui.internal.autoedit.StructuredAutoEditStrategyHTML
"
target=
"
org.eclipse.wst.html.SCRIPT.type.TEXT/NG-TEMPLATE
"
/>
</
extension
>
<!--
Commands:
-->
<
extension
point=
"
org.eclipse.ui.commands
"
>
<
command
id=
"
org.eclipse.angularjs.ui.convertProjectToAngular
"
name=
"
%convertProjectToAngularCommandName
"
categoryId=
"
org.eclipse.ui.category.file
"
>
</
command
>
<!--
navigate
-->
<
command
name
=
"
%ActionDefinition.openAngularElement.name
"
description
=
"
%ActionDefinition.openAngularElement.description
"
categoryId
=
"
org.eclipse.ui.category.navigate
"
id
=
"
org.eclipse.angularjs.ui.navigate.open.angular.element
"
>
</
command
>
</
extension
>
<!--
Handlers:
-->
<
extension
point=
"
org.eclipse.ui.handlers
"
>
<
handler
commandId=
"
org.eclipse.angularjs.ui.convertProjectToAngular
"
class=
"
org.eclipse.angularjs.internal.ui.handlers.ConvertProjectToAngularCommandHandler
"
>
<
activeWhen
>
<
with
variable
=
"
selection
"
>
<
count
value
=
"
1
"
/>
<
iterate
>
<
adapt
type
=
"
org.eclipse.core.resources.IProject
"
>
<
and
>
<
not
>
<
test
property
=
"
org.eclipse.angularjs.ui.isAngularProject
"
/>
</
not
>
</
and
>
</
adapt
>
</
iterate
>
</
with
>
</
activeWhen
>
</
handler
>
</
extension
>
<!--
Action Set:
-->
<
extension
point
=
"
org.eclipse.ui.actionSets
"
>
<
actionSet
label
=
"
%AngularActionSet.label
"
description
=
"
%AngularActionSet.description
"
visible
=
"
false
"
id
=
"
org.eclipse.angularjs.ui.AngularActionSet
"
>
<
action
definitionId
=
"
org.eclipse.angularjs.ui.navigate.open.angular.element
"
label
=
"
%OpenAngularElementAction.label
"
tooltip
=
"
%OpenAngularElementAction.tooltip
"
icon
=
"
icons/full/obj16/angularjs.png
"
class
=
"
org.eclipse.angularjs.internal.ui.actions.OpenAngularElementAction
"
menubarPath
=
"
navigate/open.ext2
"
id
=
"
openAngularElement
"
>
</
action
>
</
actionSet
>
</
extension
>
<
extension
point
=
"
org.eclipse.ui.actionSetPartAssociations
"
>
<
actionSetPartAssociation
targetID
=
"
org.eclipse.angularjs.ui.AngularActionSet
"
>
<
part
id
=
"
org.eclipse.search.SearchResultView
"
>
</
part
>
<
part
id
=
"
org.eclipse.wst.jsdt.ui.PackageExplorer
"
>
</
part
>
<
part
id
=
"
org.eclipse.wst.jsdt.ui.TypeHierarchy
"
>
</
part
>
<
part
id
=
"
org.eclipse.wst.jsdt.ui.CompilationUnitEditor
"
>
</
part
>
<
part
id
=
"
org.eclipse.wst.jsdt.ui.ClassFileEditor
"
>
</
part
>
<
part
id
=
"
org.eclipse.wst.jsdt.ui.PropertiesFileEditor
"
>
</
part
>
<
part
id
=
"
org.eclipse.wst.jsdt.ui.ProjectsView
"
>
</
part
>
<
part
id
=
"
org.eclipse.wst.jsdt.ui.PackagesView
"
>
</
part
>
<
part
id
=
"
org.eclipse.wst.jsdt.ui.TypesView
"
>
</
part
>
<
part
id
=
"
org.eclipse.wst.jsdt.ui.MembersView
"
>
</
part
>
<
part
id
=
"
org.eclipse.wst.jsdt.ui.SourceView
"
>
</
part
>
<
part
id
=
"
org.eclipse.wst.jsdt.ui.SourceView
"
>
</
part
>
<
part
id
=
"
org.eclipse.wst.html.core.htmlsource.source
"
>
</
part
>
<
part
id
=
"
org.eclipse.jst.jsp.core.jspsource.source
"
>
</
part
>
</
actionSetPartAssociation
>
</
extension
>
<
extension
point
=
"
org.eclipse.ui.bindings
"
>
<!--
win32: M1=CTRL, M2=SHIFT, M3=ALT, M4=-
carbon: M1=COMMAND, M2=SHIFT, M3=ALT, M4=CTRL
-->
<
key
sequence
=
"
M1+M2+Z
"
commandId
=
"
org.eclipse.angularjs.ui.navigate.open.angular.element
"
schemeId
=
"
org.eclipse.ui.defaultAcceleratorConfiguration
"
/>
</
extension
>
<!--
Menus:
-->
<
extension
point=
"
org.eclipse.ui.menus
"
>
<!--
contributions to the project configure menu
-->
<
menuContribution
locationURI
=
"
popup:org.eclipse.ui.projectConfigure?after=additions
"
>
<
command
commandId
=
"
org.eclipse.angularjs.ui.convertProjectToAngular
"
>
<
visibleWhen
checkEnabled=
"
true
"
>
</
visibleWhen
>
</
command
>
</
menuContribution
>
</
extension
>
<!--
Preferences:
-->
<
extension
point
=
"
org.eclipse.ui.preferencePages
"
>
<!--
Angular Global preferences page
-->
<
page
class
=
"
org.eclipse.angularjs.internal.ui.preferences.AngularGlobalPreferencesPage
"
id
=
"
org.eclipse.angularjs.preferences
"
name
=
"
%AngularPreferencePage.name
"
/>
<!--
Angular HTML Files preferences page
-->
<
page
category
=
"
org.eclipse.angularjs.preferences
"
class
=
"
org.eclipse.angularjs.internal.ui.preferences.html.HTMLAngularGlobalPreferencesPage
"
id
=
"
org.eclipse.angularjs.html.preferences
"
name
=
"
%HTMLAngularGlobalPreferencesPag.name
"
/>
<!--
Angular Editor preferences page
-->
<
page
category
=
"
org.eclipse.angularjs.html.preferences
"
class
=
"
org.eclipse.angularjs.internal.ui.preferences.html.HTMLAngularEditorPreferencesPage
"
id
=
"
org.eclipse.angularjs.html.preferences.editor
"
name
=
"
%HTMLAngularEditorPreferencePage.name
"
/>
<!--
Angular Syntax Coloring preferences page
-->
<
page
category
=
"
org.eclipse.angularjs.html.preferences.editor
"
class
=
"
org.eclipse.angularjs.internal.ui.preferences.html.HTMLAngularEditorSyntaxColoringPreferencePage
"
id
=
"
org.eclipse.angularjs.html.preferences.editor.syntaxcoloring
"
name
=
"
%HTMLAngularEditorSyntaxColoringPreferencePage.name
"
/>
<!--
Angular Typing preferences page
-->
<
page
category
=
"
org.eclipse.angularjs.html.preferences.editor
"
class
=
"
org.eclipse.angularjs.internal.ui.preferences.html.HTMLAngularTypingPreferencePage
"
id
=
"
org.eclipse.angularjs.html.preferences.editor.typing
"
name
=
"
%HTMLAngularTypingPreferencePage.name
"
/>
</
extension
>
<
extension
point
=
"
org.eclipse.core.runtime.preferences
"
>
<
initializer
class=
"
org.eclipse.angularjs.internal.ui.preferences.AngularUIPreferenceInitializer
"
/>
</
extension
>
<
extension
point
=
"
org.eclipse.ui.propertyPages
"
>
<
page
name
=
"
%AngularMainPropertyPage.name
"
class
=
"
org.eclipse.angularjs.internal.ui.properties.AngularMainPropertyPage
"
id
=
"
org.eclipse.angularjs.internal.ui.properties.AngularMainPropertyPage
"
>
<
enabledWhen
>
<
adapt
type
=
"
org.eclipse.core.resources.IProject
"
>
<
test
property
=
"
org.eclipse.angularjs.ui.isAngularProject
"
/>
</
adapt
>
</
enabledWhen
>
</
page
>
<
page
name
=
"
%DirectivesPropertyPage.name
"
category
=
"
org.eclipse.angularjs.internal.ui.properties.AngularMainPropertyPage
"
class
=
"
org.eclipse.angularjs.internal.ui.properties.DirectivesPropertyPage
"
id
=
"
org.eclipse.angularjs.internal.ui.properties.DirectivesPropertyPage
"
>
<
enabledWhen
>
<
adapt
type
=
"
org.eclipse.core.resources.IProject
"
>
<
test
property
=
"
org.eclipse.angularjs.ui.isAngularProject
"
/>
</
adapt
>
</
enabledWhen
>
</
page
>
<
page
name
=
"
%ExpressionPropertyPage.name
"
category
=
"
org.eclipse.angularjs.internal.ui.properties.AngularMainPropertyPage
"
class
=
"
org.eclipse.angularjs.internal.ui.properties.ExpressionPropertyPage
"
id
=
"
org.eclipse.angularjs.internal.ui.properties.ExpressionPropertyPage
"
>
<
enabledWhen
>
<
adapt
type
=
"
org.eclipse.core.resources.IProject
"
>
<
test
property
=
"
org.eclipse.angularjs.ui.isAngularProject
"
/>
</
adapt
>
</
enabledWhen
>
</
page
>
</
extension
>
<
extension
point
=
"
org.eclipse.wst.sse.ui.completionProposal
"
>
<
proposalCategory
icon
=
"
icons/full/obj16/angularjs.png
"
id
=
"
org.eclipse.angularjs.ui.proposalCategory.htmlTags
"
name
=
"
%proposalCategory.htmlTags
"
>
</
proposalCategory
>
<
proposalComputer
activate
=
"
true
"
categoryId
=
"
org.eclipse.angularjs.ui.proposalCategory.htmlTags
"
class
=
"
org.eclipse.angularjs.ui.contentassist.HTMLAngularTagsCompletionProposalComputer
"
id
=
"
org.eclipse.angularjs.ui.proposalComputer.htmlTags
"
>
<
contentType
id
=
"
org.eclipse.wst.html.core.htmlsource
"
>
<
partitionType
id
=
"
org.eclipse.wst.html.HTML_DEFAULT
"
>
</
partitionType
>
</
contentType
>
</
proposalComputer
>
</
extension
>
<!--
======================================================================================
-->
<!--
As you type validation
-->
<!--
======================================================================================
-->
<
extension
point
=
"
org.eclipse.wst.sse.ui.sourcevalidation
"
>
<
validator
scope=
"
total
"
class=
"
org.eclipse.angularjs.internal.ui.validation.HTMLAngularSourceValidator
"
id=
"
org.eclipse.angularjs.ui.validation.htmlsyntaxvalidator
"
>
<
contentTypeIdentifier
id=
"
org.eclipse.wst.html.core.htmlsource
"
>
<
partitionType
id
=
"
org.eclipse.wst.html.HTML_DEFAULT
"
/>
<
partitionType
id
=
"
org.eclipse.wst.html.HTML_DECLARATION
"
/>
<
partitionType
id
=
"
org.eclipse.wst.html.HTML_COMMENT
"
/>
<
partitionType
id
=
"
org.eclipse.wst.xml.XML_DEFAULT
"
/>
<
partitionType
id
=
"
org.eclipse.wst.sse.ST_DEFAULT
"
/>
</
contentTypeIdentifier
>
</
validator
>
</
extension
>
<!--
Partial Angular Validation for HTML file
-->
<
extension
point
=
"
org.eclipse.wst.sse.ui.sourcevalidation
"
>
<
validator
scope=
"
partial
"
class=
"
org.eclipse.angularjs.ui.validation.HTMLAngularContentValidator
"
id=
"
org.eclipse.angularjs.ui.validation.HTMLAngularContentValidator
"
>
<
contentTypeIdentifier
id=
"
org.eclipse.wst.html.core.htmlsource
"
>
<
partitionType
id
=
"
org.eclipse.wst.html.HTML_DEFAULT
"
/>
<
partitionType
id
=
"
org.eclipse.wst.xml.XML_DEFAULT
"
/>
<
partitionType
id
=
"
org.eclipse.wst.sse.ST_DEFAULT
"
/>
</
contentTypeIdentifier
>
</
validator
>
</
extension
>
<!--
======================================================================================
-->
<!--
Hyperlink
-->
<!--
======================================================================================
-->
<
extension
point=
"
org.eclipse.ui.workbench.texteditor.hyperlinkDetectors
"
>
<
hyperlinkDetector
class=
"
org.eclipse.angularjs.internal.ui.hyperlink.HTMLAngularHyperLinkDetector
"
id=
"
org.eclipse.angularjs.internal.ui.hyperlink.HTMLAngularHyperLinkDetector
"
name=
"
%HTMLAngularHyperLinkDetector.name
"
targetId=
"
org.eclipse.wst.html.core.htmlsource
"
>
</
hyperlinkDetector
>
</
extension
>
<!--
======================================================================================
-->
<!--
Angular Highlighting
-->
<!--
======================================================================================
-->
<
extension
point
=
"
org.eclipse.wst.sse.ui.semanticHighlighting
"
>
<
highlighting
class
=
"
org.eclipse.angularjs.ui.style.DirectiveSemanticHighlighting
"
target
=
"
org.eclipse.wst.html.core.htmlsource
"
styleStringKey
=
"
directiveName
"
>
</
highlighting
>
</
extension
>
<
extension
point
=
"
org.eclipse.wst.sse.ui.semanticHighlighting
"
>
<
highlighting
class
=
"
org.eclipse.angularjs.ui.style.DirectiveParameterSemanticHighlighting
"
target
=
"
org.eclipse.wst.html.core.htmlsource
"
styleStringKey
=
"
directiveParameterName
"
>
</
highlighting
>
</
extension
>
<
extension
point
=
"
org.eclipse.wst.sse.ui.semanticHighlighting
"
>
<
highlighting
class
=
"
org.eclipse.angularjs.ui.style.AngularExpressionSemanticHighlighting
"
target
=
"
org.eclipse.wst.html.core.htmlsource
"
styleStringKey
=
"
angularExpression
"
>
</
highlighting
>
</
extension
>
<
extension
point
=
"
org.eclipse.wst.sse.ui.semanticHighlighting
"
>
<
highlighting
class
=
"
org.eclipse.angularjs.ui.style.AngularExpressionBorderSemanticHighlighting
"
target
=
"
org.eclipse.wst.html.core.htmlsource
"
styleStringKey
=
"
angularExpressionBorder
"
>
</
highlighting
>
</
extension
>
<!--
======================================================================================
-->
<!--
Angular View
-->
<!--
======================================================================================
-->
<
extension
point
=
"
org.eclipse.ui.views
"
>
<
category
name
=
"
%viewCategory.name
"
id
=
"
org.eclipse.angularjs.ui.views
"
>
</
category
>
<
view
name
=
"
%AngularExplorerView.name
"
icon
=
"
$nl$/icons/full/eview16/explorer.png
"
category
=
"
org.eclipse.angularjs.ui.views
"
class
=
"
org.eclipse.angularjs.internal.ui.views.AngularExplorerView
"
id
=
"
org.eclipse.angularjs.ui.views.AngularExplorerView
"
>
</
view
>
</
extension
>
</
plugin
>
Back
|
FazBrowse Home
|
New Git URL