~toolpart/+junk/pythoncard

« back to all changes in this revision

Viewing changes to tools/codeEditor/codeEditor.rsrc.py

  • Committer: Bazaar Package Importer
  • Author(s): Mohammed Adnène Trojette
  • Date: 2006-11-12 17:52:13 UTC
  • mfrom: (2.1.5 feisty)
  • Revision ID: james.westby@ubuntu.com-20061112175213-tv8bnl6rtpa2qw1o
Tags: 0.8.1-8.1
* Non-maintainer upload.
* Fix path to findfiles, codeEditor and resourceEditor:
   + patch from Ernest ter Kuile <ernestjw@xs4all.nl>. (Closes: #397018)

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
 
{'stack':{'type':'Stack',
 
1
{'application':{'type':'Application',
2
2
          'name':'codeEditor',
3
3
    'backgrounds': [
4
4
    {'type':'Background',
83
83
                  {'type':'MenuItem',
84
84
                   'name':'menuFileExit',
85
85
                   'label':'E&xit\tAlt+X',
 
86
                   'command':'exit',
86
87
                  },
87
88
              ]
88
89
             },
271
272
                  'label':'Save &Configuration',
272
273
                  },
273
274
                  {'type':'MenuItem',
 
275
                  'name':'menuShellChangeDirectory',
 
276
                  'label':'Change &Directory...',
 
277
                  },
 
278
                  {'type':'MenuItem',
274
279
                   'name':'scriptletSep1',
275
280
                   'label':'-',
276
281
                  },
290
295
             'items': [
291
296
                  {'type':'MenuItem',
292
297
                   'name':'menuShellDocumentation',
293
 
                   'label':'&Shell Documenation...',
 
298
                   'label':'&Shell Documentation...',
294
299
                   'command':'showShellDocumentation',
295
300
                  },
296
301
                  {'type':'MenuItem',
312
317
                   'label':'&About codeEditor...',
313
318
                   'command':'doHelpAbout',
314
319
                  },
 
320
                  {'type':'MenuItem',
 
321
                   'name':'menuHelpAboutPythonCard',
 
322
                   'label':'About PythonCard...',
 
323
                   'command':'doHelpAboutPythonCard',
 
324
                  },
315
325
              ]
316
326
             },
317
327
         ]
319
329
         'strings': {
320
330
         'saveAs':'Save As',
321
331
         'about':'About codeEditor...',
322
 
         'saveAsWildcard':'Python scripts (*.py;*.pyw)|*.pyw;*.PY;*.PYW;*.py|Text files (*.txt;*.text)|*.text;*.TXT;*.TEXT;*.txt|HTML and XML files (*.htm;*.html;*.xml)|*.htm;*.xml;*.HTM;*.HTML;*.XML;*.html|All files (*.*)|*.*',
 
332
         'saveAsWildcard':'All files (*.*)|*.*|Python scripts (*.py;*.pyw)|*.pyw;*.PY;*.PYW;*.py|Text files (*.txt;*.text)|*.text;*.TXT;*.TEXT;*.txt|HTML and XML files (*.htm;*.html;*.xml)|*.htm;*.xml;*.HTM;*.HTML;*.XML;*.html',
323
333
         'chars':'chars',
324
334
         'gotoLine':'Goto line',
325
335
         'lines':'lines',