blob: c56a5e17cdd53c46a2c7f7a3ca5009b2f59ed335 (
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
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
|
<?xml version="1.0" encoding="utf-8" standalone="yes" ?>
<panel
bevel_style="none"
border_style="line"
follows="left|top|right|bottom"
height="522"
layout="topleft"
left="0"
name="script panel"
width="497">
<panel.string
name="loading">
Loading...
</panel.string>
<panel.string
name="can_not_view">
You can not view or edit this script, since it has been set as "no copy". You need full permissions to view or edit a script inside an object.
</panel.string>
<panel.string
name="public_objects_can_not_run">
Public Objects cannot run scripts
</panel.string>
<panel.string
name="script_running">
Running
</panel.string>
<panel.string
name="Title">
Script: [NAME]
</panel.string>
<panel.string
name="external_editor_not_set">
Select an editor by setting the environment variable LL_SCRIPT_EDITOR or the ExternalEditor setting.
</panel.string>
<menu_bar
bg_visible="false"
follows="left|top"
height="18"
layout="topleft"
left="0"
mouse_opaque="false"
name="script_menu"
width="476">
<menu
top="0"
height="62"
label="File"
layout="topleft"
left="0"
mouse_opaque="false"
name="File"
width="138">
<menu_item_call
label="Save"
layout="topleft"
name="Save" />
<menu_item_separator
layout="topleft" />
<menu_item_call
label="Revert All Changes"
layout="topleft"
name="Revert All Changes" />
<menu_item_separator
layout="topleft" />
<menu_item_call
label="Load from file..."
layout="topleft"
name="LoadFromFile" />
<menu_item_call
label="Save to file..."
layout="topleft"
name="SaveToFile" />
<menu_item_separator
layout="topleft" />
<menu_item_call
label="Colors..."
layout="topleft"
name="Colors">
<menu_item_call.on_click
function="Floater.Toggle"
parameter="script_colors"/>
</menu_item_call>
</menu>
<menu
top="0"
height="198"
label="Edit"
layout="topleft"
mouse_opaque="false"
name="Edit"
width="139">
<menu_item_call
enabled="false"
label="Undo"
layout="topleft"
name="Undo" />
<menu_item_call
enabled="false"
label="Redo"
layout="topleft"
name="Redo" />
<menu_item_separator
layout="topleft" />
<menu_item_call
enabled="false"
label="Cut"
layout="topleft"
name="Cut" />
<menu_item_call
enabled="false"
label="Copy"
layout="topleft"
name="Copy" />
<menu_item_call
enabled="false"
label="Paste"
layout="topleft"
name="Paste" />
<menu_item_separator
layout="topleft"
name="separator2" />
<menu_item_call
label="Select All"
layout="topleft"
name="Select All" />
<menu_item_call
enabled="false"
label="Deselect"
layout="topleft"
name="Deselect" />
<menu_item_separator
layout="topleft"
name="separator3" />
<menu_item_call
label="Search / Replace..."
layout="topleft"
name="Search / Replace..." />
<menu_item_call
label="Go to line..."
layout="topleft"
name="Go to line..." />
</menu>
<menu
top="0"
height="34"
label="Help"
layout="topleft"
mouse_opaque="false"
name="Help"
width="112">
<menu_item_call
label="Help..."
layout="topleft"
name="Help..." />
<menu_item_call
label="Keyword Help..."
layout="topleft"
name="Keyword Help..." />
</menu>
</menu_bar>
<script_editor
left="0"
type="string"
length="1"
follows="left|top|right|bottom"
font="Monospace"
height="376"
ignore_tab="false"
layout="topleft"
max_length="262144"
name="Script Editor"
width="487"
text_color="ScriptText"
default_color="ScriptText"
bg_writeable_color="ScriptBackground"
bg_focus_color="ScriptBackground"
text_readonly_color="ScriptText"
bg_readonly_color="ScriptBackground"
cursor_color="ScriptCursorColor"
enable_tooltip_paste="true"
word_wrap="true"
show_context_menu="true">
Loading...
</script_editor>
<scroll_list
top_pad="10"
left="0"
follows="left|right|bottom"
height="60"
layout="topleft"
name="lsl errors"
width="487" />
<text
follows="left|bottom"
height="12"
layout="topleft"
left="0"
name="line_col"
width="128" />
<combo_box
follows="left|bottom"
height="23"
label="Insert..."
layout="topleft"
name="Insert..."
width="128" />
<button
follows="right|bottom"
height="23"
label="Save"
label_selected="Save"
layout="topleft"
top_pad="-35"
right="487"
name="Save_btn"
width="81" />
<button
enabled="false"
follows="right|bottom"
height="23"
label="Edit..."
layout="topleft"
top_pad="-23"
right="400"
name="Edit_btn"
width="81" />
</panel>
|