1 <?xml version="1.0" encoding="UTF-8"?>
2 <!-- PSPP - a program for statistical analysis. -->
3 <!-- Copyright (C) 2017 Free Software Foundation, Inc. -->
5 <!-- This program is free software: you can redistribute it and/or modify -->
6 <!-- it under the terms of the GNU General Public License as published by -->
7 <!-- the Free Software Foundation, either version 3 of the License, or -->
8 <!-- (at your option) any later version. -->
10 <!-- This program is distributed in the hope that it will be useful, -->
11 <!-- but WITHOUT ANY WARRANTY; without even the implied warranty of -->
12 <!-- MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the -->
13 <!-- GNU General Public License for more details. -->
15 <!-- You should have received a copy of the GNU General Public License -->
16 <!-- along with this program. If not, see <http://www.gnu.org/licenses/>. -->
18 <!--*- mode: xml -*-->
20 <menu id="syntax-window-menu">
22 <attribute name="label" translatable="yes">_File</attribute>
25 <attribute name="label" translatable="yes">_New</attribute>
27 <attribute name="label" translatable="yes">Syntax</attribute>
28 <attribute name="action">app.new-syntax</attribute>
31 <attribute name="label" translatable="yes">Data</attribute>
32 <attribute name="action">app.new-data</attribute>
36 <attribute name="label" translatable="yes">_Open</attribute>
37 <attribute name="action">win.open</attribute>
38 <attribute name="accel"><Primary>o</attribute>
41 <attribute name="label" translatable="yes">_Save</attribute>
42 <attribute name="action">win.save</attribute>
43 <attribute name="accel"><Primary>s</attribute>
46 <attribute name="label" translatable="yes">Save _As</attribute>
47 <attribute name="action">win.save_as</attribute>
48 <attribute name="accel"><Primary><Shift>s</attribute>
53 <attribute name="label" translatable="yes">_Print</attribute>
54 <attribute name="action">win.print</attribute>
59 <attribute name="label" translatable="yes">_Quit</attribute>
60 <attribute name="accel"><Primary>q</attribute>
61 <attribute name="action">app.quit</attribute>
66 <attribute name="label" translatable="yes">_Edit</attribute>
69 <attribute name="label" translatable="yes">Cu_t</attribute>
70 <attribute name="action">win.cut</attribute>
71 <attribute name="accel"><Primary>x</attribute>
74 <attribute name="label" translatable="yes">_Copy</attribute>
75 <attribute name="action">win.copy</attribute>
76 <attribute name="accel"><Primary>c</attribute>
79 <attribute name="label" translatable="yes">_Paste</attribute>
80 <attribute name="action">win.paste</attribute>
81 <attribute name="accel"><Primary>v</attribute>
84 <attribute name="label" translatable="yes">_Delete</attribute>
85 <attribute name="action">win.delete</attribute>
90 <attribute name="label" translatable="yes">_Undo</attribute>
91 <attribute name="action">win.undo</attribute>
94 <attribute name="label" translatable="yes">_Redo</attribute>
95 <attribute name="action">win.redo</attribute>
100 <attribute name="label" translatable="yes">_Run</attribute>
103 <attribute name="label" translatable="yes">_All</attribute>
104 <attribute name="action">win.run-all</attribute>
107 <attribute name="label" translatable="yes">_Selection</attribute>
108 <attribute name="action">win.run-selection</attribute>
111 <attribute name="label" translatable="yes">_Current Line</attribute>
112 <attribute name="action">win.run-current-line</attribute>
113 <attribute name="accel"><Primary>r</attribute>
116 <attribute name="label" translatable="yes">_To End</attribute>
117 <attribute name="action">win.run-to-end</attribute>
122 <object class="GtkScrolledWindow" id="scrolledwindow8">
123 <property name="visible">True</property>
124 <property name="can_focus">True</property>
125 <property name="hscrollbar_policy">GTK_POLICY_AUTOMATIC</property>
126 <property name="vscrollbar_policy">GTK_POLICY_AUTOMATIC</property>
127 <property name="shadow_type">GTK_SHADOW_IN</property>
128 <property name="window_placement">GTK_CORNER_TOP_LEFT</property>
130 <object class="GtkSourceView" id="syntax_text_view">
131 <property name="visible">True</property>
132 <property name="can_focus">True</property>
133 <property name="editable">True</property>
134 <property name="overwrite">False</property>
135 <property name="accepts_tab">True</property>
136 <property name="justification">GTK_JUSTIFY_LEFT</property>
137 <property name="wrap_mode">GTK_WRAP_NONE</property>
138 <property name="cursor_visible">True</property>
139 <property name="pixels_above_lines">0</property>
140 <property name="pixels_below_lines">0</property>
141 <property name="pixels_inside_wrap">0</property>
142 <property name="left_margin">0</property>
143 <property name="right_margin">0</property>
144 <property name="indent">0</property>
148 <object class="GtkStatusbar" id="statusbar2">
149 <property name="visible">True</property>