[Python-checkins] python/dist/src/Mac/Lib/lib-scriptpackages/CodeWarrior CodeWarrior_suite.py,1.4,1.5 Metrowerks_Shell_Suite.py,1.4,1.5 Required.py,1.4,1.5 Standard_Suite.py,1.5,1.6 __init__.py,1.3,1.4

jackjansen@users.sourceforge.net jackjansen@users.sourceforge.net
Wed, 07 Aug 2002 08:54:12 -0700


Update of /cvsroot/python/python/dist/src/Mac/Lib/lib-scriptpackages/CodeWarrior
In directory usw-pr-cvs1:/tmp/cvs-serv3925/CodeWarrior

Modified Files:
	CodeWarrior_suite.py Metrowerks_Shell_Suite.py Required.py 
	Standard_Suite.py __init__.py 
Log Message:
Regenerated with OSA class inheritance and fix for non-ascii chars.


Index: CodeWarrior_suite.py
===================================================================
RCS file: /cvsroot/python/python/dist/src/Mac/Lib/lib-scriptpackages/CodeWarrior/CodeWarrior_suite.py,v
retrieving revision 1.4
retrieving revision 1.5
diff -C2 -d -r1.4 -r1.5
*** CodeWarrior_suite.py	23 Apr 2002 21:04:44 -0000	1.4
--- CodeWarrior_suite.py	7 Aug 2002 15:53:39 -0000	1.5
***************
*** 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
  """
--- 2,6 ----
  Level 0, version 0
  
! Generated from /Volumes/Sap/Applications (Mac OS 9)/Metrowerks CodeWarrior 7.0/Metrowerks CodeWarrior/CodeWarrior IDE 4.2.5
  AETE/AEUT resource version 1/0, language 0, script 0
  """
***************
*** 45,54 ****
  
  	_argmap_export = {
! 		'_in' : 'kfil',
  	}
  
  	def export(self, _no_object=None, _attributes={}, **_arguments):
  		"""export: Export the project file as an XML file
! 		Keyword argument _in: the XML file in which to export the project
  		Keyword argument _attributes: AppleEvent attribute dictionary
  		"""
--- 45,54 ----
  
  	_argmap_export = {
! 		'in_' : 'kfil',
  	}
  
  	def export(self, _no_object=None, _attributes={}, **_arguments):
  		"""export: Export the project file as an XML file
! 		Keyword argument in_: the XML file in which to export the project
  		Keyword argument _attributes: AppleEvent attribute dictionary
  		"""
***************
*** 380,384 ****
  	want = 'bool'
  class link_index(aetools.NProperty):
! 	"""link index - the index of the source file in its targetÕs link order (-1 if source file is not in link order) """
  	which = 'LIDX'
  	want = 'long'
--- 380,384 ----
  	want = 'bool'
  class link_index(aetools.NProperty):
! 	"""link index - the index of the source file in its target\xd5s link order (-1 if source file is not in link order) """
  	which = 'LIDX'
  	want = 'long'
***************
*** 408,412 ****
  	want = 'bool'
  class init_before(aetools.NProperty):
! 	"""init before - is the •initialize beforeÕ flag set for this shared library? """
  	which = 'INIT'
  	want = 'bool'
--- 408,412 ----
  	want = 'bool'
  class init_before(aetools.NProperty):
! 	"""init before - is the \xd4initialize before\xd5 flag set for this shared library? """
  	which = 'INIT'
  	want = 'bool'
***************
*** 449,530 ****
  
  ToolServer_worksheets = ToolServer_worksheet
! build_progress_document._propdict = {
  	'inherits' : inherits,
  }
! build_progress_document._elemdict = {
  }
! catalog_document._propdict = {
  	'inherits' : inherits,
  }
! catalog_document._elemdict = {
  }
! class_browser._propdict = {
  	'inherits' : inherits,
  }
! class_browser._elemdict = {
  }
! class_hierarchy._propdict = {
  	'inherits' : inherits,
  }
! class_hierarchy._elemdict = {
  }
! editor_document._propdict = {
  	'inherits' : inherits,
  }
! editor_document._elemdict = {
  }
! file_compare_document._propdict = {
  	'inherits' : inherits,
  }
! file_compare_document._elemdict = {
  }
! message_document._propdict = {
  	'inherits' : inherits,
  }
! message_document._elemdict = {
  }
! project_document._propdict = {
  	'inherits' : inherits,
  	'current_target' : current_target,
  }
! project_document._elemdict = {
  	'target' : target,
  }
! project_inspector._propdict = {
  	'inherits' : inherits,
  }
! project_inspector._elemdict = {
  }
! single_class_browser._propdict = {
  	'inherits' : inherits,
  }
! single_class_browser._elemdict = {
  }
! single_class_hierarchy._propdict = {
  	'inherits' : inherits,
  }
! single_class_hierarchy._elemdict = {
  }
! subtarget._propdict = {
  	'inherits' : inherits,
  	'target' : target,
  	'link_against_output' : link_against_output,
  }
! subtarget._elemdict = {
  }
! symbol_browser._propdict = {
  	'inherits' : inherits,
  }
! symbol_browser._elemdict = {
  }
! target._propdict = {
  	'name' : name,
  	'project_document' : project_document,
  }
! target._elemdict = {
  	'target_file' : target_file,
  	'subtarget' : subtarget,
  }
