home *** CD-ROM | disk | FTP | other *** search
/ Mac Easy 2010 May / Mac Life Ubuntu.iso / casper / filesystem.squashfs / usr / share / gedit-2 / plugins / externaltools / ui / tools.ui < prev   
Encoding:
Extensible Markup Language  |  2009-04-14  |  26.1 KB  |  549 lines

  1. <?xml version="1.0"?>
  2. <!-- Generated with glade3
  3.     Version: 2.91.3
  4.     Date: Sat Nov 18 13:58:59 2006
  5.     User: sf
  6.     Host: antea
  7. -->
  8. <interface>
  9.   <object class="GtkListStore" id="model_save_files">
  10.     <columns>
  11.       <column type="gchararray"/>
  12.     </columns>
  13.     <data>
  14.       <row>
  15.         <col id="0" translatable="yes">Nothing</col>
  16.       </row>
  17.       <row>
  18.         <col id="0" translatable="yes">Current document</col>
  19.       </row>
  20.       <row>
  21.         <col id="0" translatable="yes">All documents</col>
  22.       </row>
  23.     </data>
  24.   </object>
  25.   <object class="GtkListStore" id="model_input">
  26.     <columns>
  27.       <column type="gchararray"/>
  28.       <column type="gchararray"/>
  29.     </columns>
  30.     <data>
  31.       <row>
  32.         <col id="0" translatable="yes">Nothing</col>
  33.         <col id="1">nothing</col>
  34.       </row>
  35.       <row>
  36.         <col id="0" translatable="yes">Current document</col>
  37.         <col id="1">document</col>
  38.       </row>
  39.       <row>
  40.         <col id="0" translatable="yes">Current selection</col>
  41.         <col id="1">selection</col>
  42.       </row>
  43.       <row>
  44.         <col id="0" translatable="yes">Current line</col>
  45.         <col id="1">line</col>
  46.       </row>
  47.       <row>
  48.         <col id="0" translatable="yes">Current word</col>
  49.         <col id="1">word</col>
  50.       </row>
  51.     </data>
  52.   </object>
  53.   <object class="GtkListStore" id="model_output">
  54.     <columns>
  55.       <column type="gchararray"/>
  56.       <column type="gchararray"/>
  57.     </columns>
  58.     <data>
  59.       <row>
  60.         <col id="0" translatable="yes">Display in bottom pane</col>
  61.         <col id="1">output-panel</col>
  62.       </row>
  63.       <row>
  64.         <col id="0" translatable="yes">Create new document</col>
  65.         <col id="1">new-document</col>
  66.       </row>
  67.       <row>
  68.         <col id="0" translatable="yes">Append to current document</col>
  69.         <col id="1">append-document</col>
  70.       </row>
  71.       <row>
  72.         <col id="0" translatable="yes">Replace current document</col>
  73.         <col id="1">replace-document</col>
  74.       </row>
  75.       <row>
  76.         <col id="0" translatable="yes">Replace current selection</col>
  77.         <col id="1">replace-selection</col>
  78.       </row>
  79.       <row>
  80.         <col id="0" translatable="yes">Insert at cursor position</col>
  81.         <col id="1">insert</col>
  82.       </row>
  83.     </data>
  84.   </object>
  85.   <object class="GtkListStore" id="model_applicability">
  86.     <columns>
  87.       <column type="gchararray"/>
  88.       <column type="gchararray"/>
  89.     </columns>
  90.     <data>
  91.       <row>
  92.         <col id="0" translatable="yes">All documents</col>
  93.         <col id="1">all</col>
  94.       </row>
  95.       <row>
  96.         <col id="0" translatable="yes">All documents except untitled ones</col>
  97.         <col id="1">titled</col>
  98.       </row>
  99.       <row>
  100.         <col id="0" translatable="yes">Local files only</col>
  101.         <col id="1">local</col>
  102.       </row>
  103.       <row>
  104.         <col id="0" translatable="yes">Remote files only</col>
  105.         <col id="1">remote</col>
  106.       </row>
  107.       <row>
  108.         <col id="0" translatable="yes">Untitled documents only</col>
  109.         <col id="1">untitled</col>
  110.       </row>
  111.     </data>
  112.   </object>
  113.   <object class="GtkSourceBuffer" id="commands_buffer"/>
  114.   <object class="GtkDialog" id="tool-manager-dialog">
  115.     <property name="title" translatable="yes">External Tools Manager</property>
  116.     <property name="default_width">750</property>
  117.     <property name="default_height">500</property>
  118.     <property name="type_hint">GDK_WINDOW_TYPE_HINT_DIALOG</property>
  119.     <property name="skip_taskbar_hint">True</property>
  120.     <property name="has_separator">False</property>
  121.     <signal handler="on_tool_manager_dialog_focus_out" name="focus_out_event"/>
  122.     <signal handler="on_tool_manager_dialog_response" name="response"/>
  123.     <child internal-child="vbox">
  124.       <object class="GtkVBox" id="tool-manager-dialog-vbox">
  125.         <property name="visible">True</property>
  126.         <child>
  127.           <object class="GtkHPaned" id="paned">
  128.             <property name="visible">True</property>
  129.             <property name="can_focus">True</property>
  130.             <property name="border_width">6</property>
  131.             <property name="position">1</property>
  132.             <child>
  133.               <object class="GtkVBox" id="vbox2">
  134.                 <property name="visible">True</property>
  135.                 <property name="spacing">6</property>
  136.                 <child>
  137.                   <object class="GtkLabel" id="label20">
  138.                     <property name="visible">True</property>
  139.                     <property name="xalign">0.000000</property>
  140.                     <property name="label" translatable="yes">_Tools:</property>
  141.                     <property name="use_underline">True</property>
  142.                     <property name="mnemonic_widget">view</property>
  143.                   </object>
  144.                   <packing>
  145.                     <property name="expand">False</property>
  146.                     <property name="fill">False</property>
  147.                   </packing>
  148.                 </child>
  149.                 <child>
  150.                   <object class="GtkScrolledWindow" id="scrolled_window1">
  151.                     <property name="visible">True</property>
  152.                     <property name="hscrollbar_policy">GTK_POLICY_NEVER</property>
  153.                     <property name="vscrollbar_policy">GTK_POLICY_AUTOMATIC</property>
  154.                     <property name="shadow_type">GTK_SHADOW_IN</property>
  155.                     <child>
  156.                       <object class="GtkTreeView" id="view">
  157.                         <property name="visible">True</property>
  158.                         <property name="can_focus">True</property>
  159.                         <property name="headers_visible">False</property>
  160.                         <property name="reorderable">True</property>
  161.                       </object>
  162.                     </child>
  163.                   </object>
  164.                   <packing>
  165.                     <property name="position">1</property>
  166.                   </packing>
  167.                 </child>
  168.                 <child>
  169.                   <object class="GtkHBox" id="hbox2">
  170.                     <property name="visible">True</property>
  171.                     <property name="spacing">8</property>
  172.                     <property name="homogeneous">True</property>
  173.                     <child>
  174.                       <object class="GtkButton" id="new-tool-button">
  175.                         <property name="visible">True</property>
  176.                         <property name="can_default">True</property>
  177.                         <property name="label">gtk-new</property>
  178.                         <property name="use_stock">True</property>
  179.                         <signal handler="on_new_tool_button_clicked" name="clicked"/>
  180.                       </object>
  181.                     </child>
  182.                     <child>
  183.                       <object class="GtkButton" id="remove-tool-button">
  184.                         <property name="visible">True</property>
  185.                         <property name="can_default">True</property>
  186.                         <property name="label">gtk-remove</property>
  187.                         <property name="use_stock">True</property>
  188.                         <signal handler="on_remove_tool_button_clicked" name="clicked"/>
  189.                       </object>
  190.                       <packing>
  191.                         <property name="position">1</property>
  192.                       </packing>
  193.                     </child>
  194.                     <child>
  195.                       <object class="GtkButton" id="revert-tool-button">
  196.                         <property name="label">gtk-revert-to-saved</property>
  197.                         <property name="use_stock">True</property>
  198.                         <signal handler="on_remove_tool_button_clicked" name="clicked"/>
  199.                       </object>
  200.                       <packing>
  201.                         <property name="position">2</property>
  202.                       </packing>
  203.                     </child>
  204.                   </object>
  205.                   <packing>
  206.                     <property name="expand">False</property>
  207.                     <property name="fill">False</property>
  208.                     <property name="position">2</property>
  209.                   </packing>
  210.                 </child>
  211.               </object>
  212.               <packing>
  213.                 <property name="shrink">False</property>
  214.               </packing>
  215.             </child>
  216.             <child>
  217.               <object class="GtkVBox" id="vbox5">
  218.                 <property name="visible">True</property>
  219.                 <property name="spacing">6</property>
  220.                 <child>
  221.                   <object class="GtkLabel" id="title">
  222.                     <property name="visible">True</property>
  223.                     <property name="xalign">0.000000</property>
  224.                     <property name="label" translatable="yes">Edit tool <i>make</i>:</property>
  225.                     <property name="use_markup">True</property>
  226.                     <property name="mnemonic_widget">view</property>
  227.                   </object>
  228.                   <packing>
  229.                     <property name="expand">False</property>
  230.                     <property name="fill">False</property>
  231.                   </packing>
  232.                 </child>
  233.                 <child>
  234.                   <object class="GtkHBox" id="hbox7">
  235.                     <property name="visible">True</property>
  236.                     <child>
  237.                       <object class="GtkLabel" id="label22">
  238.                         <property name="visible">True</property>
  239.                         <property name="label" translatable="yes">    </property>
  240.                       </object>
  241.                       <packing>
  242.                         <property name="expand">False</property>
  243.                         <property name="fill">False</property>
  244.                       </packing>
  245.                     </child>
  246.                     <child>
  247.                       <object class="GtkTable" id="tool-table">
  248.                         <property name="visible">True</property>
  249.                         <property name="n_rows">7</property>
  250.                         <property name="n_columns">2</property>
  251.                         <property name="column_spacing">6</property>
  252.                         <property name="row_spacing">6</property>
  253.                         <child>
  254.                           <object class="GtkScrolledWindow" id="scrolledwindow3">
  255.                             <property name="visible">True</property>
  256.                             <property name="can_focus">True</property>
  257.                             <property name="hscrollbar_policy">GTK_POLICY_AUTOMATIC</property>
  258.                             <property name="vscrollbar_policy">GTK_POLICY_AUTOMATIC</property>
  259.                             <property name="shadow_type">GTK_SHADOW_IN</property>
  260.                             <child>
  261.                               <object class="GtkSourceView" id="commands">
  262.                                 <property name="wrap_mode">GTK_WRAP_WORD</property>
  263.                                 <property name="buffer">commands_buffer</property>
  264.                                 <property name="visible">True</property>
  265.                                 <property name="can_focus">True</property>
  266.                               </object>
  267.                             </child>
  268.                           </object>
  269.                           <packing>
  270.                             <property name="left_attach">1</property>
  271.                             <property name="right_attach">2</property>
  272.                             <property name="top_attach">2</property>
  273.                             <property name="bottom_attach">3</property>
  274.                           </packing>
  275.                         </child>
  276.                         <child>
  277.                           <object class="GtkEntry" id="description">
  278.                             <property name="visible">True</property>
  279.                             <property name="can_focus">True</property>
  280.                             <property name="invisible_char">*</property>
  281.                             <property name="text">Run “make” in the document dir</property>
  282.                           </object>
  283.                           <packing>
  284.                             <property name="left_attach">1</property>
  285.                             <property name="right_attach">2</property>
  286.                             <property name="x_options">GTK_EXPAND | GTK_SHRINK | GTK_FILL</property>
  287.                             <property name="y_options">GTK_FILL</property>
  288.                           </packing>
  289.                         </child>
  290.                         <child>
  291.                           <object class="GtkEntry" id="accelerator">
  292.                             <property name="visible">True</property>
  293.                             <property name="can_focus">True</property>
  294.                             <property name="invisible_char">*</property>
  295.                             <property name="text">F7</property>
  296.                             <signal handler="on_accelerator_focus_out" name="focus_out_event"/>
  297.                             <signal handler="on_accelerator_focus_in" name="focus_in_event"/>
  298.                             <signal handler="on_accelerator_key_press" name="key_press_event"/>
  299.                           </object>
  300.                           <packing>
  301.                             <property name="left_attach">1</property>
  302.                             <property name="right_attach">2</property>
  303.                             <property name="top_attach">1</property>
  304.                             <property name="bottom_attach">2</property>
  305.                             <property name="x_options">GTK_EXPAND | GTK_SHRINK | GTK_FILL</property>
  306.                             <property name="y_options">GTK_FILL</property>
  307.                           </packing>
  308.                         </child>
  309.                         <child>
  310.                           <object class="GtkComboBox" id="applicability">
  311.                             <property name="model">model_applicability</property>
  312.                             <property name="visible">True</property>
  313.                             <child>
  314.                               <object class="GtkCellRendererText" id="input_renderer"/>
  315.                               <attributes>
  316.                                 <attribute name="text">0</attribute>
  317.                               </attributes>
  318.                             </child>
  319.                           </object>
  320.                           <packing>
  321.                             <property name="left_attach">1</property>
  322.                             <property name="right_attach">2</property>
  323.                             <property name="top_attach">6</property>
  324.                             <property name="bottom_attach">7</property>
  325.                             <property name="x_options">GTK_EXPAND | GTK_SHRINK | GTK_FILL</property>
  326.                             <property name="y_options">GTK_FILL</property>
  327.                           </packing>
  328.                         </child>
  329.                         <child>
  330.                           <object class="GtkComboBox" id="output">
  331.                             <property name="model">model_output</property>
  332.                             <property name="visible">True</property>
  333.                             <child>
  334.                               <object class="GtkCellRendererText" id="input_renderer"/>
  335.                               <attributes>
  336.                                 <attribute name="text">0</attribute>
  337.                               </attributes>
  338.                             </child>
  339.                           </object>
  340.                           <packing>
  341.                             <property name="left_attach">1</property>
  342.                             <property name="right_attach">2</property>
  343.                             <property name="top_attach">5</property>
  344.                             <property name="bottom_attach">6</property>
  345.                             <property name="x_options">GTK_EXPAND | GTK_SHRINK | GTK_FILL</property>
  346.                             <property name="y_options">GTK_FILL</property>
  347.                           </packing>
  348.                         </child>
  349.                         <child>
  350.                           <object class="GtkComboBox" id="input">
  351.                             <property name="model">model_input</property>
  352.                             <property name="visible">True</property>
  353.                             <child>
  354.                               <object class="GtkCellRendererText" id="input_renderer"/>
  355.                               <attributes>
  356.                                 <attribute name="text">0</attribute>
  357.                               </attributes>
  358.                             </child>
  359.                           </object>
  360.                           <packing>
  361.                             <property name="left_attach">1</property>
  362.                             <property name="right_attach">2</property>
  363.                             <property name="top_attach">4</property>
  364.                             <property name="bottom_attach">5</property>
  365.                             <property name="x_options">GTK_EXPAND | GTK_SHRINK | GTK_FILL</property>
  366.                             <property name="y_options">GTK_FILL</property>
  367.                           </packing>
  368.                         </child>
  369.                         <child>
  370.                           <object class="GtkComboBox" id="save-files">
  371.                             <property name="model">model_save_files</property>
  372.                             <child>
  373.                               <object class="GtkCellRendererText" id="renderer1"/>
  374.                               <attributes>
  375.                                 <attribute name="text">0</attribute>
  376.                               </attributes>
  377.                             </child>
  378.                           </object>
  379.                           <packing>
  380.                             <property name="left_attach">1</property>
  381.                             <property name="right_attach">2</property>
  382.                             <property name="top_attach">3</property>
  383.                             <property name="bottom_attach">4</property>
  384.                             <property name="x_options">GTK_EXPAND | GTK_SHRINK | GTK_FILL</property>
  385.                             <property name="y_options">GTK_FILL</property>
  386.                           </packing>
  387.                         </child>
  388.                         <child>
  389.                           <object class="GtkLabel" id="label23">
  390.                             <property name="visible">True</property>
  391.                             <property name="xalign">0.000000</property>
  392.                             <property name="label" translatable="yes">_Applicability:</property>
  393.                             <property name="use_underline">True</property>
  394.                             <property name="mnemonic_widget">applicability</property>
  395.                           </object>
  396.                           <packing>
  397.                             <property name="top_attach">6</property>
  398.                             <property name="bottom_attach">7</property>
  399.                             <property name="x_options">GTK_FILL</property>
  400.                             <property name="y_options"/>
  401.                           </packing>
  402.                         </child>
  403.                         <child>
  404.                           <object class="GtkLabel" id="label4">
  405.                             <property name="visible">True</property>
  406.                             <property name="xalign">0.000000</property>
  407.                             <property name="yalign">0.000000</property>
  408.                             <property name="label" translatable="yes">Co_mmand(s):</property>
  409.                             <property name="use_underline">True</property>
  410.                             <property name="mnemonic_widget">scrolledwindow3</property>
  411.                           </object>
  412.                           <packing>
  413.                             <property name="top_attach">2</property>
  414.                             <property name="bottom_attach">3</property>
  415.                             <property name="x_options">GTK_FILL</property>
  416.                             <property name="y_options">GTK_FILL</property>
  417.                           </packing>
  418.                         </child>
  419.                         <child>
  420.                           <object class="GtkLabel" id="label8">
  421.                             <property name="visible">True</property>
  422.                             <property name="xalign">0.000000</property>
  423.                             <property name="label" translatable="yes">_Output:</property>
  424.                             <property name="use_underline">True</property>
  425.                             <property name="mnemonic_widget">output</property>
  426.                           </object>
  427.                           <packing>
  428.                             <property name="top_attach">5</property>
  429.                             <property name="bottom_attach">6</property>
  430.                             <property name="x_options">GTK_FILL</property>
  431.                             <property name="y_options"/>
  432.                           </packing>
  433.                         </child>
  434.                         <child>
  435.                           <object class="GtkLabel" id="label7">
  436.                             <property name="visible">True</property>
  437.                             <property name="xalign">0.000000</property>
  438.                             <property name="label" translatable="yes">_Input:</property>
  439.                             <property name="use_underline">True</property>
  440.                             <property name="mnemonic_widget">input</property>
  441.                           </object>
  442.                           <packing>
  443.                             <property name="top_attach">4</property>
  444.                             <property name="bottom_attach">5</property>
  445.                             <property name="x_options">GTK_FILL</property>
  446.                             <property name="y_options"/>
  447.                           </packing>
  448.                         </child>
  449.                         <child>
  450.                           <object class="GtkLabel" id="label6">
  451.                             <property name="xalign">0.000000</property>
  452.                             <property name="label" translatable="yes">_Save:</property>
  453.                             <property name="use_underline">True</property>
  454.                           </object>
  455.                           <packing>
  456.                             <property name="top_attach">3</property>
  457.                             <property name="bottom_attach">4</property>
  458.                             <property name="x_options">GTK_FILL</property>
  459.                             <property name="y_options"/>
  460.                           </packing>
  461.                         </child>
  462.                         <child>
  463.                           <object class="GtkLabel" id="label3">
  464.                             <property name="visible">True</property>
  465.                             <property name="xalign">0.000000</property>
  466.                             <property name="label" translatable="yes">_Shortcut Key:</property>
  467.                             <property name="use_underline">True</property>
  468.                             <property name="mnemonic_widget">accelerator</property>
  469.                           </object>
  470.                           <packing>
  471.                             <property name="top_attach">1</property>
  472.                             <property name="bottom_attach">2</property>
  473.                             <property name="x_options">GTK_FILL</property>
  474.                             <property name="y_options"/>
  475.                           </packing>
  476.                         </child>
  477.                         <child>
  478.                           <object class="GtkLabel" id="label5">
  479.                             <property name="visible">True</property>
  480.                             <property name="xalign">0.000000</property>
  481.                             <property name="label" translatable="yes">_Description:</property>
  482.                             <property name="use_underline">True</property>
  483.                             <property name="mnemonic_widget">description</property>
  484.                           </object>
  485.                           <packing>
  486.                             <property name="x_options">GTK_FILL</property>
  487.                             <property name="y_options"/>
  488.                           </packing>
  489.                         </child>
  490.                       </object>
  491.                       <packing>
  492.                         <property name="position">1</property>
  493.                       </packing>
  494.                     </child>
  495.                   </object>
  496.                   <packing>
  497.                     <property name="position">1</property>
  498.                   </packing>
  499.                 </child>
  500.               </object>
  501.               <packing>
  502.                 <property name="shrink">False</property>
  503.               </packing>
  504.             </child>
  505.           </object>
  506.           <packing>
  507.             <property name="position">1</property>
  508.           </packing>
  509.         </child>
  510.         <child internal-child="action_area">
  511.           <object class="GtkHButtonBox" id="hbuttonbox1">
  512.             <property name="visible">True</property>
  513.             <property name="layout_style">GTK_BUTTONBOX_END</property>
  514.             <child>
  515.               <object class="GtkButton" id="button1">
  516.                 <property name="visible">True</property>
  517.                 <property name="can_focus">True</property>
  518.                 <property name="can_default">True</property>
  519.                 <property name="label">gtk-help</property>
  520.                 <property name="use_stock">True</property>
  521.               </object>
  522.             </child>
  523.             <child>
  524.               <object class="GtkButton" id="button2">
  525.                 <property name="visible">True</property>
  526.                 <property name="can_focus">True</property>
  527.                 <property name="can_default">True</property>
  528.                 <property name="label">gtk-close</property>
  529.                 <property name="use_stock">True</property>
  530.               </object>
  531.               <packing>
  532.                 <property name="position">1</property>
  533.               </packing>
  534.             </child>
  535.           </object>
  536.           <packing>
  537.             <property name="expand">False</property>
  538.             <property name="pack_type">GTK_PACK_END</property>
  539.           </packing>
  540.         </child>
  541.       </object>
  542.     </child>
  543.     <action-widgets>
  544.       <action-widget response="-11">button1</action-widget>
  545.       <action-widget response="-7">button2</action-widget>
  546.     </action-widgets>
  547.   </object>
  548. </interface>
  549.