summaryrefslogtreecommitdiff
path: root/indra/newview/skins/default/xui/en/menu_text_editor.xml
blob: 48657a64356ec8791d72bbaf5344dcae9678446e (plain)
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
<?xml version="1.0" encoding="utf-8" standalone="yes"?>
<context_menu
 name="Text editor context menu">
  <menu_item_call
   label="(unknown)"
   layout="topleft"
   name="Suggestion 1">
    <menu_item_call.on_click
     function="SpellCheck.ReplaceWithSuggestion"
     parameter="0" />
    <menu_item_call.on_visible
     function="SpellCheck.VisibleSuggestion"
     parameter="0" />
  </menu_item_call>
  <menu_item_call
   label="(unknown)"
   layout="topleft"
   name="Suggestion 2">
    <menu_item_call.on_click
     function="SpellCheck.ReplaceWithSuggestion"
     parameter="1" />
    <menu_item_call.on_visible
     function="SpellCheck.VisibleSuggestion"
     parameter="1" />
  </menu_item_call>
  <menu_item_call
   label="(unknown)"
   layout="topleft"
   name="Suggestion 3">
    <menu_item_call.on_click
     function="SpellCheck.ReplaceWithSuggestion"
     parameter="2" />
    <menu_item_call.on_visible
     function="SpellCheck.VisibleSuggestion"
     parameter="2" />
  </menu_item_call>
  <menu_item_call
   label="(unknown)"
   layout="topleft"
   name="Suggestion 4">
    <menu_item_call.on_click
     function="SpellCheck.ReplaceWithSuggestion"
     parameter="3" />
    <menu_item_call.on_visible
     function="SpellCheck.VisibleSuggestion"
     parameter="3" />
  </menu_item_call>
  <menu_item_call
   label="(unknown)"
   layout="topleft"
   name="Suggestion 5">
    <menu_item_call.on_click
     function="SpellCheck.ReplaceWithSuggestion"
     parameter="4" />
    <menu_item_call.on_visible
     function="SpellCheck.VisibleSuggestion"
     parameter="4" />
  </menu_item_call>
  <menu_item_separator
   layout="topleft"
   name="Suggestion Separator" />
  <menu_item_call
   label="Add to Dictionary"
   layout="topleft"
   name="Add to Dictionary">
    <menu_item_call.on_click
     function="SpellCheck.AddToDictionary" />
    <menu_item_call.on_enable
     function="SpellCheck.EnableAddToDictionary" />
  </menu_item_call>
  <menu_item_call
   label="Add to Ignore"
   layout="topleft"
   name="Add to Ignore">
    <menu_item_call.on_click
     function="SpellCheck.AddToIgnore" />
    <menu_item_call.on_enable
     function="SpellCheck.EnableAddToIgnore" />
  </menu_item_call>
  <menu_item_separator
   layout="topleft"
   name="Spellcheck Separator" />
  <menu_item_call
   label="Cut"
   layout="topleft"
   name="Cut">
    <menu_item_call.on_click
     function="Edit.Cut" />
    <menu_item_call.on_enable
     function="Edit.EnableCut" />
  </menu_item_call>
  <menu_item_call
   label="Copy"
   layout="topleft"
   name="Copy">
    <menu_item_call.on_click
     function="Edit.Copy" />
    <menu_item_call.on_enable
     function="Edit.EnableCopy" />
  </menu_item_call>
  <menu_item_call
   label="Paste"
   layout="topleft"
   name="Paste">
    <menu_item_call.on_click
     function="Edit.Paste" />
    <menu_item_call.on_enable
     function="Edit.EnablePaste" />
  </menu_item_call>
  <menu_item_call
   label="Delete"
   layout="topleft"
   name="Delete">
    <menu_item_call.on_click
     function="Edit.Delete" />
    <menu_item_call.on_enable
     function="Edit.EnableDelete" />
  </menu_item_call>
  <menu_item_call
   label="Select All"
   layout="topleft"
   name="Select All">
    <menu_item_call.on_click
     function="Edit.SelectAll" />
    <menu_item_call.on_enable
     function="Edit.EnableSelectAll" />
  </menu_item_call>
</context_menu>