diff options
author | MartinRJ Fayray <fuerholz@gmx.net> | 2012-09-19 00:49:34 +0200 |
---|---|---|
committer | MartinRJ Fayray <fuerholz@gmx.net> | 2012-09-19 00:49:34 +0200 |
commit | 005cd4024794752e0cd57714656f76a8208d3105 (patch) | |
tree | 1120a397d7079076e344f27b4443e895ef425542 /indra/newview/skins/default | |
parent | 46a8d67a906e9aa6c28752a0b25650fdd566e477 (diff) |
STORM-1911: Go-to line function for the internal LSL script editor
Diffstat (limited to 'indra/newview/skins/default')
-rw-r--r-- | indra/newview/skins/default/xui/en/floater_goto_line.xml | 44 | ||||
-rw-r--r-- | indra/newview/skins/default/xui/en/panel_script_ed.xml | 4 |
2 files changed, 48 insertions, 0 deletions
diff --git a/indra/newview/skins/default/xui/en/floater_goto_line.xml b/indra/newview/skins/default/xui/en/floater_goto_line.xml new file mode 100644 index 0000000000..b236888219 --- /dev/null +++ b/indra/newview/skins/default/xui/en/floater_goto_line.xml @@ -0,0 +1,44 @@ +<?xml version="1.0" encoding="utf-8" standalone="yes" ?> +<floater + legacy_header_height="18" + default_tab_group="1" + height="90" + layout="topleft" + name="script goto" + help_topic="script_goto" + title="GO TO LINE" + width="200"> + <button + height="24" + label="OK" + label_selected="OK" + layout="topleft" + left="55" + name="goto_btn" + top="53" + width="90" /> + <text + type="string" + length="1" + follows="left|top" + height="16" + layout="topleft" + left="10" + name="txt" + top="21" + width="65"> + Go to line + </text> + <line_editor + border_style="line" + border_thickness="1" + follows="left|top" + height="16" + layout="topleft" + left="75" + max_length_bytes="9" + name="goto_line" + tab_group="1" + top="21" + width="85" /> +</floater>
\ No newline at end of file diff --git a/indra/newview/skins/default/xui/en/panel_script_ed.xml b/indra/newview/skins/default/xui/en/panel_script_ed.xml index f6a8af0973..8b2a6692d9 100644 --- a/indra/newview/skins/default/xui/en/panel_script_ed.xml +++ b/indra/newview/skins/default/xui/en/panel_script_ed.xml @@ -125,6 +125,10 @@ 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" |