Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit 368875c

Browse files
committed
Regenerated to take advantage of new _builtinSuites package.
1 parent d50c66b commit 368875c

15 files changed

Lines changed: 588 additions & 660 deletions

Mac/Lib/lib-scriptpackages/CodeWarrior/CodeWarrior_suite.py

Lines changed: 37 additions & 59 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
"""Suite CodeWarrior suite: Terms for scripting the CodeWarrior IDE
22
Level 0, version 0
33
4-
Generated from Macintosh HD:SWdev:CodeWarrior 6 MPTP:Metrowerks CodeWarrior:CodeWarrior IDE 4.1B9
4+
Generated from Moes:Applications (Mac OS 9):Metrowerks CodeWarrior 7.0:Metrowerks CodeWarrior:CodeWarrior IDE 4.2.6
55
AETE/AEUT resource version 1/0, language 0, script 0
66
"""
77

@@ -257,49 +257,42 @@ class inherits(aetools.NProperty):
257257
class catalog_document(aetools.ComponentItem):
258258
"""catalog document - a browser catalog document """
259259
want = 'CTLG'
260-
# repeated property inherits all properties and elements of the given class are inherited by this class.
261260

262261
catalog_documents = catalog_document
263262

264263
class class_browser(aetools.ComponentItem):
265264
"""class browser - a class browser """
266265
want = 'BROW'
267-
# repeated property inherits all properties and elements of the given class are inherited by this class.
268266

269267
class_browsers = class_browser
270268

271269
class class_hierarchy(aetools.ComponentItem):
272270
"""class hierarchy - a class hierarchy document """
273271
want = 'HIER'
274-
# repeated property inherits all properties and elements of the given class are inherited by this class.
275272

276273
class_hierarchies = class_hierarchy
277274

278275
class editor_document(aetools.ComponentItem):
279276
"""editor document - an editor document """
280277
want = 'EDIT'
281-
# repeated property inherits all properties and elements of the given class are inherited by this class.
282278

283279
editor_documents = editor_document
284280

285281
class file_compare_document(aetools.ComponentItem):
286282
"""file compare document - a file compare document """
287283
want = 'COMP'
288-
# repeated property inherits all properties and elements of the given class are inherited by this class.
289284

290285
file_compare_documents = file_compare_document
291286

292287
class message_document(aetools.ComponentItem):
293288
"""message document - a message document """
294289
want = 'MSSG'
295-
# repeated property inherits all properties and elements of the given class are inherited by this class.
296290

297291
message_documents = message_document
298292

299293
class project_document(aetools.ComponentItem):
300294
"""project document - a project document """
301295
want = 'PRJD'
302-
# repeated property inherits all properties and elements of the given class are inherited by this class.
303296
class current_target(aetools.NProperty):
304297
"""current target - the current target """
305298
which = 'CURT'
@@ -311,28 +304,24 @@ class current_target(aetools.NProperty):
311304
class project_inspector(aetools.ComponentItem):
312305
"""project inspector - the project inspector """
313306
want = 'INSP'
314-
# repeated property inherits all properties and elements of the given class are inherited by this class.
315307

316308
project_inspectors = project_inspector
317309

318310
class single_class_browser(aetools.ComponentItem):
319311
"""single class browser - a single class browser """
320312
want = '1BRW'
321-
# repeated property inherits all properties and elements of the given class are inherited by this class.
322313

323314
single_class_browsers = single_class_browser
324315

325316
class single_class_hierarchy(aetools.ComponentItem):
326317
"""single class hierarchy - a single class hierarchy document """
327318
want = '1HIR'
328-
# repeated property inherits all properties and elements of the given class are inherited by this class.
329319

330320
single_class_hierarchies = single_class_hierarchy
331321

332322
class subtarget(aetools.ComponentItem):
333323
"""subtarget - a target that is prerequisite for another target """
334324
want = 'SBTG'
335-
# repeated property inherits all properties and elements of the given class are inherited by this class.
336325
class target(aetools.NProperty):
337326
"""target - the target that is dependent on this subtarget """
338327
which = 'TrgT'
@@ -347,7 +336,6 @@ class link_against_output(aetools.NProperty):
347336
class symbol_browser(aetools.ComponentItem):
348337
"""symbol browser - a symbol browser """
349338
want = 'SYMB'
350-
# repeated property inherits all properties and elements of the given class are inherited by this class.
351339

352340
symbol_browsers = symbol_browser
353341

