Update of /cvsroot/python/python/dist/src/Mac/Lib/lib-scriptpackages/CodeWarrior In directory usw-pr-cvs1:/tmp/cvs-serv24189/Python/Mac/Lib/lib-scriptpackages/CodeWarrior Modified Files: CodeWarrior_suite.py Log Message: Regenerated to take advantage of new _builtinSuites package. Index: CodeWarrior_suite.py =================================================================== RCS file: /cvsroot/python/python/dist/src/Mac/Lib/lib-scriptpackages/CodeWarrior/CodeWarrior_suite.py,v retrieving revision 1.2 retrieving revision 1.3 diff -C2 -d -r1.2 -r1.3 *** CodeWarrior_suite.py 2001/05/17 12:40:59 1.2 --- CodeWarrior_suite.py 2002/01/22 23:21:04 1.3 *************** *** 2,6 **** Level 0, version 0 ! Generated from Macintosh HD:SWdev:CodeWarrior 6 MPTP:Metrowerks CodeWarrior:CodeWarrior IDE 4.1B9 AETE/AEUT resource version 1/0, language 0, script 0 """ --- 2,6 ---- Level 0, version 0 ! Generated from Moes:Applications (Mac OS 9):Metrowerks CodeWarrior 7.0:Metrowerks CodeWarrior:CodeWarrior IDE 4.2.6 AETE/AEUT resource version 1/0, language 0, script 0 """ *************** *** 258,262 **** """catalog document - a browser catalog document """ want = 'CTLG' - # repeated property inherits all properties and elements of the given class are inherited by this class. catalog_documents = catalog_document --- 258,261 ---- *************** *** 265,269 **** """class browser - a class browser """ want = 'BROW' - # repeated property inherits all properties and elements of the given class are inherited by this class. class_browsers = class_browser --- 264,267 ---- *************** *** 272,276 **** """class hierarchy - a class hierarchy document """ want = 'HIER' - # repeated property inherits all properties and elements of the given class are inherited by this class. class_hierarchies = class_hierarchy --- 270,273 ---- *************** *** 279,283 **** """editor document - an editor document """ want = 'EDIT' - # repeated property inherits all properties and elements of the given class are inherited by this class. editor_documents = editor_document --- 276,279 ---- *************** *** 286,290 **** """file compare document - a file compare document """ want = 'COMP' - # repeated property inherits all properties and elements of the given class are inherited by this class. file_compare_documents = file_compare_document --- 282,285 ---- *************** *** 293,297 **** """message document - a message document """ want = 'MSSG' - # repeated property inherits all properties and elements of the given class are inherited by this class. message_documents = message_document --- 288,291 ---- *************** *** 300,304 **** """project document - a project document """ want = 'PRJD' - # repeated property inherits all properties and elements of the given class are inherited by this class. class current_target(aetools.NProperty): """current target - the current target """ --- 294,297 ---- *************** *** 312,316 **** """project inspector - the project inspector """ want = 'INSP' - # repeated property inherits all properties and elements of the given class are inherited by this class. project_inspectors = project_inspector --- 305,308 ---- *************** *** 319,323 **** """single class browser - a single class browser """ want = '1BRW' - # repeated property inherits all properties and elements of the given class are inherited by this class. single_class_browsers = single_class_browser --- 311,314 ---- *************** *** 326,330 **** """single class hierarchy - a single class hierarchy document """ want = '1HIR' - # repeated property inherits all properties and elements of the given class are inherited by this class. single_class_hierarchies = single_class_hierarchy --- 317,320 ---- *************** *** 333,337 **** """subtarget - a target that is prerequisite for another target """ want = 'SBTG' - # repeated property inherits all properties and elements of the given class are inherited by this class. class target(aetools.NProperty): """target - the target that is dependent on this subtarget """ --- 323,326 ---- *************** *** 348,352 **** """symbol browser - a symbol browser """ want = 'SYMB' - # repeated property inherits all properties and elements of the given class are inherited by this class. symbol_browsers = symbol_browser --- 337,340 ---- *************** *** 359,366 **** which = 'pnam' want = 'itxt' - class index(aetools.NProperty): - """index - the number of the target """ - which = 'pidx' - want = 'long' class project_document(aetools.NProperty): """project document - the project document that contains this target """ --- 347,350 ---- *************** *** 383,387 **** which = 'FTYP' want = 'FTYP' - # repeated property index the number of the target file class location(aetools.NProperty): """location - the location of the target file on disk """ --- 367,370 ---- *************** *** 446,450 **** """text document - a document that contains text """ want = 'TXTD' - # repeated property inherits all properties and elements of the given class are inherited by this class. class modified(aetools.NProperty): """modified - Has the document been modified since the last save? """ --- 429,432 ---- *************** *** 465,469 **** """ToolServer worksheet - a ToolServer worksheet """ want = 'TOOL' - # repeated property inherits all properties and elements of the given class are inherited by this class. ToolServer_worksheets = ToolServer_worksheet --- 447,450 ---- *************** *** 539,543 **** target._propdict = { 'name' : name, - 'index' : index, 'project_document' : project_document, } --- 520,523 ---- *************** *** 549,553 **** 'id' : id, 'type' : type, - 'index' : index, 'location' : location, 'path' : path, --- 529,532 ---- *************** *** 630,678 **** # _classdeclarations = { - 'TOOL' : ToolServer_worksheet, - '1HIR' : single_class_hierarchy, - 'SRCF' : target_file, - 'TXTD' : text_document, - 'TRGT' : target, - 'HIER' : class_hierarchy, - 'CTLG' : catalog_document, '1BRW' : single_class_browser, - 'MSSG' : message_document, - 'INSP' : project_inspector, - 'BROW' : class_browser, - 'COMP' : file_compare_document, - 'EDIT' : editor_document, 'PRJD' : project_document, - 'SBTG' : subtarget, 'SYMB' : symbol_browser, 'PRGS' : build_progress_document, } _propdeclarations = { ! 'PRER' : prerequisites, ! 'DBUG' : debug, ! 'CSZE' : code_size, 'Path' : path, ! 'pnam' : name, ! 'TrgT' : target, 'DSZE' : data_size, - 'FTYP' : type, - 'MODD' : modified_date, 'INIT' : init_before, ! 'sele' : selection, ! 'imod' : modified, ! 'DPND' : dependents, ! 'FILE' : location, ! 'LIDX' : link_index, 'LINK' : linked, ! 'ID ' : id, ! 'c@#^' : inherits, ! 'pidx' : index, ! 'LNKO' : link_against_output, ! 'WEAK' : weak_link, ! 'MRGE' : merge_output, ! 'CMPD' : compiled_date, ! 'PrjD' : project_document, ! 'CURT' : current_target, } --- 609,656 ---- # _classdeclarations = { '1BRW' : single_class_browser, 'PRJD' : project_document, 'SYMB' : symbol_browser, + 'EDIT' : editor_document, + 'COMP' : file_compare_document, + 'BROW' : class_browser, + 'SBTG' : subtarget, + 'MSSG' : message_document, + 'INSP' : project_inspector, + 'TXTD' : text_document, + 'CTLG' : catalog_document, + 'HIER' : class_hierarchy, + 'TRGT' : target, 'PRGS' : build_progress_document, + 'SRCF' : target_file, + 'TOOL' : ToolServer_worksheet, + '1HIR' : single_class_hierarchy, } _propdeclarations = { ! 'CURT' : current_target, ! 'PrjD' : project_document, ! 'MRGE' : merge_output, ! 'WEAK' : weak_link, ! 'DPND' : dependents, ! 'c@#^' : inherits, ! 'ID ' : id, ! 'CMPD' : compiled_date, ! 'LIDX' : link_index, ! 'FILE' : location, 'Path' : path, ! 'LNKO' : link_against_output, ! 'imod' : modified, ! 'sele' : selection, 'DSZE' : data_size, 'INIT' : init_before, ! 'MODD' : modified_date, ! 'FTYP' : type, ! 'TrgT' : target, ! 'pnam' : name, 'LINK' : linked, ! 'CSZE' : code_size, ! 'DBUG' : debug, ! 'PRER' : prerequisites, } *************** *** 681,687 **** _enumdeclarations = { - 'PERM' : _Enum_PERM, - 'FTYP' : _Enum_FTYP, - 'DKND' : _Enum_DKND, 'Inte' : _Enum_Inte, } --- 659,665 ---- _enumdeclarations = { 'Inte' : _Enum_Inte, + 'DKND' : _Enum_DKND, + 'FTYP' : _Enum_FTYP, + 'PERM' : _Enum_PERM, }
RetroSearch is an open source project built by @garambo | Open a GitHub Issue
Search and Browse the WWW like it's 1997 | Search results from DuckDuckGo
HTML:
3.2
| Encoding:
UTF-8
| Version:
0.7.4