custom-electron-titlebar 3.2.5 → 3.2.9

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (175) hide show
  1. package/.vscode/launch.json +49 -0
  2. package/.vscode/tasks.json +34 -0
  3. package/README.md +15 -24
  4. package/_config.yml +1 -0
  5. package/{lib → build}/browser/browser.d.ts +0 -0
  6. package/{lib → build}/browser/browser.js +1 -0
  7. package/build/browser/browser.js.map +1 -0
  8. package/{lib → build}/browser/event.d.ts +0 -0
  9. package/{lib → build}/browser/event.js +3 -1
  10. package/build/browser/event.js.map +1 -0
  11. package/{lib → build}/browser/iframe.d.ts +0 -0
  12. package/{lib/base → build}/browser/iframe.js +1 -0
  13. package/build/browser/iframe.js.map +1 -0
  14. package/{lib → build}/browser/keyboardEvent.d.ts +0 -0
  15. package/{lib → build}/browser/keyboardEvent.js +1 -0
  16. package/build/browser/keyboardEvent.js.map +1 -0
  17. package/{lib → build}/browser/mouseEvent.d.ts +0 -0
  18. package/{lib → build}/browser/mouseEvent.js +1 -0
  19. package/build/browser/mouseEvent.js.map +1 -0
  20. package/{lib → build}/common/arrays.d.ts +0 -0
  21. package/{lib → build}/common/arrays.js +1 -0
  22. package/build/common/arrays.js.map +1 -0
  23. package/{lib → build}/common/async.d.ts +0 -0
  24. package/{lib → build}/common/async.js +1 -0
  25. package/build/common/async.js.map +1 -0
  26. package/{lib → build}/common/charCode.d.ts +0 -0
  27. package/{lib/base → build}/common/charCode.js +1 -0
  28. package/build/common/charCode.js.map +1 -0
  29. package/{lib → build}/common/color.d.ts +0 -0
  30. package/{lib → build}/common/color.js +1 -0
  31. package/build/common/color.js.map +1 -0
  32. package/{lib → build}/common/dom.d.ts +0 -0
  33. package/{lib → build}/common/dom.js +17 -14
  34. package/build/common/dom.js.map +1 -0
  35. package/{lib → build}/common/event.d.ts +0 -0
  36. package/{lib → build}/common/event.js +2 -1
  37. package/build/common/event.js.map +1 -0
  38. package/{lib → build}/common/iterator.d.ts +0 -0
  39. package/{lib → build}/common/iterator.js +1 -0
  40. package/build/common/iterator.js.map +1 -0
  41. package/{lib → build}/common/keyCodes.d.ts +0 -0
  42. package/{lib → build}/common/keyCodes.js +1 -0
  43. package/build/common/keyCodes.js.map +1 -0
  44. package/{lib → build}/common/lifecycle.d.ts +0 -0
  45. package/{lib → build}/common/lifecycle.js +1 -0
  46. package/build/common/lifecycle.js.map +1 -0
  47. package/{lib → build}/common/linkedList.d.ts +0 -0
  48. package/{lib → build}/common/linkedList.js +1 -0
  49. package/build/common/linkedList.js.map +1 -0
  50. package/{lib → build}/common/platform.d.ts +0 -0
  51. package/{lib → build}/common/platform.js +1 -0
  52. package/build/common/platform.js.map +1 -0
  53. package/{lib → build}/index.d.ts +0 -0
  54. package/{lib → build}/index.js +1 -0
  55. package/build/index.js.map +1 -0
  56. package/{lib → build}/menu/menu.d.ts +0 -0
  57. package/{lib → build}/menu/menu.js +39 -38
  58. package/build/menu/menu.js.map +1 -0
  59. package/{lib → build}/menu/menuitem.d.ts +10 -2
  60. package/{lib → build}/menu/menuitem.js +71 -29
  61. package/build/menu/menuitem.js.map +1 -0
  62. package/{lib → build}/menubar.d.ts +0 -0
  63. package/{lib → build}/menubar.js +38 -34
  64. package/build/menubar.js.map +1 -0
  65. package/{lib → build}/themebar.d.ts +0 -0
  66. package/{lib → build}/themebar.js +31 -2
  67. package/build/themebar.js.map +1 -0
  68. package/{lib → build}/titlebar.d.ts +0 -0
  69. package/{lib → build}/titlebar.js +72 -59
  70. package/build/titlebar.js.map +1 -0
  71. package/package.json +13 -7
  72. package/lib/base/browser/browser.d.ts +0 -25
  73. package/lib/base/browser/browser.js +0 -117
  74. package/lib/base/browser/canIUse.d.ts +0 -18
  75. package/lib/base/browser/canIUse.js +0 -63
  76. package/lib/base/browser/dom.d.ts +0 -230
  77. package/lib/base/browser/dom.js +0 -1080
  78. package/lib/base/browser/event.d.ts +0 -12
  79. package/lib/base/browser/event.js +0 -28
  80. package/lib/base/browser/iframe.d.ts +0 -33
  81. package/lib/base/browser/keyboardEvent.d.ts +0 -40
  82. package/lib/base/browser/keyboardEvent.js +0 -256
  83. package/lib/base/browser/mouseEvent.d.ts +0 -69
  84. package/lib/base/browser/mouseEvent.js +0 -146
  85. package/lib/base/common/arrays.d.ts +0 -149
  86. package/lib/base/common/arrays.js +0 -549
  87. package/lib/base/common/async.d.ts +0 -259
  88. package/lib/base/common/async.js +0 -728
  89. package/lib/base/common/cancellation.d.ts +0 -29
  90. package/lib/base/common/cancellation.js +0 -114
  91. package/lib/base/common/charCode.d.ts +0 -415
  92. package/lib/base/common/color.d.ts +0 -163
  93. package/lib/base/common/color.js +0 -495
  94. package/lib/base/common/errors.d.ts +0 -65
  95. package/lib/base/common/errors.js +0 -164
  96. package/lib/base/common/event.d.ts +0 -248
  97. package/lib/base/common/event.js +0 -703
  98. package/lib/base/common/functional.d.ts +0 -1
  99. package/lib/base/common/functional.js +0 -21
  100. package/lib/base/common/iterator.d.ts +0 -16
  101. package/lib/base/common/iterator.js +0 -82
  102. package/lib/base/common/keyCodes.d.ts +0 -268
  103. package/lib/base/common/keyCodes.js +0 -292
  104. package/lib/base/common/lifecycle.d.ts +0 -67
  105. package/lib/base/common/lifecycle.js +0 -234
  106. package/lib/base/common/linkedList.d.ts +0 -16
  107. package/lib/base/common/linkedList.js +0 -128
  108. package/lib/base/common/network.d.ts +0 -65
  109. package/lib/base/common/network.js +0 -124
  110. package/lib/base/common/path.d.ts +0 -39
  111. package/lib/base/common/path.js +0 -1407
  112. package/lib/base/common/platform.d.ts +0 -53
  113. package/lib/base/common/platform.js +0 -176
  114. package/lib/base/common/process.d.ts +0 -5
  115. package/lib/base/common/process.js +0 -18
  116. package/lib/base/common/sequence.d.ts +0 -27
  117. package/lib/base/common/sequence.js +0 -32
  118. package/lib/base/common/uri.d.ts +0 -153
  119. package/lib/base/common/uri.js +0 -612
  120. package/lib/browser/iframe.js +0 -109
  121. package/lib/common/charCode.js +0 -6
  122. package/lib/menu.d.ts +0 -53
  123. package/lib/menu.js +0 -532
  124. package/lib/menuitem.d.ts +0 -46
  125. package/lib/menuitem.js +0 -295
  126. package/lib/vs/base/browser/browser.d.ts +0 -25
  127. package/lib/vs/base/browser/browser.js +0 -117
  128. package/lib/vs/base/browser/canIUse.d.ts +0 -18
  129. package/lib/vs/base/browser/canIUse.js +0 -63
  130. package/lib/vs/base/browser/dom.d.ts +0 -230
  131. package/lib/vs/base/browser/dom.js +0 -1080
  132. package/lib/vs/base/browser/event.d.ts +0 -12
  133. package/lib/vs/base/browser/event.js +0 -28
  134. package/lib/vs/base/browser/iframe.d.ts +0 -33
  135. package/lib/vs/base/browser/iframe.js +0 -109
  136. package/lib/vs/base/browser/keyboardEvent.d.ts +0 -40
  137. package/lib/vs/base/browser/keyboardEvent.js +0 -256
  138. package/lib/vs/base/browser/mouseEvent.d.ts +0 -69
  139. package/lib/vs/base/browser/mouseEvent.js +0 -146
  140. package/lib/vs/base/common/arrays.d.ts +0 -149
  141. package/lib/vs/base/common/arrays.js +0 -549
  142. package/lib/vs/base/common/async.d.ts +0 -259
  143. package/lib/vs/base/common/async.js +0 -728
  144. package/lib/vs/base/common/cancellation.d.ts +0 -29
  145. package/lib/vs/base/common/cancellation.js +0 -114
  146. package/lib/vs/base/common/charCode.d.ts +0 -415
  147. package/lib/vs/base/common/charCode.js +0 -6
  148. package/lib/vs/base/common/color.d.ts +0 -163
  149. package/lib/vs/base/common/color.js +0 -495
  150. package/lib/vs/base/common/errors.d.ts +0 -65
  151. package/lib/vs/base/common/errors.js +0 -164
  152. package/lib/vs/base/common/event.d.ts +0 -248
  153. package/lib/vs/base/common/event.js +0 -703
  154. package/lib/vs/base/common/functional.d.ts +0 -1
  155. package/lib/vs/base/common/functional.js +0 -21
  156. package/lib/vs/base/common/iterator.d.ts +0 -16
  157. package/lib/vs/base/common/iterator.js +0 -82
  158. package/lib/vs/base/common/keyCodes.d.ts +0 -268
  159. package/lib/vs/base/common/keyCodes.js +0 -292
  160. package/lib/vs/base/common/lifecycle.d.ts +0 -67
  161. package/lib/vs/base/common/lifecycle.js +0 -234
  162. package/lib/vs/base/common/linkedList.d.ts +0 -16
  163. package/lib/vs/base/common/linkedList.js +0 -128
  164. package/lib/vs/base/common/network.d.ts +0 -65
  165. package/lib/vs/base/common/network.js +0 -124
  166. package/lib/vs/base/common/path.d.ts +0 -39
  167. package/lib/vs/base/common/path.js +0 -1407
  168. package/lib/vs/base/common/platform.d.ts +0 -53
  169. package/lib/vs/base/common/platform.js +0 -176
  170. package/lib/vs/base/common/process.d.ts +0 -5
  171. package/lib/vs/base/common/process.js +0 -18
  172. package/lib/vs/base/common/sequence.d.ts +0 -27
  173. package/lib/vs/base/common/sequence.js +0 -32
  174. package/lib/vs/base/common/uri.d.ts +0 -153
  175. package/lib/vs/base/common/uri.js +0 -612