@@ -358,10 +346,6 @@ class name(aetools.NProperty):
358346
"""name - """
359347
which = 'pnam'
360348
want = 'itxt'
361-
class index(aetools.NProperty):
362-
"""index - the number of the target """
363-
which = 'pidx'
364-
want = 'long'
365349
class project_document(aetools.NProperty):
366350
"""project document - the project document that contains this target """
367351
which = 'PrjD'
@@ -382,7 +366,6 @@ class type(aetools.NProperty):
382366
"""type - the type of source file """
383367
which = 'FTYP'
384368
want = 'FTYP'
385-
# repeated property index the number of the target file
386369
class location(aetools.NProperty):
387370
"""location - the location of the target file on disk """
388371
which = 'FILE'
@@ -445,7 +428,6 @@ class dependents(aetools.NProperty):
445428
class text_document(aetools.ComponentItem):
446429
"""text document - a document that contains text """
447430
want = 'TXTD'
448-
# repeated property inherits all properties and elements of the given class are inherited by this class.
449431
class modified(aetools.NProperty):
450432
"""modified - Has the document been modified since the last save? """
451433
which = 'imod'
@@ -464,7 +446,6 @@ class selection(aetools.NProperty):
464446
class ToolServer_worksheet(aetools.ComponentItem):
465447
"""ToolServer worksheet - a ToolServer worksheet """
466448
want = 'TOOL'
467-
# repeated property inherits all properties and elements of the given class are inherited by this class.
468449

469450
ToolServer_worksheets = ToolServer_worksheet
470451
build_progress_document._propdict = {
@@ -538,7 +519,6 @@ class ToolServer_worksheet(aetools.ComponentItem):
538519
}
539520
target._propdict = {
540521
'name' : name,
541-
'index' : index,
542522
'project_document' : project_document,
543523
}
544524
target._elemdict = {
@@ -548,7 +528,6 @@ class ToolServer_worksheet(aetools.ComponentItem):
548528
target_file._propdict = {
549529
'id' : id,
550530
'type' : type,
551-
'index' : index,
552531
'location' : location,
553532
'path' : path,
554533
'linked' : linked,
@@ -629,59 +608,58 @@ class ToolServer_worksheet(aetools.ComponentItem):
629608
# Indices of types declared in this module
630609
#
631610
_classdeclarations = {
632-
'TOOL' : ToolServer_worksheet,
633-
'1HIR' : single_class_hierarchy,
634-
'SRCF' : target_file,
635-
'TXTD' : text_document,
636-
'TRGT' : target,
637-
'HIER' : class_hierarchy,
638-
'CTLG' : catalog_document,
639611
'1BRW' : single_class_browser,
640-
'MSSG' : message_document,
641-
'INSP' : project_inspector,
642-
'BROW' : class_browser,
643-
'COMP' : file_compare_document,
644-
'EDIT' : editor_document,
645612
'PRJD' : project_document,
646-
'SBTG' : subtarget,
647613
'SYMB' : symbol_browser,
614+
'EDIT' : editor_document,
615+
'COMP' : file_compare_document,
616+
'BROW' : class_browser,
617+
'SBTG' : subtarget,
618+
'MSSG' : message_document,
619+
'INSP' : project_inspector,
620+
'TXTD' : text_document,
621+
'CTLG' : catalog_document,
622+
'HIER' : class_hierarchy,
623+
'TRGT' : target,
648624
'PRGS' : build_progress_document,
625+
'SRCF' : target_file,
626+
'TOOL' : ToolServer_worksheet,
627+
'1HIR' : single_class_hierarchy,
649628
}
650629

651630
_propdeclarations = {
652-
'PRER' : prerequisites,
653-
'DBUG' : debug,
654-
'CSZE' : code_size,
631+
'CURT' : current_target,
632+
'PrjD' : project_document,
633+
'MRGE' : merge_output,
634+
'WEAK' : weak_link,
635+
'DPND' : dependents,
636+
'c@#^' : inherits,
637+
'ID ' : id,
638+
'CMPD' : compiled_date,
639+
'LIDX' : link_index,
640+
'FILE' : location,
655641
'Path' : path,
656-
'pnam' : name,
657-
'TrgT' : target,
642+
'LNKO' : link_against_output,
643+
'imod' : modified,
644+
'sele' : selection,
658645
'DSZE' : data_size,
659-
'FTYP' : type,
660-
'MODD' : modified_date,
661646
'INIT' : init_before,
662-
'sele' : selection,
663-
'imod' : modified,
664-
'DPND' : dependents,
665-
'FILE' : location,
666-
'LIDX' : link_index,
647+
'MODD' : modified_date,
648+
'FTYP' : type,
649+
'TrgT' : target,
650+
'pnam' : name,
667651
'LINK' : linked,
668-
'ID ' : id,
669-
'c@#^' : inherits,
670-
'pidx' : index,
671-
'LNKO' : link_against_output,
672-
'WEAK' : weak_link,
673-
'MRGE' : merge_output,
674-
'CMPD' : compiled_date,
675-
'PrjD' : project_document,
676-
'CURT' : current_target,
652+
'CSZE' : code_size,
653+
'DBUG' : debug,
654+
'PRER' : prerequisites,
677655
}
678656

679657
_compdeclarations = {
680658
}
681659

682660
_enumdeclarations = {
683-
'PERM' : _Enum_PERM,
684-
'FTYP' : _Enum_FTYP,
685-
'DKND' : _Enum_DKND,
686661
'Inte' : _Enum_Inte,
662+
'DKND' : _Enum_DKND,
663+
'FTYP' : _Enum_FTYP,
664+
'PERM' : _Enum_PERM,
687665
}

0 commit comments

Comments
 (0)