2011-04-20 01:18:00 -07:00
|
|
|
<?xml version="1.0"?>
|
|
|
|
#ifdef 0
|
|
|
|
<!-- ***** BEGIN LICENSE BLOCK *****
|
|
|
|
- Version: MPL 1.1/GPL 2.0/LGPL 2.1
|
|
|
|
-
|
|
|
|
- The contents of this file are subject to the Mozilla Public License Version
|
|
|
|
- 1.1 (the "License"); you may not use this file except in compliance with
|
|
|
|
- the License. You may obtain a copy of the License at
|
|
|
|
- http://www.mozilla.org/MPL/
|
|
|
|
-
|
|
|
|
- Software distributed under the License is distributed on an "AS IS" basis,
|
|
|
|
- WITHOUT WARRANTY OF ANY KIND, either express or implied. See the License
|
|
|
|
- for the specific language governing rights and limitations under the
|
|
|
|
- License.
|
|
|
|
-
|
2011-05-09 07:51:52 -07:00
|
|
|
- The Original Code is Scratchpad.
|
2011-04-20 01:18:00 -07:00
|
|
|
-
|
|
|
|
- The Initial Developer of the Original Code is
|
|
|
|
- The Mozilla Foundation.
|
|
|
|
- Portions created by the Initial Developer are Copyright (C) 2011
|
|
|
|
- the Initial Developer. All Rights Reserved.
|
|
|
|
-
|
|
|
|
- Contributor(s):
|
|
|
|
- Rob Campbell <robcee@mozilla.com> (original author)
|
|
|
|
- Mihai Sucan <mihai.sucan@gmail.com>
|
2011-05-02 12:07:38 -07:00
|
|
|
- Erik Vold <erikvvold@gmail.com>
|
2011-04-20 01:18:00 -07:00
|
|
|
-
|
|
|
|
- Alternatively, the contents of this file may be used under the terms of
|
|
|
|
- either the GNU General Public License Version 2 or later (the "GPL"), or
|
|
|
|
- the GNU Lesser General Public License Version 2.1 or later (the "LGPL"),
|
|
|
|
- in which case the provisions of the GPL or the LGPL are applicable instead
|
|
|
|
- of those above. If you wish to allow use of your version of this file only
|
|
|
|
- under the terms of either the GPL or the LGPL, and not to allow others to
|
|
|
|
- use your version of this file under the terms of the MPL, indicate your
|
|
|
|
- decision by deleting the provisions above and replace them with the notice
|
|
|
|
- and other provisions required by the GPL or the LGPL. If you do not delete
|
|
|
|
- the provisions above, a recipient may use your version of this file under
|
|
|
|
- the terms of any one of the MPL, the GPL or the LGPL.
|
|
|
|
-
|
|
|
|
- ***** END LICENSE BLOCK ***** -->
|
|
|
|
#endif
|
|
|
|
<!DOCTYPE window [
|
2011-05-09 07:51:52 -07:00
|
|
|
<!ENTITY % scratchpadDTD SYSTEM "chrome://browser/locale/scratchpad.dtd" >
|
|
|
|
%scratchpadDTD;
|
2011-04-20 01:18:00 -07:00
|
|
|
]>
|
|
|
|
<?xml-stylesheet href="chrome://global/skin/global.css" type="text/css"?>
|
|
|
|
<?xul-overlay href="chrome://global/content/editMenuOverlay.xul"?>
|
|
|
|
|
|
|
|
<window id="main-window"
|
|
|
|
xmlns="http://www.mozilla.org/keymaster/gatekeeper/there.is.only.xul"
|
|
|
|
title="&window.title;"
|
2011-05-09 07:51:52 -07:00
|
|
|
windowtype="devtools:scratchpad"
|
2011-04-20 01:18:00 -07:00
|
|
|
screenX="4" screenY="4"
|
|
|
|
width="640" height="480"
|
|
|
|
persist="screenX screenY width height sizemode">
|
|
|
|
|
|
|
|
<script type="application/javascript" src="chrome://global/content/globalOverlay.js"/>
|
2011-05-09 07:51:52 -07:00
|
|
|
<script type="application/javascript" src="chrome://browser/content/scratchpad.js"/>
|
2011-04-20 01:18:00 -07:00
|
|
|
|
|
|
|
<commandset id="editMenuCommands"/>
|
|
|
|
|
2011-05-09 07:51:52 -07:00
|
|
|
<commandset id="sp-commandset">
|
|
|
|
<command id="sp-cmd-newWindow" oncommand="Scratchpad.openScratchpad();"/>
|
|
|
|
<command id="sp-cmd-openFile" oncommand="Scratchpad.openFile();"/>
|
|
|
|
<command id="sp-cmd-save" oncommand="Scratchpad.saveFile();"/>
|
|
|
|
<command id="sp-cmd-saveas" oncommand="Scratchpad.saveFileAs();"/>
|
2011-04-20 01:18:00 -07:00
|
|
|
|
|
|
|
<!-- TODO: bug 650340 - implement printFile()
|
2011-05-09 07:51:52 -07:00
|
|
|
<command id="sp-cmd-printFile" oncommand="Scratchpad.printFile();" disabled="true"/>
|
2011-04-20 01:18:00 -07:00
|
|
|
-->
|
|
|
|
|
2011-05-09 07:51:52 -07:00
|
|
|
<command id="sp-cmd-close" oncommand="window.close();"/>
|
2011-05-21 04:59:23 -07:00
|
|
|
<command id="sp-cmd-run" oncommand="Scratchpad.run();"/>
|
2011-05-09 07:51:52 -07:00
|
|
|
<command id="sp-cmd-inspect" oncommand="Scratchpad.inspect();"/>
|
2011-05-21 04:59:23 -07:00
|
|
|
<command id="sp-cmd-display" oncommand="Scratchpad.display();"/>
|
2011-05-09 07:51:52 -07:00
|
|
|
<command id="sp-cmd-contentContext" oncommand="Scratchpad.setContentContext();"/>
|
2011-05-19 14:10:41 -07:00
|
|
|
<command id="sp-cmd-browserContext" oncommand="Scratchpad.setBrowserContext();" disabled="true"/>
|
2011-05-09 07:51:52 -07:00
|
|
|
<command id="sp-cmd-resetContext" oncommand="Scratchpad.resetContext();"/>
|
|
|
|
<command id="sp-cmd-errorConsole" oncommand="Scratchpad.openErrorConsole();" disabled="true"/>
|
|
|
|
<command id="sp-cmd-webConsole" oncommand="Scratchpad.openWebConsole();"/>
|
2011-08-11 14:35:10 -07:00
|
|
|
<command id="sp-cmd-undo" oncommand="Scratchpad.undo();" disabled="true"/>
|
|
|
|
<command id="sp-cmd-redo" oncommand="Scratchpad.redo();" disabled="true"/>
|
2011-04-20 01:18:00 -07:00
|
|
|
</commandset>
|
|
|
|
|
2011-05-09 07:51:52 -07:00
|
|
|
<keyset id="sp-keyset">
|
|
|
|
<key id="sp-key-window"
|
2011-04-20 01:18:00 -07:00
|
|
|
key="&newWindowCmd.commandkey;"
|
2011-05-09 07:51:52 -07:00
|
|
|
command="sp-cmd-newWindow"
|
2011-04-20 01:18:00 -07:00
|
|
|
modifiers="accel"/>
|
2011-05-09 07:51:52 -07:00
|
|
|
<key id="sp-key-open"
|
2011-04-20 01:18:00 -07:00
|
|
|
key="&openFileCmd.commandkey;"
|
2011-05-09 07:51:52 -07:00
|
|
|
command="sp-cmd-openFile"
|
2011-04-20 01:18:00 -07:00
|
|
|
modifiers="accel"/>
|
2011-05-09 07:51:52 -07:00
|
|
|
<key id="sp-key-save"
|
2011-04-20 01:18:00 -07:00
|
|
|
key="&saveFileCmd.commandkey;"
|
2011-05-09 07:51:52 -07:00
|
|
|
command="sp-cmd-save"
|
2011-04-20 01:18:00 -07:00
|
|
|
modifiers="accel"/>
|
2011-05-09 07:51:52 -07:00
|
|
|
<key id="sp-key-close"
|
2011-04-20 01:18:00 -07:00
|
|
|
key="&closeCmd.key;"
|
2011-05-09 07:51:52 -07:00
|
|
|
command="sp-cmd-close"
|
2011-04-20 01:18:00 -07:00
|
|
|
modifiers="accel"/>
|
|
|
|
|
|
|
|
<!-- TODO: bug 650340 - implement printFile
|
2011-05-09 07:51:52 -07:00
|
|
|
<key id="sp-key-printFile"
|
2011-04-20 01:18:00 -07:00
|
|
|
key="&printCmd.commandkey;"
|
2011-05-09 07:51:52 -07:00
|
|
|
command="sp-cmd-printFile"
|
2011-04-20 01:18:00 -07:00
|
|
|
modifiers="accel"/>
|
|
|
|
-->
|
|
|
|
|
|
|
|
<key id="key_cut"
|
|
|
|
key="&cutCmd.key;"
|
|
|
|
modifiers="accel"/>
|
|
|
|
|
|
|
|
<key id="key_copy"
|
|
|
|
key="©Cmd.key;"
|
|
|
|
modifiers="accel"/>
|
|
|
|
<key id="key_paste"
|
|
|
|
key="&pasteCmd.key;"
|
|
|
|
modifiers="accel"/>
|
|
|
|
<key id="key_selectAll" key="&selectAllCmd.key;" modifiers="accel"/>
|
2011-08-11 14:35:10 -07:00
|
|
|
<key id="key_undo" key="&undoCmd.key;" modifiers="accel"
|
|
|
|
oncommand="Scratchpad.undo();"/>
|
|
|
|
<key id="key_redo" key="&undoCmd.key;" modifiers="accel,shift"
|
|
|
|
oncommand="Scratchpad.redo();"/>
|
2011-05-21 04:59:23 -07:00
|
|
|
<key id="sp-key-run"
|
|
|
|
key="&run.key;"
|
|
|
|
command="sp-cmd-run"
|
2011-04-20 01:18:00 -07:00
|
|
|
modifiers="accel"/>
|
2011-05-09 07:51:52 -07:00
|
|
|
<key id="sp-key-inspect"
|
2011-04-20 01:18:00 -07:00
|
|
|
key="&inspect.key;"
|
2011-05-09 07:51:52 -07:00
|
|
|
command="sp-cmd-inspect"
|
2011-04-20 01:18:00 -07:00
|
|
|
modifiers="accel"/>
|
2011-05-21 04:59:23 -07:00
|
|
|
<key id="sp-key-display"
|
|
|
|
key="&display.key;"
|
|
|
|
command="sp-cmd-display"
|
2011-04-20 01:18:00 -07:00
|
|
|
modifiers="accel"/>
|
2011-05-09 07:51:52 -07:00
|
|
|
<key id="sp-key-errorConsole"
|
2011-04-20 01:18:00 -07:00
|
|
|
key="&errorConsoleCmd.commandkey;"
|
2011-05-09 07:51:52 -07:00
|
|
|
command="sp-cmd-errorConsole"
|
2011-04-20 01:18:00 -07:00
|
|
|
modifiers="accel,shift"/>
|
2011-05-09 07:51:52 -07:00
|
|
|
<key id="sp-key-webConsole"
|
2011-04-20 01:18:00 -07:00
|
|
|
key="&webConsoleCmd.commandkey;"
|
2011-05-09 07:51:52 -07:00
|
|
|
command="sp-cmd-webConsole"
|
2011-04-20 01:18:00 -07:00
|
|
|
modifiers="accel,shift"/>
|
|
|
|
</keyset>
|
|
|
|
|
|
|
|
|
2011-05-09 07:51:52 -07:00
|
|
|
<menubar id="sp-menubar">
|
|
|
|
<menu id="sp-file-menu" label="&fileMenu.label;"
|
2011-04-20 01:18:00 -07:00
|
|
|
accesskey="&fileMenu.accesskey;">
|
2011-05-09 07:51:52 -07:00
|
|
|
<menupopup id="sp-menu-filepopup">
|
|
|
|
<menuitem id="sp-menu-newscratchpad"
|
2011-04-20 01:18:00 -07:00
|
|
|
label="&newWindowCmd.label;"
|
|
|
|
accesskey="&newWindowCmd.accesskey;"
|
2011-05-09 07:51:52 -07:00
|
|
|
key="sp-key-window"
|
|
|
|
command="sp-cmd-newWindow"/>
|
2011-04-20 01:18:00 -07:00
|
|
|
<menuseparator/>
|
2011-05-09 07:51:52 -07:00
|
|
|
<menuitem id="sp-menu-open"
|
2011-04-20 01:18:00 -07:00
|
|
|
label="&openFileCmd.label;"
|
2011-05-09 07:51:52 -07:00
|
|
|
command="sp-cmd-openFile"
|
|
|
|
key="sp-key-open"
|
2011-04-20 01:18:00 -07:00
|
|
|
accesskey="&openFileCmd.accesskey;"/>
|
2011-05-09 07:51:52 -07:00
|
|
|
<menuitem id="sp-menu-save"
|
2011-04-20 01:18:00 -07:00
|
|
|
label="&saveFileCmd.label;"
|
|
|
|
accesskey="&saveFileCmd.accesskey;"
|
2011-05-09 07:51:52 -07:00
|
|
|
key="sp-key-save"
|
|
|
|
command="sp-cmd-save"/>
|
|
|
|
<menuitem id="sp-menu-saveas"
|
2011-04-20 01:18:00 -07:00
|
|
|
label="&saveFileAsCmd.label;"
|
|
|
|
accesskey="&saveFileAsCmd.accesskey;"
|
2011-05-09 07:51:52 -07:00
|
|
|
command="sp-cmd-saveas"/>
|
2011-04-20 01:18:00 -07:00
|
|
|
<menuseparator/>
|
|
|
|
|
|
|
|
<!-- TODO: bug 650340 - implement printFile
|
2011-05-09 07:51:52 -07:00
|
|
|
<menuitem id="sp-menu-print"
|
2011-04-20 01:18:00 -07:00
|
|
|
label="&printCmd.label;"
|
|
|
|
accesskey="&printCmd.accesskey;"
|
2011-05-09 07:51:52 -07:00
|
|
|
command="sp-cmd-printFile"/>
|
2011-04-20 01:18:00 -07:00
|
|
|
<menuseparator/>
|
|
|
|
-->
|
|
|
|
|
2011-05-09 07:51:52 -07:00
|
|
|
<menuitem id="sp-menu-close"
|
2011-04-20 01:18:00 -07:00
|
|
|
label="&closeCmd.label;"
|
2011-05-09 07:51:52 -07:00
|
|
|
key="sp-key-close"
|
2011-04-20 01:18:00 -07:00
|
|
|
accesskey="&closeCmd.accesskey;"
|
2011-05-09 07:51:52 -07:00
|
|
|
command="sp-cmd-close"/>
|
2011-04-20 01:18:00 -07:00
|
|
|
</menupopup>
|
|
|
|
</menu>
|
|
|
|
|
2011-05-09 07:51:52 -07:00
|
|
|
<menu id="sp-edit-menu" label="&editMenu.label;"
|
2011-04-20 01:18:00 -07:00
|
|
|
accesskey="&editMenu.accesskey;">
|
2011-08-11 14:35:10 -07:00
|
|
|
<menupopup id="sp-menu_editpopup"
|
|
|
|
onpopupshowing="Scratchpad.onEditPopupShowing()">
|
2011-08-03 12:42:44 -07:00
|
|
|
<menuitem id="sp-menu-undo"
|
2011-04-20 01:18:00 -07:00
|
|
|
label="&undoCmd.label;"
|
|
|
|
key="key_undo"
|
|
|
|
accesskey="&undoCmd.accesskey;"
|
2011-08-11 14:35:10 -07:00
|
|
|
command="sp-cmd-undo"/>
|
2011-05-09 07:51:52 -07:00
|
|
|
<menuitem id="sp-menu-redo"
|
2011-04-20 01:18:00 -07:00
|
|
|
label="&redoCmd.label;"
|
|
|
|
key="key_redo"
|
|
|
|
accesskey="&redoCmd.accesskey;"
|
2011-08-11 14:35:10 -07:00
|
|
|
command="sp-cmd-redo"/>
|
2011-04-20 01:18:00 -07:00
|
|
|
<menuseparator/>
|
2011-05-09 07:51:52 -07:00
|
|
|
<menuitem id="sp-menu-cut"
|
2011-04-20 01:18:00 -07:00
|
|
|
label="&cutCmd.label;"
|
|
|
|
key="key_cut"
|
|
|
|
accesskey="&cutCmd.accesskey;"
|
|
|
|
command="cmd_cut"/>
|
2011-05-09 07:51:52 -07:00
|
|
|
<menuitem id="sp-menu-copy"
|
2011-04-20 01:18:00 -07:00
|
|
|
label="©Cmd.label;"
|
|
|
|
key="key_copy"
|
|
|
|
accesskey="©Cmd.accesskey;"
|
|
|
|
command="cmd_copy"/>
|
2011-05-09 07:51:52 -07:00
|
|
|
<menuitem id="sp-menu-paste"
|
2011-04-20 01:18:00 -07:00
|
|
|
label="&pasteCmd.label;"
|
|
|
|
key="key_paste"
|
|
|
|
accesskey="&pasteCmd.accesskey;"
|
|
|
|
command="cmd_paste"/>
|
|
|
|
<menuseparator/>
|
2011-05-09 07:51:52 -07:00
|
|
|
<menuitem id="sp-menu-selectAll"
|
2011-04-20 01:18:00 -07:00
|
|
|
label="&selectAllCmd.label;"
|
|
|
|
key="key_selectAll"
|
|
|
|
accesskey="&selectAllCmd.accesskey;"
|
|
|
|
command="cmd_selectAll"/>
|
|
|
|
|
|
|
|
<!-- TODO: bug 650345 - implement search and replace
|
2011-05-09 07:51:52 -07:00
|
|
|
<menuitem id="sp-menu-find"
|
2011-04-20 01:18:00 -07:00
|
|
|
label="&findOnCmd.label;"
|
|
|
|
accesskey="&findOnCmd.accesskey;"
|
|
|
|
key="key_find"
|
|
|
|
disabled="true"
|
|
|
|
command="cmd_find"/>
|
2011-05-09 07:51:52 -07:00
|
|
|
<menuitem id="sp-menu-findAgain"
|
2011-04-20 01:18:00 -07:00
|
|
|
label="&findAgainCmd.label;"
|
|
|
|
accesskey="&findAgainCmd.accesskey;"
|
|
|
|
key="key_findAgain"
|
|
|
|
disabled="true"
|
|
|
|
command="cmd_findAgain"/>
|
2011-05-09 07:51:52 -07:00
|
|
|
<menuseparator id="sp-execute-separator"/>
|
2011-04-20 01:18:00 -07:00
|
|
|
-->
|
|
|
|
|
2011-05-21 04:59:23 -07:00
|
|
|
</menupopup>
|
|
|
|
</menu>
|
|
|
|
|
|
|
|
<menu id="sp-execute-menu" label="&executeMenu.label;"
|
|
|
|
accesskey="&executeMenu.accesskey;">
|
|
|
|
<menupopup id="sp-menu_executepopup">
|
|
|
|
<menuitem id="sp-text-run"
|
|
|
|
label="&run.label;"
|
|
|
|
accesskey="&run.accesskey;"
|
|
|
|
key="sp-key-run"
|
|
|
|
command="sp-cmd-run"/>
|
2011-05-09 07:51:52 -07:00
|
|
|
<menuitem id="sp-text-inspect"
|
2011-04-20 01:18:00 -07:00
|
|
|
label="&inspect.label;"
|
|
|
|
accesskey="&inspect.accesskey;"
|
2011-05-09 07:51:52 -07:00
|
|
|
key="sp-key-inspect"
|
|
|
|
command="sp-cmd-inspect"/>
|
2011-05-21 04:59:23 -07:00
|
|
|
<menuitem id="sp-text-display"
|
|
|
|
label="&display.label;"
|
|
|
|
accesskey="&display.accesskey;"
|
|
|
|
key="sp-key-display"
|
|
|
|
command="sp-cmd-display"/>
|
2011-04-20 01:18:00 -07:00
|
|
|
</menupopup>
|
|
|
|
</menu>
|
|
|
|
|
2011-05-19 14:10:41 -07:00
|
|
|
<menu id="sp-environment-menu"
|
|
|
|
label="&environmentMenu.label;"
|
|
|
|
accesskey="&environmentMenu.accesskey;">
|
|
|
|
<menupopup id="sp-menu-environment">
|
2011-05-09 07:51:52 -07:00
|
|
|
<menuitem id="sp-menu-content"
|
2011-04-20 01:18:00 -07:00
|
|
|
label="&contentContext.label;"
|
|
|
|
accesskey="&contentContext.accesskey;"
|
2011-05-09 07:51:52 -07:00
|
|
|
command="sp-cmd-contentContext"
|
2011-04-20 01:18:00 -07:00
|
|
|
checked="true"
|
|
|
|
type="radio"/>
|
2011-05-19 14:10:41 -07:00
|
|
|
<menuitem id="sp-menu-browser" hidden="true"
|
|
|
|
command="sp-cmd-browserContext"
|
|
|
|
label="&browserContext.label;"
|
|
|
|
accesskey="&browserContext.accesskey;"
|
2011-04-20 01:18:00 -07:00
|
|
|
type="radio"/>
|
2011-04-21 01:24:30 -07:00
|
|
|
<menuseparator/>
|
2011-05-09 07:51:52 -07:00
|
|
|
<menuitem id="sp-menu-resetContext"
|
|
|
|
command="sp-cmd-resetContext"
|
2011-04-21 01:24:30 -07:00
|
|
|
label="&resetContext.label;"
|
|
|
|
accesskey="&resetContext.accesskey;"/>
|
2011-04-20 01:18:00 -07:00
|
|
|
</menupopup>
|
|
|
|
</menu>
|
|
|
|
|
2011-05-09 07:51:52 -07:00
|
|
|
<menu id="sp-tools-menu"
|
2011-04-20 01:18:00 -07:00
|
|
|
label="&toolsMenu.label;"
|
|
|
|
accesskey="&toolsMenu.accesskey;">
|
2011-05-09 07:51:52 -07:00
|
|
|
<menupopup id="sp-menu-tools">
|
|
|
|
<menuitem id="sp-menu-errorConsole" hidden="true"
|
2011-04-20 01:18:00 -07:00
|
|
|
label="&errorConsoleCmd.label;"
|
|
|
|
accesskey="&errorConsoleCmd.accesskey;"
|
2011-05-09 07:51:52 -07:00
|
|
|
key="sp-key-errorConsole"
|
|
|
|
command="sp-cmd-errorConsole"/>
|
|
|
|
<menuitem id="sp-menu-webConsole"
|
2011-04-20 01:18:00 -07:00
|
|
|
label="&webConsoleCmd.label;"
|
|
|
|
accesskey="&webConsoleCmd.accesskey;"
|
2011-05-09 07:51:52 -07:00
|
|
|
key="sp-key-webConsole"
|
|
|
|
command="sp-cmd-webConsole"/>
|
2011-04-20 01:18:00 -07:00
|
|
|
</menupopup>
|
|
|
|
</menu>
|
|
|
|
</menubar>
|
|
|
|
|
2011-05-09 07:51:52 -07:00
|
|
|
<popupset id="scratchpad-popups">
|
|
|
|
<menupopup id="scratchpad-text-popup">
|
2011-04-20 01:18:00 -07:00
|
|
|
<menuitem id="menu_cut"/>
|
|
|
|
<menuitem id="menu_copy"/>
|
|
|
|
<menuitem id="menu_paste"/>
|
|
|
|
<menuitem id="menu_delete"/>
|
|
|
|
<menuseparator/>
|
|
|
|
<menuitem id="menu_selectAll"/>
|
|
|
|
<menuseparator/>
|
2011-05-21 04:59:23 -07:00
|
|
|
<menuitem id="sp-text-run"
|
|
|
|
label="&run.label;"
|
|
|
|
accesskey="&run.accesskey;"
|
|
|
|
key="sp-key-run"
|
|
|
|
command="sp-cmd-run"/>
|
2011-05-09 07:51:52 -07:00
|
|
|
<menuitem id="sp-text-inspect"
|
2011-04-20 01:18:00 -07:00
|
|
|
label="&inspect.label;"
|
|
|
|
accesskey="&inspect.accesskey;"
|
2011-05-09 07:51:52 -07:00
|
|
|
key="sp-key-inspect"
|
|
|
|
command="sp-cmd-inspect"/>
|
2011-05-21 04:59:23 -07:00
|
|
|
<menuitem id="sp-text-display"
|
|
|
|
label="&display.label;"
|
|
|
|
accesskey="&display.accesskey;"
|
|
|
|
key="sp-key-display"
|
|
|
|
command="sp-cmd-display"/>
|
2011-04-20 01:18:00 -07:00
|
|
|
</menupopup>
|
|
|
|
</popupset>
|
|
|
|
|
2011-08-11 14:35:10 -07:00
|
|
|
<hbox id="scratchpad-editor" flex="1" context="scratchpad-text-popup" />
|
|
|
|
|
2011-05-09 07:51:52 -07:00
|
|
|
<statusbar id="scratchpad-statusbar" align="end">
|
|
|
|
<statusbarpanel id="scratchpad-status"
|
2011-04-20 01:18:00 -07:00
|
|
|
label="&contentContext.label;"
|
|
|
|
class="statusbarpanel-iconic-text"/>
|
|
|
|
<spacer flex="1"/>
|
|
|
|
</statusbar>
|
|
|
|
</window>
|