-
Notifications
You must be signed in to change notification settings - Fork 10
Expand file tree
/
Copy pathMenuBar1.rbmnu
More file actions
295 lines (295 loc) · 7.85 KB
/
MenuBar1.rbmnu
File metadata and controls
295 lines (295 loc) · 7.85 KB
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
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
#tag Menu
Begin Menu MenuBar1
Begin MenuItem FileMenu
SpecialMenu = 0
Text = "&File"
Index = -2147483648
AutoEnable = True
Begin MenuItem FileSaveProject
SpecialMenu = 0
Text = "Save Project..."
Index = -2147483648
ShortcutKey = "S"
Shortcut = "Cmd+S"
MenuModifier = True
AutoEnable = True
End
Begin MenuItem FileSaveProjectAs
SpecialMenu = 0
Text = "Save Project As..."
Index = -2147483648
ShortcutKey = "S"
Shortcut = "Cmd+Shift+S"
MenuModifier = True
AltMenuModifier = True
AutoEnable = True
End
Begin MenuItem FileOpenProject
SpecialMenu = 0
Text = "Open Project..."
Index = -2147483648
ShortcutKey = "O"
Shortcut = "Cmd+O"
MenuModifier = True
AutoEnable = True
End
Begin MenuItem UntitledSeparator6
SpecialMenu = 0
Text = "-"
Index = -2147483648
AutoEnable = True
End
Begin MenuItem FileSaveProjectAsImage
SpecialMenu = 0
Text = "Save Project As Image..."
Index = -2147483648
AutoEnable = True
End
Begin MenuItem UntitledSeparator2
SpecialMenu = 0
Text = "-"
Index = -2147483648
AutoEnable = True
End
Begin MenuItem FileNewProject
SpecialMenu = 0
Text = "New Project"
Index = -2147483648
ShortcutKey = "N"
Shortcut = "Cmd+N"
MenuModifier = True
AutoEnable = True
End
Begin MenuItem UntitledSeparator8
SpecialMenu = 0
Text = "-"
Index = -2147483648
AutoEnable = True
End
Begin MenuItem FileNewCustomBlock
SpecialMenu = 0
Text = "New Custom Block..."
Index = -2147483648
AutoEnable = True
End
Begin MenuItem UntitledSeparator
SpecialMenu = 0
Text = "-"
Index = -2147483648
AutoEnable = True
End
Begin QuitMenuItem FileQuit
SpecialMenu = 0
Text = "#App.kFileQuit"
Index = -2147483648
ShortcutKey = "#App.kFileQuitShortcut"
Shortcut = "#App.kFileQuitShortcut"
AutoEnable = True
End
End
Begin MenuItem EditMenu
SpecialMenu = 0
Text = "&Edit"
Index = -2147483648
AutoEnable = True
Begin MenuItem EditUndo
SpecialMenu = 0
Text = "&Undo"
Index = -2147483648
ShortcutKey = "Z"
Shortcut = "Cmd+Z"
MenuModifier = True
AutoEnable = True
End
Begin MenuItem UntitledMenu1
SpecialMenu = 0
Text = "-"
Index = -2147483648
AutoEnable = True
End
Begin MenuItem EditCut
SpecialMenu = 0
Text = "Cu&t"
Index = -2147483648
ShortcutKey = "X"
Shortcut = "Cmd+X"
MenuModifier = True
AutoEnable = True
End
Begin MenuItem EditCopy
SpecialMenu = 0
Text = "&Copy"
Index = -2147483648
ShortcutKey = "C"
Shortcut = "Cmd+C"
MenuModifier = True
AutoEnable = True
End
Begin MenuItem EditPaste
SpecialMenu = 0
Text = "&Paste"
Index = -2147483648
ShortcutKey = "V"
Shortcut = "Cmd+V"
MenuModifier = True
AutoEnable = True
End
Begin MenuItem EditClear
SpecialMenu = 0
Text = "#App.kEditClear"
Index = -2147483648
AutoEnable = True
End
Begin MenuItem UntitledMenu0
SpecialMenu = 0
Text = "-"
Index = -2147483648
AutoEnable = True
End
Begin MenuItem EditSelectAll
SpecialMenu = 0
Text = "Select &All"
Index = -2147483648
ShortcutKey = "A"
Shortcut = "Cmd+A"
MenuModifier = True
AutoEnable = True
End
Begin MenuItem UntitledSeparator0
SpecialMenu = 0
Text = "-"
Index = -2147483648
AutoEnable = True
End
Begin PrefsMenuItem EditPreferences
SpecialMenu = 0
Text = "Preferences"
Index = -2147483648
AutoEnable = True
End
End
Begin MenuItem ProjectMenu
SpecialMenu = 0
Text = "Project"
Index = -2147483648
AutoEnable = True
Begin MenuItem ProjectBuildProjectHTML5Web
SpecialMenu = 0
Text = "Build Project - HTML5 - Web"
Index = -2147483648
AutoEnable = True
End
Begin MenuItem ProjectBuildProjectPythonGTKDesktop
SpecialMenu = 0
Text = "Build Project - Python/GTK - Desktop"
Index = -2147483648
AutoEnable = True
End
Begin MenuItem ProjectBuildProjectPythonGTKMaemoN8x0
SpecialMenu = 0
Text = "Build Project - Python/GTK - Maemo Tablet"
Index = -2147483648
AutoEnable = True
End
Begin MenuItem ProjectBuildProjectAdobeFlexWeb
SpecialMenu = 0
Text = "Build Project - Adobe Flex - Web"
Index = -2147483648
AutoEnable = True
End
Begin MenuItem ProjectBuildProjectAndroid
SpecialMenu = 0
Text = "Build Project - Android"
Index = -2147483648
AutoEnable = True
End
Begin MenuItem ProjectBuildProjectiOSiPhone
SpecialMenu = 0
Text = "Build Project - iOS - iPhone"
Index = -2147483648
AutoEnable = True
End
Begin MenuItem ProjectBuildProjectiOSiPad
SpecialMenu = 0
Text = "Build Project - iOS - iPad"
Index = -2147483648
AutoEnable = True
End
Begin MenuItem UntitledSeparator5
SpecialMenu = 0
Text = "-"
Index = -2147483648
AutoEnable = True
End
Begin MenuItem ProjectCheckProjectForErrors
SpecialMenu = 0
Text = "Check Project For Errors"
Index = -2147483648
ShortcutKey = "E"
Shortcut = "Cmd+E"
MenuModifier = True
AutoEnable = True
End
Begin MenuItem UntitledSeparator7
SpecialMenu = 0
Text = "-"
Index = -2147483648
AutoEnable = True
End
Begin MenuItem ProjectProjectSettings
SpecialMenu = 0
Text = "Project Settings"
Index = -2147483648
AutoEnable = True
End
End
Begin MenuItem HelpMenu
SpecialMenu = 0
Text = "Help"
Index = -2147483648
AutoEnable = True
Begin MenuItem HelpRegisterIlluminationSoftwareCreator
SpecialMenu = 0
Text = "Register Illumination Software Creator"
Index = -2147483648
AutoEnable = True
End
Begin MenuItem UntitledSeparator3
SpecialMenu = 0
Text = "-"
Index = -2147483648
AutoEnable = True
End
Begin MenuItem HelpWelcomeToIlluminationSoftwareCreator
SpecialMenu = 0
Text = "Welcome To Illumination Software Creator"
Index = -2147483648
AutoEnable = True
End
Begin MenuItem HelpTutorials
SpecialMenu = 0
Text = "Lunduke.com"
Index = -2147483648
AutoEnable = True
End
Begin MenuItem HelpSupportForum
SpecialMenu = 0
Text = "Support Forum"
Index = -2147483648
AutoEnable = True
End
Begin MenuItem UntitledSeparator1
SpecialMenu = 0
Text = "-"
Index = -2147483648
AutoEnable = True
End
Begin AppleMenuItem HelpAboutIlluminationSoftwareCreator
SpecialMenu = 0
Text = "About Illumination Software Creator"
Index = -2147483648
AutoEnable = True
End
End
End
#tag EndMenu