@@ -1,29 +0,0 @@
1
- import { IDisposable } from './lifecycle';
2
- export interface CancellationToken {
3
- /**
4
- * A flag signalling is cancellation has been requested.
5
- */
6
- readonly isCancellationRequested: boolean;
7
- /**
8
- * An event which fires when cancellation is requested. This event
9
- * only ever fires `once` as cancellation can only happen once. Listeners
10
- * that are registered after cancellation will be called (next event loop run),
11
- * but also only once.
12
- *
13
- * @event
14
- */
15
- readonly onCancellationRequested: (listener: (e: any) => any, thisArgs?: any, disposables?: IDisposable[]) => IDisposable;
16
- }
17
- export declare namespace CancellationToken {
18
- function isCancellationToken(thing: unknown): thing is CancellationToken;
19
- const None: CancellationToken;
20
- const Cancelled: CancellationToken;
21
- }
22
- export declare class CancellationTokenSource {
23
- private _token?;
24
- private _parentListener?;
25
- constructor(parent?: CancellationToken);
26
- get token(): CancellationToken;
27
- cancel(): void;
28
- dispose(cancel?: boolean): void;
29
- }
@@ -1,114 +0,0 @@
1
- "use strict";
2
- /*---------------------------------------------------------------------------------------------
3
- * Copyright (c) Microsoft Corporation. All rights reserved.
4
- * Licensed under the MIT License. See License.txt in the project root for license information.
5
- *--------------------------------------------------------------------------------------------*/
6
- Object.defineProperty(exports, "__esModule", { value: true });
7
- exports.CancellationTokenSource = exports.CancellationToken = void 0;
8
- const event_1 = require("./event");
9
- const shortcutEvent = Object.freeze(function (callback, context) {
10
- const handle = setTimeout(callback.bind(context), 0);
11
- return { dispose() { clearTimeout(handle); } };
12
- });
13
- var CancellationToken;
14
- (function (CancellationToken) {
15
- function isCancellationToken(thing) {
16
- if (thing === CancellationToken.None || thing === CancellationToken.Cancelled) {
17
- return true;
18
- }
19
- if (thing instanceof MutableToken) {
20
- return true;
21
- }
22
- if (!thing || typeof thing !== 'object') {
23
- return false;
24
- }
25
- return typeof thing.isCancellationRequested === 'boolean'
26
- && typeof thing.onCancellationRequested === 'function';
27
- }
28
- CancellationToken.isCancellationToken = isCancellationToken;
29
- CancellationToken.None = Object.freeze({
30
- isCancellationRequested: false,
31
- onCancellationRequested: event_1.Event.None
32
- });
33
- CancellationToken.Cancelled = Object.freeze({
34
- isCancellationRequested: true,
35
- onCancellationRequested: shortcutEvent
36
- });
37
- })(CancellationToken = exports.CancellationToken || (exports.CancellationToken = {}));
38
- class MutableToken {
39
- constructor() {
40
- this._isCancelled = false;
41
- this._emitter = null;
42
- }
43
- cancel() {
44
- if (!this._isCancelled) {
45
- this._isCancelled = true;
46
- if (this._emitter) {
47
- this._emitter.fire(undefined);
48
- this.dispose();
49
- }
50
- }
51
- }
52
- get isCancellationRequested() {
53
- return this._isCancelled;
54
- }
55
- get onCancellationRequested() {
56
- if (this._isCancelled) {
57
- return shortcutEvent;
58
- }
59
- if (!this._emitter) {
60
- this._emitter = new event_1.Emitter();
61
- }
62
- return this._emitter.event;
63
- }
64
- dispose() {
65
- if (this._emitter) {
66
- this._emitter.dispose();
67
- this._emitter = null;
68
- }
69
- }
70
- }
71
- class CancellationTokenSource {
72
- constructor(parent) {
73
- this._token = undefined;
74
- this._parentListener = undefined;
75
- this._parentListener = parent && parent.onCancellationRequested(this.cancel, this);
76
- }
77
- get token() {
78
- if (!this._token) {
79
- // be lazy and create the token only when
80
- // actually needed
81
- this._token = new MutableToken();
82
- }
83
- return this._token;
84
- }
85
- cancel() {
86
- if (!this._token) {
87
- // save an object by returning the default
88
- // cancelled token when cancellation happens
89
- // before someone asks for the token
90
- this._token = CancellationToken.Cancelled;
91
- }
92
- else if (this._token instanceof MutableToken) {
93
- // actually cancel
94
- this._token.cancel();
95
- }
96
- }
97
- dispose(cancel = false) {
98
- if (cancel) {
99
- this.cancel();
100
- }
101
- if (this._parentListener) {
102
- this._parentListener.dispose();
103
- }
104
- if (!this._token) {
105
- // ensure to initialize with an empty token if we had none
106
- this._token = CancellationToken.None;
107
- }
108
- else if (this._token instanceof MutableToken) {
109
- // actually dispose
110
- this._token.dispose();
111
- }
112
- }
113
- }
114
- exports.CancellationTokenSource = CancellationTokenSource;
@@ -1,415 +0,0 @@
1
- /**
2
- * An inlined enum containing useful character codes (to be used with String.charCodeAt).
3
- * Please leave the const keyword such that it gets inlined when compiled to JavaScript!
4
- */
5
- export declare const enum CharCode {
6
- Null = 0,
7
- /**
8
- * The `\b` character.
9
- */
10
- Backspace = 8,
11
- /**
12
- * The `\t` character.
13
- */
14
- Tab = 9,
15
- /**
16
- * The `\n` character.
17
- */
18
- LineFeed = 10,
19
- /**
20
- * The `\r` character.
21
- */
22
- CarriageReturn = 13,
23
- Space = 32,
24
- /**
25
- * The `!` character.
26
- */
27
- ExclamationMark = 33,
28
- /**
29
- * The `"` character.
30
- */
31
- DoubleQuote = 34,
32
- /**
33
- * The `#` character.
34
- */
35
- Hash = 35,
36
- /**
37
- * The `$` character.
38
- */
39
- DollarSign = 36,
40
- /**
41
- * The `%` character.
42
- */
43
- PercentSign = 37,
44
- /**
45
- * The `&` character.
46
- */
47
- Ampersand = 38,
48
- /**
49
- * The `'` character.
50
- */
51
- SingleQuote = 39,
52
- /**
53
- * The `(` character.
54
- */
55
- OpenParen = 40,
56
- /**
57
- * The `)` character.
58
- */
59
- CloseParen = 41,
60
- /**
61
- * The `*` character.
62
- */
63
- Asterisk = 42,
64
- /**
65
- * The `+` character.
66
- */
67
- Plus = 43,
68
- /**
69
- * The `,` character.
70
- */
71
- Comma = 44,
72
- /**
73
- * The `-` character.
74
- */
75
- Dash = 45,
76
- /**
77
- * The `.` character.
78
- */
79
- Period = 46,
80
- /**
81
- * The `/` character.
82
- */
83
- Slash = 47,
84
- Digit0 = 48,
85
- Digit1 = 49,
86
- Digit2 = 50,
87
- Digit3 = 51,
88
- Digit4 = 52,
89
- Digit5 = 53,
90
- Digit6 = 54,
91
- Digit7 = 55,
92
- Digit8 = 56,
93
- Digit9 = 57,
94
- /**
95
- * The `:` character.
96
- */
97
- Colon = 58,
98
- /**
99
- * The `;` character.
100
- */
101
- Semicolon = 59,
102
- /**
103
- * The `<` character.
104
- */
105
- LessThan = 60,
106
- /**
107
- * The `=` character.
108
- */
109
- Equals = 61,
110
- /**
111
- * The `>` character.
112
- */
113
- GreaterThan = 62,
114
- /**
115
- * The `?` character.
116
- */
117
- QuestionMark = 63,
118
- /**
119
- * The `@` character.
120
- */
121
- AtSign = 64,
122
- A = 65,
123
- B = 66,
124
- C = 67,
125
- D = 68,
126
- E = 69,
127
- F = 70,
128
- G = 71,
129
- H = 72,
130
- I = 73,
131
- J = 74,
132
- K = 75,
133
- L = 76,
134
- M = 77,
135
- N = 78,
136
- O = 79,
137
- P = 80,
138
- Q = 81,
139
- R = 82,
140
- S = 83,
141
- T = 84,
142
- U = 85,
143
- V = 86,
144
- W = 87,
145
- X = 88,
146
- Y = 89,
147
- Z = 90,
148
- /**
149
- * The `[` character.
150
- */
151
- OpenSquareBracket = 91,
152
- /**
153
- * The `\` character.
154
- */
155
- Backslash = 92,
156
- /**
157
- * The `]` character.
158
- */
159
- CloseSquareBracket = 93,
160
- /**
161
- * The `^` character.
162
- */
163
- Caret = 94,
164
- /**
165
- * The `_` character.
166
- */
167
- Underline = 95,
168
- /**
169
- * The ``(`)`` character.
170
- */
171
- BackTick = 96,
172
- a = 97,
173
- b = 98,
174
- c = 99,
175
- d = 100,
176
- e = 101,
177
- f = 102,
178
- g = 103,
179
- h = 104,
180
- i = 105,
181
- j = 106,
182
- k = 107,
183
- l = 108,
184
- m = 109,
185
- n = 110,
186
- o = 111,
187
- p = 112,
188
- q = 113,
189
- r = 114,
190
- s = 115,
191
- t = 116,
192
- u = 117,
193
- v = 118,
194
- w = 119,
195
- x = 120,
196
- y = 121,
197
- z = 122,
198
- /**
199
- * The `{` character.
200
- */
201
- OpenCurlyBrace = 123,
202
- /**
203
- * The `|` character.
204
- */
205
- Pipe = 124,
206
- /**
207
- * The `}` character.
208
- */
209
- CloseCurlyBrace = 125,
210
- /**
211
- * The `~` character.
212
- */
213
- Tilde = 126,
214
- U_Combining_Grave_Accent = 768,
215
- U_Combining_Acute_Accent = 769,
216
- U_Combining_Circumflex_Accent = 770,
217
- U_Combining_Tilde = 771,
218
- U_Combining_Macron = 772,
219
- U_Combining_Overline = 773,
220
- U_Combining_Breve = 774,
221
- U_Combining_Dot_Above = 775,
222
- U_Combining_Diaeresis = 776,
223
- U_Combining_Hook_Above = 777,
224
- U_Combining_Ring_Above = 778,
225
- U_Combining_Double_Acute_Accent = 779,
226
- U_Combining_Caron = 780,
227
- U_Combining_Vertical_Line_Above = 781,
228
- U_Combining_Double_Vertical_Line_Above = 782,
229
- U_Combining_Double_Grave_Accent = 783,
230
- U_Combining_Candrabindu = 784,
231
- U_Combining_Inverted_Breve = 785,
232
- U_Combining_Turned_Comma_Above = 786,
233
- U_Combining_Comma_Above = 787,
234
- U_Combining_Reversed_Comma_Above = 788,
235
- U_Combining_Comma_Above_Right = 789,
236
- U_Combining_Grave_Accent_Below = 790,
237
- U_Combining_Acute_Accent_Below = 791,
238
- U_Combining_Left_Tack_Below = 792,
239
- U_Combining_Right_Tack_Below = 793,
240
- U_Combining_Left_Angle_Above = 794,
241
- U_Combining_Horn = 795,
242
- U_Combining_Left_Half_Ring_Below = 796,
243
- U_Combining_Up_Tack_Below = 797,
244
- U_Combining_Down_Tack_Below = 798,
245
- U_Combining_Plus_Sign_Below = 799,
246
- U_Combining_Minus_Sign_Below = 800,
247
- U_Combining_Palatalized_Hook_Below = 801,
248
- U_Combining_Retroflex_Hook_Below = 802,
249
- U_Combining_Dot_Below = 803,
250
- U_Combining_Diaeresis_Below = 804,
251
- U_Combining_Ring_Below = 805,
252
- U_Combining_Comma_Below = 806,
253
- U_Combining_Cedilla = 807,
254
- U_Combining_Ogonek = 808,
255
- U_Combining_Vertical_Line_Below = 809,
256
- U_Combining_Bridge_Below = 810,
257
- U_Combining_Inverted_Double_Arch_Below = 811,
258
- U_Combining_Caron_Below = 812,
259
- U_Combining_Circumflex_Accent_Below = 813,
260
- U_Combining_Breve_Below = 814,
261
- U_Combining_Inverted_Breve_Below = 815,
262
- U_Combining_Tilde_Below = 816,
263
- U_Combining_Macron_Below = 817,
264
- U_Combining_Low_Line = 818,
265
- U_Combining_Double_Low_Line = 819,
266
- U_Combining_Tilde_Overlay = 820,
267
- U_Combining_Short_Stroke_Overlay = 821,
268
- U_Combining_Long_Stroke_Overlay = 822,
269
- U_Combining_Short_Solidus_Overlay = 823,
270
- U_Combining_Long_Solidus_Overlay = 824,
271
- U_Combining_Right_Half_Ring_Below = 825,
272
- U_Combining_Inverted_Bridge_Below = 826,
273
- U_Combining_Square_Below = 827,
274
- U_Combining_Seagull_Below = 828,
275
- U_Combining_X_Above = 829,
276
- U_Combining_Vertical_Tilde = 830,
277
- U_Combining_Double_Overline = 831,
278
- U_Combining_Grave_Tone_Mark = 832,
279
- U_Combining_Acute_Tone_Mark = 833,
280
- U_Combining_Greek_Perispomeni = 834,
281
- U_Combining_Greek_Koronis = 835,
282
- U_Combining_Greek_Dialytika_Tonos = 836,
283
- U_Combining_Greek_Ypogegrammeni = 837,
284
- U_Combining_Bridge_Above = 838,
285
- U_Combining_Equals_Sign_Below = 839,
286
- U_Combining_Double_Vertical_Line_Below = 840,
287
- U_Combining_Left_Angle_Below = 841,
288
- U_Combining_Not_Tilde_Above = 842,
289
- U_Combining_Homothetic_Above = 843,
290
- U_Combining_Almost_Equal_To_Above = 844,
291
- U_Combining_Left_Right_Arrow_Below = 845,
292
- U_Combining_Upwards_Arrow_Below = 846,
293
- U_Combining_Grapheme_Joiner = 847,
294
- U_Combining_Right_Arrowhead_Above = 848,
295
- U_Combining_Left_Half_Ring_Above = 849,
296
- U_Combining_Fermata = 850,
297
- U_Combining_X_Below = 851,
298
- U_Combining_Left_Arrowhead_Below = 852,
299
- U_Combining_Right_Arrowhead_Below = 853,
300
- U_Combining_Right_Arrowhead_And_Up_Arrowhead_Below = 854,
301
- U_Combining_Right_Half_Ring_Above = 855,
302
- U_Combining_Dot_Above_Right = 856,
303
- U_Combining_Asterisk_Below = 857,
304
- U_Combining_Double_Ring_Below = 858,
305
- U_Combining_Zigzag_Above = 859,
306
- U_Combining_Double_Breve_Below = 860,
307
- U_Combining_Double_Breve = 861,
308
- U_Combining_Double_Macron = 862,
309
- U_Combining_Double_Macron_Below = 863,
310
- U_Combining_Double_Tilde = 864,
311
- U_Combining_Double_Inverted_Breve = 865,
312
- U_Combining_Double_Rightwards_Arrow_Below = 866,
313
- U_Combining_Latin_Small_Letter_A = 867,
314
- U_Combining_Latin_Small_Letter_E = 868,
315
- U_Combining_Latin_Small_Letter_I = 869,
316
- U_Combining_Latin_Small_Letter_O = 870,
317
- U_Combining_Latin_Small_Letter_U = 871,
318
- U_Combining_Latin_Small_Letter_C = 872,
319
- U_Combining_Latin_Small_Letter_D = 873,
320
- U_Combining_Latin_Small_Letter_H = 874,
321
- U_Combining_Latin_Small_Letter_M = 875,
322
- U_Combining_Latin_Small_Letter_R = 876,
323
- U_Combining_Latin_Small_Letter_T = 877,
324
- U_Combining_Latin_Small_Letter_V = 878,
325
- U_Combining_Latin_Small_Letter_X = 879,
326
- /**
327
- * Unicode Character 'LINE SEPARATOR' (U+2028)
328
- * http://www.fileformat.info/info/unicode/char/2028/index.htm
329
- */
330
- LINE_SEPARATOR = 8232,
331
- /**
332
- * Unicode Character 'PARAGRAPH SEPARATOR' (U+2029)
333
- * http://www.fileformat.info/info/unicode/char/2029/index.htm
334
- */
335
- PARAGRAPH_SEPARATOR = 8233,
336
- /**
337
- * Unicode Character 'NEXT LINE' (U+0085)
338
- * http://www.fileformat.info/info/unicode/char/0085/index.htm
339
- */
340
- NEXT_LINE = 133,
341
- U_CIRCUMFLEX = 94,
342
- U_GRAVE_ACCENT = 96,
343
- U_DIAERESIS = 168,
344
- U_MACRON = 175,
345
- U_ACUTE_ACCENT = 180,
346
- U_CEDILLA = 184,
347
- U_MODIFIER_LETTER_LEFT_ARROWHEAD = 706,
348
- U_MODIFIER_LETTER_RIGHT_ARROWHEAD = 707,
349
- U_MODIFIER_LETTER_UP_ARROWHEAD = 708,
350
- U_MODIFIER_LETTER_DOWN_ARROWHEAD = 709,
351
- U_MODIFIER_LETTER_CENTRED_RIGHT_HALF_RING = 722,
352
- U_MODIFIER_LETTER_CENTRED_LEFT_HALF_RING = 723,
353
- U_MODIFIER_LETTER_UP_TACK = 724,
354
- U_MODIFIER_LETTER_DOWN_TACK = 725,
355
- U_MODIFIER_LETTER_PLUS_SIGN = 726,
356
- U_MODIFIER_LETTER_MINUS_SIGN = 727,
357
- U_BREVE = 728,
358
- U_DOT_ABOVE = 729,
359
- U_RING_ABOVE = 730,
360
- U_OGONEK = 731,
361
- U_SMALL_TILDE = 732,
362
- U_DOUBLE_ACUTE_ACCENT = 733,
363
- U_MODIFIER_LETTER_RHOTIC_HOOK = 734,
364
- U_MODIFIER_LETTER_CROSS_ACCENT = 735,
365
- U_MODIFIER_LETTER_EXTRA_HIGH_TONE_BAR = 741,
366
- U_MODIFIER_LETTER_HIGH_TONE_BAR = 742,
367
- U_MODIFIER_LETTER_MID_TONE_BAR = 743,
368
- U_MODIFIER_LETTER_LOW_TONE_BAR = 744,
369
- U_MODIFIER_LETTER_EXTRA_LOW_TONE_BAR = 745,
370
- U_MODIFIER_LETTER_YIN_DEPARTING_TONE_MARK = 746,
371
- U_MODIFIER_LETTER_YANG_DEPARTING_TONE_MARK = 747,
372
- U_MODIFIER_LETTER_UNASPIRATED = 749,
373
- U_MODIFIER_LETTER_LOW_DOWN_ARROWHEAD = 751,
374
- U_MODIFIER_LETTER_LOW_UP_ARROWHEAD = 752,
375
- U_MODIFIER_LETTER_LOW_LEFT_ARROWHEAD = 753,
376
- U_MODIFIER_LETTER_LOW_RIGHT_ARROWHEAD = 754,
377
- U_MODIFIER_LETTER_LOW_RING = 755,
378
- U_MODIFIER_LETTER_MIDDLE_GRAVE_ACCENT = 756,
379
- U_MODIFIER_LETTER_MIDDLE_DOUBLE_GRAVE_ACCENT = 757,
380
- U_MODIFIER_LETTER_MIDDLE_DOUBLE_ACUTE_ACCENT = 758,
381
- U_MODIFIER_LETTER_LOW_TILDE = 759,
382
- U_MODIFIER_LETTER_RAISED_COLON = 760,
383
- U_MODIFIER_LETTER_BEGIN_HIGH_TONE = 761,
384
- U_MODIFIER_LETTER_END_HIGH_TONE = 762,
385
- U_MODIFIER_LETTER_BEGIN_LOW_TONE = 763,
386
- U_MODIFIER_LETTER_END_LOW_TONE = 764,
387
- U_MODIFIER_LETTER_SHELF = 765,
388
- U_MODIFIER_LETTER_OPEN_SHELF = 766,
389
- U_MODIFIER_LETTER_LOW_LEFT_ARROW = 767,
390
- U_GREEK_LOWER_NUMERAL_SIGN = 885,
391
- U_GREEK_TONOS = 900,
392
- U_GREEK_DIALYTIKA_TONOS = 901,
393
- U_GREEK_KORONIS = 8125,
394
- U_GREEK_PSILI = 8127,
395
- U_GREEK_PERISPOMENI = 8128,
396
- U_GREEK_DIALYTIKA_AND_PERISPOMENI = 8129,
397
- U_GREEK_PSILI_AND_VARIA = 8141,
398
- U_GREEK_PSILI_AND_OXIA = 8142,
399
- U_GREEK_PSILI_AND_PERISPOMENI = 8143,
400
- U_GREEK_DASIA_AND_VARIA = 8157,
401
- U_GREEK_DASIA_AND_OXIA = 8158,
402
- U_GREEK_DASIA_AND_PERISPOMENI = 8159,
403
- U_GREEK_DIALYTIKA_AND_VARIA = 8173,
404
- U_GREEK_DIALYTIKA_AND_OXIA = 8174,
405
- U_GREEK_VARIA = 8175,
406
- U_GREEK_OXIA = 8189,
407
- U_GREEK_DASIA = 8190,
408
- U_OVERLINE = 8254,
409
- /**
410
- * UTF-8 BOM
411
- * Unicode Character 'ZERO WIDTH NO-BREAK SPACE' (U+FEFF)
412
- * http://www.fileformat.info/info/unicode/char/feff/index.htm
413
- */
414
- UTF8_BOM = 65279
415
- }