-
Notifications
You must be signed in to change notification settings - Fork 2
/
filter.xml
58 lines (47 loc) · 1.15 KB
/
filter.xml
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
<?xml version="1.0" encoding="UTF-8"?>
<filter xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
xsi:noNamespaceSchemaLocation="filter.xsd">
<!--
<toolbarTaggedActions>
<path>Author/Full_tags</path>
<path>Author/Block_tags</path>
<path>Author/Inline_tags</path>
</toolbarTaggedActions>
<menuOrTaggedActions>
<path>Edit/Review/Track_Changes</path>
</menuOrTaggedActions>
<components>
<tag>Navigation</tag>
</components>
<accelActions>
<path>Edit/Track_Changes</path>
<path>Edit/Accept_Change</path>
<path>Edit/Reject_Change</path>
<path>Edit/Comment_Change</path>
</accelActions>
<contentTypes>
<contentType>text/ant</contentType>
</contentTypes>
<optionPanes>
<key>key.debugger.option.pane</key>
</optionPanes>
<options>
<key>ant.file.patterns</key>
</options>
<newEditorTamplates>
<name>Ant Build</name>
</newEditorTamplates>
<debuggerPerspective/>
<shMarkers>
<marker>Ant Property</marker>
</shMarkers>
<masterFilesSupport/>
<toolbarComposites>
<composite>Validate</composite>
<composite>Styles</composite>
</toolbarComposites>
-->
<editorPage>
<pageID>Grid</pageID>
</editorPage>
</filter>