! target_file._propdict = {
  	'id' : id,
  	'type' : type,
--- 449,546 ----
  
  ToolServer_worksheets = ToolServer_worksheet
! import Standard_Suite
! build_progress_document._superclassnames = ['document']
! build_progress_document._privpropdict = {
  	'inherits' : inherits,
  }
! build_progress_document._privelemdict = {
  }
! catalog_document._superclassnames = ['text_document']
! catalog_document._privpropdict = {
  	'inherits' : inherits,
  }
! catalog_document._privelemdict = {
  }
! class_browser._superclassnames = ['text_document']
! class_browser._privpropdict = {
  	'inherits' : inherits,
  }
! class_browser._privelemdict = {
  }
! class_hierarchy._superclassnames = ['document']
! class_hierarchy._privpropdict = {
  	'inherits' : inherits,
  }
! class_hierarchy._privelemdict = {
  }
! editor_document._superclassnames = ['text_document']
! editor_document._privpropdict = {
  	'inherits' : inherits,
  }
! editor_document._privelemdict = {
  }
! file_compare_document._superclassnames = ['text_document']
! file_compare_document._privpropdict = {
  	'inherits' : inherits,
  }
! file_compare_document._privelemdict = {
  }
! message_document._superclassnames = ['text_document']
! message_document._privpropdict = {
  	'inherits' : inherits,
  }
! message_document._privelemdict = {
  }
! project_document._superclassnames = ['document']
! project_document._privpropdict = {
  	'inherits' : inherits,
  	'current_target' : current_target,
  }
! project_document._privelemdict = {
  	'target' : target,
  }
! project_inspector._superclassnames = ['document']
! project_inspector._privpropdict = {
  	'inherits' : inherits,
  }
! project_inspector._privelemdict = {
  }
! single_class_browser._superclassnames = ['text_document']
! single_class_browser._privpropdict = {
  	'inherits' : inherits,
  }
! single_class_browser._privelemdict = {
  }
! single_class_hierarchy._superclassnames = ['document']
! single_class_hierarchy._privpropdict = {
  	'inherits' : inherits,
  }
! single_class_hierarchy._privelemdict = {
  }
! subtarget._superclassnames = ['target']
! subtarget._privpropdict = {
  	'inherits' : inherits,
  	'target' : target,
  	'link_against_output' : link_against_output,
  }
! subtarget._privelemdict = {
  }
! symbol_browser._superclassnames = ['text_document']
! symbol_browser._privpropdict = {
  	'inherits' : inherits,
  }
! symbol_browser._privelemdict = {
  }
! target._superclassnames = []
! target._privpropdict = {
  	'name' : name,
  	'project_document' : project_document,
  }
! target._privelemdict = {
  	'target_file' : target_file,
  	'subtarget' : subtarget,
  }
! target_file._superclassnames = []
! target_file._privpropdict = {
  	'id' : id,
  	'type' : type,
***************
*** 544,556 ****
  	'dependents' : dependents,
  }
! target_file._elemdict = {
  }
! import Standard_Suite
! text_document._propdict = {
  	'inherits' : inherits,
  	'modified' : modified,
  	'selection' : selection,
  }
! text_document._elemdict = {
  	'character' : Standard_Suite.character,
  	'insertion_point' : Standard_Suite.insertion_point,
--- 560,572 ----
  	'dependents' : dependents,
  }
! target_file._privelemdict = {
  }
! text_document._superclassnames = ['document']
! text_document._privpropdict = {
  	'inherits' : inherits,
  	'modified' : modified,
  	'selection' : selection,
  }
! text_document._privelemdict = {
  	'character' : Standard_Suite.character,
  	'insertion_point' : Standard_Suite.insertion_point,
***************
*** 558,565 ****
  	'text' : Standard_Suite.text,
  }
! ToolServer_worksheet._propdict = {
  	'inherits' : inherits,
  }
! ToolServer_worksheet._elemdict = {
  }
  _Enum_Inte = {
--- 574,582 ----
  	'text' : Standard_Suite.text,
  }
! ToolServer_worksheet._superclassnames = ['text_document']
! ToolServer_worksheet._privpropdict = {
  	'inherits' : inherits,
  }
! ToolServer_worksheet._privelemdict = {
  }
  _Enum_Inte = {

Index: Metrowerks_Shell_Suite.py
===================================================================
RCS file: /cvsroot/python/python/dist/src/Mac/Lib/lib-scriptpackages/CodeWarrior/Metrowerks_Shell_Suite.py,v
retrieving revision 1.4
retrieving revision 1.5
diff -C2 -d -r1.4 -r1.5
*** Metrowerks_Shell_Suite.py	23 Apr 2002 21:04:56 -0000	1.4
--- Metrowerks_Shell_Suite.py	7 Aug 2002 15:53:39 -0000	1.5
***************
*** 2,6 ****
  Level 1, version 1
  
! 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
  """
--- 2,6 ----
  Level 1, version 1
  
! Generated from /Volumes/Sap/Applications (Mac OS 9)/Metrowerks CodeWarrior 7.0/Metrowerks CodeWarrior/CodeWarrior IDE 4.2.5
  AETE/AEUT resource version 1/0, language 0, script 0
  """
***************
*** 792,796 ****
  
  class Access_Paths(aetools.ComponentItem):
! 	"""Access Paths - Contains the definitions of a projectÕs access (search) paths. """
  	want = 'PATH'
  class User_Paths(aetools.NProperty):
--- 792,796 ----
  
  class Access_Paths(aetools.ComponentItem):
! 	"""Access Paths - Contains the definitions of a project\xd5s access (search) paths. """
  	want = 'PATH'
  class User_Paths(aetools.NProperty):
***************
*** 999,1003 ****
  	want = 'bool'
  class Confirm_Kill(aetools.NProperty):
! 	"""Confirm Kill - Confirm the •killingÕ of the process. """
  	which = 'Dg04'
  	want = 'bool'
--- 999,1003 ----
  	want = 'bool'
  class Confirm_Kill(aetools.NProperty):
! 	"""Confirm Kill - Confirm the \xd4killing\xd5 of the process. """
  	which = 'Dg04'
  	want = 'bool'
***************
*** 1011,1015 ****
  	want = 'bool'
  class Dont_Step_in_Runtime(aetools.NProperty):
! 	"""Dont Step in Runtime - DonÕt step into runtime code when debugging. """
  	which = 'Dg07'
  	want = 'bool'
--- 1011,1015 ----
  	want = 'bool'
  class Dont_Step_in_Runtime(aetools.NProperty):
! 	"""Dont Step in Runtime - Don\xd5t step into runtime code when debugging. """
  	which = 'Dg07'
  	want = 'bool'
***************
*** 1047,1051 ****
  	want = 'ctxt'
  class Cache_symbolics(aetools.NProperty):
! 	"""Cache symbolics - Cache symbolics between runs when executable doesnÕt change, else release symbolics files after killing process. """
  	which = 'Dt15'
  	want = 'bool'
--- 1047,1051 ----
  	want = 'ctxt'
  class Cache_symbolics(aetools.NProperty):
! 	"""Cache symbolics - Cache symbolics between runs when executable doesn\xd5t change, else release symbolics files after killing process. """
  	which = 'Dt15'
  	want = 'bool'
***************
*** 1075,1079 ****
  	want = 'long'
  class Dynamic_Scroll(aetools.NProperty):
! 	"""Dynamic Scroll - Display a windowÕs contents as you move the scroll box. """
  	which = 'ED02'
  	want = 'bool'
--- 1075,1079 ----
  	want = 'long'
  class Dynamic_Scroll(aetools.NProperty):
! 	"""Dynamic Scroll - Display a window\xd5s contents as you move the scroll box. """
  	which = 'ED02'
  	want = 'bool'
***************
*** 1179,1187 ****
  	want = 'bool'
  class Recent_Editor_Count(aetools.NProperty):
! 	"""Recent Editor Count - Maximum number of editor documents to show in the –Open Recent” menu """
  	which = 'EX16'
  	want = 'shor'
  class Recent_Project_Count(aetools.NProperty):
! 	"""Recent Project Count - Maximum number of project documents to show in the –Open Recent” menu """
  	which = 'EX17'
  	want = 'shor'
--- 1179,1187 ----
  	want = 'bool'
  class Recent_Editor_Count(aetools.NProperty):
! 	"""Recent Editor Count - Maximum number of editor documents to show in the \xd2Open Recent\xd3 menu """
  	which = 'EX16'
  	want = 'shor'
  class Recent_Project_Count(aetools.NProperty):
! 	"""Recent Project Count - Maximum number of project documents to show in the \xd2Open Recent\xd3 menu """
  	which = 'EX17'
  	want = 'shor'
***************
*** 1295,1299 ****
  	want = 'PPrm'
  class root(aetools.NProperty):
! 	"""root - Name of the root of the relative path. Pre-defined values are –Absolute”, –Project”, –CodeWarrior”, and  –System”. Anything else is a user-defined root. """
  	which = 'Root'
  	want = 'TEXT'
--- 1295,1299 ----
  	want = 'PPrm'
  class root(aetools.NProperty):
! 	"""root - Name of the root of the relative path. Pre-defined values are \xd2Absolute\xd3, \xd2Project\xd3, \xd2CodeWarrior\xd3, and  \xd2System\xd3. Anything else is a user-defined root. """
  	which = 'Root'
  	want = 'TEXT'
***************
*** 1331,1339 ****
  	want = 'SrcT'
  class codesize(aetools.NProperty):
! 	"""codesize - The size of this fileÕs code. """
  	which = 'CSiz'
  	want = 'long'
  class datasize(aetools.NProperty):
! 	"""datasize - The size of this fileÕs data. """
  	which = 'DSiz'
  	want = 'long'
--- 1331,1339 ----
  	want = 'SrcT'
  class codesize(aetools.NProperty):
! 	"""codesize - The size of this file\xd5s code. """
  	which = 'CSiz'
  	want = 'long'
  class datasize(aetools.NProperty):
! 	"""datasize - The size of this file\xd5s data. """
  	which = 'DSiz'
  	want = 'long'
***************
*** 1468,1472 ****
  
  class Target_Settings(aetools.ComponentItem):
! 	"""Target Settings - Contains the definitions of a projectÕs target. """
  	want = 'TARG'
  class Linker(aetools.NProperty):
--- 1468,1472 ----
  
  class Target_Settings(aetools.ComponentItem):
! 	"""Target Settings - Contains the definitions of a project\xd5s target. """
  	want = 'TARG'
  class Linker(aetools.NProperty):
***************
*** 1487,1495 ****
  	want = 'TEXT'
  class Output_Directory_Path(aetools.NProperty):
! 	"""Output Directory Path - Path to output directory. Usage of this property is deprecated. Use the –Output Directory Location” property instead. """
  	which = 'TA11'
  	want = 'TEXT'
  class Output_Directory_Origin(aetools.NProperty):
! 	"""Output Directory Origin - Origin of path to output directory. Usage of this property is deprecated. Use the –Output Directory Location” property instead. """
  	which = 'TA12'
  	want = 'PPrm'
--- 1487,1495 ----
  	want = 'TEXT'
  class Output_Directory_Path(aetools.NProperty):
! 	"""Output Directory Path - Path to output directory. Usage of this property is deprecated. Use the \xd2Output Directory Location\xd3 property instead. """
  	which = 'TA11'
  	want = 'TEXT'
  class Output_Directory_Origin(aetools.NProperty):
! 	"""Output Directory Origin - Origin of path to output directory. Usage of this property is deprecated. Use the \xd2Output Directory Location\xd3 property instead. """
  	which = 'TA12'
  	want = 'PPrm'
***************
*** 1555,1559 ****
  	want = 'RlPt'
  
! class _class(aetools.ComponentItem):
  	"""class - A class, struct, or record type in the current project. """
  	want = 'Clas'
--- 1555,1559 ----
  	want = 'RlPt'
  
! class class_(aetools.ComponentItem):
  	"""class - A class, struct, or record type in the current project. """
  	want = 'Clas'
***************
*** 1586,1590 ****
  #        element 'DtMb' as ['indx', 'name']
  
! classes = _class
  
  class member_function(aetools.ComponentItem):
--- 1586,1590 ----
  #        element 'DtMb' as ['indx', 'name']
  
! classes = class_
  
  class member_function(aetools.ComponentItem):
***************
*** 1627,1631 ****
  	"""base class - A base class or super class of a class """
  	want = 'BsCl'
! class _class(aetools.NProperty):
  	"""class - The class object corresponding to this base class """
  	which = 'Clas'
--- 1627,1631 ----
  	"""base class - A base class or super class of a class """
  	want = 'BsCl'
! class class_(aetools.NProperty):
  	"""class - The class object corresponding to this base class """
  	which = 'Clas'
***************
*** 1638,1642 ****
  	want = 'Cata'
  #        element 'Clas' as ['indx', 'name']
! Access_Paths._propdict = {
  	'User_Paths' : User_Paths,
  	'System_Paths' : System_Paths,
--- 1638,1643 ----
  	want = 'Cata'
  #        element 'Clas' as ['indx', 'name']
! Access_Paths._superclassnames = []
! Access_Paths._privpropdict = {
  	'User_Paths' : User_Paths,
  	'System_Paths' : System_Paths,
***************
*** 1645,1651 ****
  	'Require_Framework_Includes' : Require_Framework_Includes,
  }
! Access_Paths._elemdict = {
  }
! Browser_Coloring._propdict = {
  	'Browser_Keywords' : Browser_Keywords,
  	'Classes_Color' : Classes_Color,
--- 1646,1653 ----
  	'Require_Framework_Includes' : Require_Framework_Includes,
  }
! Access_Paths._privelemdict = {
  }
! Browser_Coloring._superclassnames = []
! Browser_Coloring._privpropdict = {
  	'Browser_Keywords' : Browser_Keywords,
  	'Classes_Color' : Classes_Color,
***************
*** 1659,1665 ****
  	'Template_Commands_in_Menu' : Template_Commands_in_Menu,
  }
! Browser_Coloring._elemdict = {
  }
! Build_Extras._propdict = {
  	'Browser_Active' : Browser_Active,
  	'Modification_Date_Caching' : Modification_Date_Caching,
--- 1661,1668 ----
  	'Template_Commands_in_Menu' : Template_Commands_in_Menu,
  }
! Browser_Coloring._privelemdict = {
  }
! Build_Extras._superclassnames = []
! Build_Extras._privpropdict = {
  	'Browser_Active' : Browser_Active,
  	'Modification_Date_Caching' : Modification_Date_Caching,
***************
*** 1667,1673 ****
  	'Cache_Subproject_Data' : Cache_Subproject_Data,
  }
! Build_Extras._elemdict = {
  }
! Build_Settings._propdict = {
  	'Completion_Sound' : Completion_Sound,
  	'Success_Sound' : Success_Sound,
--- 1670,1677 ----
  	'Cache_Subproject_Data' : Cache_Subproject_Data,
  }
! Build_Extras._privelemdict = {
  }
! Build_Settings._superclassnames = []
! Build_Settings._privpropdict = {
  	'Completion_Sound' : Completion_Sound,
  	'Success_Sound' : Success_Sound,
***************
*** 1678,1684 ****
  	'Compiler_Thread_Stack_Size' : Compiler_Thread_Stack_Size,
  }
! Build_Settings._elemdict = {
  }
! Custom_Keywords._propdict = {
  	'Custom_Color_1' : Custom_Color_1,
  	'Custom_Color_2' : Custom_Color_2,
--- 1682,1689 ----
  	'Compiler_Thread_Stack_Size' : Compiler_Thread_Stack_Size,
  }
! Build_Settings._privelemdict = {
  }
! Custom_Keywords._superclassnames = []
! Custom_Keywords._privpropdict = {
  	'Custom_Color_1' : Custom_Color_1,
  	'Custom_Color_2' : Custom_Color_2,
***************
*** 1686,1692 ****
  	'Custom_Color_4' : Custom_Color_4,
  }
! Custom_Keywords._elemdict = {
  }
! Debugger_Display._propdict = {
  	'Show_Variable_Types' : Show_Variable_Types,
  	'Show_Locals' : Show_Locals,
--- 1691,1698 ----
  	'Custom_Color_4' : Custom_Color_4,
  }
! Custom_Keywords._privelemdict = {
  }
! Debugger_Display._superclassnames = []
! Debugger_Display._privpropdict = {
  	'Show_Variable_Types' : Show_Variable_Types,
  	'Show_Locals' : Show_Locals,
***************
*** 1700,1706 ****
  	'Show_As_Decimal' : Show_As_Decimal,
  }
! Debugger_Display._elemdict = {
  }
! Debugger_Global._propdict = {
  	'Cache_Edited_Files' : Cache_Edited_Files,
  	'File_Cache_Duration' : File_Cache_Duration,
--- 1706,1713 ----
  	'Show_As_Decimal' : Show_As_Decimal,
  }
! Debugger_Display._privelemdict = {
  }
! Debugger_Global._superclassnames = []
! Debugger_Global._privpropdict = {
  	'Cache_Edited_Files' : Cache_Edited_Files,
  	'File_Cache_Duration' : File_Cache_Duration,
***************
*** 1714,1720 ****
  	'Auto_Target_Libraries' : Auto_Target_Libraries,
  }
! Debugger_Global._elemdict = {
  }
! Debugger_Target._propdict = {
  	'Log_System_Messages' : Log_System_Messages,
  	'Relocated_Executable_Path' : Relocated_Executable_Path,
--- 1721,1728 ----
  	'Auto_Target_Libraries' : Auto_Target_Libraries,
  }
! Debugger_Global._privelemdict = {
  }
! Debugger_Target._superclassnames = []
! Debugger_Target._privpropdict = {
  	'Log_System_Messages' : Log_System_Messages,
  	'Relocated_Executable_Path' : Relocated_Executable_Path,
***************
*** 1727,1739 ****
  	'Temp_Breakpoint_Type' : Temp_Breakpoint_Type,
  }
! Debugger_Target._elemdict = {
  }
! Debugger_Windowing._propdict = {
  	'Debugging_Start_Action' : Debugging_Start_Action,
  	'Do_Nothing_To_Projects' : Do_Nothing_To_Projects,
  }
! Debugger_Windowing._elemdict = {
  }
! Editor._propdict = {
  	'Flash_Delay' : Flash_Delay,
  	'Dynamic_Scroll' : Dynamic_Scroll,
--- 1735,1749 ----
  	'Temp_Breakpoint_Type' : Temp_Breakpoint_Type,
  }
! Debugger_Target._privelemdict = {
  }
! Debugger_Windowing._superclassnames = []
! Debugger_Windowing._privpropdict = {
  	'Debugging_Start_Action' : Debugging_Start_Action,
  	'Do_Nothing_To_Projects' : Do_Nothing_To_Projects,
  }
! Debugger_Windowing._privelemdict = {
  }
! Editor._superclassnames = []
! Editor._privpropdict = {
  	'Flash_Delay' : Flash_Delay,
  	'Dynamic_Scroll' : Dynamic_Scroll,
***************
*** 1752,1764 ****
  	'Context_Popup_Delay' : Context_Popup_Delay,
  }
! Editor._elemdict = {
  }
! Environment_Variable._propdict = {
  	'name' : name,
  	'value' : value,
  }
! Environment_Variable._elemdict = {
  }
! Error_Information._propdict = {
  	'messageKind' : messageKind,
  	'message' : message,
--- 1762,1776 ----
  	'Context_Popup_Delay' : Context_Popup_Delay,
  }
! Editor._privelemdict = {
  }
! Environment_Variable._superclassnames = []
! Environment_Variable._privpropdict = {
  	'name' : name,
  	'value' : value,
  }
! Environment_Variable._privelemdict = {
  }
! Error_Information._superclassnames = []
! Error_Information._privpropdict = {
  	'messageKind' : messageKind,
  	'message' : message,
***************
*** 1766,1772 ****
  	'lineNumber' : lineNumber,
  }
! Error_Information._elemdict = {
  }
! Extras._propdict = {
  	'Automatic_Toolbar_Help' : Automatic_Toolbar_Help,
  	'External_Reference' : External_Reference,
--- 1778,1785 ----
  	'lineNumber' : lineNumber,
  }
! Error_Information._privelemdict = {
  }
! Extras._superclassnames = []
! Extras._privpropdict = {
  	'Automatic_Toolbar_Help' : Automatic_Toolbar_Help,
  	'External_Reference' : External_Reference,
***************
*** 1779,1785 ****
  	'Use_ToolServer_Menu' : Use_ToolServer_Menu,
  }
! Extras._elemdict = {
  }
! File_Mapping._propdict = {
  	'File_Type' : File_Type,
  	'Extension' : Extension,
--- 1792,1799 ----
  	'Use_ToolServer_Menu' : Use_ToolServer_Menu,
  }
! Extras._privelemdict = {
  }
! File_Mapping._superclassnames = []
! File_Mapping._privpropdict = {
  	'File_Type' : File_Type,
  	'Extension' : Extension,
***************
*** 1790,1801 ****
  	'Compiler' : Compiler,
  }
! File_Mapping._elemdict = {
  }
! File_Mappings._propdict = {
  	'Mappings' : Mappings,
  }
! File_Mappings._elemdict = {
  }
! Font._propdict = {
  	'Auto_Indent' : Auto_Indent,
  	'Tab_Size' : Tab_Size,
--- 1804,1817 ----
  	'Compiler' : Compiler,
  }
! File_Mapping._privelemdict = {
  }
! File_Mappings._superclassnames = []
! File_Mappings._privpropdict = {
  	'Mappings' : Mappings,
  }
! File_Mappings._privelemdict = {
  }
! Font._superclassnames = []
! Font._privpropdict = {
  	'Auto_Indent' : Auto_Indent,
  	'Tab_Size' : Tab_Size,
***************
*** 1805,1822 ****
  	'Text_Size' : Text_Size,
  }
! Font._elemdict = {
  }
! Function_Information._propdict = {
  	'disk_file' : disk_file,
  	'lineNumber' : lineNumber,
  }
! Function_Information._elemdict = {
  }
! Global_Source_Trees._propdict = {
  	'Source_Trees' : Source_Trees,
  }
! Global_Source_Trees._elemdict = {
  }
! Path_Information._propdict = {
  	'name' : name,
  	'format' : format,
--- 1821,1841 ----
  	'Text_Size' : Text_Size,
  }
! Font._privelemdict = {
  }
! Function_Information._superclassnames = []
! Function_Information._privpropdict = {
  	'disk_file' : disk_file,
  	'lineNumber' : lineNumber,
  }
! Function_Information._privelemdict = {
  }
! Global_Source_Trees._superclassnames = []
! Global_Source_Trees._privpropdict = {
  	'Source_Trees' : Source_Trees,
  }
! Global_Source_Trees._privelemdict = {
  }
! Path_Information._superclassnames = []
! Path_Information._privpropdict = {
  	'name' : name,
  	'format' : format,
***************
*** 1827,1839 ****
  	'host_flags' : host_flags,
  }
! Path_Information._elemdict = {
  }
! Plugin_Settings._propdict = {
  	'Plugin_Diagnostics_Level' : Plugin_Diagnostics_Level,
  	'Disable_Third_Party_COM_Plugins' : Disable_Third_Party_COM_Plugins,
  }
! Plugin_Settings._elemdict = {
  }
! ProjectFile._propdict = {
  	'filetype' : filetype,
  	'name' : name,
--- 1846,1860 ----
  	'host_flags' : host_flags,
  }
! Path_Information._privelemdict = {
  }
! Plugin_Settings._superclassnames = []
! Plugin_Settings._privpropdict = {
  	'Plugin_Diagnostics_Level' : Plugin_Diagnostics_Level,
  	'Disable_Third_Party_COM_Plugins' : Disable_Third_Party_COM_Plugins,
  }
! Plugin_Settings._privelemdict = {
  }
! ProjectFile._superclassnames = []
! ProjectFile._privpropdict = {
  	'filetype' : filetype,
  	'name' : name,
***************
*** 1847,1853 ****
  	'includes' : includes,
  }
! ProjectFile._elemdict = {
  }
! Relative_Path._propdict = {
  	'name' : name,
  	'format' : format,
--- 1868,1875 ----
  	'includes' : includes,
  }
! ProjectFile._privelemdict = {
  }
! Relative_Path._superclassnames = []
! Relative_Path._privpropdict = {
  	'name' : name,
  	'format' : format,
***************
*** 1855,1861 ****
  	'root' : root,
  }
! Relative_Path._elemdict = {
  }
! Runtime_Settings._propdict = {
  	'Host_Application' : Host_Application,
  	'Command_Line_Arguments' : Command_Line_Arguments,
--- 1877,1884 ----
  	'root' : root,
  }
! Relative_Path._privelemdict = {
  }
! Runtime_Settings._superclassnames = []
! Runtime_Settings._privpropdict = {
  	'Host_Application' : Host_Application,
  	'Command_Line_Arguments' : Command_Line_Arguments,
***************
*** 1863,1869 ****
  	'Environment_Variables' : Environment_Variables,
  }
! Runtime_Settings._elemdict = {
  }
! Segment._propdict = {
  	'name' : name,
  	'filecount' : filecount,
--- 1886,1893 ----
  	'Environment_Variables' : Environment_Variables,
  }
! Runtime_Settings._privelemdict = {
  }
! Segment._superclassnames = []
! Segment._privpropdict = {
  	'name' : name,
  	'filecount' : filecount,
***************
*** 1874,1892 ****
  	'seg_2d_system_heap' : seg_2d_system_heap,
  }
! Segment._elemdict = {
  }
! Shielded_Folder._propdict = {
  	'Expression_To_Match' : Expression_To_Match,
  	'Skip_Project_Operations' : Skip_Project_Operations,
  	'Skip_Find_And_Compare_Operations' : Skip_Find_And_Compare_Operations,
  }
! Shielded_Folder._elemdict = {
  }
! Shielded_Folders._propdict = {
  	'Shielded_Items' : Shielded_Items,
  }
! Shielded_Folders._elemdict = {
  }
! Source_Tree._propdict = {
  	'name' : name,
  	'path' : path,
--- 1898,1919 ----
  	'seg_2d_system_heap' : seg_2d_system_heap,
  }
! Segment._privelemdict = {
  }
! Shielded_Folder._superclassnames = []
! Shielded_Folder._privpropdict = {
  	'Expression_To_Match' : Expression_To_Match,
  	'Skip_Project_Operations' : Skip_Project_Operations,
  	'Skip_Find_And_Compare_Operations' : Skip_Find_And_Compare_Operations,
  }
! Shielded_Folder._privelemdict = {
  }
! Shielded_Folders._superclassnames = []
! Shielded_Folders._privpropdict = {
  	'Shielded_Items' : Shielded_Items,
  }
! Shielded_Folders._privelemdict = {
  }
! Source_Tree._superclassnames = []
! Source_Tree._privpropdict = {
  	'name' : name,
  	'path' : path,
***************
*** 1894,1900 ****
  	'format' : format,
  }
! Source_Tree._elemdict = {
  }
! Syntax_Coloring._propdict = {
  	'Syntax_Coloring' : Syntax_Coloring,
  	'Comment_Color' : Comment_Color,
--- 1921,1928 ----
  	'format' : format,
  }
! Source_Tree._privelemdict = {
  }
! Syntax_Coloring._superclassnames = []
! Syntax_Coloring._privpropdict = {
  	'Syntax_Coloring' : Syntax_Coloring,
  	'Comment_Color' : Comment_Color,
***************
*** 1906,1912 ****
  	'Custom_Color_4' : Custom_Color_4,
  }
! Syntax_Coloring._elemdict = {
  }
! Target_Settings._propdict = {
  	'Linker' : Linker,
  	'Pre_Linker' : Pre_Linker,
--- 1934,1941 ----
  	'Custom_Color_4' : Custom_Color_4,
  }
! Syntax_Coloring._privelemdict = {
  }
! Target_Settings._superclassnames = []
! Target_Settings._privpropdict = {
  	'Linker' : Linker,
  	'Pre_Linker' : Pre_Linker,
***************
*** 1918,1929 ****
  	'Use_Relative_Paths' : Use_Relative_Paths,
  }
! Target_Settings._elemdict = {
  }
! Target_Source_Trees._propdict = {
  	'Source_Trees' : Source_Trees,
  }
! Target_Source_Trees._elemdict = {
  }
! VCS_Setup._propdict = {
  	'VCS_Active' : VCS_Active,
  	'Use_Global_Settings' : Use_Global_Settings,
--- 1947,1960 ----
  	'Use_Relative_Paths' : Use_Relative_Paths,
  }
! Target_Settings._privelemdict = {
  }
! Target_Source_Trees._superclassnames = []
! Target_Source_Trees._privpropdict = {
  	'Source_Trees' : Source_Trees,
  }
! Target_Source_Trees._privelemdict = {
  }
! VCS_Setup._superclassnames = []
! VCS_Setup._privpropdict = {
  	'VCS_Active' : VCS_Active,
  	'Use_Global_Settings' : Use_Global_Settings,
***************
*** 1938,1944 ****
  	'Local_Path' : Local_Path,
  }
! VCS_Setup._elemdict = {
  }
! _class._propdict = {
  	'name' : name,
  	'language' : language,
--- 1969,1976 ----
  	'Local_Path' : Local_Path,
  }
! VCS_Setup._privelemdict = {
  }
! class_._superclassnames = []
! class_._privpropdict = {
  	'name' : name,
  	'language' : language,
***************
*** 1949,1958 ****
  	'all_subclasses' : all_subclasses,
  }
! _class._elemdict = {
  	'base_class' : base_class,
  	'member_function' : member_function,
  	'data_member' : data_member,
  }
! member_function._propdict = {
  	'name' : name,
  	'access' : access,
--- 1981,1991 ----
  	'all_subclasses' : all_subclasses,
  }
! class_._privelemdict = {
  	'base_class' : base_class,
  	'member_function' : member_function,
  	'data_member' : data_member,
  }
! member_function._superclassnames = []
! member_function._privpropdict = {
  	'name' : name,
  	'access' : access,
***************
*** 1966,1972 ****
  	'implementation_end_offset' : implementation_end_offset,
  }
! member_function._elemdict = {
  }
! data_member._propdict = {
  	'name' : name,
  	'access' : access,
--- 1999,2006 ----
  	'implementation_end_offset' : implementation_end_offset,
  }
! member_function._privelemdict = {
  }
! data_member._superclassnames = []
! data_member._privpropdict = {
  	'name' : name,
  	'access' : access,
***************
*** 1975,1991 ****
  	'declaration_end_offset' : declaration_end_offset,
  }
! data_member._elemdict = {
  }
! base_class._propdict = {
! 	'_class' : _class,
  	'access' : access,
  	'virtual' : virtual,
  }
! base_class._elemdict = {
  }
! browser_catalog._propdict = {
  }
! browser_catalog._elemdict = {
! 	'_class' : _class,
  }
  _Enum_TmpB = {
--- 2009,2027 ----
  	'declaration_end_offset' : declaration_end_offset,
  }
! data_member._privelemdict = {
  }
! base_class._superclassnames = []
! base_class._privpropdict = {
! 	'class_' : class_,
  	'access' : access,
  	'virtual' : virtual,
  }
! base_class._privelemdict = {
  }
! browser_catalog._superclassnames = []
! browser_catalog._privpropdict = {
  }
! browser_catalog._privelemdict = {
! 	'class_' : class_,
  }
  _Enum_TmpB = {
***************
*** 2024,2029 ****
  _Enum_PPrm = {
  	'absolute' : 'Abso',	# An absolute path name, including volume name.
! 	'project_relative' : 'PRel',	# A path relative to the current projectÕs folder.
! 	'shell_relative' : 'SRel',	# A path relative to the CodeWarriorˇ folder.
  	'system_relative' : 'YRel',	# A path relative to the system folder
  	'root_relative' : 'RRel',	# 
--- 2060,2065 ----
  _Enum_PPrm = {
  	'absolute' : 'Abso',	# An absolute path name, including volume name.
! 	'project_relative' : 'PRel',	# A path relative to the current project\xd5s folder.
! 	'shell_relative' : 'SRel',	# A path relative to the CodeWarrior\xaa folder.
  	'system_relative' : 'YRel',	# A path relative to the system folder
  	'root_relative' : 'RRel',	# 
***************
*** 2031,2035 ****
  
  _Enum_DbSA = {
! 	'No_Action' : 'DSA1',	# DonÕt do anything to non-debug windows
  	'Hide_Windows' : 'DSA2',	# Hide non-debugging windows
  	'Collapse_Windows' : 'DSA3',	# Collapse non-debugging windows
--- 2067,2071 ----
  
  _Enum_DbSA = {
! 	'No_Action' : 'DSA1',	# Don\xd5t do anything to non-debug windows
  	'Hide_Windows' : 'DSA2',	# Hide non-debugging windows
  	'Collapse_Windows' : 'DSA3',	# Collapse non-debugging windows
***************
*** 2084,2090 ****
  
  _Enum_STKd = {
! 	'Absolute_Path' : 'STK0',	# The –path” property is an absolute path to the location of the source tree.
! 	'Registry_Key' : 'STK1',	# The –path” property is the name of a registry key that contains the path to the root.
! 	'Environment_Variable' : 'STK2',	# The –path” property is the name of an environment variable that contains the path to the root.
  }
  
--- 2120,2126 ----
  
  _Enum_STKd = {
! 	'Absolute_Path' : 'STK0',	# The \xd2path\xd3 property is an absolute path to the location of the source tree.
! 	'Registry_Key' : 'STK1',	# The \xd2path\xd3 property is the name of a registry key that contains the path to the root.
! 	'Environment_Variable' : 'STK2',	# The \xd2path\xd3 property is the name of an environment variable that contains the path to the root.
  }
  
***************
*** 2136,2140 ****
  	'TSTs' : Target_Source_Trees,
  	'DbDS' : Debugger_Display,
! 	'Clas' : _class,
  }
  
--- 2172,2176 ----
  	'TSTs' : Target_Source_Trees,
  	'DbDS' : Debugger_Display,
! 	'Clas' : class_,
  }
  
***************
*** 2227,2231 ****
  	'EX30' : Dump_Browser_Info,
  	'EX31' : Cache_Subproject_Data,
! 	'Clas' : _class,
  	'DSiz' : datasize,
  	'ED14' : Context_Popup_Delay,
--- 2263,2267 ----
  	'EX30' : Dump_Browser_Info,
  	'EX31' : Cache_Subproject_Data,
! 	'Clas' : class_,
  	'DSiz' : datasize,
  	'ED14' : Context_Popup_Delay,

Index: Required.py
===================================================================
RCS file: /cvsroot/python/python/dist/src/Mac/Lib/lib-scriptpackages/CodeWarrior/Required.py,v
retrieving revision 1.4
retrieving revision 1.5
diff -C2 -d -r1.4 -r1.5
*** Required.py	23 Apr 2002 21:05:03 -0000	1.4
--- Required.py	7 Aug 2002 15:53:40 -0000	1.5
***************
*** 2,6 ****
  Level 1, version 1
  
! 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
  """
--- 2,6 ----
  Level 1, version 1
  
! Generated from /Volumes/Sap/Applications (Mac OS 9)/Metrowerks CodeWarrior 7.0/Metrowerks CodeWarrior/CodeWarrior IDE 4.2.5
  AETE/AEUT resource version 1/0, language 0, script 0
  """

Index: Standard_Suite.py
===================================================================
RCS file: /cvsroot/python/python/dist/src/Mac/Lib/lib-scriptpackages/CodeWarrior/Standard_Suite.py,v
retrieving revision 1.5
retrieving revision 1.6
diff -C2 -d -r1.5 -r1.6
*** Standard_Suite.py	23 Apr 2002 21:05:29 -0000	1.5
--- Standard_Suite.py	7 Aug 2002 15:53:40 -0000	1.6
***************
*** 2,6 ****
  Level 1, version 1
  
! 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
  """
--- 2,6 ----
  Level 1, version 1
  
! Generated from /Volumes/Sap/Applications (Mac OS 9)/Metrowerks CodeWarrior 7.0/Metrowerks CodeWarrior/CodeWarrior IDE 4.2.5
  AETE/AEUT resource version 1/0, language 0, script 0
  """
***************
*** 104,108 ****
  	def make(self, _no_object=None, _attributes={}, **_arguments):
  		"""make: make a new element
! 		Keyword argument new: the class of the new element„keyword 'new' is optional in AppleScript
  		Keyword argument as: the desired types for the data, in order of preference
  		Keyword argument at: the location at which to insert the element
--- 104,108 ----
  	def make(self, _no_object=None, _attributes={}, **_arguments):
  		"""make: make a new element
! 		Keyword argument new: the class of the new element\xd1keyword 'new' is optional in AppleScript
  		Keyword argument as: the desired types for the data, in order of preference
  		Keyword argument at: the location at which to insert the element
***************
*** 286,303 ****
  
  windows = window
! application._propdict = {
  	'user_interaction' : user_interaction,
  }
! application._elemdict = {
  	'document' : document,
  	'window' : window,
  }
! character._propdict = {
  	'offset' : offset,
  	'length' : length,
  }
! character._elemdict = {
  }
! document._propdict = {
  	'name' : name,
  	'kind' : kind,
--- 286,306 ----
  
  windows = window
! application._superclassnames = []
! application._privpropdict = {
  	'user_interaction' : user_interaction,
  }
! application._privelemdict = {
  	'document' : document,
  	'window' : window,
  }
! character._superclassnames = []
! character._privpropdict = {
  	'offset' : offset,
  	'length' : length,
  }
! character._privelemdict = {
  }
! document._superclassnames = []
! document._privpropdict = {
  	'name' : name,
  	'kind' : kind,
***************
*** 307,345 ****
  	'window' : window,
  }
! document._elemdict = {
  }
! file._propdict = {
  }
! file._elemdict = {
  }
! insertion_point._propdict = {
  	'length' : length,
  	'offset' : offset,
  }
! insertion_point._elemdict = {
  }
! line._propdict = {
  	'index' : index,
  	'offset' : offset,
  	'length' : length,
  }
! line._elemdict = {
  	'character' : character,
  }
! selection_2d_object._propdict = {
  	'contents' : contents,
  	'length' : length,
  	'offset' : offset,
  }
! selection_2d_object._elemdict = {
  	'character' : character,
  	'line' : line,
  	'text' : text,
  }
! text._propdict = {
  	'length' : length,
  	'offset' : offset,
  }
! text._elemdict = {
  	'character' : character,
  	'insertion_point' : insertion_point,
--- 310,353 ----
  	'window' : window,
  }
! document._privelemdict = {
  }
! file._superclassnames = []
! file._privpropdict = {
  }
! file._privelemdict = {
  }
! insertion_point._superclassnames = []
! insertion_point._privpropdict = {
  	'length' : length,
  	'offset' : offset,
  }
! insertion_point._privelemdict = {
  }
! line._superclassnames = []
! line._privpropdict = {
  	'index' : index,
  	'offset' : offset,
  	'length' : length,
  }
! line._privelemdict = {
  	'character' : character,
  }
! selection_2d_object._superclassnames = []
! selection_2d_object._privpropdict = {
  	'contents' : contents,
  	'length' : length,
  	'offset' : offset,
  }
! selection_2d_object._privelemdict = {
  	'character' : character,
  	'line' : line,
  	'text' : text,
  }
! text._superclassnames = []
! text._privpropdict = {
  	'length' : length,
  	'offset' : offset,
  }
! text._privelemdict = {
  	'character' : character,
  	'insertion_point' : insertion_point,
***************
*** 347,351 ****
  	'text' : text,
  }
! window._propdict = {
  	'name' : name,
  	'index' : index,
--- 355,360 ----
  	'text' : text,
  }
! window._superclassnames = []
! window._privpropdict = {
  	'name' : name,
  	'index' : index,
***************
*** 356,360 ****
  	'zoomed' : zoomed,
  }
! window._elemdict = {
  }
  
--- 365,369 ----
  	'zoomed' : zoomed,
  }
! window._privelemdict = {
  }
  

Index: __init__.py
===================================================================
RCS file: /cvsroot/python/python/dist/src/Mac/Lib/lib-scriptpackages/CodeWarrior/__init__.py,v
retrieving revision 1.3
retrieving revision 1.4
diff -C2 -d -r1.3 -r1.4
*** __init__.py	22 Jan 2002 23:20:59 -0000	1.3
--- __init__.py	7 Aug 2002 15:53:40 -0000	1.4
***************
*** 1,4 ****
  """
! Package generated from Moes:Applications (Mac OS 9):Metrowerks CodeWarrior 7.0:Metrowerks CodeWarrior:CodeWarrior IDE 4.2.6
  Resource aete resid 0 AppleEvent Suites
  """
--- 1,4 ----
  """
! Package generated from /Volumes/Sap/Applications (Mac OS 9)/Metrowerks CodeWarrior 7.0/Metrowerks CodeWarrior/CodeWarrior IDE 4.2.5
  Resource aete resid 0 AppleEvent Suites
  """
***************
*** 31,34 ****
--- 31,179 ----
  from CodeWarrior_suite import *
  from Metrowerks_Shell_Suite import *
+ def getbaseclasses(v):
+ 	if hasattr(v, '_superclassnames') and not hasattr(v, '_propdict'):
+ 		v._propdict = {}
+ 		v._elemdict = {}
+ 		for superclass in v._superclassnames:
+ 			v._propdict.update(getattr(eval(superclass), '_privpropdict', {}))
+ 			v._elemdict.update(getattr(eval(superclass), '_privelemdict', {}))
+ 		v._propdict.update(v._privpropdict)
+ 		v._elemdict.update(v._privelemdict)
+ 
+ import StdSuites
+ 
+ #
+ # Set property and element dictionaries now that all classes have been defined
+ #
+ getbaseclasses(character)
+ getbaseclasses(text)
+ getbaseclasses(window)
+ getbaseclasses(file)
+ getbaseclasses(line)
+ getbaseclasses(selection_2d_object)
+ getbaseclasses(application)
+ getbaseclasses(insertion_point)
+ getbaseclasses(document)
+ getbaseclasses(single_class_browser)
+ getbaseclasses(project_document)
+ getbaseclasses(symbol_browser)
+ getbaseclasses(editor_document)
+ getbaseclasses(file_compare_document)
+ getbaseclasses(class_browser)
+ getbaseclasses(subtarget)
+ getbaseclasses(message_document)
+ getbaseclasses(project_inspector)
+ getbaseclasses(text_document)
+ getbaseclasses(catalog_document)
+ getbaseclasses(class_hierarchy)
+ getbaseclasses(target)
+ getbaseclasses(build_progress_document)
+ getbaseclasses(target_file)
+ getbaseclasses(ToolServer_worksheet)
+ getbaseclasses(single_class_hierarchy)
+ getbaseclasses(File_Mapping)
+ getbaseclasses(browser_catalog)
+ getbaseclasses(Build_Settings)
+ getbaseclasses(ProjectFile)
+ getbaseclasses(Browser_Coloring)
+ getbaseclasses(Error_Information)
+ getbaseclasses(VCS_Setup)
+ getbaseclasses(Editor)
+ getbaseclasses(Shielded_Folders)
+ getbaseclasses(Shielded_Folder)
+ getbaseclasses(Custom_Keywords)
+ getbaseclasses(Path_Information)
+ getbaseclasses(File_Mappings)
+ getbaseclasses(Segment)
+ getbaseclasses(Debugger_Target)
+ getbaseclasses(Function_Information)
+ getbaseclasses(Access_Paths)
+ getbaseclasses(Extras)
+ getbaseclasses(Debugger_Windowing)
+ getbaseclasses(Global_Source_Trees)
+ getbaseclasses(Syntax_Coloring)
+ getbaseclasses(base_class)
+ getbaseclasses(Relative_Path)
+ getbaseclasses(Target_Settings)
+ getbaseclasses(Environment_Variable)
+ getbaseclasses(Source_Tree)
+ getbaseclasses(Debugger_Global)
+ getbaseclasses(member_function)
+ getbaseclasses(Runtime_Settings)
+ getbaseclasses(Plugin_Settings)
+ getbaseclasses(data_member)
+ getbaseclasses(Build_Extras)
+ getbaseclasses(Font)
+ getbaseclasses(Target_Source_Trees)
+ getbaseclasses(Debugger_Display)
+ getbaseclasses(class_)
+ 
+ #
+ # Indices of types declared in this module
+ #
+ _classdeclarations = {
+ 	'cha ' : character,
+ 	'ctxt' : text,
+ 	'cwin' : window,
+ 	'file' : file,
+ 	'clin' : line,
+ 	'csel' : selection_2d_object,
+ 	'capp' : application,
+ 	'cins' : insertion_point,
+ 	'docu' : document,
+ 	'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,
+ 	'FMap' : File_Mapping,
+ 	'Cata' : browser_catalog,
+ 	'BSTG' : Build_Settings,
+ 	'SrcF' : ProjectFile,
+ 	'BRKW' : Browser_Coloring,
+ 	'ErrM' : Error_Information,
+ 	'VCSs' : VCS_Setup,
+ 	'EDTR' : Editor,
+ 	'SHFL' : Shielded_Folders,
+ 	'SFit' : Shielded_Folder,
+ 	'CUKW' : Custom_Keywords,
+ 	'PInf' : Path_Information,
+ 	'FLMP' : File_Mappings,
+ 	'Seg ' : Segment,
+ 	'DbTG' : Debugger_Target,
+ 	'FDef' : Function_Information,
+ 	'PATH' : Access_Paths,
+ 	'GXTR' : Extras,
+ 	'DbWN' : Debugger_Windowing,
+ 	'GSTs' : Global_Source_Trees,
+ 	'SNTX' : Syntax_Coloring,
+ 	'BsCl' : base_class,
+ 	'RlPt' : Relative_Path,
+ 	'TARG' : Target_Settings,
+ 	'EnvV' : Environment_Variable,
+ 	'SrcT' : Source_Tree,
+ 	'DbGL' : Debugger_Global,
+ 	'MbFn' : member_function,
+ 	'RSTG' : Runtime_Settings,
+ 	'PSTG' : Plugin_Settings,
+ 	'DtMb' : data_member,
+ 	'LXTR' : Build_Extras,
+ 	'mFNT' : Font,
+ 	'TSTs' : Target_Source_Trees,
+ 	'DbDS' : Debugger_Display,
+ 	'Clas' : class_,
+ }
  
  
***************
*** 39,41 ****
--- 184,188 ----
  		aetools.TalkTo):
  	_signature = 'CWIE'
+ 
+ 	_moduleName = 'CodeWarrior'