-
Notifications
You must be signed in to change notification settings - Fork 0
/
bcgpedit-maple.xml
executable file
·153 lines (153 loc) · 4.71 KB
/
bcgpedit-maple.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
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
<SETTINGS>
<OPTIONS>
<WordDelimeters>" \t\n,./?LTGT;:\"'{[}]~`%^AMP*()-+=!"</WordDelimeters>
<SpecialDelimiters>";.{}\n"</SpecialDelimiters>
<IntelliSenseChars>".>:"</IntelliSenseChars>
</OPTIONS>
<COLOR_DATA>
<KEYWORDS>
<Color>0000ff</Color>
<CaseSensitive>True</CaseSensitive>
<Keyword>CircleD</Keyword>
<Keyword>CircleArcD</Keyword>
<Keyword>IntersectionSphereSphere</Keyword>
<Keyword>IntersectionSpherePlane</Keyword>
<Keyword>Intersection1LineSphere</Keyword>
<Keyword>nIntersection2LineSphere</Keyword>
<Keyword>Intersection1LineCircle</Keyword>
<Keyword>Intersection2LineCircle</Keyword>
<Keyword>ConeD</Keyword>
<Keyword>Intersection1LineCone</Keyword>
<Keyword>Intersection2LineCone</Keyword>
<Keyword>CylinderD</Keyword>
<Keyword>LineD</Keyword>
<Keyword>SegmentD</Keyword>
<Keyword>RayD</Keyword>
<Keyword>ParallelLine</Keyword>
<Keyword>IntersectionPlanes</Keyword>
<Keyword>PerpendicularLine</Keyword>
<Keyword>NormalLine</Keyword>
<Keyword>CommonPerpendicularLine</Keyword>
<Keyword>Locus</Keyword>
<Keyword>PlaneD</Keyword>
<Keyword>NormalPlane</Keyword>
<Keyword>PolygonD</Keyword>
<Keyword>FreePointD</Keyword>
<Keyword>MidPoint</Keyword>
<Keyword>CircleCenter</Keyword>
<Keyword>SymmetricalPoint</Keyword>
<Keyword>SymmetricalLine</Keyword>
<Keyword>SymmetricalPlane</Keyword>
<Keyword>TranslatedPoint</Keyword>
<Keyword>IntersectionSegments</Keyword>
<Keyword>IntersectionLines</Keyword>
<Keyword>IntersectionLines</Keyword>
<Keyword>IntersectionLinePlane</Keyword>
<Keyword>PointOnSegment</Keyword>
<Keyword>PointOnRay</Keyword>
<Keyword>PointOnLine</Keyword>
<Keyword>PointOnCircleArc</Keyword>
<Keyword>PointOnCircle</Keyword>
<Keyword>PointOnPlane</Keyword>
<Keyword>PointOnSphere</Keyword>
<Keyword>PointOnCylinder</Keyword>
<Keyword>PointOnCone</Keyword>
<Keyword>unsigned</Keyword>
<Keyword>SphereRadiusD</Keyword>
<Keyword>SphereD</Keyword>
</KEYWORDS>
<BLOCKS>
<BLOCK>
<Start>/*</Start>
<End>*/</End>
<Color>"darkgreen"</Color>
<WholeText>true</WholeText>
</BLOCK>
<BLOCK>
<Start>"</Start>
<End>"</End>
<Color>"darkred"</Color>
<WholeText>false</WholeText>
</BLOCK>
<BLOCK>
<Start>//</Start>
<Color>"darkgreen"</Color>
<WholeText>false</WholeText>
</BLOCK>
<BLOCK>
<Start>#</Start>
<Color>"darkgreen"</Color>
<WholeText>false</WholeText>
</BLOCK>
</BLOCKS>
</COLOR_DATA>
<OUTLINE_DATA>
<IgnoreOneLineBlocks>True</IgnoreOneLineBlocks>
<IncludeSpaceLines>True</IncludeSpaceLines>
<CaseSensitive>True</CaseSensitive>
<WholeWords>False</WholeWords>
<EscapeSequences>
<EscapeSequence>\"</EscapeSequence>
<EscapeSequence>\\</EscapeSequence>
</EscapeSequences>
<BLOCKS>
<BLOCK>
<Start>"</Start>
<End>"</End>
<ReplaceString>""</ReplaceString>
<AllowNestedBlocks>False</AllowNestedBlocks>
<Ignore>True</Ignore>
</BLOCK>
<BLOCK>
<Start>{</Start>
<End>}</End>
<ReplaceString>...</ReplaceString>
<KEYWORDS>
<Keyword>else</Keyword>
<Keyword>struct</Keyword>
<Keyword>enum</Keyword>
<Keyword>switch</Keyword>
<Keyword>catch</Keyword>
<Keyword>try</Keyword>
<Keyword>for</Keyword>
<Keyword>operator</Keyword>
<Keyword>class</Keyword>
<Keyword>if</Keyword>
<Keyword>union</Keyword>
<Keyword>do</Keyword>
<Keyword>while</Keyword>
<Keyword>namespace</Keyword>
</KEYWORDS>
</BLOCK>
<BLOCK>
<Start>//</Start>
<End>\n</End>
<ReplaceString>/**/</ReplaceString>
<AllowNestedBlocks>False</AllowNestedBlocks>
<Ignore>True</Ignore>
</BLOCK>
<BLOCK>
<Start>/*</Start>
<End>*/</End>
<ReplaceString>/**/</ReplaceString>
<AllowNestedBlocks>False</AllowNestedBlocks>
</BLOCK>
</BLOCKS>
</OUTLINE_DATA>
<HYPERLINKS>
<EnableHyperlinkSupport>True</EnableHyperlinkSupport>
<HighlightWithColor>True</HighlightWithColor>
<URLPrefixes>
<URLPrefix>http://</URLPrefix>
<URLPrefix>ftp://</URLPrefix>
<URLPrefix>mailto:</URLPrefix>
<URLPrefix>news://</URLPrefix>
<URLPrefix>file://</URLPrefix>
<URLPrefix>telnet://</URLPrefix>
<URLPrefix>gopher://</URLPrefix>
<URLPrefix>prospero://</URLPrefix>
<URLPrefix>wais://</URLPrefix>
<URLPrefix>nntp://</URLPrefix>
</URLPrefixes>
</HYPERLINKS>
</SETTINGS>