-
-
Notifications
You must be signed in to change notification settings - Fork 43
Expand file tree
/
Copy pathareaConfiguration.xml
More file actions
677 lines (664 loc) · 36.8 KB
/
areaConfiguration.xml
File metadata and controls
677 lines (664 loc) · 36.8 KB
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
402
403
404
405
406
407
408
409
410
411
412
413
414
415
416
417
418
419
420
421
422
423
424
425
426
427
428
429
430
431
432
433
434
435
436
437
438
439
440
441
442
443
444
445
446
447
448
449
450
451
452
453
454
455
456
457
458
459
460
461
462
463
464
465
466
467
468
469
470
471
472
473
474
475
476
477
478
479
480
481
482
483
484
485
486
487
488
489
490
491
492
493
494
495
496
497
498
499
500
501
502
503
504
505
506
507
508
509
510
511
512
513
514
515
516
517
518
519
520
521
522
523
524
525
526
527
528
529
530
531
532
533
534
535
536
537
538
539
540
541
542
543
544
545
546
547
548
549
550
551
552
553
554
555
556
557
558
559
560
561
562
563
564
565
566
567
568
569
570
571
572
573
574
575
576
577
578
579
580
581
582
583
584
585
586
587
588
589
590
591
592
593
594
595
596
597
598
599
600
601
602
603
604
605
606
607
608
609
610
611
612
613
614
615
616
617
618
619
620
621
622
623
624
625
626
627
628
629
630
631
632
633
634
635
636
637
638
639
640
641
642
643
644
645
646
647
648
649
650
651
652
653
654
655
656
657
658
659
660
661
662
663
664
665
666
667
668
669
670
671
672
673
674
675
676
677
<?xml version="1.0" encoding="UTF-8"?>
<root>
<!-- ********************************************************** -->
<!-- ************************ commands ******************** -->
<!-- ********************************************************** -->
<commands>
<include path="Extensions/*/AreaConfigurationExtension.xml" query="root/commands/*"/>
<!-- Parser commands -->
<command id="CmdEditParserParameters" label="_Edit Parser Parameters..." message="EditParserParameters">
<params className="MoMorphData"/>
</command>
<command id="CmdParseAllWords" label="Pa_rse all words" message="ParseAllWords"/>
<command id="CmdStopParser" label="_Stop Parser" message="StopParser"/>
<command id="CmdReparseAllWords" label="_Reparse all words" message="ReparseAllWords"/>
<command id="CmdTryAWord" label="_Try a Word..." icon="tryAWord" message="TryAWord"/>
<command id="CmdParseCurrentWord" label="Parse _Current Word" message="ParseCurrentWord"/>
<command id="CmdParseWordsInCurrentText" label="Parse Words in Te_xt" message="ParseWordsInCurrentText"/>
<command id="CmdClearSelectedWordParserAnalyses" label="Clear Current Word's Parser _Analyses" message="ClearSelectedWordParserAnalyses"/>
<command id="CmdReInitializeParser" label="Re_load Grammar / Lexicon" message="ReInitParser" tooltip="Reloads data from the Grammar and Lexicon, so the parser uses your latest changes."/>
<command id="CmdCheckParserOnCurrentText" label="On Current Text" message="CheckParserOnCurrentText" tooltip="Checks parser on currrent text and reports results."/>
<command id="CmdCheckParserOnGenre" label="On Genre" message="CheckParserOnGenre" tooltip="Checks parser on texts in the selected genre and reports results."/>
<command id="CmdCheckParserOnAll" label="On All Texts" message="CheckParserOnAll" tooltip="Checks parser on all texts and reports results."/>
<command id="CmdShowParserReports" label="Show Test Reports..." message="ShowParserReports" tooltip="Shows test reports."/>
<command id="CmdImportWordSet" label="_Import Word Set..." message="ImportWordSet"/>
<command id="CmdChooseXAmpleParser" label="Default Parser (XAmple)" message="ChooseParser">
<parameters parser="XAmple"/>
</command>
<command id="CmdChooseHCParser" label="Phonological Rule-based Parser (HermitCrab.NET)" message="ChooseParser">
<parameters parser="HC"/>
</command>
<command id="CmdParsingDevelopmentMode" label="Parsing Development" message="SetParsingDevMode">
<parameters value="true"/>
</command>
<command id="CmdTextGlossingMode" label="Text Glossing" message="SetParsingDevMode">
<parameters value="false"/>
</command>
<!-- Texts Area commands-->
<command id="CmdInsertText" label="New _Text" message="InsertInterlinText" shortcut="Ctrl+T" icon="addNewText">
<parameters className="StText"/>
</command>
<command id="CmdChooseTexts" label="Choose Texts..." message="AddTexts" icon="addScripture"/>
<command id="CmdLexiconLookup" label="Find in _Dictionary..." message="LexiconLookup" icon="findInDictionary"/>
<command id="CmdAddNote" label="_Note" message="AddNote" shortcut="Ctrl+N" icon="insertNote"/>
<!--Note: -->
<!--the shortcut="Enter" does not actually work. Other options like shortcut="Ctrl+W: do work. Therefore code was added to
C:\fw60\Src\LexText\Interlinear\InterlinDocView.cs OnKeyDown(KeyEventArgs e) to actually call OnAddWordGlossesToFreeTrans()
LT-9570 -->
<command id="CmdAddWordGlossesToFreeTrans" label="_Word Glosses" message="AddWordGlossesToFreeTrans" shortcut="Enter"/>
<command id="CmdGuessWordBreaks" label="_Guess Word Breaks" message="GuessWordBreaks"/>
<command id="CmdParse" label="_Parse" message="ReParse"/>
<command id="CmdApproveAll" label="Approve All" message="ApproveAll" icon="approveAll"/>
<command id="CmdApprove" label="Approve and _Stay" message="ApproveAndStayPut" shortcut="Ctrl+S"/>
<!--command id="CmdApproveAndStayPut" label="Stay Put" tooltip="Approve (and do not move)" message="ApproveAndStayPut" shortcut="Ctrl+S" /-->
<command id="CmdApproveAndMoveNext" label="_Approve and Move Next" message="ApproveAndMoveNext" shortcut="Enter" icon="approveAndMoveNext"/>
<command id="CmdBrowseMoveNext" label="Move _Next" message="BrowseMoveNext" shortcut="Shift+Enter"/>
<command id="CmdApproveAndMoveNextSameLine" label="Move Next, _Same Line" message="ApproveAndMoveNextSameLine" shortcut="Ctrl+Enter"/>
<command id="CmdApproveForWholeTextAndMoveNext" label="Approve _Throughout this Text" message="ApproveForWholeTextAndMoveNext" shortcut="Ctrl+E" icon="browseAndMoveNext"/>
<command id="CmdBrowseMoveNextSameLine" label="Move Next, _Same Line" message="BrowseMoveNextSameLine" shortcut="Shift+Ctrl+Enter"/>
<command id="CmdMoveFocusBoxRight" label="Move _Right" message="MoveFocusBoxRight" shortcut="Ctrl+Right"/>
<command id="CmdMoveFocusBoxLeft" label="Move _Left" message="MoveFocusBoxLeft" shortcut="Ctrl+Left"/>
<command id="CmdBundleDown" label="Move _Down" message="BundleDown" shortcut="Ctrl+Down"/>
<command id="CmdBundleUp" label="Move _Up" message="BundleUp" shortcut="Ctrl+Up"/>
<command id="CmdMoveFocusBoxRightNc" label="Move _Right" message="MoveFocusBoxRightNc" shortcut="Shift+Ctrl+Right"/>
<command id="CmdMoveFocusBoxLeftNc" label="Move _Left" message="MoveFocusBoxLeftNc" shortcut="Shift+Ctrl+Left"/>
<command id="CmdBundleDownNc" label="Move _Down" message="BundleDownNc" shortcut="Ctrl+Shift+Down"/>
<command id="CmdBundleUpNc" label="Move _Up" message="BundleUpNc" shortcut="Ctrl+Shift+Up"/>
<command id="CmdLastBundle" label="Last Word" message="LastBundle" shortcut="Ctrl+End"/>
<command id="CmdFirstBundle" label="First Word" message="FirstBundle" shortcut="Ctrl+Home"/>
<command id="CmdOpenCombo" label="Open Combo" message="OpenCombo" shortcut="Alt+Down"/>
<command id="CmdNextIncompleteBundle" label="Approve and _Jump to Next Incomplete" message="NextIncompleteBundle" shortcut="Ctrl+J"/>
<command id="CmdNextIncompleteBundleNc" label="_Jump to Next" message="NextIncompleteBundleNc" shortcut="Shift+Ctrl+J"/>
<command id="CmdPrevIncompleteBundle" label="Previous Incomplete Word" message="PrevIncompleteBundle"/>
<!--<command id="CmdToggleRawAndInterlinear" label="Toggle _Baseline and Interlinearize" message="ToggleRawAndInterlinear" shortcut="Ctrl+R"/>-->
<command id="CmdShowMorphology" label="Show _Morphology" message="ShowMorphology" shortcut="Ctrl+M"/>
<command id="CmdBreakPhrase" label="_Break phrase into words" message="BreakPhrase" icon="breakPhrase" shortcut="Ctrl+W"/>
<command id="CmdMakePhrase" label="_Make phrase with next word" message="JoinWords" icon="linkWords" shortcut="Ctrl+M"/>
<!-- The next three commands have different labels, but the same message. -->
<command id="CmdDeleteFreeTrans" label="Delete Free Translation" message="DeleteFreeform"/>
<command id="CmdDeleteLitTrans" label="Delete Literal Translation" message="DeleteFreeform"/>
<command id="CmdDeleteNote" label="Delete Note" message="DeleteFreeform"/>
<command id="CmdConfigureInterlinear" label="Interlinear..." message="ConfigureInterlinear"/>
<command id="CmdExportInterlinear" label="_Export Interlinear..." message="ExportInterlinear"/>
<command id="CmdExportDiscourseChart" label="Export Discourse Chart..." message="ExportDiscourse"/>
<command id="CmdExportConcordanceResult" label="Export Concordance Results..." message="ExportConcordanceResults"/>
<!-- the next two commands duplicate another shortcut, and should not be shown or enabled at the same time as
the focus-box moving commands-->
<command id="CmdRepeatLastMoveLeft" label="Move _Left (last thing moved)" message="RepeatLastMoveLeft" shortcut="Ctrl+Left"/>
<command id="CmdRepeatLastMoveRight" label="Move _Right (last thing moved)" message="RepeatLastMoveRight" shortcut="Ctrl+Right"/>
<!-- Wordform commands -->
<command id="CmdGoToWfiWordform" label="_Find Wordform..." message="GotoWfiWordform" icon="findWordform" shortcut="Ctrl+F">
<parameters title="Go To Wordform" formlabel="Go _To..." okbuttonlabel="_Go"/>
</command>
<command id="CmdShowWordformConc" label="Assign Analysis..." message="ShowWordformConc"/>
<!--<command id="CmdWordformSpellingStatusUnknown" label="Unknown" message="SpellingStatusUnknown"/>
<command id="CmdWordformSpellingStatusGood" label="Good" message="SpellingStatusGood"/>
<command id="CmdWordformSpellingStatusDisapprove" label="Disapproved" message="SpellingStatusDisapprove"/>-->
<command id="CmdDataTree-Merge-MainWordform" label="Merge Wordform..." message="MergeWordform"/>
<command id="CmdDataTree-Delete-MainWordform" label="Delete Wordform..." message="DeleteRecord" icon="Delete"/>
<command id="CmdWordformEditForm" label="Edit..." message="WordformEditForm"/>
<command id="CmdWordformChangeCase" label="Change Case..." message="WordformChangeCase"/>
<!-- Analysis commands -->
<command id="CmdShowHumanApprovedAnalysisConc" label="Assign Analysis..." message="ShowHumanApprovedAnalysisConc"/>
<command id="CmdDataTree-Delete-HumanApprovedAnalysis" label="Delete Analysis..." message="DataTreeDelete" icon="Delete">
<parameters field="Analyses" className="WfiAnalysis"/>
</command>
<command id="CmdDataTree-Delete-ParserProducedAnalysis" label="Delete Candidate..." message="DataTreeDelete" icon="Delete">
<parameters field="Analyses" className="WfiAnalysis"/>
</command>
<command id="CmdDataTree-Delete-HumanDisapprovedAnalysis" label="Delete Disapproved Analysis..." message="DataTreeDelete" icon="Delete">
<parameters field="Analyses" className="WfiAnalysis"/>
</command>
<command id="CmdAnalysisApprove" label="Approve" message="AnalysisApprove"/>
<command id="CmdAnalysisUnknown" label="Unknown" message="AnalysisUnknown"/>
<command id="CmdAnalysisDisapprove" label="Disapprove" message="AnalysisDisapprove"/>
<!-- WfiGloss commands -->
<command id="CmdShowWordGlossConc" label="Assign Analysis..." message="ShowWordGlossConc"/>
<command id="CmdDataTree-Merge-WordGloss" label="Merge Gloss..." message="DataTreeMerge">
<parameters field="Meanings" className="WfiGloss"/>
</command>
<command id="CmdDataTree-Delete-WordGloss" label="Delete Gloss..." message="DataTreeDelete" icon="Delete">
<parameters field="Meanings" className="WfiGloss"/>
</command>
<command id="CmdDataTree-Insert-WordGloss" label="Add Word Gloss" message="DataTreeInsert">
<parameters field="Meanings" className="WfiGloss"/>
</command>
<command id="CmdInsertHumanApprovedAnalysis" label="Add Approved Analysis..." message="AddApprovedAnalysis" icon="addNewAnalysis">
<parameters field="Analyses" className="WfiAnalysis"/>
</command>
<command id="CmdRespeller" label="Change Spelling..." message="LaunchRespellerDlg"/>
<command id="CmdPatternNodeOccurOnce" label="Occurs exactly once" message="PatternNodeSetOccurrence">
<parameters min="1" max="1"/>
</command>
<command id="CmdPatternNodeOccurZeroMore" label="Occurs zero or more times" message="PatternNodeSetOccurrence">
<parameters min="0" max="-1"/>
</command>
<command id="CmdPatternNodeOccurOneMore" label="Occurs one or more times" message="PatternNodeSetOccurrence">
<parameters min="1" max="-1"/>
</command>
<command id="CmdPatternNodeSetOccur" label="Set occurrence (min. and max.)..." message="PatternNodeSetOccurrence"/>
<command id="CmdPatternNodeSetCriteria" label="Set criteria..." message="PatternNodeSetCriteria"/>
<command id="CmdPatternNodeGroup" label="Group" message="PatternNodeGroup"/>
</commands>
<!-- ********************************************************** -->
<!-- ************************ lists *********************** -->
<!-- ********************************************************** -->
<lists>
<include path="Extensions/*/AreaConfigurationExtension.xml" query="root/lists/*"/>
<list id="WordToolsList"/>
</lists>
<!-- ********************************************************** -->
<!-- ************* controls (embedded browse view) ************ -->
<!-- ********************************************************** -->
<controls>
<parameters id="guicontrols">
<guicontrol id="TextInformationPane">
<control>
<!-- dynamicloaderinfo assemblyPath="xWorks.dll" class="SIL.FieldWorks.XWorks.RecordEditView"/ -->
<parameters area="textsWords" clerk="interlinearTexts" relatedClerk="OccurrencesOfSelectedUnit" layout="FullInformation" treeBarAvailability="NotAllowed">
<menuHandler>
<dynamicloaderinfo assemblyPath="LexEdDll.dll" class="SIL.FieldWorks.XWorks.LexEd.LexEntryMenuHandler"/>
</menuHandler>
</parameters>
</control>
</guicontrol>
<guicontrol id="WordformConcordanceBrowseView">
<parameters id="WordformInSegmentsOccurrenceList" selectColumn="true"
defaultChecked="true" omitFromHistory="true" allowInsertDeleteRecord="false"
editable="false" clerk="segmentOccurrencesOfWfiWordform" filterBar="true"
ShowOwnerShortname="true">
<include path="reusableBrowseControlConfiguration.xml" query="reusableControls/control[@id='concordanceColumns']/columns"/>
</parameters>
</guicontrol>
<guicontrol id="AnalysisConcordanceBrowseView">
<parameters id="AnalysisInSegmentsOccurrenceList" selectColumn="true"
defaultChecked="true" omitFromHistory="true" allowInsertDeleteRecord="false"
editable="false" clerk="segmentOccurrencesOfWfiAnalysis" filterBar="true"
ShowOwnerShortname="true">
<include path="reusableBrowseControlConfiguration.xml" query="reusableControls/control[@id='concordanceColumns']/columns"/>
</parameters>
</guicontrol>
<guicontrol id="GlossConcordanceBrowseView">
<parameters id="GlossInSegmentsOccurrenceList" selectColumn="true"
defaultChecked="true" omitFromHistory="true" allowInsertDeleteRecord="false"
editable="false" clerk="segmentOccurrencesOfWfiGloss" filterBar="true"
ShowOwnerShortname="true">
<include path="reusableBrowseControlConfiguration.xml" query="reusableControls/control[@id='concordanceColumns']/columns"/>
</parameters>
</guicontrol>
<guicontrol id="WordformsBrowseView">
<parameters id="simpleWordList" listItemsClass="WfiWordform" clerk="matchingWords"
filterBar="false" treeBarAvailability="NotAllowed" defaultCursor="Arrow"
hscroll="true" editable="false">
<columns>
<column label="Wordform" ws="$ws=best vernacular" editable="false"
width="100%" field="Form">
<span>
<properties>
<editable value="false"/>
</properties>
<string field="Form" ws="$ws=best vernacular"/>
</span>
</column>
</columns>
</parameters>
</guicontrol>
<guicontrol id="MergeWordGlossList">
<parameters id="mergeWordGlossList" listItemsClass="WfiGloss" filterBar="false"
treeBarAvailability="NotAllowed" defaultCursor="Arrow" hscroll="true"
editable="false" selectColumn="false">
<columns>
<column label="Gloss" width="100%" layout="Form" ws="$ws=best analysis" field="Form"/>
</columns>
</parameters>
</guicontrol>
<include path="Extensions/*/AreaConfigurationExtension.xml"
query="root/controls/parameter/guicontrol/*"/>
<clerks>
<!-- this clerk is explicitly known to InterlinearSfmImportWizard.OnFinishButton-->
<clerk id="interlinearTexts" shouldHandleDeletion="false">
<dynamicloaderinfo assemblyPath="xWorks.dll" class="SIL.FieldWorks.XWorks.TemporaryRecordClerk"/>
<recordList owner="LangProject" property="InterestingTexts">
<decoratorClass assemblyPath="xWorks.dll" class="SIL.FieldWorks.XWorks.InterestingTextsDecorator"/>
</recordList>
<filters/>
<sortMethods/>
</clerk>
<clerk id="segmentOccurrencesOfWfiWordform" shouldHandleDeletion="false">
<dynamicloaderinfo assemblyPath="xWorks.dll" class="SIL.FieldWorks.XWorks.TemporaryRecordClerk"/>
<recordList class="WfiWordform" field="ExactOccurrences">
<decoratorClass assemblyPath="xWorks.dll" class="SIL.FieldWorks.XWorks.ConcDecorator"/>
</recordList>
<filters/>
<sortMethods/>
</clerk>
<clerk id="segmentOccurrencesOfWfiAnalysis" shouldHandleDeletion="false">
<dynamicloaderinfo assemblyPath="xWorks.dll" class="SIL.FieldWorks.XWorks.TemporaryRecordClerk"/>
<recordList class="WfiAnalysis" field="ExactOccurrences">
<decoratorClass assemblyPath="xWorks.dll" class="SIL.FieldWorks.XWorks.ConcDecorator"/>
</recordList>
<filters/>
<sortMethods/>
</clerk>
<clerk id="segmentOccurrencesOfWfiGloss" shouldHandleDeletion="false">
<dynamicloaderinfo assemblyPath="xWorks.dll" class="SIL.FieldWorks.XWorks.TemporaryRecordClerk"/>
<recordList class="WfiGloss" field="ExactOccurrences">
<decoratorClass assemblyPath="xWorks.dll" class="SIL.FieldWorks.XWorks.ConcDecorator"/>
</recordList>
<filters/>
<sortMethods/>
</clerk>
<clerk id="matchingWords" shouldHandleDeletion="false">
<dynamicloaderinfo assemblyPath="xWorks.dll" class="SIL.FieldWorks.XWorks.MatchingItemsRecordClerk"/>
<recordList owner="WordformInventory" property="Wordforms">
<dynamicloaderinfo assemblyPath="xWorks.dll" class="SIL.FieldWorks.XWorks.MatchingItemsRecordList"/>
</recordList>
<filters/>
<sortMethods/>
</clerk>
<include path="Extensions/*/AreaConfigurationExtension.xml" query="root/controls/parameter/clerks/clerk/*"/>
</clerks>
</parameters>
</controls>
<!-- ********************************************************** -->
<!-- ************************ menus *********************** -->
<!-- ********************************************************** -->
<menubar>
<menu id="Parser" label="Pa_rser">
<item command="CmdParseAllWords"/>
<item command="CmdReparseAllWords"/>
<item command="CmdReInitializeParser"/>
<item command="CmdStopParser"/>
<item label="-" translate="do not translate"/>
<item command="CmdTryAWord"/>
<item command="CmdParseWordsInCurrentText"/>
<item command="CmdParseCurrentWord"/>
<item command="CmdClearSelectedWordParserAnalyses" defaultVisible="false"/>
<item label="-" translate="do not translate"/>
<menu id="CheckParserMenu" label="Run Tests">
<item command="CmdCheckParserOnCurrentText"/>
<item command="CmdCheckParserOnGenre"/>
<item command="CmdCheckParserOnAll"/>
<item command="CmdShowParserReports"/>
</menu>
<menu id="ChooseParserMenu" label="Choose Parser">
<item command="CmdChooseXAmpleParser"/>
<item command="CmdChooseHCParser"/>
</menu>
<menu id="ChooseModeMenu" label="Interlinear Mode">
<item command="CmdTextGlossingMode"/>
<item command="CmdParsingDevelopmentMode"/>
</menu>
<item command="CmdEditParserParameters"/>
</menu>
<include path="Extensions/*/AreaConfigurationExtension.xml" query="root/menubar/*"/>
</menubar>
<!-- ********************************************************** -->
<!-- ************************ menuAddOn *********************** -->
<!-- ********************************************************** -->
<menuAddOn>
<menu id="FileExport">
<item command="CmdExportInterlinear" defaultVisible="false"/>
<item command="CmdExportDiscourseChart" defaultVisible="false"/>
<item command="CmdExportConcordanceResult" defaultVisible="false"/>
</menu>
<menu id="Edit">
<item command="CmdGoToWfiWordform" defaultVisible="false"/>
</menu>
<menu id="View">
<item command="CmdChooseTexts" defaultVisible="false"/>
<!--<item command="CmdToggleRawAndInterlinear" defaultVisible="false"/>-->
</menu>
<menu id="Data">
<item command="CmdParse" defaultVisible="false"/>
<item label="-" translate="do not translate"/>
<item command="CmdApproveAndMoveNext" defaultVisible="false"/>
<item command="CmdApproveForWholeTextAndMoveNext" defaultVisible="false"/>
<item command="CmdNextIncompleteBundle" defaultVisible="false"/>
<item command="CmdApprove" defaultVisible="false"/>
<menu id="ApproveAnalysisMovementMenu" label="_Approve suggestion and" defaultVisible="false">
<!--item command="CmdApproveAndStayPut" /-->
<item command="CmdApproveAndMoveNextSameLine"/>
<item command="CmdMoveFocusBoxRight"/>
<item command="CmdMoveFocusBoxLeft"/>
</menu>
<menu id="BrowseMovementMenu" label="Leave _suggestion and" defaultVisible="false">
<item command="CmdBrowseMoveNext"/>
<item command="CmdNextIncompleteBundleNc"/>
<item command="CmdBrowseMoveNextSameLine"/>
<item command="CmdMoveFocusBoxRightNc"/>
<item command="CmdMoveFocusBoxLeftNc"/>
</menu>
<item command="CmdMakePhrase" defaultVisible="false"/>
<item command="CmdBreakPhrase" defaultVisible="false"/>
<item label="-" translate="do not translate"/>
<item command="CmdRepeatLastMoveLeft" defaultVisible="false"/>
<item command="CmdRepeatLastMoveRight" defaultVisible="false"/>
<item command="CmdApproveAll" defaultVisible="false"/>
</menu>
<menu id="Insert">
<item command="CmdInsertText" defaultVisible="false"/>
<item label="-" translate="do not translate"/>
<item command="CmdAddNote" defaultVisible="false"/>
<item command="CmdAddWordGlossesToFreeTrans" defaultVisible="false"/>
<item label="Click Inserts Invisible Space" boolProperty="ClickInvisibleSpace" defaultVisible="false" settingsGroup="local" icon="zeroWidth"/>
<item command="CmdGuessWordBreaks" defaultVisible="false"/>
<item label="-" translate="do not translate"/>
<item command="CmdImportWordSet" defaultVisible="false"/>
<item command="CmdInsertHumanApprovedAnalysis" defaultVisible="false"/>
</menu>
<menu id="Tools">
<!-- These two are mutually exclusive.-->
<item command="CmdLexiconLookup" defaultVisible="false"/>
<item label="Add Words to Lexicon" defaultVisible="false" boolProperty="ITexts_AddWordsToLexicon"/>
</menu>
<!-- This is really the Tools-Configure submenu.-->
<menu id="Configure">
<item command="CmdConfigureInterlinear" defaultVisible="false"/>
</menu>
<include path="Extensions/*/AreaConfigurationExtension.xml" query="root/menuAddOn/*"/>
</menuAddOn>
<!-- ********************************************************** -->
<!-- ************************ contextMenus *********************** -->
<!-- ********************************************************** -->
<contextMenus>
<menu id="PaneBar-ITextContent" label="">
<item label="Add Words to Lexicon" boolProperty="ITexts_AddWordsToLexicon" defaultVisible="false" settingsGroup="local"/>
<item label="Show Hidden Fields" boolProperty="ShowHiddenFields-interlinearEdit" defaultVisible="false" settingsGroup="local"/>
</menu>
<menu id="mnuIText-FreeTrans">
<item command="CmdDeleteFreeTrans"/>
</menu>
<menu id="mnuIText-LitTrans">
<item command="CmdDeleteLitTrans"/>
</menu>
<menu id="mnuIText-Note">
<item command="CmdDeleteNote"/>
</menu>
<menu id="mnuIText-RawText">
<item command="CmdCut"/>
<item command="CmdCopy"/>
<item command="CmdPaste"/>
<item label="-" translate="do not translate"/>
<item command="CmdLexiconLookup"/>
<item command="CmdWordformJumpToAnalyses" defaultVisible="false"/>
<item command="CmdWordformJumpToConcordance" defaultVisible="false"/>
<!-- multiple change spelling is also wanted...see LT-4014-->
</menu>
<menu id="mnuFocusBox">
<item command="CmdApproveAndMoveNext"/>
<item command="CmdApproveForWholeTextAndMoveNext"/>
<item command="CmdNextIncompleteBundle"/>
<item command="CmdApprove">Approve the suggested analysis and stay on this word</item>
<menu id="ApproveAnalysisMovementMenu" label="_Approve suggestion and" defaultVisible="false">
<!--item command="CmdApproveAndStayPut" /-->
<item command="CmdApproveAndMoveNextSameLine"/>
<item command="CmdMoveFocusBoxRight"/>
<item command="CmdMoveFocusBoxLeft"/>
</menu>
<menu id="BrowseMovementMenu" label="Leave _suggestion and" defaultVisible="false">
<item command="CmdBrowseMoveNext"/>
<item command="CmdNextIncompleteBundleNc"/>
<item command="CmdBrowseMoveNextSameLine"/>
<item command="CmdMoveFocusBoxRightNc"/>
<item command="CmdMoveFocusBoxLeftNc"/>
</menu>
<item command="CmdMakePhrase" defaultVisible="false"/>
<item command="CmdBreakPhrase" defaultVisible="false"/>
<item label="-" translate="do not translate"/>
<item command="CmdRepeatLastMoveLeft" defaultVisible="false"/>
<item command="CmdRepeatLastMoveRight" defaultVisible="false"/>
<item command="CmdApproveAll">Approve all the suggested analyses and stay on this word</item>
</menu>
<menu id="mnuDataTree-MainWordform">
<item command="CmdShowWordformConc"/>
<item command="CmdRespeller"/>
<!-- Not implemented yet
<menu id="mnuDataTree-WordformEdit" label="Form">
<item command="CmdWordformEditForm"/>
<item command="CmdWordformChangeCase"/>
</menu>
-->
<!--<menu id="mnuDataTree-WordformSpellingStatus" label="Spelling Status">
<item command="CmdWordformSpellingStatusUnknown"/>
<item command="CmdWordformSpellingStatusGood"/>
<item command="CmdWordformSpellingStatusDisapprove"/>
</menu>
<item label="-" translate="do not translate"/>-->
<!-- Not implemented yet
<item command="CmdDataTree-Merge-MainWordform"/>
-->
<item command="CmdDataTree-Delete-MainWordform"/>
</menu>
<menu id="mnuDataTree-WordformSpelling">
<item command="CmdRespeller"/>
</menu>
<menu id="mnuDataTree-MainWordform-Hotlinks">
<!--<item command="CmdWordformEditForm"/>
<item command="CmdWordformChangeCase"/>-->
<item command="CmdShowWordformConc"/>
</menu>
<menu id="mnuDataTree-HumanApprovedAnalysisSummary">
<item command="CmdInsertHumanApprovedAnalysis"/>
</menu>
<menu id="mnuDataTree-HumanApprovedAnalysisSummary-Hotlinks">
<item command="CmdInsertHumanApprovedAnalysis"/>
</menu>
<menu id="mnuDataTree-HumanApprovedAnalysis">
<item command="CmdShowHumanApprovedAnalysisConc"/>
<item command="CmdAnalysisJumpToConcordance"/>
<menu id="mnuDataTree-HumanApprovedStatus" label="User Opinion">
<item command="CmdAnalysisApprove"/>
<item command="CmdAnalysisUnknown"/>
<item command="CmdAnalysisDisapprove"/>
</menu>
<item command="CmdDataTree-Insert-WordGloss"/>
<item label="-" translate="do not translate"/>
<item command="CmdDataTree-Delete-HumanApprovedAnalysis"/>
</menu>
<menu id="mnuDataTree-HumanApprovedAnalysis-Hotlinks">
<!--<item command="CmdAnalysisUnknown"/>
<item command="CmdAnalysisDisapprove"/>-->
<item command="CmdShowHumanApprovedAnalysisConc"/>
</menu>
<menu id="mnuDataTree-ParserProducedAnalysis">
<menu id="mnuDataTree-ParserProducedStatus" label="User Opinion">
<item command="CmdAnalysisApprove"/>
<item command="CmdAnalysisUnknown"/>
<item command="CmdAnalysisDisapprove"/>
</menu>
<item label="-" translate="do not translate"/>
<item command="CmdDataTree-Delete-ParserProducedAnalysis"/>
</menu>
<!--<menu id="mnuDataTree-ParserProducedAnalysis-Hotlinks">
<item command="CmdAnalysisApprove"/>
<item command="CmdAnalysisDisapprove"/>
</menu>-->
<menu id="mnuDataTree-HumanDisapprovedAnalysis">
<menu id="mnuDataTree-HumanDisapprovedStatus" label="User Opinion">
<item command="CmdAnalysisApprove"/>
<item command="CmdAnalysisUnknown"/>
<item command="CmdAnalysisDisapprove"/>
</menu>
<item label="-" translate="do not translate"/>
<item command="CmdDataTree-Delete-HumanDisapprovedAnalysis"/>
</menu>
<!--<menu id="mnuDataTree-HumanDisapprovedAnalysis-Hotlinks">
<item command="CmdAnalysisApprove"/>
<item command="CmdAnalysisUnknown"/>
</menu>-->
<menu id="mnuDataTree-WordGlossForm">
<item command="CmdShowWordGlossConc"/>
<item command="CmdWordGlossJumpToConcordance"/>
<item label="-" translate="do not translate"/>
<item command="CmdDataTree-Merge-WordGloss"/>
<item command="CmdDataTree-Delete-WordGloss"/>
</menu>
<!--<menu id="mnuDataTree-WordGloss">
<item command="CmdDataTree-Insert-WordGloss"/>
</menu>
<menu id="mnuDataTree-WordGloss-Hotlinks">
<item command="CmdDataTree-Insert-WordGloss"/>
</menu>-->
<menu id="mnuComplexConcordance">
<item command="CmdPatternNodeOccurOnce"/>
<item command="CmdPatternNodeOccurZeroMore"/>
<item command="CmdPatternNodeOccurOneMore"/>
<item command="CmdPatternNodeSetOccur"/>
<item label="-" translate="do not translate"/>
<item command="CmdPatternNodeSetCriteria"/>
<item command="CmdPatternNodeGroup"/>
</menu>
<include path="Extensions/*/AreaConfigurationExtension.xml" query="root/contextMenus/*"/>
</contextMenus>
<!-- ********************************************************** -->
<!-- ************************ sidebar *********************** -->
<!-- ********************************************************** -->
<sidebar>
<tab label="Word Tools" list="WordToolsList" behavior="singlePropertyAtomicValue" property="currentContentControl"/>
<!-- <tab label="Filters" list="WordsFiltersList" behavior="singlePropertyAtomicValue" property="words">
<item id="all" label="All" boolProperty="foo" icon="NoFilter"/>
see RecordClerk::OnDisplayWordsFiltersList
</tab>-->
<include path="Extensions/*/AreaConfigurationExtension.xml" query="root/sidebar/*"/>
</sidebar>
<!-- ********************************************************** -->
<!-- ************************ toolbars *********************** -->
<!-- ********************************************************** -->
<toolbars>
<include path="Extensions/*/AreaConfigurationExtension.xml" query="root/toolbars/*"/>
</toolbars>
<!-- ********************************************************** -->
<!-- ************************ toolbarsAddOn *********************** -->
<!-- ********************************************************** -->
<toolbarsAddOn>
<toolbar id="View">
<item command="CmdChooseTexts" defaultVisible="false"/>
</toolbar>
<toolbar id="Insert">
<item command="CmdInsertText" defaultVisible="false"/>
<!--item command="CmdLexiconLookup" defaultVisible="false"/-->
<item label="-" translate="do not translate"/>
<item command="CmdAddNote" defaultVisible="false"/>
<item command="CmdApproveAll" defaultVisible="false"/>
<item command="CmdInsertHumanApprovedAnalysis" defaultVisible="false"/>
<item command="CmdGoToWfiWordform" defaultVisible="false"/>
<item command="CmdFindAndReplaceText" defaultVisible="false"/>
<item command="CmdBreakPhrase" defaultVisible="false"/>
</toolbar>
<include path="Extensions/*/AreaConfigurationExtension.xml" query="root/toolbarsAddOn/*"/>
</toolbarsAddOn>
<!-- ********************************************************** -->
<!-- ************************ resources *********************** -->
<!-- ********************************************************** -->
<resources>
<imageList assemblyPath="ITextDll.dll" class="SIL.FieldWorks.IText.ImageHolder" field="buttonImages" size="small"
labels="findInDictionary, addLiteralTranslation, addFreeTranslation, addNewText, insertNote, findReplaceText, linkWords, breakPhrase, addScripture, approveAndMoveNext, browseAndMoveNext, tryAWord, zeroWidth, approveAll"/>
<include path="Extensions/*/AreaConfigurationExtension.xml" query="root/resources/*"/>
</resources>
<!-- ********************************************************** -->
<!-- ************************ listeners *********************** -->
<!-- ********************************************************** -->
<listeners>
<include path="Extensions/*/AreaConfigurationExtension.xml" query="root/listeners/*"/>
<listener assemblyPath="MorphologyEditorDll.dll" class="SIL.FieldWorks.XWorks.MorphologyEditor.MorphologyListener">
<parameters clerk="concordanceWords"/>
</listener>
<listener assemblyPath="ParserUI.dll" class="SIL.FieldWorks.LexText.Controls.ParserListener"/>
<listener assemblyPath="ParserUI.dll" class="SIL.FieldWorks.LexText.Controls.ParserParametersListener"/>
<listener assemblyPath="ParserUI.dll" class="SIL.FieldWorks.LexText.Controls.ImportWordSetListener"/>
<listener assemblyPath="MorphologyEditorDll.dll" class="SIL.FieldWorks.XWorks.MorphologyEditor.RespellerDlgListener">
<parameters>
<clerks>
<clerk id="SrcWfiWordformConc" shouldHandleDeletion="false">
<dynamicloaderinfo assemblyPath="MorphologyEditorDll.dll" class="SIL.FieldWorks.XWorks.MorphologyEditor.RespellerTemporaryRecordClerk"/>
<recordList class="WfiWordform" field="Occurrences">
<dynamicloaderinfo assemblyPath="MorphologyEditorDll.dll" class="SIL.FieldWorks.XWorks.MorphologyEditor.RespellerRecordList"/>
<decoratorClass assemblyPath="MorphologyEditorDll.dll" class="SIL.FieldWorks.XWorks.MorphologyEditor.RespellingSda"/>
</recordList>
<filters/>
<sortMethods/>
</clerk>
</clerks>
<controls>
<control id="srcSentences">
<parameters id="srcSentencesList" selectColumn="true" defaultChecked="true"
allowInsertDeleteRecord="false" editable="false"
clerk="SrcWfiWordformConc" filterBar="false" ShowOwnerShortname="true"
selectionStyle="none">
<include path="reusableBrowseControlConfiguration.xml" query="reusableControls/control[@id='concordanceColumns']/columns"/>
</parameters>
</control>
</controls>
</parameters>
</listener>
</listeners>
<!-- ********************************************************** -->
<!-- ************************ defaultProperties *********************** -->
<!-- ********************************************************** -->
<defaultProperties>
<include path="Extensions/*/AreaConfigurationExtension.xml" query="root/defaultProperties/*"/>
<!--This next line specifies which tool in this area is the default tool which Flex starts off in
when the user switches to this area.-->
<property name="ToolForAreaNamed_textsWords" value="interlinearEdit" settingsGroup="local"/>
<!--
Set to 'true' to remove multi-morpheme analyses on simple typo fix.
Otherwise, set it to false to keep them.
The user will get to decide in the UI.
-->
<property name="RemoveAnalyses" bool="true" persist="true"/>
<property name="UpdateLexiconIfPossible" bool="true" persist="true"/>
<property name="ITexts_AddWordsToLexicon" bool="false" persist="true" settingsGroup="local"/>
<property name="ITexts_ShowAddWordsToLexiconDlg" bool="true" persist="true" settingsGroup="local"/>
<property name="ITexts-ScriptureIds" value="" persist="true" settingsGroup="local"/>
</defaultProperties>
<!-- ********************************************************** -->
<!-- *********************** Area Item *********************************** -->
<!-- ********************************************************** -->
<item label="Texts & Words" value="textsWords" icon="folder-words">
<parameters id="textsWords">
<panels>
<listPanel label="Word Tools" listId="WordToolsList"/>
<!-- <listPanel label="Filters" listId="FiltersList"/>-->
</panels>
<clerks>
<!-- Only put clerks here if they are shared by various tools. Put clerks for specific tool usage in the tool definition file. -->
<clerk id="interlinearTexts">
<dynamicloaderinfo assemblyPath="ITextDll.dll" class="SIL.FieldWorks.IText.InterlinearTextsRecordClerk"/>
<recordList owner="LangProject" property="InterestingTexts">
<!-- We use a decorator here so it can override certain virtual properties and limit occurrences to interesting texts. -->
<decoratorClass assemblyPath="xWorks.dll" class="SIL.FieldWorks.XWorks.InterestingTextsDecorator"/>
</recordList>
<filterMethods/>
<sortMethods/>
</clerk>
<clerk id="concordanceWords">
<dynamicloaderinfo assemblyPath="ITextDll.dll" class="SIL.FieldWorks.IText.InterlinearTextsRecordClerk"/>
<recordList owner="LangProject" property="Wordforms">
<dynamicloaderinfo assemblyPath="ITextDll.dll" class="SIL.FieldWorks.IText.ConcordanceWordList"/>
<decoratorClass assemblyPath="xWorks.dll" class="SIL.FieldWorks.XWorks.ConcDecorator"/>
</recordList>
<filters>
<filter label="Default" assemblyPath="xWorks.dll" class="SIL.FieldWorks.XWorks.WordsUsedOnlyElsewhereFilter"/>
</filters>
<sortMethods>
<sortMethod label="Default" assemblyPath="Filters.dll" class="SIL.FieldWorks.Filters.PropertyRecordSorter" sortProperty="ShortName"/>
</sortMethods>
<recordFilterListProvider assemblyPath="Filters.dll" class="SIL.FieldWorks.Filters.WfiRecordFilterListProvider"/>
</clerk>
<include path="Analyses/toolConfiguration.xml" query="root/clerks/*"/>
<include path="Concordance/toolConfiguration.xml" query="root/clerks/*"/>
<include path="BulkEdit/toolConfiguration.xml" query="root/clerks/*"/>
<include path="Extensions/*/AreaConfigurationExtension.xml" query="root/clerks/*"/>
</clerks>
<tools>
<include path="Texts/toolConfiguration.xml" query="root/tools/*"/>
<include path="Concordance/toolConfiguration.xml" query="root/tools/*"/>
<include path="Analyses/toolConfiguration.xml" query="root/tools/*"/>
<include path="BulkEdit/toolConfiguration.xml" query="root/tools/*"/>
<include path="Statistics/toolConfiguration.xml" query="root/tools/*"/>
<include path="Extensions/*/AreaConfigurationExtension.xml" query="root/tools/*"/>
</tools>
</parameters>
</item>
</root>