2000-08-17 22:16:11 +00:00 
										
									 
								 
							 
							
								
							 
							
								 
							
							
								""" Suite Metrowerks Shell Suite: Events supported by the Metrowerks Project Shell 
  
						 
					
						
							
								
							 
							
								
							 
							
								 
							
							
								Level  1 ,  version  1  
						 
					
						
							
								
							 
							
								
							 
							
								 
							
							
								
							 
						 
					
						
							
								
									
										
										
										
											2003-06-13 14:31:19 +00:00 
										
									 
								 
							 
							
								
									
										 
								
							 
							
								 
							
							
								Generated  from  / Volumes / Sap / Applications  ( Mac  OS  9 ) / Metrowerks  CodeWarrior  7.0 / Metrowerks  CodeWarrior / CodeWarrior  IDE  4.2 .5  
						 
					
						
							
								
									
										
										
										
											2000-08-17 22:16:11 +00:00 
										
									 
								 
							 
							
								
							 
							
								 
							
							
								AETE / AEUT  resource  version  1 / 0 ,  language  0 ,  script  0  
						 
					
						
							
								
							 
							
								
							 
							
								 
							
							
								""" 
  
						 
					
						
							
								
							 
							
								
							 
							
								 
							
							
								
							 
						 
					
						
							
								
							 
							
								
							 
							
								 
							
							
								import  aetools  
						 
					
						
							
								
							 
							
								
							 
							
								 
							
							
								import  MacOS  
						 
					
						
							
								
							 
							
								
							 
							
								 
							
							
								
							 
						 
					
						
							
								
							 
							
								
							 
							
								 
							
							
								_code  =  ' MMPR '  
						 
					
						
							
								
							 
							
								
							 
							
								 
							
							
								
							 
						 
					
						
							
								
							 
							
								
							 
							
								 
							
							
								class  Metrowerks_Shell_Suite_Events :  
						 
					
						
							
								
							 
							
								
							 
							
								 
							
							
								
							 
						 
					
						
							
								
									
										
										
										
											2003-04-12 22:27:11 +00:00 
										
									 
								 
							 
							
								
									
										 
								
							 
							
								 
							
							
								    _argmap_Add_Files  =  { 
							 
						 
					
						
							
								
							 
							
								
							 
							
								 
							
							
								        ' To_Segment '  :  ' Segm ' , 
							 
						 
					
						
							
								
							 
							
								
							 
							
								 
							
							
								    } 
							 
						 
					
						
							
								
							 
							
								
							 
							
								 
							
							
								
							 
						 
					
						
							
								
							 
							
								
							 
							
								 
							
							
								    def  Add_Files ( self ,  _object ,  _attributes = { } ,  * * _arguments ) : 
							 
						 
					
						
							
								
							 
							
								
							 
							
								 
							
							
								        """ Add Files: Add the specified file(s) to the current project 
 
							 
						 
					
						
							
								
							 
							
								
							 
							
								 
							
							
								        Required  argument :  List  of  files  to  add 
							 
						 
					
						
							
								
							 
							
								
							 
							
								 
							
							
								        Keyword  argument  To_Segment :  Segment  number  into  which  to  add  the  file ( s ) 
							 
						 
					
						
							
								
							 
							
								
							 
							
								 
							
							
								        Keyword  argument  _attributes :  AppleEvent  attribute  dictionary 
							 
						 
					
						
							
								
							 
							
								
							 
							
								 
							
							
								        Returns :  Error  code  for  each  file  added 
							 
						 
					
						
							
								
							 
							
								
							 
							
								 
							
							
								        """ 
 
							 
						 
					
						
							
								
							 
							
								
							 
							
								 
							
							
								        _code  =  ' MMPR ' 
							 
						 
					
						
							
								
							 
							
								
							 
							
								 
							
							
								        _subcode  =  ' AddF ' 
							 
						 
					
						
							
								
							 
							
								
							 
							
								 
							
							
								
							 
						 
					
						
							
								
							 
							
								
							 
							
								 
							
							
								        aetools . keysubst ( _arguments ,  self . _argmap_Add_Files ) 
							 
						 
					
						
							
								
							 
							
								
							 
							
								 
							
							
								        _arguments [ ' ---- ' ]  =  _object 
							 
						 
					
						
							
								
							 
							
								
							 
							
								 
							
							
								
							 
						 
					
						
							
								
							 
							
								
							 
							
								 
							
							
								
							 
						 
					
						
							
								
							 
							
								
							 
							
								 
							
							
								        _reply ,  _arguments ,  _attributes  =  self . send ( _code ,  _subcode , 
							 
						 
					
						
							
								
							 
							
								
							 
							
								 
							
							
								                _arguments ,  _attributes ) 
							 
						 
					
						
							
								
							 
							
								
							 
							
								 
							
							
								        if  _arguments . get ( ' errn ' ,  0 ) : 
							 
						 
					
						
							
								
									
										
										
										
											2007-08-23 00:01:55 +00:00 
										
									 
								 
							 
							
								
									
										 
								
							 
							
								 
							
							
								            raise  aetools . Error ( aetools . decodeerror ( _arguments ) ) 
							 
						 
					
						
							
								
									
										
										
										
											2003-04-12 22:27:11 +00:00 
										
									 
								 
							 
							
								
									
										 
								
							 
							
								 
							
							
								        # XXXX Optionally decode result 
							 
						 
					
						
							
								
							 
							
								
							 
							
								 
							
							
								        if  _arguments . has_key ( ' ---- ' ) : 
							 
						 
					
						
							
								
							 
							
								
							 
							
								 
							
							
								            return  _arguments [ ' ---- ' ] 
							 
						 
					
						
							
								
							 
							
								
							 
							
								 
							
							
								
							 
						 
					
						
							
								
							 
							
								
							 
							
								 
							
							
								    _argmap_Check_Syntax  =  { 
							 
						 
					
						
							
								
							 
							
								
							 
							
								 
							
							
								        ' ExternalEditor '  :  ' Errs ' , 
							 
						 
					
						
							
								
							 
							
								
							 
							
								 
							
							
								    } 
							 
						 
					
						
							
								
							 
							
								
							 
							
								 
							
							
								
							 
						 
					
						
							
								
							 
							
								
							 
							
								 
							
							
								    def  Check_Syntax ( self ,  _object ,  _attributes = { } ,  * * _arguments ) : 
							 
						 
					
						
							
								
							 
							
								
							 
							
								 
							
							
								        """ Check Syntax: Check the syntax of the specified file(s) 
 
							 
						 
					
						
							
								
							 
							
								
							 
							
								 
							
							
								        Required  argument :  List  of  files  to  check  the  syntax  of 
							 
						 
					
						
							
								
							 
							
								
							 
							
								 
							
							
								        Keyword  argument  ExternalEditor :  Should  the  contents  of  the  message  window  be  returned  to  the  caller ? 
							 
						 
					
						
							
								
							 
							
								
							 
							
								 
							
							
								        Keyword  argument  _attributes :  AppleEvent  attribute  dictionary 
							 
						 
					
						
							
								
							 
							
								
							 
							
								 
							
							
								        Returns :  Errors  for  each  file  whose  syntax  was  checked 
							 
						 
					
						
							
								
							 
							
								
							 
							
								 
							
							
								        """ 
 
							 
						 
					
						
							
								
							 
							
								
							 
							
								 
							
							
								        _code  =  ' MMPR ' 
							 
						 
					
						
							
								
							 
							
								
							 
							
								 
							
							
								        _subcode  =  ' Chek ' 
							 
						 
					
						
							
								
							 
							
								
							 
							
								 
							
							
								
							 
						 
					
						
							
								
							 
							
								
							 
							
								 
							
							
								        aetools . keysubst ( _arguments ,  self . _argmap_Check_Syntax ) 
							 
						 
					
						
							
								
							 
							
								
							 
							
								 
							
							
								        _arguments [ ' ---- ' ]  =  _object 
							 
						 
					
						
							
								
							 
							
								
							 
							
								 
							
							
								
							 
						 
					
						
							
								
							 
							
								
							 
							
								 
							
							
								
							 
						 
					
						
							
								
							 
							
								
							 
							
								 
							
							
								        _reply ,  _arguments ,  _attributes  =  self . send ( _code ,  _subcode , 
							 
						 
					
						
							
								
							 
							
								
							 
							
								 
							
							
								                _arguments ,  _attributes ) 
							 
						 
					
						
							
								
							 
							
								
							 
							
								 
							
							
								        if  _arguments . get ( ' errn ' ,  0 ) : 
							 
						 
					
						
							
								
									
										
										
										
											2007-08-23 00:01:55 +00:00 
										
									 
								 
							 
							
								
									
										 
								
							 
							
								 
							
							
								            raise  aetools . Error ( aetools . decodeerror ( _arguments ) ) 
							 
						 
					
						
							
								
									
										
										
										
											2003-04-12 22:27:11 +00:00 
										
									 
								 
							 
							
								
									
										 
								
							 
							
								 
							
							
								        # XXXX Optionally decode result 
							 
						 
					
						
							
								
							 
							
								
							 
							
								 
							
							
								        if  _arguments . has_key ( ' ---- ' ) : 
							 
						 
					
						
							
								
							 
							
								
							 
							
								 
							
							
								            return  _arguments [ ' ---- ' ] 
							 
						 
					
						
							
								
							 
							
								
							 
							
								 
							
							
								
							 
						 
					
						
							
								
							 
							
								
							 
							
								 
							
							
								    def  Close_Project ( self ,  _no_object = None ,  _attributes = { } ,  * * _arguments ) : 
							 
						 
					
						
							
								
							 
							
								
							 
							
								 
							
							
								        """ Close Project: Close the current project 
 
							 
						 
					
						
							
								
							 
							
								
							 
							
								 
							
							
								        Keyword  argument  _attributes :  AppleEvent  attribute  dictionary 
							 
						 
					
						
							
								
							 
							
								
							 
							
								 
							
							
								        """ 
 
							 
						 
					
						
							
								
							 
							
								
							 
							
								 
							
							
								        _code  =  ' MMPR ' 
							 
						 
					
						
							
								
							 
							
								
							 
							
								 
							
							
								        _subcode  =  ' ClsP ' 
							 
						 
					
						
							
								
							 
							
								
							 
							
								 
							
							
								
							 
						 
					
						
							
								
									
										
										
										
											2007-08-23 00:01:55 +00:00 
										
									 
								 
							 
							
								
									
										 
								
							 
							
								 
							
							
								        if  _arguments :  raise  TypeError ( ' No optional args expected ' ) 
							 
						 
					
						
							
								
									
										
											 
										
											
												Merged revisions 62021,62029,62035-62038,62043-62044,62052-62053 via svnmerge from
svn+ssh://pythondev@svn.python.org/python/trunk
........
  r62021 | benjamin.peterson | 2008-03-28 18:11:01 -0500 (Fri, 28 Mar 2008) | 2 lines
  NIL => NULL
........
  r62029 | amaury.forgeotdarc | 2008-03-28 20:42:31 -0500 (Fri, 28 Mar 2008) | 3 lines
  Correctly call the base class tearDown();
  otherwise running test_logging twice produce the errors we see on all buildbots
........
  r62035 | raymond.hettinger | 2008-03-29 05:42:07 -0500 (Sat, 29 Mar 2008) | 1 line
  Be explicit about what efficient means.
........
  r62036 | georg.brandl | 2008-03-29 06:46:18 -0500 (Sat, 29 Mar 2008) | 2 lines
  Fix capitalization.
........
  r62037 | amaury.forgeotdarc | 2008-03-29 07:42:54 -0500 (Sat, 29 Mar 2008) | 5 lines
  lib2to3 should install a logging handler only when run as a main program,
  not when used as a library.
  This may please the buildbots, which fail when test_lib2to3 is run before test_logging.
........
  r62043 | benjamin.peterson | 2008-03-29 10:24:25 -0500 (Sat, 29 Mar 2008) | 3 lines
  #2503 make singletons compared with "is" not == or !=
  Thanks to Wummel for the patch
........
  r62044 | gerhard.haering | 2008-03-29 14:11:52 -0500 (Sat, 29 Mar 2008) | 2 lines
  Documented the lastrowid attribute.
........
  r62052 | benjamin.peterson | 2008-03-30 14:35:10 -0500 (Sun, 30 Mar 2008) | 2 lines
  Updated README regarding doc formats
........
  r62053 | georg.brandl | 2008-03-30 14:41:39 -0500 (Sun, 30 Mar 2008) | 2 lines
  The other download formats will be available for 2.6 too.
........
											 
										 
										
											2008-03-31 01:51:45 +00:00 
										
									 
								 
							 
							
								
									
										 
								
							 
							
								 
							
							
								        if  _no_object  is  not  None :  raise  TypeError ( ' No direct arg expected ' ) 
							 
						 
					
						
							
								
									
										
										
										
											2003-04-12 22:27:11 +00:00 
										
									 
								 
							 
							
								
									
										 
								
							 
							
								 
							
							
								
							 
						 
					
						
							
								
							 
							
								
							 
							
								 
							
							
								
							 
						 
					
						
							
								
							 
							
								
							 
							
								 
							
							
								        _reply ,  _arguments ,  _attributes  =  self . send ( _code ,  _subcode , 
							 
						 
					
						
							
								
							 
							
								
							 
							
								 
							
							
								                _arguments ,  _attributes ) 
							 
						 
					
						
							
								
							 
							
								
							 
							
								 
							
							
								        if  _arguments . get ( ' errn ' ,  0 ) : 
							 
						 
					
						
							
								
									
										
										
										
											2007-08-23 00:01:55 +00:00 
										
									 
								 
							 
							
								
									
										 
								
							 
							
								 
							
							
								            raise  aetools . Error ( aetools . decodeerror ( _arguments ) ) 
							 
						 
					
						
							
								
									
										
										
										
											2003-04-12 22:27:11 +00:00 
										
									 
								 
							 
							
								
									
										 
								
							 
							
								 
							
							
								        # XXXX Optionally decode result 
							 
						 
					
						
							
								
							 
							
								
							 
							
								 
							
							
								        if  _arguments . has_key ( ' ---- ' ) : 
							 
						 
					
						
							
								
							 
							
								
							 
							
								 
							
							
								            return  _arguments [ ' ---- ' ] 
							 
						 
					
						
							
								
							 
							
								
							 
							
								 
							
							
								
							 
						 
					
						
							
								
							 
							
								
							 
							
								 
							
							
								    _argmap_Close_Window  =  { 
							 
						 
					
						
							
								
							 
							
								
							 
							
								 
							
							
								        ' Saving '  :  ' savo ' , 
							 
						 
					
						
							
								
							 
							
								
							 
							
								 
							
							
								    } 
							 
						 
					
						
							
								
							 
							
								
							 
							
								 
							
							
								
							 
						 
					
						
							
								
							 
							
								
							 
							
								 
							
							
								    def  Close_Window ( self ,  _object ,  _attributes = { } ,  * * _arguments ) : 
							 
						 
					
						
							
								
							 
							
								
							 
							
								 
							
							
								        """ Close Window: Close the windows showing the specified files 
 
							 
						 
					
						
							
								
							 
							
								
							 
							
								 
							
							
								        Required  argument :  The  files  to  close 
							 
						 
					
						
							
								
							 
							
								
							 
							
								 
							
							
								        Keyword  argument  Saving :  Whether  to  save  changes  to  each  file  before  closing  its  window 
							 
						 
					
						
							
								
							 
							
								
							 
							
								 
							
							
								        Keyword  argument  _attributes :  AppleEvent  attribute  dictionary 
							 
						 
					
						
							
								
							 
							
								
							 
							
								 
							
							
								        """ 
 
							 
						 
					
						
							
								
							 
							
								
							 
							
								 
							
							
								        _code  =  ' MMPR ' 
							 
						 
					
						
							
								
							 
							
								
							 
							
								 
							
							
								        _subcode  =  ' ClsW ' 
							 
						 
					
						
							
								
							 
							
								
							 
							
								 
							
							
								
							 
						 
					
						
							
								
							 
							
								
							 
							
								 
							
							
								        aetools . keysubst ( _arguments ,  self . _argmap_Close_Window ) 
							 
						 
					
						
							
								
							 
							
								
							 
							
								 
							
							
								        _arguments [ ' ---- ' ]  =  _object 
							 
						 
					
						
							
								
							 
							
								
							 
							
								 
							
							
								
							 
						 
					
						
							
								
							 
							
								
							 
							
								 
							
							
								        aetools . enumsubst ( _arguments ,  ' savo ' ,  _Enum_savo ) 
							 
						 
					
						
							
								
							 
							
								
							 
							
								 
							
							
								
							 
						 
					
						
							
								
							 
							
								
							 
							
								 
							
							
								        _reply ,  _arguments ,  _attributes  =  self . send ( _code ,  _subcode , 
							 
						 
					
						
							
								
							 
							
								
							 
							
								 
							
							
								                _arguments ,  _attributes ) 
							 
						 
					
						
							
								
							 
							
								
							 
							
								 
							
							
								        if  _arguments . get ( ' errn ' ,  0 ) : 
							 
						 
					
						
							
								
									
										
										
										
											2007-08-23 00:01:55 +00:00 
										
									 
								 
							 
							
								
									
										 
								
							 
							
								 
							
							
								            raise  aetools . Error ( aetools . decodeerror ( _arguments ) ) 
							 
						 
					
						
							
								
									
										
										
										
											2003-04-12 22:27:11 +00:00 
										
									 
								 
							 
							
								
									
										 
								
							 
							
								 
							
							
								        # XXXX Optionally decode result 
							 
						 
					
						
							
								
							 
							
								
							 
							
								 
							
							
								        if  _arguments . has_key ( ' ---- ' ) : 
							 
						 
					
						
							
								
							 
							
								
							 
							
								 
							
							
								            return  _arguments [ ' ---- ' ] 
							 
						 
					
						
							
								
							 
							
								
							 
							
								 
							
							
								
							 
						 
					
						
							
								
							 
							
								
							 
							
								 
							
							
								    _argmap_Compile  =  { 
							 
						 
					
						
							
								
							 
							
								
							 
							
								 
							
							
								        ' ExternalEditor '  :  ' Errs ' , 
							 
						 
					
						
							
								
							 
							
								
							 
							
								 
							
							
								    } 
							 
						 
					
						
							
								
							 
							
								
							 
							
								 
							
							
								
							 
						 
					
						
							
								
							 
							
								
							 
							
								 
							
							
								    def  Compile ( self ,  _object ,  _attributes = { } ,  * * _arguments ) : 
							 
						 
					
						
							
								
							 
							
								
							 
							
								 
							
							
								        """ Compile: Compile the specified file(s) 
 
							 
						 
					
						
							
								
							 
							
								
							 
							
								 
							
							
								        Required  argument :  List  of  files  to  compile 
							 
						 
					
						
							
								
							 
							
								
							 
							
								 
							
							
								        Keyword  argument  ExternalEditor :  Should  the  contents  of  the  message  window  be  returned  to  the  caller ? 
							 
						 
					
						
							
								
							 
							
								
							 
							
								 
							
							
								        Keyword  argument  _attributes :  AppleEvent  attribute  dictionary 
							 
						 
					
						
							
								
							 
							
								
							 
							
								 
							
							
								        Returns :  Errors  for  each  file  compiled 
							 
						 
					
						
							
								
							 
							
								
							 
							
								 
							
							
								        """ 
 
							 
						 
					
						
							
								
							 
							
								
							 
							
								 
							
							
								        _code  =  ' MMPR ' 
							 
						 
					
						
							
								
							 
							
								
							 
							
								 
							
							
								        _subcode  =  ' Comp ' 
							 
						 
					
						
							
								
							 
							
								
							 
							
								 
							
							
								
							 
						 
					
						
							
								
							 
							
								
							 
							
								 
							
							
								        aetools . keysubst ( _arguments ,  self . _argmap_Compile ) 
							 
						 
					
						
							
								
							 
							
								
							 
							
								 
							
							
								        _arguments [ ' ---- ' ]  =  _object 
							 
						 
					
						
							
								
							 
							
								
							 
							
								 
							
							
								
							 
						 
					
						
							
								
							 
							
								
							 
							
								 
							
							
								
							 
						 
					
						
							
								
							 
							
								
							 
							
								 
							
							
								        _reply ,  _arguments ,  _attributes  =  self . send ( _code ,  _subcode , 
							 
						 
					
						
							
								
							 
							
								
							 
							
								 
							
							
								                _arguments ,  _attributes ) 
							 
						 
					
						
							
								
							 
							
								
							 
							
								 
							
							
								        if  _arguments . get ( ' errn ' ,  0 ) : 
							 
						 
					
						
							
								
									
										
										
										
											2007-08-23 00:01:55 +00:00 
										
									 
								 
							 
							
								
									
										 
								
							 
							
								 
							
							
								            raise  aetools . Error ( aetools . decodeerror ( _arguments ) ) 
							 
						 
					
						
							
								
									
										
										
										
											2003-04-12 22:27:11 +00:00 
										
									 
								 
							 
							
								
									
										 
								
							 
							
								 
							
							
								        # XXXX Optionally decode result 
							 
						 
					
						
							
								
							 
							
								
							 
							
								 
							
							
								        if  _arguments . has_key ( ' ---- ' ) : 
							 
						 
					
						
							
								
							 
							
								
							 
							
								 
							
							
								            return  _arguments [ ' ---- ' ] 
							 
						 
					
						
							
								
							 
							
								
							 
							
								 
							
							
								
							 
						 
					
						
							
								
							 
							
								
							 
							
								 
							
							
								    _argmap_Create_Project  =  { 
							 
						 
					
						
							
								
							 
							
								
							 
							
								 
							
							
								        ' from_stationery '  :  ' Tmpl ' , 
							 
						 
					
						
							
								
							 
							
								
							 
							
								 
							
							
								    } 
							 
						 
					
						
							
								
							 
							
								
							 
							
								 
							
							
								
							 
						 
					
						
							
								
							 
							
								
							 
							
								 
							
							
								    def  Create_Project ( self ,  _object ,  _attributes = { } ,  * * _arguments ) : 
							 
						 
					
						
							
								
							 
							
								
							 
							
								 
							
							
								        """ Create Project: Create a new project file 
 
							 
						 
					
						
							
								
							 
							
								
							 
							
								 
							
							
								        Required  argument :  New  project  file  specifier 
							 
						 
					
						
							
								
							 
							
								
							 
							
								 
							
							
								        Keyword  argument  from_stationery :  undocumented ,  typecode  ' alis ' 
							 
						 
					
						
							
								
							 
							
								
							 
							
								 
							
							
								        Keyword  argument  _attributes :  AppleEvent  attribute  dictionary 
							 
						 
					
						
							
								
							 
							
								
							 
							
								 
							
							
								        """ 
 
							 
						 
					
						
							
								
							 
							
								
							 
							
								 
							
							
								        _code  =  ' MMPR ' 
							 
						 
					
						
							
								
							 
							
								
							 
							
								 
							
							
								        _subcode  =  ' NewP ' 
							 
						 
					
						
							
								
							 
							
								
							 
							
								 
							
							
								
							 
						 
					
						
							
								
							 
							
								
							 
							
								 
							
							
								        aetools . keysubst ( _arguments ,  self . _argmap_Create_Project ) 
							 
						 
					
						
							
								
							 
							
								
							 
							
								 
							
							
								        _arguments [ ' ---- ' ]  =  _object 
							 
						 
					
						
							
								
							 
							
								
							 
							
								 
							
							
								
							 
						 
					
						
							
								
							 
							
								
							 
							
								 
							
							
								
							 
						 
					
						
							
								
							 
							
								
							 
							
								 
							
							
								        _reply ,  _arguments ,  _attributes  =  self . send ( _code ,  _subcode , 
							 
						 
					
						
							
								
							 
							
								
							 
							
								 
							
							
								                _arguments ,  _attributes ) 
							 
						 
					
						
							
								
							 
							
								
							 
							
								 
							
							
								        if  _arguments . get ( ' errn ' ,  0 ) : 
							 
						 
					
						
							
								
									
										
										
										
											2007-08-23 00:01:55 +00:00 
										
									 
								 
							 
							
								
									
										 
								
							 
							
								 
							
							
								            raise  aetools . Error ( aetools . decodeerror ( _arguments ) ) 
							 
						 
					
						
							
								
									
										
										
										
											2003-04-12 22:27:11 +00:00 
										
									 
								 
							 
							
								
									
										 
								
							 
							
								 
							
							
								        # XXXX Optionally decode result 
							 
						 
					
						
							
								
							 
							
								
							 
							
								 
							
							
								        if  _arguments . has_key ( ' ---- ' ) : 
							 
						 
					
						
							
								
							 
							
								
							 
							
								 
							
							
								            return  _arguments [ ' ---- ' ] 
							 
						 
					
						
							
								
							 
							
								
							 
							
								 
							
							
								
							 
						 
					
						
							
								
							 
							
								
							 
							
								 
							
							
								    def  Get_Definition ( self ,  _object ,  _attributes = { } ,  * * _arguments ) : 
							 
						 
					
						
							
								
							 
							
								
							 
							
								 
							
							
								        """ Get Definition: Returns the location(s) of a globally scoped function or data object. 
 
							 
						 
					
						
							
								
							 
							
								
							 
							
								 
							
							
								        Required  argument :  undocumented ,  typecode  ' TEXT ' 
							 
						 
					
						
							
								
							 
							
								
							 
							
								 
							
							
								        Keyword  argument  _attributes :  AppleEvent  attribute  dictionary 
							 
						 
					
						
							
								
							 
							
								
							 
							
								 
							
							
								        Returns :  undocumented ,  typecode  ' FDef ' 
							 
						 
					
						
							
								
							 
							
								
							 
							
								 
							
							
								        """ 
 
							 
						 
					
						
							
								
							 
							
								
							 
							
								 
							
							
								        _code  =  ' MMPR ' 
							 
						 
					
						
							
								
							 
							
								
							 
							
								 
							
							
								        _subcode  =  ' GDef ' 
							 
						 
					
						
							
								
							 
							
								
							 
							
								 
							
							
								
							 
						 
					
						
							
								
									
										
										
										
											2007-08-23 00:01:55 +00:00 
										
									 
								 
							 
							
								
									
										 
								
							 
							
								 
							
							
								        if  _arguments :  raise  TypeError ( ' No optional args expected ' ) 
							 
						 
					
						
							
								
									
										
										
										
											2003-04-12 22:27:11 +00:00 
										
									 
								 
							 
							
								
									
										 
								
							 
							
								 
							
							
								        _arguments [ ' ---- ' ]  =  _object 
							 
						 
					
						
							
								
							 
							
								
							 
							
								 
							
							
								
							 
						 
					
						
							
								
							 
							
								
							 
							
								 
							
							
								
							 
						 
					
						
							
								
							 
							
								
							 
							
								 
							
							
								        _reply ,  _arguments ,  _attributes  =  self . send ( _code ,  _subcode , 
							 
						 
					
						
							
								
							 
							
								
							 
							
								 
							
							
								                _arguments ,  _attributes ) 
							 
						 
					
						
							
								
							 
							
								
							 
							
								 
							
							
								        if  _arguments . get ( ' errn ' ,  0 ) : 
							 
						 
					
						
							
								
									
										
										
										
											2007-08-23 00:01:55 +00:00 
										
									 
								 
							 
							
								
									
										 
								
							 
							
								 
							
							
								            raise  aetools . Error ( aetools . decodeerror ( _arguments ) ) 
							 
						 
					
						
							
								
									
										
										
										
											2003-04-12 22:27:11 +00:00 
										
									 
								 
							 
							
								
									
										 
								
							 
							
								 
							
							
								        # XXXX Optionally decode result 
							 
						 
					
						
							
								
							 
							
								
							 
							
								 
							
							
								        if  _arguments . has_key ( ' ---- ' ) : 
							 
						 
					
						
							
								
							 
							
								
							 
							
								 
							
							
								            return  _arguments [ ' ---- ' ] 
							 
						 
					
						
							
								
							 
							
								
							 
							
								 
							
							
								
							 
						 
					
						
							
								
							 
							
								
							 
							
								 
							
							
								    def  Get_Open_Documents ( self ,  _no_object = None ,  _attributes = { } ,  * * _arguments ) : 
							 
						 
					
						
							
								
							 
							
								
							 
							
								 
							
							
								        """ Get Open Documents: Returns the list of open documents 
 
							 
						 
					
						
							
								
							 
							
								
							 
							
								 
							
							
								        Keyword  argument  _attributes :  AppleEvent  attribute  dictionary 
							 
						 
					
						
							
								
							 
							
								
							 
							
								 
							
							
								        Returns :  The  list  of  documents 
							 
						 
					
						
							
								
							 
							
								
							 
							
								 
							
							
								        """ 
 
							 
						 
					
						
							
								
							 
							
								
							 
							
								 
							
							
								        _code  =  ' MMPR ' 
							 
						 
					
						
							
								
							 
							
								
							 
							
								 
							
							
								        _subcode  =  ' GDoc ' 
							 
						 
					
						
							
								
							 
							
								
							 
							
								 
							
							
								
							 
						 
					
						
							
								
									
										
										
										
											2007-08-23 00:01:55 +00:00 
										
									 
								 
							 
							
								
									
										 
								
							 
							
								 
							
							
								        if  _arguments :  raise  TypeError ( ' No optional args expected ' ) 
							 
						 
					
						
							
								
									
										
											 
										
											
												Merged revisions 62021,62029,62035-62038,62043-62044,62052-62053 via svnmerge from
svn+ssh://pythondev@svn.python.org/python/trunk
........
  r62021 | benjamin.peterson | 2008-03-28 18:11:01 -0500 (Fri, 28 Mar 2008) | 2 lines
  NIL => NULL
........
  r62029 | amaury.forgeotdarc | 2008-03-28 20:42:31 -0500 (Fri, 28 Mar 2008) | 3 lines
  Correctly call the base class tearDown();
  otherwise running test_logging twice produce the errors we see on all buildbots
........
  r62035 | raymond.hettinger | 2008-03-29 05:42:07 -0500 (Sat, 29 Mar 2008) | 1 line
  Be explicit about what efficient means.
........
  r62036 | georg.brandl | 2008-03-29 06:46:18 -0500 (Sat, 29 Mar 2008) | 2 lines
  Fix capitalization.
........
  r62037 | amaury.forgeotdarc | 2008-03-29 07:42:54 -0500 (Sat, 29 Mar 2008) | 5 lines
  lib2to3 should install a logging handler only when run as a main program,
  not when used as a library.
  This may please the buildbots, which fail when test_lib2to3 is run before test_logging.
........
  r62043 | benjamin.peterson | 2008-03-29 10:24:25 -0500 (Sat, 29 Mar 2008) | 3 lines
  #2503 make singletons compared with "is" not == or !=
  Thanks to Wummel for the patch
........
  r62044 | gerhard.haering | 2008-03-29 14:11:52 -0500 (Sat, 29 Mar 2008) | 2 lines
  Documented the lastrowid attribute.
........
  r62052 | benjamin.peterson | 2008-03-30 14:35:10 -0500 (Sun, 30 Mar 2008) | 2 lines
  Updated README regarding doc formats
........
  r62053 | georg.brandl | 2008-03-30 14:41:39 -0500 (Sun, 30 Mar 2008) | 2 lines
  The other download formats will be available for 2.6 too.
........
											 
										 
										
											2008-03-31 01:51:45 +00:00 
										
									 
								 
							 
							
								
									
										 
								
							 
							
								 
							
							
								        if  _no_object  is  not  None :  raise  TypeError ( ' No direct arg expected ' ) 
							 
						 
					
						
							
								
									
										
										
										
											2003-04-12 22:27:11 +00:00 
										
									 
								 
							 
							
								
									
										 
								
							 
							
								 
							
							
								
							 
						 
					
						
							
								
							 
							
								
							 
							
								 
							
							
								
							 
						 
					
						
							
								
							 
							
								
							 
							
								 
							
							
								        _reply ,  _arguments ,  _attributes  =  self . send ( _code ,  _subcode , 
							 
						 
					
						
							
								
							 
							
								
							 
							
								 
							
							
								                _arguments ,  _attributes ) 
							 
						 
					
						
							
								
							 
							
								
							 
							
								 
							
							
								        if  _arguments . get ( ' errn ' ,  0 ) : 
							 
						 
					
						
							
								
									
										
										
										
											2007-08-23 00:01:55 +00:00 
										
									 
								 
							 
							
								
									
										 
								
							 
							
								 
							
							
								            raise  aetools . Error ( aetools . decodeerror ( _arguments ) ) 
							 
						 
					
						
							
								
									
										
										
										
											2003-04-12 22:27:11 +00:00 
										
									 
								 
							 
							
								
									
										 
								
							 
							
								 
							
							
								        # XXXX Optionally decode result 
							 
						 
					
						
							
								
							 
							
								
							 
							
								 
							
							
								        if  _arguments . has_key ( ' ---- ' ) : 
							 
						 
					
						
							
								
							 
							
								
							 
							
								 
							
							
								            return  _arguments [ ' ---- ' ] 
							 
						 
					
						
							
								
							 
							
								
							 
							
								 
							
							
								
							 
						 
					
						
							
								
							 
							
								
							 
							
								 
							
							
								    _argmap_Get_Preferences  =  { 
							 
						 
					
						
							
								
							 
							
								
							 
							
								 
							
							
								        ' of '  :  ' PRec ' , 
							 
						 
					
						
							
								
							 
							
								
							 
							
								 
							
							
								        ' from_panel '  :  ' PNam ' , 
							 
						 
					
						
							
								
							 
							
								
							 
							
								 
							
							
								    } 
							 
						 
					
						
							
								
							 
							
								
							 
							
								 
							
							
								
							 
						 
					
						
							
								
							 
							
								
							 
							
								 
							
							
								    def  Get_Preferences ( self ,  _no_object = None ,  _attributes = { } ,  * * _arguments ) : 
							 
						 
					
						
							
								
							 
							
								
							 
							
								 
							
							
								        """ Get Preferences: Get the preferences for the current project 
 
							 
						 
					
						
							
								
							 
							
								
							 
							
								 
							
							
								        Keyword  argument  of :  Names  of  requested  preferences 
							 
						 
					
						
							
								
							 
							
								
							 
							
								 
							
							
								        Keyword  argument  from_panel :  Name  of  the  preference  panel 
							 
						 
					
						
							
								
							 
							
								
							 
							
								 
							
							
								        Keyword  argument  _attributes :  AppleEvent  attribute  dictionary 
							 
						 
					
						
							
								
							 
							
								
							 
							
								 
							
							
								        Returns :  The  requested  preferences 
							 
						 
					
						
							
								
							 
							
								
							 
							
								 
							
							
								        """ 
 
							 
						 
					
						
							
								
							 
							
								
							 
							
								 
							
							
								        _code  =  ' MMPR ' 
							 
						 
					
						
							
								
							 
							
								
							 
							
								 
							
							
								        _subcode  =  ' Gref ' 
							 
						 
					
						
							
								
							 
							
								
							 
							
								 
							
							
								
							 
						 
					
						
							
								
							 
							
								
							 
							
								 
							
							
								        aetools . keysubst ( _arguments ,  self . _argmap_Get_Preferences ) 
							 
						 
					
						
							
								
									
										
											 
										
											
												Merged revisions 62021,62029,62035-62038,62043-62044,62052-62053 via svnmerge from
svn+ssh://pythondev@svn.python.org/python/trunk
........
  r62021 | benjamin.peterson | 2008-03-28 18:11:01 -0500 (Fri, 28 Mar 2008) | 2 lines
  NIL => NULL
........
  r62029 | amaury.forgeotdarc | 2008-03-28 20:42:31 -0500 (Fri, 28 Mar 2008) | 3 lines
  Correctly call the base class tearDown();
  otherwise running test_logging twice produce the errors we see on all buildbots
........
  r62035 | raymond.hettinger | 2008-03-29 05:42:07 -0500 (Sat, 29 Mar 2008) | 1 line
  Be explicit about what efficient means.
........
  r62036 | georg.brandl | 2008-03-29 06:46:18 -0500 (Sat, 29 Mar 2008) | 2 lines
  Fix capitalization.
........
  r62037 | amaury.forgeotdarc | 2008-03-29 07:42:54 -0500 (Sat, 29 Mar 2008) | 5 lines
  lib2to3 should install a logging handler only when run as a main program,
  not when used as a library.
  This may please the buildbots, which fail when test_lib2to3 is run before test_logging.
........
  r62043 | benjamin.peterson | 2008-03-29 10:24:25 -0500 (Sat, 29 Mar 2008) | 3 lines
  #2503 make singletons compared with "is" not == or !=
  Thanks to Wummel for the patch
........
  r62044 | gerhard.haering | 2008-03-29 14:11:52 -0500 (Sat, 29 Mar 2008) | 2 lines
  Documented the lastrowid attribute.
........
  r62052 | benjamin.peterson | 2008-03-30 14:35:10 -0500 (Sun, 30 Mar 2008) | 2 lines
  Updated README regarding doc formats
........
  r62053 | georg.brandl | 2008-03-30 14:41:39 -0500 (Sun, 30 Mar 2008) | 2 lines
  The other download formats will be available for 2.6 too.
........
											 
										 
										
											2008-03-31 01:51:45 +00:00 
										
									 
								 
							 
							
								
									
										 
								
							 
							
								 
							
							
								        if  _arguments :  raise  TypeError ( ' No optional args expected ' ) 
							 
						 
					
						
							
								
							 
							
								
							 
							
								 
							
							
								        if  _no_object  is  not  None :  raise  TypeError ( ' No direct arg expected ' ) 
							 
						 
					
						
							
								
									
										
										
										
											2003-04-12 22:27:11 +00:00 
										
									 
								 
							 
							
								
									
										 
								
							 
							
								 
							
							
								
							 
						 
					
						
							
								
							 
							
								
							 
							
								 
							
							
								
							 
						 
					
						
							
								
							 
							
								
							 
							
								 
							
							
								        _reply ,  _arguments ,  _attributes  =  self . send ( _code ,  _subcode , 
							 
						 
					
						
							
								
							 
							
								
							 
							
								 
							
							
								                _arguments ,  _attributes ) 
							 
						 
					
						
							
								
							 
							
								
							 
							
								 
							
							
								        if  _arguments . get ( ' errn ' ,  0 ) : 
							 
						 
					
						
							
								
									
										
										
										
											2007-08-23 00:01:55 +00:00 
										
									 
								 
							 
							
								
									
										 
								
							 
							
								 
							
							
								            raise  aetools . Error ( aetools . decodeerror ( _arguments ) ) 
							 
						 
					
						
							
								
									
										
										
										
											2003-04-12 22:27:11 +00:00 
										
									 
								 
							 
							
								
									
										 
								
							 
							
								 
							
							
								        # XXXX Optionally decode result 
							 
						 
					
						
							
								
							 
							
								
							 
							
								 
							
							
								        if  _arguments . has_key ( ' ---- ' ) : 
							 
						 
					
						
							
								
							 
							
								
							 
							
								 
							
							
								            return  _arguments [ ' ---- ' ] 
							 
						 
					
						
							
								
							 
							
								
							 
							
								 
							
							
								
							 
						 
					
						
							
								
							 
							
								
							 
							
								 
							
							
								    _argmap_Get_Project_File  =  { 
							 
						 
					
						
							
								
							 
							
								
							 
							
								 
							
							
								        ' Segment '  :  ' Segm ' , 
							 
						 
					
						
							
								
							 
							
								
							 
							
								 
							
							
								    } 
							 
						 
					
						
							
								
							 
							
								
							 
							
								 
							
							
								
							 
						 
					
						
							
								
							 
							
								
							 
							
								 
							
							
								    def  Get_Project_File ( self ,  _object ,  _attributes = { } ,  * * _arguments ) : 
							 
						 
					
						
							
								
							 
							
								
							 
							
								 
							
							
								        """ Get Project File: Returns a description of a file in the project window. 
 
							 
						 
					
						
							
								
							 
							
								
							 
							
								 
							
							
								        Required  argument :  The  index  of  the  file  within  its  segment . 
							 
						 
					
						
							
								
							 
							
								
							 
							
								 
							
							
								        Keyword  argument  Segment :  The  segment  containing  the  file . 
							 
						 
					
						
							
								
							 
							
								
							 
							
								 
							
							
								        Keyword  argument  _attributes :  AppleEvent  attribute  dictionary 
							 
						 
					
						
							
								
							 
							
								
							 
							
								 
							
							
								        Returns :  undocumented ,  typecode  ' SrcF ' 
							 
						 
					
						
							
								
							 
							
								
							 
							
								 
							
							
								        """ 
 
							 
						 
					
						
							
								
							 
							
								
							 
							
								 
							
							
								        _code  =  ' MMPR ' 
							 
						 
					
						
							
								
							 
							
								
							 
							
								 
							
							
								        _subcode  =  ' GFil ' 
							 
						 
					
						
							
								
							 
							
								
							 
							
								 
							
							
								
							 
						 
					
						
							
								
							 
							
								
							 
							
								 
							
							
								        aetools . keysubst ( _arguments ,  self . _argmap_Get_Project_File ) 
							 
						 
					
						
							
								
							 
							
								
							 
							
								 
							
							
								        _arguments [ ' ---- ' ]  =  _object 
							 
						 
					
						
							
								
							 
							
								
							 
							
								 
							
							
								
							 
						 
					
						
							
								
							 
							
								
							 
							
								 
							
							
								
							 
						 
					
						
							
								
							 
							
								
							 
							
								 
							
							
								        _reply ,  _arguments ,  _attributes  =  self . send ( _code ,  _subcode , 
							 
						 
					
						
							
								
							 
							
								
							 
							
								 
							
							
								                _arguments ,  _attributes ) 
							 
						 
					
						
							
								
							 
							
								
							 
							
								 
							
							
								        if  _arguments . get ( ' errn ' ,  0 ) : 
							 
						 
					
						
							
								
									
										
										
										
											2007-08-23 00:01:55 +00:00 
										
									 
								 
							 
							
								
									
										 
								
							 
							
								 
							
							
								            raise  aetools . Error ( aetools . decodeerror ( _arguments ) ) 
							 
						 
					
						
							
								
									
										
										
										
											2003-04-12 22:27:11 +00:00 
										
									 
								 
							 
							
								
									
										 
								
							 
							
								 
							
							
								        # XXXX Optionally decode result 
							 
						 
					
						
							
								
							 
							
								
							 
							
								 
							
							
								        if  _arguments . has_key ( ' ---- ' ) : 
							 
						 
					
						
							
								
							 
							
								
							 
							
								 
							
							
								            return  _arguments [ ' ---- ' ] 
							 
						 
					
						
							
								
							 
							
								
							 
							
								 
							
							
								
							 
						 
					
						
							
								
							 
							
								
							 
							
								 
							
							
								    def  Get_Project_Specifier ( self ,  _no_object = None ,  _attributes = { } ,  * * _arguments ) : 
							 
						 
					
						
							
								
							 
							
								
							 
							
								 
							
							
								        """ Get Project Specifier: Return the File Specifier for the current project 
 
							 
						 
					
						
							
								
							 
							
								
							 
							
								 
							
							
								        Keyword  argument  _attributes :  AppleEvent  attribute  dictionary 
							 
						 
					
						
							
								
							 
							
								
							 
							
								 
							
							
								        Returns :  File  Specifier  for  the  current  project 
							 
						 
					
						
							
								
							 
							
								
							 
							
								 
							
							
								        """ 
 
							 
						 
					
						
							
								
							 
							
								
							 
							
								 
							
							
								        _code  =  ' MMPR ' 
							 
						 
					
						
							
								
							 
							
								
							 
							
								 
							
							
								        _subcode  =  ' GetP ' 
							 
						 
					
						
							
								
							 
							
								
							 
							
								 
							
							
								
							 
						 
					
						
							
								
									
										
										
										
											2007-08-23 00:01:55 +00:00 
										
									 
								 
							 
							
								
									
										 
								
							 
							
								 
							
							
								        if  _arguments :  raise  TypeError ( ' No optional args expected ' ) 
							 
						 
					
						
							
								
									
										
											 
										
											
												Merged revisions 62021,62029,62035-62038,62043-62044,62052-62053 via svnmerge from
svn+ssh://pythondev@svn.python.org/python/trunk
........
  r62021 | benjamin.peterson | 2008-03-28 18:11:01 -0500 (Fri, 28 Mar 2008) | 2 lines
  NIL => NULL
........
  r62029 | amaury.forgeotdarc | 2008-03-28 20:42:31 -0500 (Fri, 28 Mar 2008) | 3 lines
  Correctly call the base class tearDown();
  otherwise running test_logging twice produce the errors we see on all buildbots
........
  r62035 | raymond.hettinger | 2008-03-29 05:42:07 -0500 (Sat, 29 Mar 2008) | 1 line
  Be explicit about what efficient means.
........
  r62036 | georg.brandl | 2008-03-29 06:46:18 -0500 (Sat, 29 Mar 2008) | 2 lines
  Fix capitalization.
........
  r62037 | amaury.forgeotdarc | 2008-03-29 07:42:54 -0500 (Sat, 29 Mar 2008) | 5 lines
  lib2to3 should install a logging handler only when run as a main program,
  not when used as a library.
  This may please the buildbots, which fail when test_lib2to3 is run before test_logging.
........
  r62043 | benjamin.peterson | 2008-03-29 10:24:25 -0500 (Sat, 29 Mar 2008) | 3 lines
  #2503 make singletons compared with "is" not == or !=
  Thanks to Wummel for the patch
........
  r62044 | gerhard.haering | 2008-03-29 14:11:52 -0500 (Sat, 29 Mar 2008) | 2 lines
  Documented the lastrowid attribute.
........
  r62052 | benjamin.peterson | 2008-03-30 14:35:10 -0500 (Sun, 30 Mar 2008) | 2 lines
  Updated README regarding doc formats
........
  r62053 | georg.brandl | 2008-03-30 14:41:39 -0500 (Sun, 30 Mar 2008) | 2 lines
  The other download formats will be available for 2.6 too.
........
											 
										 
										
											2008-03-31 01:51:45 +00:00 
										
									 
								 
							 
							
								
									
										 
								
							 
							
								 
							
							
								        if  _no_object  is  not  None :  raise  TypeError ( ' No direct arg expected ' ) 
							 
						 
					
						
							
								
									
										
										
										
											2003-04-12 22:27:11 +00:00 
										
									 
								 
							 
							
								
									
										 
								
							 
							
								 
							
							
								
							 
						 
					
						
							
								
							 
							
								
							 
							
								 
							
							
								
							 
						 
					
						
							
								
							 
							
								
							 
							
								 
							
							
								        _reply ,  _arguments ,  _attributes  =  self . send ( _code ,  _subcode , 
							 
						 
					
						
							
								
							 
							
								
							 
							
								 
							
							
								                _arguments ,  _attributes ) 
							 
						 
					
						
							
								
							 
							
								
							 
							
								 
							
							
								        if  _arguments . get ( ' errn ' ,  0 ) : 
							 
						 
					
						
							
								
									
										
										
										
											2007-08-23 00:01:55 +00:00 
										
									 
								 
							 
							
								
									
										 
								
							 
							
								 
							
							
								            raise  aetools . Error ( aetools . decodeerror ( _arguments ) ) 
							 
						 
					
						
							
								
									
										
										
										
											2003-04-12 22:27:11 +00:00 
										
									 
								 
							 
							
								
									
										 
								
							 
							
								 
							
							
								        # XXXX Optionally decode result 
							 
						 
					
						
							
								
							 
							
								
							 
							
								 
							
							
								        if  _arguments . has_key ( ' ---- ' ) : 
							 
						 
					
						
							
								
							 
							
								
							 
							
								 
							
							
								            return  _arguments [ ' ---- ' ] 
							 
						 
					
						
							
								
							 
							
								
							 
							
								 
							
							
								
							 
						 
					
						
							
								
							 
							
								
							 
							
								 
							
							
								    def  Get_Segments ( self ,  _no_object = None ,  _attributes = { } ,  * * _arguments ) : 
							 
						 
					
						
							
								
							 
							
								
							 
							
								 
							
							
								        """ Get Segments: Returns a description of each segment in the project. 
 
							 
						 
					
						
							
								
							 
							
								
							 
							
								 
							
							
								        Keyword  argument  _attributes :  AppleEvent  attribute  dictionary 
							 
						 
					
						
							
								
							 
							
								
							 
							
								 
							
							
								        Returns :  undocumented ,  typecode  ' Seg  ' 
							 
						 
					
						
							
								
							 
							
								
							 
							
								 
							
							
								        """ 
 
							 
						 
					
						
							
								
							 
							
								
							 
							
								 
							
							
								        _code  =  ' MMPR ' 
							 
						 
					
						
							
								
							 
							
								
							 
							
								 
							
							
								        _subcode  =  ' GSeg ' 
							 
						 
					
						
							
								
							 
							
								
							 
							
								 
							
							
								
							 
						 
					
						
							
								
									
										
										
										
											2007-08-23 00:01:55 +00:00 
										
									 
								 
							 
							
								
									
										 
								
							 
							
								 
							
							
								        if  _arguments :  raise  TypeError ( ' No optional args expected ' ) 
							 
						 
					
						
							
								
									
										
											 
										
											
												Merged revisions 62021,62029,62035-62038,62043-62044,62052-62053 via svnmerge from
svn+ssh://pythondev@svn.python.org/python/trunk
........
  r62021 | benjamin.peterson | 2008-03-28 18:11:01 -0500 (Fri, 28 Mar 2008) | 2 lines
  NIL => NULL
........
  r62029 | amaury.forgeotdarc | 2008-03-28 20:42:31 -0500 (Fri, 28 Mar 2008) | 3 lines
  Correctly call the base class tearDown();
  otherwise running test_logging twice produce the errors we see on all buildbots
........
  r62035 | raymond.hettinger | 2008-03-29 05:42:07 -0500 (Sat, 29 Mar 2008) | 1 line
  Be explicit about what efficient means.
........
  r62036 | georg.brandl | 2008-03-29 06:46:18 -0500 (Sat, 29 Mar 2008) | 2 lines
  Fix capitalization.
........
  r62037 | amaury.forgeotdarc | 2008-03-29 07:42:54 -0500 (Sat, 29 Mar 2008) | 5 lines
  lib2to3 should install a logging handler only when run as a main program,
  not when used as a library.
  This may please the buildbots, which fail when test_lib2to3 is run before test_logging.
........
  r62043 | benjamin.peterson | 2008-03-29 10:24:25 -0500 (Sat, 29 Mar 2008) | 3 lines
  #2503 make singletons compared with "is" not == or !=
  Thanks to Wummel for the patch
........
  r62044 | gerhard.haering | 2008-03-29 14:11:52 -0500 (Sat, 29 Mar 2008) | 2 lines
  Documented the lastrowid attribute.
........
  r62052 | benjamin.peterson | 2008-03-30 14:35:10 -0500 (Sun, 30 Mar 2008) | 2 lines
  Updated README regarding doc formats
........
  r62053 | georg.brandl | 2008-03-30 14:41:39 -0500 (Sun, 30 Mar 2008) | 2 lines
  The other download formats will be available for 2.6 too.
........
											 
										 
										
											2008-03-31 01:51:45 +00:00 
										
									 
								 
							 
							
								
									
										 
								
							 
							
								 
							
							
								        if  _no_object  is  not  None :  raise  TypeError ( ' No direct arg expected ' ) 
							 
						 
					
						
							
								
									
										
										
										
											2003-04-12 22:27:11 +00:00 
										
									 
								 
							 
							
								
									
										 
								
							 
							
								 
							
							
								
							 
						 
					
						
							
								
							 
							
								
							 
							
								 
							
							
								
							 
						 
					
						
							
								
							 
							
								
							 
							
								 
							
							
								        _reply ,  _arguments ,  _attributes  =  self . send ( _code ,  _subcode , 
							 
						 
					
						
							
								
							 
							
								
							 
							
								 
							
							
								                _arguments ,  _attributes ) 
							 
						 
					
						
							
								
							 
							
								
							 
							
								 
							
							
								        if  _arguments . get ( ' errn ' ,  0 ) : 
							 
						 
					
						
							
								
									
										
										
										
											2007-08-23 00:01:55 +00:00 
										
									 
								 
							 
							
								
									
										 
								
							 
							
								 
							
							
								            raise  aetools . Error ( aetools . decodeerror ( _arguments ) ) 
							 
						 
					
						
							
								
									
										
										
										
											2003-04-12 22:27:11 +00:00 
										
									 
								 
							 
							
								
									
										 
								
							 
							
								 
							
							
								        # XXXX Optionally decode result 
							 
						 
					
						
							
								
							 
							
								
							 
							
								 
							
							
								        if  _arguments . has_key ( ' ---- ' ) : 
							 
						 
					
						
							
								
							 
							
								
							 
							
								 
							
							
								            return  _arguments [ ' ---- ' ] 
							 
						 
					
						
							
								
							 
							
								
							 
							
								 
							
							
								
							 
						 
					
						
							
								
							 
							
								
							 
							
								 
							
							
								    def  Get_member_function_names ( self ,  _object ,  _attributes = { } ,  * * _arguments ) : 
							 
						 
					
						
							
								
							 
							
								
							 
							
								 
							
							
								        """ Get member function names: Returns a list containing the names of all the member functions of a class object 
 
							 
						 
					
						
							
								
							 
							
								
							 
							
								 
							
							
								        Required  argument :  must  be  a  class  object 
							 
						 
					
						
							
								
							 
							
								
							 
							
								 
							
							
								        Keyword  argument  _attributes :  AppleEvent  attribute  dictionary 
							 
						 
					
						
							
								
							 
							
								
							 
							
								 
							
							
								        Returns :  undocumented ,  typecode  ' list ' 
							 
						 
					
						
							
								
							 
							
								
							 
							
								 
							
							
								        """ 
 
							 
						 
					
						
							
								
							 
							
								
							 
							
								 
							
							
								        _code  =  ' MMPR ' 
							 
						 
					
						
							
								
							 
							
								
							 
							
								 
							
							
								        _subcode  =  ' MbFN ' 
							 
						 
					
						
							
								
							 
							
								
							 
							
								 
							
							
								
							 
						 
					
						
							
								
									
										
										
										
											2007-08-23 00:01:55 +00:00 
										
									 
								 
							 
							
								
									
										 
								
							 
							
								 
							
							
								        if  _arguments :  raise  TypeError ( ' No optional args expected ' ) 
							 
						 
					
						
							
								
									
										
										
										
											2003-04-12 22:27:11 +00:00 
										
									 
								 
							 
							
								
									
										 
								
							 
							
								 
							
							
								        _arguments [ ' ---- ' ]  =  _object 
							 
						 
					
						
							
								
							 
							
								
							 
							
								 
							
							
								
							 
						 
					
						
							
								
							 
							
								
							 
							
								 
							
							
								
							 
						 
					
						
							
								
							 
							
								
							 
							
								 
							
							
								        _reply ,  _arguments ,  _attributes  =  self . send ( _code ,  _subcode , 
							 
						 
					
						
							
								
							 
							
								
							 
							
								 
							
							
								                _arguments ,  _attributes ) 
							 
						 
					
						
							
								
							 
							
								
							 
							
								 
							
							
								        if  _arguments . get ( ' errn ' ,  0 ) : 
							 
						 
					
						
							
								
									
										
										
										
											2007-08-23 00:01:55 +00:00 
										
									 
								 
							 
							
								
									
										 
								
							 
							
								 
							
							
								            raise  aetools . Error ( aetools . decodeerror ( _arguments ) ) 
							 
						 
					
						
							
								
									
										
										
										
											2003-04-12 22:27:11 +00:00 
										
									 
								 
							 
							
								
									
										 
								
							 
							
								 
							
							
								        # XXXX Optionally decode result 
							 
						 
					
						
							
								
							 
							
								
							 
							
								 
							
							
								        if  _arguments . has_key ( ' ---- ' ) : 
							 
						 
					
						
							
								
							 
							
								
							 
							
								 
							
							
								            return  _arguments [ ' ---- ' ] 
							 
						 
					
						
							
								
							 
							
								
							 
							
								 
							
							
								
							 
						 
					
						
							
								
							 
							
								
							 
							
								 
							
							
								    def  Get_nonsimple_classes ( self ,  _no_object = None ,  _attributes = { } ,  * * _arguments ) : 
							 
						 
					
						
							
								
							 
							
								
							 
							
								 
							
							
								        """ Get nonsimple classes: Returns an alphabetical list of classes with member functions, bases classes, or subclasses 
 
							 
						 
					
						
							
								
							 
							
								
							 
							
								 
							
							
								        Keyword  argument  _attributes :  AppleEvent  attribute  dictionary 
							 
						 
					
						
							
								
							 
							
								
							 
							
								 
							
							
								        Returns :  undocumented ,  typecode  ' list ' 
							 
						 
					
						
							
								
							 
							
								
							 
							
								 
							
							
								        """ 
 
							 
						 
					
						
							
								
							 
							
								
							 
							
								 
							
							
								        _code  =  ' MMPR ' 
							 
						 
					
						
							
								
							 
							
								
							 
							
								 
							
							
								        _subcode  =  ' NsCl ' 
							 
						 
					
						
							
								
							 
							
								
							 
							
								 
							
							
								
							 
						 
					
						
							
								
									
										
										
										
											2007-08-23 00:01:55 +00:00 
										
									 
								 
							 
							
								
									
										 
								
							 
							
								 
							
							
								        if  _arguments :  raise  TypeError ( ' No optional args expected ' ) 
							 
						 
					
						
							
								
									
										
											 
										
											
												Merged revisions 62021,62029,62035-62038,62043-62044,62052-62053 via svnmerge from
svn+ssh://pythondev@svn.python.org/python/trunk
........
  r62021 | benjamin.peterson | 2008-03-28 18:11:01 -0500 (Fri, 28 Mar 2008) | 2 lines
  NIL => NULL
........
  r62029 | amaury.forgeotdarc | 2008-03-28 20:42:31 -0500 (Fri, 28 Mar 2008) | 3 lines
  Correctly call the base class tearDown();
  otherwise running test_logging twice produce the errors we see on all buildbots
........
  r62035 | raymond.hettinger | 2008-03-29 05:42:07 -0500 (Sat, 29 Mar 2008) | 1 line
  Be explicit about what efficient means.
........
  r62036 | georg.brandl | 2008-03-29 06:46:18 -0500 (Sat, 29 Mar 2008) | 2 lines
  Fix capitalization.
........
  r62037 | amaury.forgeotdarc | 2008-03-29 07:42:54 -0500 (Sat, 29 Mar 2008) | 5 lines
  lib2to3 should install a logging handler only when run as a main program,
  not when used as a library.
  This may please the buildbots, which fail when test_lib2to3 is run before test_logging.
........
  r62043 | benjamin.peterson | 2008-03-29 10:24:25 -0500 (Sat, 29 Mar 2008) | 3 lines
  #2503 make singletons compared with "is" not == or !=
  Thanks to Wummel for the patch
........
  r62044 | gerhard.haering | 2008-03-29 14:11:52 -0500 (Sat, 29 Mar 2008) | 2 lines
  Documented the lastrowid attribute.
........
  r62052 | benjamin.peterson | 2008-03-30 14:35:10 -0500 (Sun, 30 Mar 2008) | 2 lines
  Updated README regarding doc formats
........
  r62053 | georg.brandl | 2008-03-30 14:41:39 -0500 (Sun, 30 Mar 2008) | 2 lines
  The other download formats will be available for 2.6 too.
........
											 
										 
										
											2008-03-31 01:51:45 +00:00 
										
									 
								 
							 
							
								
									
										 
								
							 
							
								 
							
							
								        if  _no_object  is  not  None :  raise  TypeError ( ' No direct arg expected ' ) 
							 
						 
					
						
							
								
									
										
										
										
											2003-04-12 22:27:11 +00:00 
										
									 
								 
							 
							
								
									
										 
								
							 
							
								 
							
							
								
							 
						 
					
						
							
								
							 
							
								
							 
							
								 
							
							
								
							 
						 
					
						
							
								
							 
							
								
							 
							
								 
							
							
								        _reply ,  _arguments ,  _attributes  =  self . send ( _code ,  _subcode , 
							 
						 
					
						
							
								
							 
							
								
							 
							
								 
							
							
								                _arguments ,  _attributes ) 
							 
						 
					
						
							
								
							 
							
								
							 
							
								 
							
							
								        if  _arguments . get ( ' errn ' ,  0 ) : 
							 
						 
					
						
							
								
									
										
										
										
											2007-08-23 00:01:55 +00:00 
										
									 
								 
							 
							
								
									
										 
								
							 
							
								 
							
							
								            raise  aetools . Error ( aetools . decodeerror ( _arguments ) ) 
							 
						 
					
						
							
								
									
										
										
										
											2003-04-12 22:27:11 +00:00 
										
									 
								 
							 
							
								
									
										 
								
							 
							
								 
							
							
								        # XXXX Optionally decode result 
							 
						 
					
						
							
								
							 
							
								
							 
							
								 
							
							
								        if  _arguments . has_key ( ' ---- ' ) : 
							 
						 
					
						
							
								
							 
							
								
							 
							
								 
							
							
								            return  _arguments [ ' ---- ' ] 
							 
						 
					
						
							
								
							 
							
								
							 
							
								 
							
							
								
							 
						 
					
						
							
								
							 
							
								
							 
							
								 
							
							
								    def  Goto_Function ( self ,  _object ,  _attributes = { } ,  * * _arguments ) : 
							 
						 
					
						
							
								
							 
							
								
							 
							
								 
							
							
								        """ Goto Function: Goto Specified Function Name 
 
							 
						 
					
						
							
								
							 
							
								
							 
							
								 
							
							
								        Required  argument :  undocumented ,  typecode  ' TEXT ' 
							 
						 
					
						
							
								
							 
							
								
							 
							
								 
							
							
								        Keyword  argument  _attributes :  AppleEvent  attribute  dictionary 
							 
						 
					
						
							
								
							 
							
								
							 
							
								 
							
							
								        """ 
 
							 
						 
					
						
							
								
							 
							
								
							 
							
								 
							
							
								        _code  =  ' MMPR ' 
							 
						 
					
						
							
								
							 
							
								
							 
							
								 
							
							
								        _subcode  =  ' GoFn ' 
							 
						 
					
						
							
								
							 
							
								
							 
							
								 
							
							
								
							 
						 
					
						
							
								
									
										
										
										
											2007-08-23 00:01:55 +00:00 
										
									 
								 
							 
							
								
									
										 
								
							 
							
								 
							
							
								        if  _arguments :  raise  TypeError ( ' No optional args expected ' ) 
							 
						 
					
						
							
								
									
										
										
										
											2003-04-12 22:27:11 +00:00 
										
									 
								 
							 
							
								
									
										 
								
							 
							
								 
							
							
								        _arguments [ ' ---- ' ]  =  _object 
							 
						 
					
						
							
								
							 
							
								
							 
							
								 
							
							
								
							 
						 
					
						
							
								
							 
							
								
							 
							
								 
							
							
								
							 
						 
					
						
							
								
							 
							
								
							 
							
								 
							
							
								        _reply ,  _arguments ,  _attributes  =  self . send ( _code ,  _subcode , 
							 
						 
					
						
							
								
							 
							
								
							 
							
								 
							
							
								                _arguments ,  _attributes ) 
							 
						 
					
						
							
								
							 
							
								
							 
							
								 
							
							
								        if  _arguments . get ( ' errn ' ,  0 ) : 
							 
						 
					
						
							
								
									
										
										
										
											2007-08-23 00:01:55 +00:00 
										
									 
								 
							 
							
								
									
										 
								
							 
							
								 
							
							
								            raise  aetools . Error ( aetools . decodeerror ( _arguments ) ) 
							 
						 
					
						
							
								
									
										
										
										
											2003-04-12 22:27:11 +00:00 
										
									 
								 
							 
							
								
									
										 
								
							 
							
								 
							
							
								        # XXXX Optionally decode result 
							 
						 
					
						
							
								
							 
							
								
							 
							
								 
							
							
								        if  _arguments . has_key ( ' ---- ' ) : 
							 
						 
					
						
							
								
							 
							
								
							 
							
								 
							
							
								            return  _arguments [ ' ---- ' ] 
							 
						 
					
						
							
								
							 
							
								
							 
							
								 
							
							
								
							 
						 
					
						
							
								
							 
							
								
							 
							
								 
							
							
								    def  Goto_Line ( self ,  _object ,  _attributes = { } ,  * * _arguments ) : 
							 
						 
					
						
							
								
							 
							
								
							 
							
								 
							
							
								        """ Goto Line: Goto Specified Line Number 
 
							 
						 
					
						
							
								
							 
							
								
							 
							
								 
							
							
								        Required  argument :  The  requested  source  file  line  number 
							 
						 
					
						
							
								
							 
							
								
							 
							
								 
							
							
								        Keyword  argument  _attributes :  AppleEvent  attribute  dictionary 
							 
						 
					
						
							
								
							 
							
								
							 
							
								 
							
							
								        """ 
 
							 
						 
					
						
							
								
							 
							
								
							 
							
								 
							
							
								        _code  =  ' MMPR ' 
							 
						 
					
						
							
								
							 
							
								
							 
							
								 
							
							
								        _subcode  =  ' GoLn ' 
							 
						 
					
						
							
								
							 
							
								
							 
							
								 
							
							
								
							 
						 
					
						
							
								
									
										
										
										
											2007-08-23 00:01:55 +00:00 
										
									 
								 
							 
							
								
									
										 
								
							 
							
								 
							
							
								        if  _arguments :  raise  TypeError ( ' No optional args expected ' ) 
							 
						 
					
						
							
								
									
										
										
										
											2003-04-12 22:27:11 +00:00 
										
									 
								 
							 
							
								
									
										 
								
							 
							
								 
							
							
								        _arguments [ ' ---- ' ]  =  _object 
							 
						 
					
						
							
								
							 
							
								
							 
							
								 
							
							
								
							 
						 
					
						
							
								
							 
							
								
							 
							
								 
							
							
								
							 
						 
					
						
							
								
							 
							
								
							 
							
								 
							
							
								        _reply ,  _arguments ,  _attributes  =  self . send ( _code ,  _subcode , 
							 
						 
					
						
							
								
							 
							
								
							 
							
								 
							
							
								                _arguments ,  _attributes ) 
							 
						 
					
						
							
								
							 
							
								
							 
							
								 
							
							
								        if  _arguments . get ( ' errn ' ,  0 ) : 
							 
						 
					
						
							
								
									
										
										
										
											2007-08-23 00:01:55 +00:00 
										
									 
								 
							 
							
								
									
										 
								
							 
							
								 
							
							
								            raise  aetools . Error ( aetools . decodeerror ( _arguments ) ) 
							 
						 
					
						
							
								
									
										
										
										
											2003-04-12 22:27:11 +00:00 
										
									 
								 
							 
							
								
									
										 
								
							 
							
								 
							
							
								        # XXXX Optionally decode result 
							 
						 
					
						
							
								
							 
							
								
							 
							
								 
							
							
								        if  _arguments . has_key ( ' ---- ' ) : 
							 
						 
					
						
							
								
							 
							
								
							 
							
								 
							
							
								            return  _arguments [ ' ---- ' ] 
							 
						 
					
						
							
								
							 
							
								
							 
							
								 
							
							
								
							 
						 
					
						
							
								
							 
							
								
							 
							
								 
							
							
								    def  Is_In_Project ( self ,  _object ,  _attributes = { } ,  * * _arguments ) : 
							 
						 
					
						
							
								
							 
							
								
							 
							
								 
							
							
								        """ Is In Project: Whether or not the specified file(s) is in the current project 
 
							 
						 
					
						
							
								
							 
							
								
							 
							
								 
							
							
								        Required  argument :  List  of  files  to  check  for  project  membership 
							 
						 
					
						
							
								
							 
							
								
							 
							
								 
							
							
								        Keyword  argument  _attributes :  AppleEvent  attribute  dictionary 
							 
						 
					
						
							
								
							 
							
								
							 
							
								 
							
							
								        Returns :  Result  code  for  each  file 
							 
						 
					
						
							
								
							 
							
								
							 
							
								 
							
							
								        """ 
 
							 
						 
					
						
							
								
							 
							
								
							 
							
								 
							
							
								        _code  =  ' MMPR ' 
							 
						 
					
						
							
								
							 
							
								
							 
							
								 
							
							
								        _subcode  =  ' FInP ' 
							 
						 
					
						
							
								
							 
							
								
							 
							
								 
							
							
								
							 
						 
					
						
							
								
									
										
										
										
											2007-08-23 00:01:55 +00:00 
										
									 
								 
							 
							
								
									
										 
								
							 
							
								 
							
							
								        if  _arguments :  raise  TypeError ( ' No optional args expected ' ) 
							 
						 
					
						
							
								
									
										
										
										
											2003-04-12 22:27:11 +00:00 
										
									 
								 
							 
							
								
									
										 
								
							 
							
								 
							
							
								        _arguments [ ' ---- ' ]  =  _object 
							 
						 
					
						
							
								
							 
							
								
							 
							
								 
							
							
								
							 
						 
					
						
							
								
							 
							
								
							 
							
								 
							
							
								
							 
						 
					
						
							
								
							 
							
								
							 
							
								 
							
							
								        _reply ,  _arguments ,  _attributes  =  self . send ( _code ,  _subcode , 
							 
						 
					
						
							
								
							 
							
								
							 
							
								 
							
							
								                _arguments ,  _attributes ) 
							 
						 
					
						
							
								
							 
							
								
							 
							
								 
							
							
								        if  _arguments . get ( ' errn ' ,  0 ) : 
							 
						 
					
						
							
								
									
										
										
										
											2007-08-23 00:01:55 +00:00 
										
									 
								 
							 
							
								
									
										 
								
							 
							
								 
							
							
								            raise  aetools . Error ( aetools . decodeerror ( _arguments ) ) 
							 
						 
					
						
							
								
									
										
										
										
											2003-04-12 22:27:11 +00:00 
										
									 
								 
							 
							
								
									
										 
								
							 
							
								 
							
							
								        # XXXX Optionally decode result 
							 
						 
					
						
							
								
							 
							
								
							 
							
								 
							
							
								        if  _arguments . has_key ( ' ---- ' ) : 
							 
						 
					
						
							
								
							 
							
								
							 
							
								 
							
							
								            return  _arguments [ ' ---- ' ] 
							 
						 
					
						
							
								
							 
							
								
							 
							
								 
							
							
								
							 
						 
					
						
							
								
							 
							
								
							 
							
								 
							
							
								    _argmap_Make_Project  =  { 
							 
						 
					
						
							
								
							 
							
								
							 
							
								 
							
							
								        ' ExternalEditor '  :  ' Errs ' , 
							 
						 
					
						
							
								
							 
							
								
							 
							
								 
							
							
								    } 
							 
						 
					
						
							
								
							 
							
								
							 
							
								 
							
							
								
							 
						 
					
						
							
								
							 
							
								
							 
							
								 
							
							
								    def  Make_Project ( self ,  _no_object = None ,  _attributes = { } ,  * * _arguments ) : 
							 
						 
					
						
							
								
							 
							
								
							 
							
								 
							
							
								        """ Make Project: Make the current project 
 
							 
						 
					
						
							
								
							 
							
								
							 
							
								 
							
							
								        Keyword  argument  ExternalEditor :  Should  the  contents  of  the  message  window  be  returned  to  the  caller ? 
							 
						 
					
						
							
								
							 
							
								
							 
							
								 
							
							
								        Keyword  argument  _attributes :  AppleEvent  attribute  dictionary 
							 
						 
					
						
							
								
							 
							
								
							 
							
								 
							
							
								        Returns :  Errors  that  occurred  while  making  the  project 
							 
						 
					
						
							
								
							 
							
								
							 
							
								 
							
							
								        """ 
 
							 
						 
					
						
							
								
							 
							
								
							 
							
								 
							
							
								        _code  =  ' MMPR ' 
							 
						 
					
						
							
								
							 
							
								
							 
							
								 
							
							
								        _subcode  =  ' Make ' 
							 
						 
					
						
							
								
							 
							
								
							 
							
								 
							
							
								
							 
						 
					
						
							
								
							 
							
								
							 
							
								 
							
							
								        aetools . keysubst ( _arguments ,  self . _argmap_Make_Project ) 
							 
						 
					
						
							
								
									
										
											 
										
											
												Merged revisions 62021,62029,62035-62038,62043-62044,62052-62053 via svnmerge from
svn+ssh://pythondev@svn.python.org/python/trunk
........
  r62021 | benjamin.peterson | 2008-03-28 18:11:01 -0500 (Fri, 28 Mar 2008) | 2 lines
  NIL => NULL
........
  r62029 | amaury.forgeotdarc | 2008-03-28 20:42:31 -0500 (Fri, 28 Mar 2008) | 3 lines
  Correctly call the base class tearDown();
  otherwise running test_logging twice produce the errors we see on all buildbots
........
  r62035 | raymond.hettinger | 2008-03-29 05:42:07 -0500 (Sat, 29 Mar 2008) | 1 line
  Be explicit about what efficient means.
........
  r62036 | georg.brandl | 2008-03-29 06:46:18 -0500 (Sat, 29 Mar 2008) | 2 lines
  Fix capitalization.
........
  r62037 | amaury.forgeotdarc | 2008-03-29 07:42:54 -0500 (Sat, 29 Mar 2008) | 5 lines
  lib2to3 should install a logging handler only when run as a main program,
  not when used as a library.
  This may please the buildbots, which fail when test_lib2to3 is run before test_logging.
........
  r62043 | benjamin.peterson | 2008-03-29 10:24:25 -0500 (Sat, 29 Mar 2008) | 3 lines
  #2503 make singletons compared with "is" not == or !=
  Thanks to Wummel for the patch
........
  r62044 | gerhard.haering | 2008-03-29 14:11:52 -0500 (Sat, 29 Mar 2008) | 2 lines
  Documented the lastrowid attribute.
........
  r62052 | benjamin.peterson | 2008-03-30 14:35:10 -0500 (Sun, 30 Mar 2008) | 2 lines
  Updated README regarding doc formats
........
  r62053 | georg.brandl | 2008-03-30 14:41:39 -0500 (Sun, 30 Mar 2008) | 2 lines
  The other download formats will be available for 2.6 too.
........
											 
										 
										
											2008-03-31 01:51:45 +00:00 
										
									 
								 
							 
							
								
									
										 
								
							 
							
								 
							
							
								        if  _arguments :  raise  TypeError ( ' No optional args expected ' ) 
							 
						 
					
						
							
								
							 
							
								
							 
							
								 
							
							
								        if  _no_object  is  not  None :  raise  TypeError ( ' No direct arg expected ' ) 
							 
						 
					
						
							
								
									
										
										
										
											2003-04-12 22:27:11 +00:00 
										
									 
								 
							 
							
								
									
										 
								
							 
							
								 
							
							
								
							 
						 
					
						
							
								
							 
							
								
							 
							
								 
							
							
								
							 
						 
					
						
							
								
							 
							
								
							 
							
								 
							
							
								        _reply ,  _arguments ,  _attributes  =  self . send ( _code ,  _subcode , 
							 
						 
					
						
							
								
							 
							
								
							 
							
								 
							
							
								                _arguments ,  _attributes ) 
							 
						 
					
						
							
								
							 
							
								
							 
							
								 
							
							
								        if  _arguments . get ( ' errn ' ,  0 ) : 
							 
						 
					
						
							
								
									
										
										
										
											2007-08-23 00:01:55 +00:00 
										
									 
								 
							 
							
								
									
										 
								
							 
							
								 
							
							
								            raise  aetools . Error ( aetools . decodeerror ( _arguments ) ) 
							 
						 
					
						
							
								
									
										
										
										
											2003-04-12 22:27:11 +00:00 
										
									 
								 
							 
							
								
									
										 
								
							 
							
								 
							
							
								        # XXXX Optionally decode result 
							 
						 
					
						
							
								
							 
							
								
							 
							
								 
							
							
								        if  _arguments . has_key ( ' ---- ' ) : 
							 
						 
					
						
							
								
							 
							
								
							 
							
								 
							
							
								            return  _arguments [ ' ---- ' ] 
							 
						 
					
						
							
								
							 
							
								
							 
							
								 
							
							
								
							 
						 
					
						
							
								
							 
							
								
							 
							
								 
							
							
								    def  Open_browser ( self ,  _object ,  _attributes = { } ,  * * _arguments ) : 
							 
						 
					
						
							
								
							 
							
								
							 
							
								 
							
							
								        """ Open browser: Display a class, member function, or data member object in a single class browser window 
 
							 
						 
					
						
							
								
							 
							
								
							 
							
								 
							
							
								        Required  argument :  an  AE  object  reference 
							 
						 
					
						
							
								
							 
							
								
							 
							
								 
							
							
								        Keyword  argument  _attributes :  AppleEvent  attribute  dictionary 
							 
						 
					
						
							
								
							 
							
								
							 
							
								 
							
							
								        """ 
 
							 
						 
					
						
							
								
							 
							
								
							 
							
								 
							
							
								        _code  =  ' MMPR ' 
							 
						 
					
						
							
								
							 
							
								
							 
							
								 
							
							
								        _subcode  =  ' Brow ' 
							 
						 
					
						
							
								
							 
							
								
							 
							
								 
							
							
								
							 
						 
					
						
							
								
									
										
										
										
											2007-08-23 00:01:55 +00:00 
										
									 
								 
							 
							
								
									
										 
								
							 
							
								 
							
							
								        if  _arguments :  raise  TypeError ( ' No optional args expected ' ) 
							 
						 
					
						
							
								
									
										
										
										
											2003-04-12 22:27:11 +00:00 
										
									 
								 
							 
							
								
									
										 
								
							 
							
								 
							
							
								        _arguments [ ' ---- ' ]  =  _object 
							 
						 
					
						
							
								
							 
							
								
							 
							
								 
							
							
								
							 
						 
					
						
							
								
							 
							
								
							 
							
								 
							
							
								
							 
						 
					
						
							
								
							 
							
								
							 
							
								 
							
							
								        _reply ,  _arguments ,  _attributes  =  self . send ( _code ,  _subcode , 
							 
						 
					
						
							
								
							 
							
								
							 
							
								 
							
							
								                _arguments ,  _attributes ) 
							 
						 
					
						
							
								
							 
							
								
							 
							
								 
							
							
								        if  _arguments . get ( ' errn ' ,  0 ) : 
							 
						 
					
						
							
								
									
										
										
										
											2007-08-23 00:01:55 +00:00 
										
									 
								 
							 
							
								
									
										 
								
							 
							
								 
							
							
								            raise  aetools . Error ( aetools . decodeerror ( _arguments ) ) 
							 
						 
					
						
							
								
									
										
										
										
											2003-04-12 22:27:11 +00:00 
										
									 
								 
							 
							
								
									
										 
								
							 
							
								 
							
							
								        # XXXX Optionally decode result 
							 
						 
					
						
							
								
							 
							
								
							 
							
								 
							
							
								        if  _arguments . has_key ( ' ---- ' ) : 
							 
						 
					
						
							
								
							 
							
								
							 
							
								 
							
							
								            return  _arguments [ ' ---- ' ] 
							 
						 
					
						
							
								
							 
							
								
							 
							
								 
							
							
								
							 
						 
					
						
							
								
							 
							
								
							 
							
								 
							
							
								    _argmap_Precompile  =  { 
							 
						 
					
						
							
								
							 
							
								
							 
							
								 
							
							
								        ' Saving_As '  :  ' Targ ' , 
							 
						 
					
						
							
								
							 
							
								
							 
							
								 
							
							
								        ' ExternalEditor '  :  ' Errs ' , 
							 
						 
					
						
							
								
							 
							
								
							 
							
								 
							
							
								    } 
							 
						 
					
						
							
								
							 
							
								
							 
							
								 
							
							
								
							 
						 
					
						
							
								
							 
							
								
							 
							
								 
							
							
								    def  Precompile ( self ,  _object ,  _attributes = { } ,  * * _arguments ) : 
							 
						 
					
						
							
								
							 
							
								
							 
							
								 
							
							
								        """ Precompile: Precompile the specified file to the specified destination file 
 
							 
						 
					
						
							
								
							 
							
								
							 
							
								 
							
							
								        Required  argument :  File  to  precompile 
							 
						 
					
						
							
								
							 
							
								
							 
							
								 
							
							
								        Keyword  argument  Saving_As :  Destination  file  for  precompiled  header 
							 
						 
					
						
							
								
							 
							
								
							 
							
								 
							
							
								        Keyword  argument  ExternalEditor :  Should  the  contents  of  the  message  window  be  returned  to  the  caller ? 
							 
						 
					
						
							
								
							 
							
								
							 
							
								 
							
							
								        Keyword  argument  _attributes :  AppleEvent  attribute  dictionary 
							 
						 
					
						
							
								
							 
							
								
							 
							
								 
							
							
								        Returns :  Errors  for  the  precompiled  file 
							 
						 
					
						
							
								
							 
							
								
							 
							
								 
							
							
								        """ 
 
							 
						 
					
						
							
								
							 
							
								
							 
							
								 
							
							
								        _code  =  ' MMPR ' 
							 
						 
					
						
							
								
							 
							
								
							 
							
								 
							
							
								        _subcode  =  ' PreC ' 
							 
						 
					
						
							
								
							 
							
								
							 
							
								 
							
							
								
							 
						 
					
						
							
								
							 
							
								
							 
							
								 
							
							
								        aetools . keysubst ( _arguments ,  self . _argmap_Precompile ) 
							 
						 
					
						
							
								
							 
							
								
							 
							
								 
							
							
								        _arguments [ ' ---- ' ]  =  _object 
							 
						 
					
						
							
								
							 
							
								
							 
							
								 
							
							
								
							 
						 
					
						
							
								
							 
							
								
							 
							
								 
							
							
								
							 
						 
					
						
							
								
							 
							
								
							 
							
								 
							
							
								        _reply ,  _arguments ,  _attributes  =  self . send ( _code ,  _subcode , 
							 
						 
					
						
							
								
							 
							
								
							 
							
								 
							
							
								                _arguments ,  _attributes ) 
							 
						 
					
						
							
								
							 
							
								
							 
							
								 
							
							
								        if  _arguments . get ( ' errn ' ,  0 ) : 
							 
						 
					
						
							
								
									
										
										
										
											2007-08-23 00:01:55 +00:00 
										
									 
								 
							 
							
								
									
										 
								
							 
							
								 
							
							
								            raise  aetools . Error ( aetools . decodeerror ( _arguments ) ) 
							 
						 
					
						
							
								
									
										
										
										
											2003-04-12 22:27:11 +00:00 
										
									 
								 
							 
							
								
									
										 
								
							 
							
								 
							
							
								        # XXXX Optionally decode result 
							 
						 
					
						
							
								
							 
							
								
							 
							
								 
							
							
								        if  _arguments . has_key ( ' ---- ' ) : 
							 
						 
					
						
							
								
							 
							
								
							 
							
								 
							
							
								            return  _arguments [ ' ---- ' ] 
							 
						 
					
						
							
								
							 
							
								
							 
							
								 
							
							
								
							 
						 
					
						
							
								
							 
							
								
							 
							
								 
							
							
								    _argmap_Preprocess  =  { 
							 
						 
					
						
							
								
							 
							
								
							 
							
								 
							
							
								        ' ExternalEditor '  :  ' Errs ' , 
							 
						 
					
						
							
								
							 
							
								
							 
							
								 
							
							
								    } 
							 
						 
					
						
							
								
							 
							
								
							 
							
								 
							
							
								
							 
						 
					
						
							
								
							 
							
								
							 
							
								 
							
							
								    def  Preprocess ( self ,  _object ,  _attributes = { } ,  * * _arguments ) : 
							 
						 
					
						
							
								
							 
							
								
							 
							
								 
							
							
								        """ Preprocess: Preprocesses the specified file(s) 
 
							 
						 
					
						
							
								
							 
							
								
							 
							
								 
							
							
								        Required  argument :  undocumented ,  typecode  ' alis ' 
							 
						 
					
						
							
								
							 
							
								
							 
							
								 
							
							
								        Keyword  argument  ExternalEditor :  undocumented ,  typecode  ' bool ' 
							 
						 
					
						
							
								
							 
							
								
							 
							
								 
							
							
								        Keyword  argument  _attributes :  AppleEvent  attribute  dictionary 
							 
						 
					
						
							
								
							 
							
								
							 
							
								 
							
							
								        Returns :  Errors  for  each  preprocessed  file 
							 
						 
					
						
							
								
							 
							
								
							 
							
								 
							
							
								        """ 
 
							 
						 
					
						
							
								
							 
							
								
							 
							
								 
							
							
								        _code  =  ' MMPR ' 
							 
						 
					
						
							
								
							 
							
								
							 
							
								 
							
							
								        _subcode  =  ' PreP ' 
							 
						 
					
						
							
								
							 
							
								
							 
							
								 
							
							
								
							 
						 
					
						
							
								
							 
							
								
							 
							
								 
							
							
								        aetools . keysubst ( _arguments ,  self . _argmap_Preprocess ) 
							 
						 
					
						
							
								
							 
							
								
							 
							
								 
							
							
								        _arguments [ ' ---- ' ]  =  _object 
							 
						 
					
						
							
								
							 
							
								
							 
							
								 
							
							
								
							 
						 
					
						
							
								
							 
							
								
							 
							
								 
							
							
								
							 
						 
					
						
							
								
							 
							
								
							 
							
								 
							
							
								        _reply ,  _arguments ,  _attributes  =  self . send ( _code ,  _subcode , 
							 
						 
					
						
							
								
							 
							
								
							 
							
								 
							
							
								                _arguments ,  _attributes ) 
							 
						 
					
						
							
								
							 
							
								
							 
							
								 
							
							
								        if  _arguments . get ( ' errn ' ,  0 ) : 
							 
						 
					
						
							
								
									
										
										
										
											2007-08-23 00:01:55 +00:00 
										
									 
								 
							 
							
								
									
										 
								
							 
							
								 
							
							
								            raise  aetools . Error ( aetools . decodeerror ( _arguments ) ) 
							 
						 
					
						
							
								
									
										
										
										
											2003-04-12 22:27:11 +00:00 
										
									 
								 
							 
							
								
									
										 
								
							 
							
								 
							
							
								        # XXXX Optionally decode result 
							 
						 
					
						
							
								
							 
							
								
							 
							
								 
							
							
								        if  _arguments . has_key ( ' ---- ' ) : 
							 
						 
					
						
							
								
							 
							
								
							 
							
								 
							
							
								            return  _arguments [ ' ---- ' ] 
							 
						 
					
						
							
								
							 
							
								
							 
							
								 
							
							
								
							 
						 
					
						
							
								
							 
							
								
							 
							
								 
							
							
								    def  Remove_Binaries ( self ,  _no_object = None ,  _attributes = { } ,  * * _arguments ) : 
							 
						 
					
						
							
								
							 
							
								
							 
							
								 
							
							
								        """ Remove Binaries: Remove the binary object code from the current project 
 
							 
						 
					
						
							
								
							 
							
								
							 
							
								 
							
							
								        Keyword  argument  _attributes :  AppleEvent  attribute  dictionary 
							 
						 
					
						
							
								
							 
							
								
							 
							
								 
							
							
								        """ 
 
							 
						 
					
						
							
								
							 
							
								
							 
							
								 
							
							
								        _code  =  ' MMPR ' 
							 
						 
					
						
							
								
							 
							
								
							 
							
								 
							
							
								        _subcode  =  ' RemB ' 
							 
						 
					
						
							
								
							 
							
								
							 
							
								 
							
							
								
							 
						 
					
						
							
								
									
										
										
										
											2007-08-23 00:01:55 +00:00 
										
									 
								 
							 
							
								
									
										 
								
							 
							
								 
							
							
								        if  _arguments :  raise  TypeError ( ' No optional args expected ' ) 
							 
						 
					
						
							
								
									
										
											 
										
											
												Merged revisions 62021,62029,62035-62038,62043-62044,62052-62053 via svnmerge from
svn+ssh://pythondev@svn.python.org/python/trunk
........
  r62021 | benjamin.peterson | 2008-03-28 18:11:01 -0500 (Fri, 28 Mar 2008) | 2 lines
  NIL => NULL
........
  r62029 | amaury.forgeotdarc | 2008-03-28 20:42:31 -0500 (Fri, 28 Mar 2008) | 3 lines
  Correctly call the base class tearDown();
  otherwise running test_logging twice produce the errors we see on all buildbots
........
  r62035 | raymond.hettinger | 2008-03-29 05:42:07 -0500 (Sat, 29 Mar 2008) | 1 line
  Be explicit about what efficient means.
........
  r62036 | georg.brandl | 2008-03-29 06:46:18 -0500 (Sat, 29 Mar 2008) | 2 lines
  Fix capitalization.
........
  r62037 | amaury.forgeotdarc | 2008-03-29 07:42:54 -0500 (Sat, 29 Mar 2008) | 5 lines
  lib2to3 should install a logging handler only when run as a main program,
  not when used as a library.
  This may please the buildbots, which fail when test_lib2to3 is run before test_logging.
........
  r62043 | benjamin.peterson | 2008-03-29 10:24:25 -0500 (Sat, 29 Mar 2008) | 3 lines
  #2503 make singletons compared with "is" not == or !=
  Thanks to Wummel for the patch
........
  r62044 | gerhard.haering | 2008-03-29 14:11:52 -0500 (Sat, 29 Mar 2008) | 2 lines
  Documented the lastrowid attribute.
........
  r62052 | benjamin.peterson | 2008-03-30 14:35:10 -0500 (Sun, 30 Mar 2008) | 2 lines
  Updated README regarding doc formats
........
  r62053 | georg.brandl | 2008-03-30 14:41:39 -0500 (Sun, 30 Mar 2008) | 2 lines
  The other download formats will be available for 2.6 too.
........
											 
										 
										
											2008-03-31 01:51:45 +00:00 
										
									 
								 
							 
							
								
									
										 
								
							 
							
								 
							
							
								        if  _no_object  is  not  None :  raise  TypeError ( ' No direct arg expected ' ) 
							 
						 
					
						
							
								
									
										
										
										
											2003-04-12 22:27:11 +00:00 
										
									 
								 
							 
							
								
									
										 
								
							 
							
								 
							
							
								
							 
						 
					
						
							
								
							 
							
								
							 
							
								 
							
							
								
							 
						 
					
						
							
								
							 
							
								
							 
							
								 
							
							
								        _reply ,  _arguments ,  _attributes  =  self . send ( _code ,  _subcode , 
							 
						 
					
						
							
								
							 
							
								
							 
							
								 
							
							
								                _arguments ,  _attributes ) 
							 
						 
					
						
							
								
							 
							
								
							 
							
								 
							
							
								        if  _arguments . get ( ' errn ' ,  0 ) : 
							 
						 
					
						
							
								
									
										
										
										
											2007-08-23 00:01:55 +00:00 
										
									 
								 
							 
							
								
									
										 
								
							 
							
								 
							
							
								            raise  aetools . Error ( aetools . decodeerror ( _arguments ) ) 
							 
						 
					
						
							
								
									
										
										
										
											2003-04-12 22:27:11 +00:00 
										
									 
								 
							 
							
								
									
										 
								
							 
							
								 
							
							
								        # XXXX Optionally decode result 
							 
						 
					
						
							
								
							 
							
								
							 
							
								 
							
							
								        if  _arguments . has_key ( ' ---- ' ) : 
							 
						 
					
						
							
								
							 
							
								
							 
							
								 
							
							
								            return  _arguments [ ' ---- ' ] 
							 
						 
					
						
							
								
							 
							
								
							 
							
								 
							
							
								
							 
						 
					
						
							
								
							 
							
								
							 
							
								 
							
							
								    def  Remove_Files ( self ,  _object ,  _attributes = { } ,  * * _arguments ) : 
							 
						 
					
						
							
								
							 
							
								
							 
							
								 
							
							
								        """ Remove Files: Remove the specified file(s) from the current project 
 
							 
						 
					
						
							
								
							 
							
								
							 
							
								 
							
							
								        Required  argument :  List  of  files  to  remove 
							 
						 
					
						
							
								
							 
							
								
							 
							
								 
							
							
								        Keyword  argument  _attributes :  AppleEvent  attribute  dictionary 
							 
						 
					
						
							
								
							 
							
								
							 
							
								 
							
							
								        Returns :  Error  code  for  each  file  removed 
							 
						 
					
						
							
								
							 
							
								
							 
							
								 
							
							
								        """ 
 
							 
						 
					
						
							
								
							 
							
								
							 
							
								 
							
							
								        _code  =  ' MMPR ' 
							 
						 
					
						
							
								
							 
							
								
							 
							
								 
							
							
								        _subcode  =  ' RemF ' 
							 
						 
					
						
							
								
							 
							
								
							 
							
								 
							
							
								
							 
						 
					
						
							
								
									
										
										
										
											2007-08-23 00:01:55 +00:00 
										
									 
								 
							 
							
								
									
										 
								
							 
							
								 
							
							
								        if  _arguments :  raise  TypeError ( ' No optional args expected ' ) 
							 
						 
					
						
							
								
									
										
										
										
											2003-04-12 22:27:11 +00:00 
										
									 
								 
							 
							
								
									
										 
								
							 
							
								 
							
							
								        _arguments [ ' ---- ' ]  =  _object 
							 
						 
					
						
							
								
							 
							
								
							 
							
								 
							
							
								
							 
						 
					
						
							
								
							 
							
								
							 
							
								 
							
							
								
							 
						 
					
						
							
								
							 
							
								
							 
							
								 
							
							
								        _reply ,  _arguments ,  _attributes  =  self . send ( _code ,  _subcode , 
							 
						 
					
						
							
								
							 
							
								
							 
							
								 
							
							
								                _arguments ,  _attributes ) 
							 
						 
					
						
							
								
							 
							
								
							 
							
								 
							
							
								        if  _arguments . get ( ' errn ' ,  0 ) : 
							 
						 
					
						
							
								
									
										
										
										
											2007-08-23 00:01:55 +00:00 
										
									 
								 
							 
							
								
									
										 
								
							 
							
								 
							
							
								            raise  aetools . Error ( aetools . decodeerror ( _arguments ) ) 
							 
						 
					
						
							
								
									
										
										
										
											2003-04-12 22:27:11 +00:00 
										
									 
								 
							 
							
								
									
										 
								
							 
							
								 
							
							
								        # XXXX Optionally decode result 
							 
						 
					
						
							
								
							 
							
								
							 
							
								 
							
							
								        if  _arguments . has_key ( ' ---- ' ) : 
							 
						 
					
						
							
								
							 
							
								
							 
							
								 
							
							
								            return  _arguments [ ' ---- ' ] 
							 
						 
					
						
							
								
							 
							
								
							 
							
								 
							
							
								
							 
						 
					
						
							
								
							 
							
								
							 
							
								 
							
							
								    def  Reset_File_Paths ( self ,  _no_object = None ,  _attributes = { } ,  * * _arguments ) : 
							 
						 
					
						
							
								
							 
							
								
							 
							
								 
							
							
								        """ Reset File Paths: Resets access paths for all files belonging to open project. 
 
							 
						 
					
						
							
								
							 
							
								
							 
							
								 
							
							
								        Keyword  argument  _attributes :  AppleEvent  attribute  dictionary 
							 
						 
					
						
							
								
							 
							
								
							 
							
								 
							
							
								        """ 
 
							 
						 
					
						
							
								
							 
							
								
							 
							
								 
							
							
								        _code  =  ' MMPR ' 
							 
						 
					
						
							
								
							 
							
								
							 
							
								 
							
							
								        _subcode  =  ' ReFP ' 
							 
						 
					
						
							
								
							 
							
								
							 
							
								 
							
							
								
							 
						 
					
						
							
								
									
										
										
										
											2007-08-23 00:01:55 +00:00 
										
									 
								 
							 
							
								
									
										 
								
							 
							
								 
							
							
								        if  _arguments :  raise  TypeError ( ' No optional args expected ' ) 
							 
						 
					
						
							
								
									
										
											 
										
											
												Merged revisions 62021,62029,62035-62038,62043-62044,62052-62053 via svnmerge from
svn+ssh://pythondev@svn.python.org/python/trunk
........
  r62021 | benjamin.peterson | 2008-03-28 18:11:01 -0500 (Fri, 28 Mar 2008) | 2 lines
  NIL => NULL
........
  r62029 | amaury.forgeotdarc | 2008-03-28 20:42:31 -0500 (Fri, 28 Mar 2008) | 3 lines
  Correctly call the base class tearDown();
  otherwise running test_logging twice produce the errors we see on all buildbots
........
  r62035 | raymond.hettinger | 2008-03-29 05:42:07 -0500 (Sat, 29 Mar 2008) | 1 line
  Be explicit about what efficient means.
........
  r62036 | georg.brandl | 2008-03-29 06:46:18 -0500 (Sat, 29 Mar 2008) | 2 lines
  Fix capitalization.
........
  r62037 | amaury.forgeotdarc | 2008-03-29 07:42:54 -0500 (Sat, 29 Mar 2008) | 5 lines
  lib2to3 should install a logging handler only when run as a main program,
  not when used as a library.
  This may please the buildbots, which fail when test_lib2to3 is run before test_logging.
........
  r62043 | benjamin.peterson | 2008-03-29 10:24:25 -0500 (Sat, 29 Mar 2008) | 3 lines
  #2503 make singletons compared with "is" not == or !=
  Thanks to Wummel for the patch
........
  r62044 | gerhard.haering | 2008-03-29 14:11:52 -0500 (Sat, 29 Mar 2008) | 2 lines
  Documented the lastrowid attribute.
........
  r62052 | benjamin.peterson | 2008-03-30 14:35:10 -0500 (Sun, 30 Mar 2008) | 2 lines
  Updated README regarding doc formats
........
  r62053 | georg.brandl | 2008-03-30 14:41:39 -0500 (Sun, 30 Mar 2008) | 2 lines
  The other download formats will be available for 2.6 too.
........
											 
										 
										
											2008-03-31 01:51:45 +00:00 
										
									 
								 
							 
							
								
									
										 
								
							 
							
								 
							
							
								        if  _no_object  is  not  None :  raise  TypeError ( ' No direct arg expected ' ) 
							 
						 
					
						
							
								
									
										
										
										
											2003-04-12 22:27:11 +00:00 
										
									 
								 
							 
							
								
									
										 
								
							 
							
								 
							
							
								
							 
						 
					
						
							
								
							 
							
								
							 
							
								 
							
							
								
							 
						 
					
						
							
								
							 
							
								
							 
							
								 
							
							
								        _reply ,  _arguments ,  _attributes  =  self . send ( _code ,  _subcode , 
							 
						 
					
						
							
								
							 
							
								
							 
							
								 
							
							
								                _arguments ,  _attributes ) 
							 
						 
					
						
							
								
							 
							
								
							 
							
								 
							
							
								        if  _arguments . get ( ' errn ' ,  0 ) : 
							 
						 
					
						
							
								
									
										
										
										
											2007-08-23 00:01:55 +00:00 
										
									 
								 
							 
							
								
									
										 
								
							 
							
								 
							
							
								            raise  aetools . Error ( aetools . decodeerror ( _arguments ) ) 
							 
						 
					
						
							
								
									
										
										
										
											2003-04-12 22:27:11 +00:00 
										
									 
								 
							 
							
								
									
										 
								
							 
							
								 
							
							
								        # XXXX Optionally decode result 
							 
						 
					
						
							
								
							 
							
								
							 
							
								 
							
							
								        if  _arguments . has_key ( ' ---- ' ) : 
							 
						 
					
						
							
								
							 
							
								
							 
							
								 
							
							
								            return  _arguments [ ' ---- ' ] 
							 
						 
					
						
							
								
							 
							
								
							 
							
								 
							
							
								
							 
						 
					
						
							
								
							 
							
								
							 
							
								 
							
							
								    _argmap_Run_Project  =  { 
							 
						 
					
						
							
								
							 
							
								
							 
							
								 
							
							
								        ' ExternalEditor '  :  ' Errs ' , 
							 
						 
					
						
							
								
							 
							
								
							 
							
								 
							
							
								        ' SourceDebugger '  :  ' DeBg ' , 
							 
						 
					
						
							
								
							 
							
								
							 
							
								 
							
							
								    } 
							 
						 
					
						
							
								
							 
							
								
							 
							
								 
							
							
								
							 
						 
					
						
							
								
							 
							
								
							 
							
								 
							
							
								    def  Run_Project ( self ,  _no_object = None ,  _attributes = { } ,  * * _arguments ) : 
							 
						 
					
						
							
								
							 
							
								
							 
							
								 
							
							
								        """ Run Project: Run the current project 
 
							 
						 
					
						
							
								
							 
							
								
							 
							
								 
							
							
								        Keyword  argument  ExternalEditor :  Should  the  contents  of  the  message  window  be  returned  to  the  caller ? 
							 
						 
					
						
							
								
							 
							
								
							 
							
								 
							
							
								        Keyword  argument  SourceDebugger :  Run  the  application  under  the  control  of  the  source - level  debugger 
							 
						 
					
						
							
								
							 
							
								
							 
							
								 
							
							
								        Keyword  argument  _attributes :  AppleEvent  attribute  dictionary 
							 
						 
					
						
							
								
							 
							
								
							 
							
								 
							
							
								        Returns :  Errors  that  occurred  when  running  the  project 
							 
						 
					
						
							
								
							 
							
								
							 
							
								 
							
							
								        """ 
 
							 
						 
					
						
							
								
							 
							
								
							 
							
								 
							
							
								        _code  =  ' MMPR ' 
							 
						 
					
						
							
								
							 
							
								
							 
							
								 
							
							
								        _subcode  =  ' RunP ' 
							 
						 
					
						
							
								
							 
							
								
							 
							
								 
							
							
								
							 
						 
					
						
							
								
							 
							
								
							 
							
								 
							
							
								        aetools . keysubst ( _arguments ,  self . _argmap_Run_Project ) 
							 
						 
					
						
							
								
									
										
											 
										
											
												Merged revisions 62021,62029,62035-62038,62043-62044,62052-62053 via svnmerge from
svn+ssh://pythondev@svn.python.org/python/trunk
........
  r62021 | benjamin.peterson | 2008-03-28 18:11:01 -0500 (Fri, 28 Mar 2008) | 2 lines
  NIL => NULL
........
  r62029 | amaury.forgeotdarc | 2008-03-28 20:42:31 -0500 (Fri, 28 Mar 2008) | 3 lines
  Correctly call the base class tearDown();
  otherwise running test_logging twice produce the errors we see on all buildbots
........
  r62035 | raymond.hettinger | 2008-03-29 05:42:07 -0500 (Sat, 29 Mar 2008) | 1 line
  Be explicit about what efficient means.
........
  r62036 | georg.brandl | 2008-03-29 06:46:18 -0500 (Sat, 29 Mar 2008) | 2 lines
  Fix capitalization.
........
  r62037 | amaury.forgeotdarc | 2008-03-29 07:42:54 -0500 (Sat, 29 Mar 2008) | 5 lines
  lib2to3 should install a logging handler only when run as a main program,
  not when used as a library.
  This may please the buildbots, which fail when test_lib2to3 is run before test_logging.
........
  r62043 | benjamin.peterson | 2008-03-29 10:24:25 -0500 (Sat, 29 Mar 2008) | 3 lines
  #2503 make singletons compared with "is" not == or !=
  Thanks to Wummel for the patch
........
  r62044 | gerhard.haering | 2008-03-29 14:11:52 -0500 (Sat, 29 Mar 2008) | 2 lines
  Documented the lastrowid attribute.
........
  r62052 | benjamin.peterson | 2008-03-30 14:35:10 -0500 (Sun, 30 Mar 2008) | 2 lines
  Updated README regarding doc formats
........
  r62053 | georg.brandl | 2008-03-30 14:41:39 -0500 (Sun, 30 Mar 2008) | 2 lines
  The other download formats will be available for 2.6 too.
........
											 
										 
										
											2008-03-31 01:51:45 +00:00 
										
									 
								 
							 
							
								
									
										 
								
							 
							
								 
							
							
								        if  _arguments :  raise  TypeError ( ' No optional args expected ' ) 
							 
						 
					
						
							
								
							 
							
								
							 
							
								 
							
							
								        if  _no_object  is  not  None :  raise  TypeError ( ' No direct arg expected ' ) 
							 
						 
					
						
							
								
									
										
										
										
											2003-04-12 22:27:11 +00:00 
										
									 
								 
							 
							
								
									
										 
								
							 
							
								 
							
							
								
							 
						 
					
						
							
								
							 
							
								
							 
							
								 
							
							
								
							 
						 
					
						
							
								
							 
							
								
							 
							
								 
							
							
								        _reply ,  _arguments ,  _attributes  =  self . send ( _code ,  _subcode , 
							 
						 
					
						
							
								
							 
							
								
							 
							
								 
							
							
								                _arguments ,  _attributes ) 
							 
						 
					
						
							
								
							 
							
								
							 
							
								 
							
							
								        if  _arguments . get ( ' errn ' ,  0 ) : 
							 
						 
					
						
							
								
									
										
										
										
											2007-08-23 00:01:55 +00:00 
										
									 
								 
							 
							
								
									
										 
								
							 
							
								 
							
							
								            raise  aetools . Error ( aetools . decodeerror ( _arguments ) ) 
							 
						 
					
						
							
								
									
										
										
										
											2003-04-12 22:27:11 +00:00 
										
									 
								 
							 
							
								
									
										 
								
							 
							
								 
							
							
								        # XXXX Optionally decode result 
							 
						 
					
						
							
								
							 
							
								
							 
							
								 
							
							
								        if  _arguments . has_key ( ' ---- ' ) : 
							 
						 
					
						
							
								
							 
							
								
							 
							
								 
							
							
								            return  _arguments [ ' ---- ' ] 
							 
						 
					
						
							
								
							 
							
								
							 
							
								 
							
							
								
							 
						 
					
						
							
								
							 
							
								
							 
							
								 
							
							
								    def  Save_Error_Window_As ( self ,  _object ,  _attributes = { } ,  * * _arguments ) : 
							 
						 
					
						
							
								
							 
							
								
							 
							
								 
							
							
								        """ Save Error Window As: Saves the Errors & Warnings window as a text file 
 
							 
						 
					
						
							
								
							 
							
								
							 
							
								 
							
							
								        Required  argument :  Destination  file  for  Save  Message  Window  As 
							 
						 
					
						
							
								
							 
							
								
							 
							
								 
							
							
								        Keyword  argument  _attributes :  AppleEvent  attribute  dictionary 
							 
						 
					
						
							
								
							 
							
								
							 
							
								 
							
							
								        """ 
 
							 
						 
					
						
							
								
							 
							
								
							 
							
								 
							
							
								        _code  =  ' MMPR ' 
							 
						 
					
						
							
								
							 
							
								
							 
							
								 
							
							
								        _subcode  =  ' SvMs ' 
							 
						 
					
						
							
								
							 
							
								
							 
							
								 
							
							
								
							 
						 
					
						
							
								
									
										
										
										
											2007-08-23 00:01:55 +00:00 
										
									 
								 
							 
							
								
									
										 
								
							 
							
								 
							
							
								        if  _arguments :  raise  TypeError ( ' No optional args expected ' ) 
							 
						 
					
						
							
								
									
										
										
										
											2003-04-12 22:27:11 +00:00 
										
									 
								 
							 
							
								
									
										 
								
							 
							
								 
							
							
								        _arguments [ ' ---- ' ]  =  _object 
							 
						 
					
						
							
								
							 
							
								
							 
							
								 
							
							
								
							 
						 
					
						
							
								
							 
							
								
							 
							
								 
							
							
								
							 
						 
					
						
							
								
							 
							
								
							 
							
								 
							
							
								        _reply ,  _arguments ,  _attributes  =  self . send ( _code ,  _subcode , 
							 
						 
					
						
							
								
							 
							
								
							 
							
								 
							
							
								                _arguments ,  _attributes ) 
							 
						 
					
						
							
								
							 
							
								
							 
							
								 
							
							
								        if  _arguments . get ( ' errn ' ,  0 ) : 
							 
						 
					
						
							
								
									
										
										
										
											2007-08-23 00:01:55 +00:00 
										
									 
								 
							 
							
								
									
										 
								
							 
							
								 
							
							
								            raise  aetools . Error ( aetools . decodeerror ( _arguments ) ) 
							 
						 
					
						
							
								
									
										
										
										
											2003-04-12 22:27:11 +00:00 
										
									 
								 
							 
							
								
									
										 
								
							 
							
								 
							
							
								        # XXXX Optionally decode result 
							 
						 
					
						
							
								
							 
							
								
							 
							
								 
							
							
								        if  _arguments . has_key ( ' ---- ' ) : 
							 
						 
					
						
							
								
							 
							
								
							 
							
								 
							
							
								            return  _arguments [ ' ---- ' ] 
							 
						 
					
						
							
								
							 
							
								
							 
							
								 
							
							
								
							 
						 
					
						
							
								
							 
							
								
							 
							
								 
							
							
								    def  Set_Current_Target ( self ,  _object = None ,  _attributes = { } ,  * * _arguments ) : 
							 
						 
					
						
							
								
							 
							
								
							 
							
								 
							
							
								        """ Set Current Target: Set the current target of a project 
 
							 
						 
					
						
							
								
							 
							
								
							 
							
								 
							
							
								        Required  argument :  Name  of  target 
							 
						 
					
						
							
								
							 
							
								
							 
							
								 
							
							
								        Keyword  argument  _attributes :  AppleEvent  attribute  dictionary 
							 
						 
					
						
							
								
							 
							
								
							 
							
								 
							
							
								        """ 
 
							 
						 
					
						
							
								
							 
							
								
							 
							
								 
							
							
								        _code  =  ' MMPR ' 
							 
						 
					
						
							
								
							 
							
								
							 
							
								 
							
							
								        _subcode  =  ' STrg ' 
							 
						 
					
						
							
								
							 
							
								
							 
							
								 
							
							
								
							 
						 
					
						
							
								
									
										
										
										
											2007-08-23 00:01:55 +00:00 
										
									 
								 
							 
							
								
									
										 
								
							 
							
								 
							
							
								        if  _arguments :  raise  TypeError ( ' No optional args expected ' ) 
							 
						 
					
						
							
								
									
										
										
										
											2003-04-12 22:27:11 +00:00 
										
									 
								 
							 
							
								
									
										 
								
							 
							
								 
							
							
								        _arguments [ ' ---- ' ]  =  _object 
							 
						 
					
						
							
								
							 
							
								
							 
							
								 
							
							
								
							 
						 
					
						
							
								
							 
							
								
							 
							
								 
							
							
								
							 
						 
					
						
							
								
							 
							
								
							 
							
								 
							
							
								        _reply ,  _arguments ,  _attributes  =  self . send ( _code ,  _subcode , 
							 
						 
					
						
							
								
							 
							
								
							 
							
								 
							
							
								                _arguments ,  _attributes ) 
							 
						 
					
						
							
								
							 
							
								
							 
							
								 
							
							
								        if  _arguments . get ( ' errn ' ,  0 ) : 
							 
						 
					
						
							
								
									
										
										
										
											2007-08-23 00:01:55 +00:00 
										
									 
								 
							 
							
								
									
										 
								
							 
							
								 
							
							
								            raise  aetools . Error ( aetools . decodeerror ( _arguments ) ) 
							 
						 
					
						
							
								
									
										
										
										
											2003-04-12 22:27:11 +00:00 
										
									 
								 
							 
							
								
									
										 
								
							 
							
								 
							
							
								        # XXXX Optionally decode result 
							 
						 
					
						
							
								
							 
							
								
							 
							
								 
							
							
								        if  _arguments . has_key ( ' ---- ' ) : 
							 
						 
					
						
							
								
							 
							
								
							 
							
								 
							
							
								            return  _arguments [ ' ---- ' ] 
							 
						 
					
						
							
								
							 
							
								
							 
							
								 
							
							
								
							 
						 
					
						
							
								
							 
							
								
							 
							
								 
							
							
								    def  Set_Default_Project ( self ,  _object ,  _attributes = { } ,  * * _arguments ) : 
							 
						 
					
						
							
								
							 
							
								
							 
							
								 
							
							
								        """ Set Default Project: Set the default project 
 
							 
						 
					
						
							
								
							 
							
								
							 
							
								 
							
							
								        Required  argument :  Name  of  project 
							 
						 
					
						
							
								
							 
							
								
							 
							
								 
							
							
								        Keyword  argument  _attributes :  AppleEvent  attribute  dictionary 
							 
						 
					
						
							
								
							 
							
								
							 
							
								 
							
							
								        """ 
 
							 
						 
					
						
							
								
							 
							
								
							 
							
								 
							
							
								        _code  =  ' MMPR ' 
							 
						 
					
						
							
								
							 
							
								
							 
							
								 
							
							
								        _subcode  =  ' SDfP ' 
							 
						 
					
						
							
								
							 
							
								
							 
							
								 
							
							
								
							 
						 
					
						
							
								
									
										
										
										
											2007-08-23 00:01:55 +00:00 
										
									 
								 
							 
							
								
									
										 
								
							 
							
								 
							
							
								        if  _arguments :  raise  TypeError ( ' No optional args expected ' ) 
							 
						 
					
						
							
								
									
										
										
										
											2003-04-12 22:27:11 +00:00 
										
									 
								 
							 
							
								
									
										 
								
							 
							
								 
							
							
								        _arguments [ ' ---- ' ]  =  _object 
							 
						 
					
						
							
								
							 
							
								
							 
							
								 
							
							
								
							 
						 
					
						
							
								
							 
							
								
							 
							
								 
							
							
								
							 
						 
					
						
							
								
							 
							
								
							 
							
								 
							
							
								        _reply ,  _arguments ,  _attributes  =  self . send ( _code ,  _subcode , 
							 
						 
					
						
							
								
							 
							
								
							 
							
								 
							
							
								                _arguments ,  _attributes ) 
							 
						 
					
						
							
								
							 
							
								
							 
							
								 
							
							
								        if  _arguments . get ( ' errn ' ,  0 ) : 
							 
						 
					
						
							
								
									
										
										
										
											2007-08-23 00:01:55 +00:00 
										
									 
								 
							 
							
								
									
										 
								
							 
							
								 
							
							
								            raise  aetools . Error ( aetools . decodeerror ( _arguments ) ) 
							 
						 
					
						
							
								
									
										
										
										
											2003-04-12 22:27:11 +00:00 
										
									 
								 
							 
							
								
									
										 
								
							 
							
								 
							
							
								        # XXXX Optionally decode result 
							 
						 
					
						
							
								
							 
							
								
							 
							
								 
							
							
								        if  _arguments . has_key ( ' ---- ' ) : 
							 
						 
					
						
							
								
							 
							
								
							 
							
								 
							
							
								            return  _arguments [ ' ---- ' ] 
							 
						 
					
						
							
								
							 
							
								
							 
							
								 
							
							
								
							 
						 
					
						
							
								
							 
							
								
							 
							
								 
							
							
								    _argmap_Set_Modification_Date  =  { 
							 
						 
					
						
							
								
							 
							
								
							 
							
								 
							
							
								        ' to '  :  ' MDat ' , 
							 
						 
					
						
							
								
							 
							
								
							 
							
								 
							
							
								    } 
							 
						 
					
						
							
								
							 
							
								
							 
							
								 
							
							
								
							 
						 
					
						
							
								
							 
							
								
							 
							
								 
							
							
								    def  Set_Modification_Date ( self ,  _object ,  _attributes = { } ,  * * _arguments ) : 
							 
						 
					
						
							
								
							 
							
								
							 
							
								 
							
							
								        """ Set Modification Date: Changes the internal modification date of the specified file(s) 
 
							 
						 
					
						
							
								
							 
							
								
							 
							
								 
							
							
								        Required  argument :  List  of  files 
							 
						 
					
						
							
								
							 
							
								
							 
							
								 
							
							
								        Keyword  argument  to :  undocumented ,  typecode  ' ldt  ' 
							 
						 
					
						
							
								
							 
							
								
							 
							
								 
							
							
								        Keyword  argument  _attributes :  AppleEvent  attribute  dictionary 
							 
						 
					
						
							
								
							 
							
								
							 
							
								 
							
							
								        Returns :  Error  code  for  each  modified  file 
							 
						 
					
						
							
								
							 
							
								
							 
							
								 
							
							
								        """ 
 
							 
						 
					
						
							
								
							 
							
								
							 
							
								 
							
							
								        _code  =  ' MMPR ' 
							 
						 
					
						
							
								
							 
							
								
							 
							
								 
							
							
								        _subcode  =  ' SMod ' 
							 
						 
					
						
							
								
							 
							
								
							 
							
								 
							
							
								
							 
						 
					
						
							
								
							 
							
								
							 
							
								 
							
							
								        aetools . keysubst ( _arguments ,  self . _argmap_Set_Modification_Date ) 
							 
						 
					
						
							
								
							 
							
								
							 
							
								 
							
							
								        _arguments [ ' ---- ' ]  =  _object 
							 
						 
					
						
							
								
							 
							
								
							 
							
								 
							
							
								
							 
						 
					
						
							
								
							 
							
								
							 
							
								 
							
							
								
							 
						 
					
						
							
								
							 
							
								
							 
							
								 
							
							
								        _reply ,  _arguments ,  _attributes  =  self . send ( _code ,  _subcode , 
							 
						 
					
						
							
								
							 
							
								
							 
							
								 
							
							
								                _arguments ,  _attributes ) 
							 
						 
					
						
							
								
							 
							
								
							 
							
								 
							
							
								        if  _arguments . get ( ' errn ' ,  0 ) : 
							 
						 
					
						
							
								
									
										
										
										
											2007-08-23 00:01:55 +00:00 
										
									 
								 
							 
							
								
									
										 
								
							 
							
								 
							
							
								            raise  aetools . Error ( aetools . decodeerror ( _arguments ) ) 
							 
						 
					
						
							
								
									
										
										
										
											2003-04-12 22:27:11 +00:00 
										
									 
								 
							 
							
								
									
										 
								
							 
							
								 
							
							
								        # XXXX Optionally decode result 
							 
						 
					
						
							
								
							 
							
								
							 
							
								 
							
							
								        if  _arguments . has_key ( ' ---- ' ) : 
							 
						 
					
						
							
								
							 
							
								
							 
							
								 
							
							
								            return  _arguments [ ' ---- ' ] 
							 
						 
					
						
							
								
							 
							
								
							 
							
								 
							
							
								
							 
						 
					
						
							
								
							 
							
								
							 
							
								 
							
							
								    _argmap_Set_Preferences  =  { 
							 
						 
					
						
							
								
							 
							
								
							 
							
								 
							
							
								        ' of_panel '  :  ' PNam ' , 
							 
						 
					
						
							
								
							 
							
								
							 
							
								 
							
							
								        ' to '  :  ' PRec ' , 
							 
						 
					
						
							
								
							 
							
								
							 
							
								 
							
							
								    } 
							 
						 
					
						
							
								
							 
							
								
							 
							
								 
							
							
								
							 
						 
					
						
							
								
							 
							
								
							 
							
								 
							
							
								    def  Set_Preferences ( self ,  _no_object = None ,  _attributes = { } ,  * * _arguments ) : 
							 
						 
					
						
							
								
							 
							
								
							 
							
								 
							
							
								        """ Set Preferences: Set the preferences for the current project 
 
							 
						 
					
						
							
								
							 
							
								
							 
							
								 
							
							
								        Keyword  argument  of_panel :  Name  of  the  preference  panel 
							 
						 
					
						
							
								
							 
							
								
							 
							
								 
							
							
								        Keyword  argument  to :  Preferences  settings 
							 
						 
					
						
							
								
							 
							
								
							 
							
								 
							
							
								        Keyword  argument  _attributes :  AppleEvent  attribute  dictionary 
							 
						 
					
						
							
								
							 
							
								
							 
							
								 
							
							
								        """ 
 
							 
						 
					
						
							
								
							 
							
								
							 
							
								 
							
							
								        _code  =  ' MMPR ' 
							 
						 
					
						
							
								
							 
							
								
							 
							
								 
							
							
								        _subcode  =  ' Pref ' 
							 
						 
					
						
							
								
							 
							
								
							 
							
								 
							
							
								
							 
						 
					
						
							
								
							 
							
								
							 
							
								 
							
							
								        aetools . keysubst ( _arguments ,  self . _argmap_Set_Preferences ) 
							 
						 
					
						
							
								
									
										
											 
										
											
												Merged revisions 62021,62029,62035-62038,62043-62044,62052-62053 via svnmerge from
svn+ssh://pythondev@svn.python.org/python/trunk
........
  r62021 | benjamin.peterson | 2008-03-28 18:11:01 -0500 (Fri, 28 Mar 2008) | 2 lines
  NIL => NULL
........
  r62029 | amaury.forgeotdarc | 2008-03-28 20:42:31 -0500 (Fri, 28 Mar 2008) | 3 lines
  Correctly call the base class tearDown();
  otherwise running test_logging twice produce the errors we see on all buildbots
........
  r62035 | raymond.hettinger | 2008-03-29 05:42:07 -0500 (Sat, 29 Mar 2008) | 1 line
  Be explicit about what efficient means.
........
  r62036 | georg.brandl | 2008-03-29 06:46:18 -0500 (Sat, 29 Mar 2008) | 2 lines
  Fix capitalization.
........
  r62037 | amaury.forgeotdarc | 2008-03-29 07:42:54 -0500 (Sat, 29 Mar 2008) | 5 lines
  lib2to3 should install a logging handler only when run as a main program,
  not when used as a library.
  This may please the buildbots, which fail when test_lib2to3 is run before test_logging.
........
  r62043 | benjamin.peterson | 2008-03-29 10:24:25 -0500 (Sat, 29 Mar 2008) | 3 lines
  #2503 make singletons compared with "is" not == or !=
  Thanks to Wummel for the patch
........
  r62044 | gerhard.haering | 2008-03-29 14:11:52 -0500 (Sat, 29 Mar 2008) | 2 lines
  Documented the lastrowid attribute.
........
  r62052 | benjamin.peterson | 2008-03-30 14:35:10 -0500 (Sun, 30 Mar 2008) | 2 lines
  Updated README regarding doc formats
........
  r62053 | georg.brandl | 2008-03-30 14:41:39 -0500 (Sun, 30 Mar 2008) | 2 lines
  The other download formats will be available for 2.6 too.
........
											 
										 
										
											2008-03-31 01:51:45 +00:00 
										
									 
								 
							 
							
								
									
										 
								
							 
							
								 
							
							
								        if  _arguments :  raise  TypeError ( ' No optional args expected ' ) 
							 
						 
					
						
							
								
							 
							
								
							 
							
								 
							
							
								        if  _no_object  is  not  None :  raise  TypeError ( ' No direct arg expected ' ) 
							 
						 
					
						
							
								
									
										
										
										
											2003-04-12 22:27:11 +00:00 
										
									 
								 
							 
							
								
									
										 
								
							 
							
								 
							
							
								
							 
						 
					
						
							
								
							 
							
								
							 
							
								 
							
							
								
							 
						 
					
						
							
								
							 
							
								
							 
							
								 
							
							
								        _reply ,  _arguments ,  _attributes  =  self . send ( _code ,  _subcode , 
							 
						 
					
						
							
								
							 
							
								
							 
							
								 
							
							
								                _arguments ,  _attributes ) 
							 
						 
					
						
							
								
							 
							
								
							 
							
								 
							
							
								        if  _arguments . get ( ' errn ' ,  0 ) : 
							 
						 
					
						
							
								
									
										
										
										
											2007-08-23 00:01:55 +00:00 
										
									 
								 
							 
							
								
									
										 
								
							 
							
								 
							
							
								            raise  aetools . Error ( aetools . decodeerror ( _arguments ) ) 
							 
						 
					
						
							
								
									
										
										
										
											2003-04-12 22:27:11 +00:00 
										
									 
								 
							 
							
								
									
										 
								
							 
							
								 
							
							
								        # XXXX Optionally decode result 
							 
						 
					
						
							
								
							 
							
								
							 
							
								 
							
							
								        if  _arguments . has_key ( ' ---- ' ) : 
							 
						 
					
						
							
								
							 
							
								
							 
							
								 
							
							
								            return  _arguments [ ' ---- ' ] 
							 
						 
					
						
							
								
							 
							
								
							 
							
								 
							
							
								
							 
						 
					
						
							
								
							 
							
								
							 
							
								 
							
							
								    _argmap_Set_Project_File  =  { 
							 
						 
					
						
							
								
							 
							
								
							 
							
								 
							
							
								        ' to '  :  ' SrcS ' , 
							 
						 
					
						
							
								
							 
							
								
							 
							
								 
							
							
								    } 
							 
						 
					
						
							
								
							 
							
								
							 
							
								 
							
							
								
							 
						 
					
						
							
								
							 
							
								
							 
							
								 
							
							
								    def  Set_Project_File ( self ,  _object ,  _attributes = { } ,  * * _arguments ) : 
							 
						 
					
						
							
								
							 
							
								
							 
							
								 
							
							
								        """ Set Project File: Changes the settings for a given file in the project. 
 
							 
						 
					
						
							
								
							 
							
								
							 
							
								 
							
							
								        Required  argument :  The  name  of  the  file 
							 
						 
					
						
							
								
							 
							
								
							 
							
								 
							
							
								        Keyword  argument  to :  The  new  settings  for  the  file 
							 
						 
					
						
							
								
							 
							
								
							 
							
								 
							
							
								        Keyword  argument  _attributes :  AppleEvent  attribute  dictionary 
							 
						 
					
						
							
								
							 
							
								
							 
							
								 
							
							
								        """ 
 
							 
						 
					
						
							
								
							 
							
								
							 
							
								 
							
							
								        _code  =  ' MMPR ' 
							 
						 
					
						
							
								
							 
							
								
							 
							
								 
							
							
								        _subcode  =  ' SFil ' 
							 
						 
					
						
							
								
							 
							
								
							 
							
								 
							
							
								
							 
						 
					
						
							
								
							 
							
								
							 
							
								 
							
							
								        aetools . keysubst ( _arguments ,  self . _argmap_Set_Project_File ) 
							 
						 
					
						
							
								
							 
							
								
							 
							
								 
							
							
								        _arguments [ ' ---- ' ]  =  _object 
							 
						 
					
						
							
								
							 
							
								
							 
							
								 
							
							
								
							 
						 
					
						
							
								
							 
							
								
							 
							
								 
							
							
								
							 
						 
					
						
							
								
							 
							
								
							 
							
								 
							
							
								        _reply ,  _arguments ,  _attributes  =  self . send ( _code ,  _subcode , 
							 
						 
					
						
							
								
							 
							
								
							 
							
								 
							
							
								                _arguments ,  _attributes ) 
							 
						 
					
						
							
								
							 
							
								
							 
							
								 
							
							
								        if  _arguments . get ( ' errn ' ,  0 ) : 
							 
						 
					
						
							
								
									
										
										
										
											2007-08-23 00:01:55 +00:00 
										
									 
								 
							 
							
								
									
										 
								
							 
							
								 
							
							
								            raise  aetools . Error ( aetools . decodeerror ( _arguments ) ) 
							 
						 
					
						
							
								
									
										
										
										
											2003-04-12 22:27:11 +00:00 
										
									 
								 
							 
							
								
									
										 
								
							 
							
								 
							
							
								        # XXXX Optionally decode result 
							 
						 
					
						
							
								
							 
							
								
							 
							
								 
							
							
								        if  _arguments . has_key ( ' ---- ' ) : 
							 
						 
					
						
							
								
							 
							
								
							 
							
								 
							
							
								            return  _arguments [ ' ---- ' ] 
							 
						 
					
						
							
								
							 
							
								
							 
							
								 
							
							
								
							 
						 
					
						
							
								
							 
							
								
							 
							
								 
							
							
								    _argmap_Set_Segment  =  { 
							 
						 
					
						
							
								
							 
							
								
							 
							
								 
							
							
								        ' to '  :  ' Segm ' , 
							 
						 
					
						
							
								
							 
							
								
							 
							
								 
							
							
								    } 
							 
						 
					
						
							
								
							 
							
								
							 
							
								 
							
							
								
							 
						 
					
						
							
								
							 
							
								
							 
							
								 
							
							
								    def  Set_Segment ( self ,  _object ,  _attributes = { } ,  * * _arguments ) : 
							 
						 
					
						
							
								
							 
							
								
							 
							
								 
							
							
								        """ Set Segment: Changes the name and attributes of a segment. 
 
							 
						 
					
						
							
								
							 
							
								
							 
							
								 
							
							
								        Required  argument :  The  segment  to  change 
							 
						 
					
						
							
								
							 
							
								
							 
							
								 
							
							
								        Keyword  argument  to :  The  new  name  and  attributes  for  the  segment . 
							 
						 
					
						
							
								
							 
							
								
							 
							
								 
							
							
								        Keyword  argument  _attributes :  AppleEvent  attribute  dictionary 
							 
						 
					
						
							
								
							 
							
								
							 
							
								 
							
							
								        """ 
 
							 
						 
					
						
							
								
							 
							
								
							 
							
								 
							
							
								        _code  =  ' MMPR ' 
							 
						 
					
						
							
								
							 
							
								
							 
							
								 
							
							
								        _subcode  =  ' SSeg ' 
							 
						 
					
						
							
								
							 
							
								
							 
							
								 
							
							
								
							 
						 
					
						
							
								
							 
							
								
							 
							
								 
							
							
								        aetools . keysubst ( _arguments ,  self . _argmap_Set_Segment ) 
							 
						 
					
						
							
								
							 
							
								
							 
							
								 
							
							
								        _arguments [ ' ---- ' ]  =  _object 
							 
						 
					
						
							
								
							 
							
								
							 
							
								 
							
							
								
							 
						 
					
						
							
								
							 
							
								
							 
							
								 
							
							
								
							 
						 
					
						
							
								
							 
							
								
							 
							
								 
							
							
								        _reply ,  _arguments ,  _attributes  =  self . send ( _code ,  _subcode , 
							 
						 
					
						
							
								
							 
							
								
							 
							
								 
							
							
								                _arguments ,  _attributes ) 
							 
						 
					
						
							
								
							 
							
								
							 
							
								 
							
							
								        if  _arguments . get ( ' errn ' ,  0 ) : 
							 
						 
					
						
							
								
									
										
										
										
											2007-08-23 00:01:55 +00:00 
										
									 
								 
							 
							
								
									
										 
								
							 
							
								 
							
							
								            raise  aetools . Error ( aetools . decodeerror ( _arguments ) ) 
							 
						 
					
						
							
								
									
										
										
										
											2003-04-12 22:27:11 +00:00 
										
									 
								 
							 
							
								
									
										 
								
							 
							
								 
							
							
								        # XXXX Optionally decode result 
							 
						 
					
						
							
								
							 
							
								
							 
							
								 
							
							
								        if  _arguments . has_key ( ' ---- ' ) : 
							 
						 
					
						
							
								
							 
							
								
							 
							
								 
							
							
								            return  _arguments [ ' ---- ' ] 
							 
						 
					
						
							
								
							 
							
								
							 
							
								 
							
							
								
							 
						 
					
						
							
								
							 
							
								
							 
							
								 
							
							
								    def  Touch ( self ,  _object ,  _attributes = { } ,  * * _arguments ) : 
							 
						 
					
						
							
								
							 
							
								
							 
							
								 
							
							
								        """ Touch: Force recompilation of the specified file(s) 
 
							 
						 
					
						
							
								
							 
							
								
							 
							
								 
							
							
								        Required  argument :  List  of  files  to  compile 
							 
						 
					
						
							
								
							 
							
								
							 
							
								 
							
							
								        Keyword  argument  _attributes :  AppleEvent  attribute  dictionary 
							 
						 
					
						
							
								
							 
							
								
							 
							
								 
							
							
								        Returns :  Error  code  for  each  file  touched 
							 
						 
					
						
							
								
							 
							
								
							 
							
								 
							
							
								        """ 
 
							 
						 
					
						
							
								
							 
							
								
							 
							
								 
							
							
								        _code  =  ' MMPR ' 
							 
						 
					
						
							
								
							 
							
								
							 
							
								 
							
							
								        _subcode  =  ' Toch ' 
							 
						 
					
						
							
								
							 
							
								
							 
							
								 
							
							
								
							 
						 
					
						
							
								
									
										
										
										
											2007-08-23 00:01:55 +00:00 
										
									 
								 
							 
							
								
									
										 
								
							 
							
								 
							
							
								        if  _arguments :  raise  TypeError ( ' No optional args expected ' ) 
							 
						 
					
						
							
								
									
										
										
										
											2003-04-12 22:27:11 +00:00 
										
									 
								 
							 
							
								
									
										 
								
							 
							
								 
							
							
								        _arguments [ ' ---- ' ]  =  _object 
							 
						 
					
						
							
								
							 
							
								
							 
							
								 
							
							
								
							 
						 
					
						
							
								
							 
							
								
							 
							
								 
							
							
								
							 
						 
					
						
							
								
							 
							
								
							 
							
								 
							
							
								        _reply ,  _arguments ,  _attributes  =  self . send ( _code ,  _subcode , 
							 
						 
					
						
							
								
							 
							
								
							 
							
								 
							
							
								                _arguments ,  _attributes ) 
							 
						 
					
						
							
								
							 
							
								
							 
							
								 
							
							
								        if  _arguments . get ( ' errn ' ,  0 ) : 
							 
						 
					
						
							
								
									
										
										
										
											2007-08-23 00:01:55 +00:00 
										
									 
								 
							 
							
								
									
										 
								
							 
							
								 
							
							
								            raise  aetools . Error ( aetools . decodeerror ( _arguments ) ) 
							 
						 
					
						
							
								
									
										
										
										
											2003-04-12 22:27:11 +00:00 
										
									 
								 
							 
							
								
									
										 
								
							 
							
								 
							
							
								        # XXXX Optionally decode result 
							 
						 
					
						
							
								
							 
							
								
							 
							
								 
							
							
								        if  _arguments . has_key ( ' ---- ' ) : 
							 
						 
					
						
							
								
							 
							
								
							 
							
								 
							
							
								            return  _arguments [ ' ---- ' ] 
							 
						 
					
						
							
								
							 
							
								
							 
							
								 
							
							
								
							 
						 
					
						
							
								
							 
							
								
							 
							
								 
							
							
								    _argmap_Update_Project  =  { 
							 
						 
					
						
							
								
							 
							
								
							 
							
								 
							
							
								        ' ExternalEditor '  :  ' Errs ' , 
							 
						 
					
						
							
								
							 
							
								
							 
							
								 
							
							
								    } 
							 
						 
					
						
							
								
							 
							
								
							 
							
								 
							
							
								
							 
						 
					
						
							
								
							 
							
								
							 
							
								 
							
							
								    def  Update_Project ( self ,  _no_object = None ,  _attributes = { } ,  * * _arguments ) : 
							 
						 
					
						
							
								
							 
							
								
							 
							
								 
							
							
								        """ Update Project: Update the current project 
 
							 
						 
					
						
							
								
							 
							
								
							 
							
								 
							
							
								        Keyword  argument  ExternalEditor :  Should  the  contents  of  the  message  window  be  returned  to  the  caller ? 
							 
						 
					
						
							
								
							 
							
								
							 
							
								 
							
							
								        Keyword  argument  _attributes :  AppleEvent  attribute  dictionary 
							 
						 
					
						
							
								
							 
							
								
							 
							
								 
							
							
								        Returns :  Errors  that  occurred  while  updating  the  project 
							 
						 
					
						
							
								
							 
							
								
							 
							
								 
							
							
								        """ 
 
							 
						 
					
						
							
								
							 
							
								
							 
							
								 
							
							
								        _code  =  ' MMPR ' 
							 
						 
					
						
							
								
							 
							
								
							 
							
								 
							
							
								        _subcode  =  ' UpdP ' 
							 
						 
					
						
							
								
							 
							
								
							 
							
								 
							
							
								
							 
						 
					
						
							
								
							 
							
								
							 
							
								 
							
							
								        aetools . keysubst ( _arguments ,  self . _argmap_Update_Project ) 
							 
						 
					
						
							
								
									
										
											 
										
											
												Merged revisions 62021,62029,62035-62038,62043-62044,62052-62053 via svnmerge from
svn+ssh://pythondev@svn.python.org/python/trunk
........
  r62021 | benjamin.peterson | 2008-03-28 18:11:01 -0500 (Fri, 28 Mar 2008) | 2 lines
  NIL => NULL
........
  r62029 | amaury.forgeotdarc | 2008-03-28 20:42:31 -0500 (Fri, 28 Mar 2008) | 3 lines
  Correctly call the base class tearDown();
  otherwise running test_logging twice produce the errors we see on all buildbots
........
  r62035 | raymond.hettinger | 2008-03-29 05:42:07 -0500 (Sat, 29 Mar 2008) | 1 line
  Be explicit about what efficient means.
........
  r62036 | georg.brandl | 2008-03-29 06:46:18 -0500 (Sat, 29 Mar 2008) | 2 lines
  Fix capitalization.
........
  r62037 | amaury.forgeotdarc | 2008-03-29 07:42:54 -0500 (Sat, 29 Mar 2008) | 5 lines
  lib2to3 should install a logging handler only when run as a main program,
  not when used as a library.
  This may please the buildbots, which fail when test_lib2to3 is run before test_logging.
........
  r62043 | benjamin.peterson | 2008-03-29 10:24:25 -0500 (Sat, 29 Mar 2008) | 3 lines
  #2503 make singletons compared with "is" not == or !=
  Thanks to Wummel for the patch
........
  r62044 | gerhard.haering | 2008-03-29 14:11:52 -0500 (Sat, 29 Mar 2008) | 2 lines
  Documented the lastrowid attribute.
........
  r62052 | benjamin.peterson | 2008-03-30 14:35:10 -0500 (Sun, 30 Mar 2008) | 2 lines
  Updated README regarding doc formats
........
  r62053 | georg.brandl | 2008-03-30 14:41:39 -0500 (Sun, 30 Mar 2008) | 2 lines
  The other download formats will be available for 2.6 too.
........
											 
										 
										
											2008-03-31 01:51:45 +00:00 
										
									 
								 
							 
							
								
									
										 
								
							 
							
								 
							
							
								        if  _arguments :  raise  TypeError ( ' No optional args expected ' ) 
							 
						 
					
						
							
								
							 
							
								
							 
							
								 
							
							
								        if  _no_object  is  not  None :  raise  TypeError ( ' No direct arg expected ' ) 
							 
						 
					
						
							
								
									
										
										
										
											2003-04-12 22:27:11 +00:00 
										
									 
								 
							 
							
								
									
										 
								
							 
							
								 
							
							
								
							 
						 
					
						
							
								
							 
							
								
							 
							
								 
							
							
								
							 
						 
					
						
							
								
							 
							
								
							 
							
								 
							
							
								        _reply ,  _arguments ,  _attributes  =  self . send ( _code ,  _subcode , 
							 
						 
					
						
							
								
							 
							
								
							 
							
								 
							
							
								                _arguments ,  _attributes ) 
							 
						 
					
						
							
								
							 
							
								
							 
							
								 
							
							
								        if  _arguments . get ( ' errn ' ,  0 ) : 
							 
						 
					
						
							
								
									
										
										
										
											2007-08-23 00:01:55 +00:00 
										
									 
								 
							 
							
								
									
										 
								
							 
							
								 
							
							
								            raise  aetools . Error ( aetools . decodeerror ( _arguments ) ) 
							 
						 
					
						
							
								
									
										
										
										
											2003-04-12 22:27:11 +00:00 
										
									 
								 
							 
							
								
									
										 
								
							 
							
								 
							
							
								        # XXXX Optionally decode result 
							 
						 
					
						
							
								
							 
							
								
							 
							
								 
							
							
								        if  _arguments . has_key ( ' ---- ' ) : 
							 
						 
					
						
							
								
							 
							
								
							 
							
								 
							
							
								            return  _arguments [ ' ---- ' ] 
							 
						 
					
						
							
								
									
										
										
										
											2000-08-17 22:16:11 +00:00 
										
									 
								 
							 
							
								
							 
							
								 
							
							
								
							 
						 
					
						
							
								
							 
							
								
							 
							
								 
							
							
								
							 
						 
					
						
							
								
							 
							
								
							 
							
								 
							
							
								class  Browser_Coloring ( aetools . ComponentItem ) :  
						 
					
						
							
								
									
										
										
										
											2003-04-12 22:27:11 +00:00 
										
									 
								 
							 
							
								
									
										 
								
							 
							
								 
							
							
								    """ Browser Coloring - Colors for Browser symbols.  """ 
							 
						 
					
						
							
								
							 
							
								
							 
							
								 
							
							
								    want  =  ' BRKW ' 
							 
						 
					
						
							
								
									
										
										
										
											2003-04-01 22:05:14 +00:00 
										
									 
								 
							 
							
								
									
										 
								
							 
							
								 
							
							
								class  _Prop_Browser_Keywords ( aetools . NProperty ) :  
						 
					
						
							
								
									
										
										
										
											2003-04-12 22:27:11 +00:00 
										
									 
								 
							 
							
								
									
										 
								
							 
							
								 
							
							
								    """ Browser Keywords - Mark Browser symbols with color.  """ 
							 
						 
					
						
							
								
							 
							
								
							 
							
								 
							
							
								    which  =  ' BW00 ' 
							 
						 
					
						
							
								
							 
							
								
							 
							
								 
							
							
								    want  =  ' bool ' 
							 
						 
					
						
							
								
									
										
										
										
											2003-04-01 22:05:14 +00:00 
										
									 
								 
							 
							
								
									
										 
								
							 
							
								 
							
							
								class  _Prop_Classes_Color ( aetools . NProperty ) :  
						 
					
						
							
								
									
										
										
										
											2003-04-12 22:27:11 +00:00 
										
									 
								 
							 
							
								
									
										 
								
							 
							
								 
							
							
								    """ Classes Color - The color for classes.  """ 
							 
						 
					
						
							
								
							 
							
								
							 
							
								 
							
							
								    which  =  ' BW01 ' 
							 
						 
					
						
							
								
							 
							
								
							 
							
								 
							
							
								    want  =  ' cRGB ' 
							 
						 
					
						
							
								
									
										
										
										
											2003-04-01 22:05:14 +00:00 
										
									 
								 
							 
							
								
									
										 
								
							 
							
								 
							
							
								class  _Prop_Constants_Color ( aetools . NProperty ) :  
						 
					
						
							
								
									
										
										
										
											2003-04-12 22:27:11 +00:00 
										
									 
								 
							 
							
								
									
										 
								
							 
							
								 
							
							
								    """ Constants Color - The color for constants.  """ 
							 
						 
					
						
							
								
							 
							
								
							 
							
								 
							
							
								    which  =  ' BW02 ' 
							 
						 
					
						
							
								
							 
							
								
							 
							
								 
							
							
								    want  =  ' cRGB ' 
							 
						 
					
						
							
								
									
										
										
										
											2003-04-01 22:05:14 +00:00 
										
									 
								 
							 
							
								
									
										 
								
							 
							
								 
							
							
								class  _Prop_Enums_Color ( aetools . NProperty ) :  
						 
					
						
							
								
									
										
										
										
											2003-04-12 22:27:11 +00:00 
										
									 
								 
							 
							
								
									
										 
								
							 
							
								 
							
							
								    """ Enums Color - The color for enums.  """ 
							 
						 
					
						
							
								
							 
							
								
							 
							
								 
							
							
								    which  =  ' BW03 ' 
							 
						 
					
						
							
								
							 
							
								
							 
							
								 
							
							
								    want  =  ' cRGB ' 
							 
						 
					
						
							
								
									
										
										
										
											2003-04-01 22:05:14 +00:00 
										
									 
								 
							 
							
								
									
										 
								
							 
							
								 
							
							
								class  _Prop_Functions_Color ( aetools . NProperty ) :  
						 
					
						
							
								
									
										
										
										
											2003-04-12 22:27:11 +00:00 
										
									 
								 
							 
							
								
									
										 
								
							 
							
								 
							
							
								    """ Functions Color - Set color for functions.  """ 
							 
						 
					
						
							
								
							 
							
								
							 
							
								 
							
							
								    which  =  ' BW04 ' 
							 
						 
					
						
							
								
							 
							
								
							 
							
								 
							
							
								    want  =  ' cRGB ' 
							 
						 
					
						
							
								
									
										
										
										
											2003-04-01 22:05:14 +00:00 
										
									 
								 
							 
							
								
									
										 
								
							 
							
								 
							
							
								class  _Prop_Globals_Color ( aetools . NProperty ) :  
						 
					
						
							
								
									
										
										
										
											2003-04-12 22:27:11 +00:00 
										
									 
								 
							 
							
								
									
										 
								
							 
							
								 
							
							
								    """ Globals Color - The color for globals  """ 
							 
						 
					
						
							
								
							 
							
								
							 
							
								 
							
							
								    which  =  ' BW05 ' 
							 
						 
					
						
							
								
							 
							
								
							 
							
								 
							
							
								    want  =  ' cRGB ' 
							 
						 
					
						
							
								
									
										
										
										
											2003-04-01 22:05:14 +00:00 
										
									 
								 
							 
							
								
									
										 
								
							 
							
								 
							
							
								class  _Prop_Macros_Color ( aetools . NProperty ) :  
						 
					
						
							
								
									
										
										
										
											2003-04-12 22:27:11 +00:00 
										
									 
								 
							 
							
								
									
										 
								
							 
							
								 
							
							
								    """ Macros Color - The color for macros.  """ 
							 
						 
					
						
							
								
							 
							
								
							 
							
								 
							
							
								    which  =  ' BW06 ' 
							 
						 
					
						
							
								
							 
							
								
							 
							
								 
							
							
								    want  =  ' cRGB ' 
							 
						 
					
						
							
								
									
										
										
										
											2003-04-01 22:05:14 +00:00 
										
									 
								 
							 
							
								
									
										 
								
							 
							
								 
							
							
								class  _Prop_Template_Commands_in_Menu ( aetools . NProperty ) :  
						 
					
						
							
								
									
										
										
										
											2003-04-12 22:27:11 +00:00 
										
									 
								 
							 
							
								
									
										 
								
							 
							
								 
							
							
								    """ Template Commands in Menu - Include template commands in context menus  """ 
							 
						 
					
						
							
								
							 
							
								
							 
							
								 
							
							
								    which  =  ' BW10 ' 
							 
						 
					
						
							
								
							 
							
								
							 
							
								 
							
							
								    want  =  ' bool ' 
							 
						 
					
						
							
								
									
										
										
										
											2003-04-01 22:05:14 +00:00 
										
									 
								 
							 
							
								
									
										 
								
							 
							
								 
							
							
								class  _Prop_Templates_Color ( aetools . NProperty ) :  
						 
					
						
							
								
									
										
										
										
											2003-04-12 22:27:11 +00:00 
										
									 
								 
							 
							
								
									
										 
								
							 
							
								 
							
							
								    """ Templates Color - Set color for templates.  """ 
							 
						 
					
						
							
								
							 
							
								
							 
							
								 
							
							
								    which  =  ' BW07 ' 
							 
						 
					
						
							
								
							 
							
								
							 
							
								 
							
							
								    want  =  ' cRGB ' 
							 
						 
					
						
							
								
									
										
										
										
											2003-04-01 22:05:14 +00:00 
										
									 
								 
							 
							
								
									
										 
								
							 
							
								 
							
							
								class  _Prop_Typedefs_Color ( aetools . NProperty ) :  
						 
					
						
							
								
									
										
										
										
											2003-04-12 22:27:11 +00:00 
										
									 
								 
							 
							
								
									
										 
								
							 
							
								 
							
							
								    """ Typedefs Color - The color for typedefs.  """ 
							 
						 
					
						
							
								
							 
							
								
							 
							
								 
							
							
								    which  =  ' BW08 ' 
							 
						 
					
						
							
								
							 
							
								
							 
							
								 
							
							
								    want  =  ' cRGB ' 
							 
						 
					
						
							
								
									
										
										
										
											2000-08-17 22:16:11 +00:00 
										
									 
								 
							 
							
								
							 
							
								 
							
							
								
							 
						 
					
						
							
								
							 
							
								
							 
							
								 
							
							
								class  Build_Settings ( aetools . ComponentItem ) :  
						 
					
						
							
								
									
										
										
										
											2003-04-12 22:27:11 +00:00 
										
									 
								 
							 
							
								
									
										 
								
							 
							
								 
							
							
								    """ Build Settings - Build Settings preferences.  """ 
							 
						 
					
						
							
								
							 
							
								
							 
							
								 
							
							
								    want  =  ' BSTG ' 
							 
						 
					
						
							
								
									
										
										
										
											2003-04-01 22:05:14 +00:00 
										
									 
								 
							 
							
								
									
										 
								
							 
							
								 
							
							
								class  _Prop_Build_Before_Running ( aetools . NProperty ) :  
						 
					
						
							
								
									
										
										
										
											2003-04-12 22:27:11 +00:00 
										
									 
								 
							 
							
								
									
										 
								
							 
							
								 
							
							
								    """ Build Before Running - Build the target before running.  """ 
							 
						 
					
						
							
								
							 
							
								
							 
							
								 
							
							
								    which  =  ' BX04 ' 
							 
						 
					
						
							
								
							 
							
								
							 
							
								 
							
							
								    want  =  ' BXbr ' 
							 
						 
					
						
							
								
									
										
										
										
											2003-04-01 22:05:14 +00:00 
										
									 
								 
							 
							
								
									
										 
								
							 
							
								 
							
							
								class  _Prop_Compiler_Thread_Stack_Size ( aetools . NProperty ) :  
						 
					
						
							
								
									
										
										
										
											2003-04-12 22:27:11 +00:00 
										
									 
								 
							 
							
								
									
										 
								
							 
							
								 
							
							
								    """ Compiler Thread Stack Size - Compiler Thread Stack Size  """ 
							 
						 
					
						
							
								
							 
							
								
							 
							
								 
							
							
								    which  =  ' BX06 ' 
							 
						 
					
						
							
								
							 
							
								
							 
							
								 
							
							
								    want  =  ' long ' 
							 
						 
					
						
							
								
									
										
										
										
											2003-04-01 22:05:14 +00:00 
										
									 
								 
							 
							
								
									
										 
								
							 
							
								 
							
							
								class  _Prop_Completion_Sound ( aetools . NProperty ) :  
						 
					
						
							
								
									
										
										
										
											2003-04-12 22:27:11 +00:00 
										
									 
								 
							 
							
								
									
										 
								
							 
							
								 
							
							
								    """ Completion Sound - Play a sound when finished a Bring Up To Date or Make command.  """ 
							 
						 
					
						
							
								
							 
							
								
							 
							
								 
							
							
								    which  =  ' BX01 ' 
							 
						 
					
						
							
								
							 
							
								
							 
							
								 
							
							
								    want  =  ' bool ' 
							 
						 
					
						
							
								
									
										
										
										
											2003-04-01 22:05:14 +00:00 
										
									 
								 
							 
							
								
									
										 
								
							 
							
								 
							
							
								class  _Prop_Failure_Sound ( aetools . NProperty ) :  
						 
					
						
							
								
									
										
										
										
											2003-04-12 22:27:11 +00:00 
										
									 
								 
							 
							
								
									
										 
								
							 
							
								 
							
							
								    """ Failure Sound - The sound CodeWarrior plays when it cannot finish a Bring Up To Date or Make command.  """ 
							 
						 
					
						
							
								
							 
							
								
							 
							
								 
							
							
								    which  =  ' BX03 ' 
							 
						 
					
						
							
								
							 
							
								
							 
							
								 
							
							
								    want  =  ' TEXT ' 
							 
						 
					
						
							
								
									
										
										
										
											2003-04-01 22:05:14 +00:00 
										
									 
								 
							 
							
								
									
										 
								
							 
							
								 
							
							
								class  _Prop_Include_Cache_Size ( aetools . NProperty ) :  
						 
					
						
							
								
									
										
										
										
											2003-04-12 22:27:11 +00:00 
										
									 
								 
							 
							
								
									
										 
								
							 
							
								 
							
							
								    """ Include Cache Size - Include file cache size.  """ 
							 
						 
					
						
							
								
							 
							
								
							 
							
								 
							
							
								    which  =  ' BX05 ' 
							 
						 
					
						
							
								
							 
							
								
							 
							
								 
							
							
								    want  =  ' long ' 
							 
						 
					
						
							
								
									
										
										
										
											2003-04-01 22:05:14 +00:00 
										
									 
								 
							 
							
								
									
										 
								
							 
							
								 
							
							
								class  _Prop_Save_Before_Building ( aetools . NProperty ) :  
						 
					
						
							
								
									
										
										
										
											2003-04-12 22:27:11 +00:00 
										
									 
								 
							 
							
								
									
										 
								
							 
							
								 
							
							
								    """ Save Before Building - Save open editor files before build operations  """ 
							 
						 
					
						
							
								
							 
							
								
							 
							
								 
							
							
								    which  =  ' BX07 ' 
							 
						 
					
						
							
								
							 
							
								
							 
							
								 
							
							
								    want  =  ' bool ' 
							 
						 
					
						
							
								
									
										
										
										
											2003-04-01 22:05:14 +00:00 
										
									 
								 
							 
							
								
									
										 
								
							 
							
								 
							
							
								class  _Prop_Success_Sound ( aetools . NProperty ) :  
						 
					
						
							
								
									
										
										
										
											2003-04-12 22:27:11 +00:00 
										
									 
								 
							 
							
								
									
										 
								
							 
							
								 
							
							
								    """ Success Sound - The sound CodeWarrior plays when it successfully finishes a Bring Up To Date or Make command.  """ 
							 
						 
					
						
							
								
							 
							
								
							 
							
								 
							
							
								    which  =  ' BX02 ' 
							 
						 
					
						
							
								
							 
							
								
							 
							
								 
							
							
								    want  =  ' TEXT ' 
							 
						 
					
						
							
								
									
										
										
										
											2000-08-17 22:16:11 +00:00 
										
									 
								 
							 
							
								
							 
							
								 
							
							
								
							 
						 
					
						
							
								
									
										
										
										
											2003-03-30 22:41:53 +00:00 
										
									 
								 
							 
							
								
									
										 
								
							 
							
								 
							
							
								class  base_class ( aetools . ComponentItem ) :  
						 
					
						
							
								
									
										
										
										
											2003-04-12 22:27:11 +00:00 
										
									 
								 
							 
							
								
									
										 
								
							 
							
								 
							
							
								    """ base class - A base class or super class of a class  """ 
							 
						 
					
						
							
								
							 
							
								
							 
							
								 
							
							
								    want  =  ' BsCl ' 
							 
						 
					
						
							
								
									
										
										
										
											2003-04-01 22:05:14 +00:00 
										
									 
								 
							 
							
								
									
										 
								
							 
							
								 
							
							
								class  _Prop_access ( aetools . NProperty ) :  
						 
					
						
							
								
									
										
										
										
											2003-04-12 22:27:11 +00:00 
										
									 
								 
							 
							
								
									
										 
								
							 
							
								 
							
							
								    """ access -   """ 
							 
						 
					
						
							
								
							 
							
								
							 
							
								 
							
							
								    which  =  ' Acce ' 
							 
						 
					
						
							
								
							 
							
								
							 
							
								 
							
							
								    want  =  ' Acce ' 
							 
						 
					
						
							
								
									
										
										
										
											2003-04-01 22:05:14 +00:00 
										
									 
								 
							 
							
								
									
										 
								
							 
							
								 
							
							
								class  _Prop_class_ ( aetools . NProperty ) :  
						 
					
						
							
								
									
										
										
										
											2003-04-12 22:27:11 +00:00 
										
									 
								 
							 
							
								
									
										 
								
							 
							
								 
							
							
								    """ class - The class object corresponding to this base class  """ 
							 
						 
					
						
							
								
							 
							
								
							 
							
								 
							
							
								    which  =  ' Clas ' 
							 
						 
					
						
							
								
							 
							
								
							 
							
								 
							
							
								    want  =  ' obj  ' 
							 
						 
					
						
							
								
									
										
										
										
											2003-04-01 22:05:14 +00:00 
										
									 
								 
							 
							
								
									
										 
								
							 
							
								 
							
							
								class  _Prop_virtual ( aetools . NProperty ) :  
						 
					
						
							
								
									
										
										
										
											2003-04-12 22:27:11 +00:00 
										
									 
								 
							 
							
								
									
										 
								
							 
							
								 
							
							
								    """ virtual -   """ 
							 
						 
					
						
							
								
							 
							
								
							 
							
								 
							
							
								    which  =  ' Virt ' 
							 
						 
					
						
							
								
							 
							
								
							 
							
								 
							
							
								    want  =  ' bool ' 
							 
						 
					
						
							
								
									
										
										
										
											2003-03-30 22:41:53 +00:00 
										
									 
								 
							 
							
								
									
										 
								
							 
							
								 
							
							
								
							 
						 
					
						
							
								
							 
							
								
							 
							
								 
							
							
								base_classes  =  base_class  
						 
					
						
							
								
							 
							
								
							 
							
								 
							
							
								
							 
						 
					
						
							
								
									
										
										
										
											2000-08-17 22:16:11 +00:00 
										
									 
								 
							 
							
								
							 
							
								 
							
							
								class  Custom_Keywords ( aetools . ComponentItem ) :  
						 
					
						
							
								
									
										
										
										
											2003-04-12 22:27:11 +00:00 
										
									 
								 
							 
							
								
									
										 
								
							 
							
								 
							
							
								    """ Custom Keywords -   """ 
							 
						 
					
						
							
								
							 
							
								
							 
							
								 
							
							
								    want  =  ' CUKW ' 
							 
						 
					
						
							
								
									
										
										
										
											2003-04-01 22:05:14 +00:00 
										
									 
								 
							 
							
								
									
										 
								
							 
							
								 
							
							
								class  _Prop_Custom_Color_1 ( aetools . NProperty ) :  
						 
					
						
							
								
									
										
										
										
											2003-04-12 22:27:11 +00:00 
										
									 
								 
							 
							
								
									
										 
								
							 
							
								 
							
							
								    """ Custom Color 1 - The color for the first set of custom keywords.  """ 
							 
						 
					
						
							
								
							 
							
								
							 
							
								 
							
							
								    which  =  ' GH05 ' 
							 
						 
					
						
							
								
							 
							
								
							 
							
								 
							
							
								    want  =  ' cRGB ' 
							 
						 
					
						
							
								
									
										
										
										
											2003-04-01 22:05:14 +00:00 
										
									 
								 
							 
							
								
									
										 
								
							 
							
								 
							
							
								class  _Prop_Custom_Color_2 ( aetools . NProperty ) :  
						 
					
						
							
								
									
										
										
										
											2003-04-12 22:27:11 +00:00 
										
									 
								 
							 
							
								
									
										 
								
							 
							
								 
							
							
								    """ Custom Color 2 - The color for the second set custom keywords.  """ 
							 
						 
					
						
							
								
							 
							
								
							 
							
								 
							
							
								    which  =  ' GH06 ' 
							 
						 
					
						
							
								
							 
							
								
							 
							
								 
							
							
								    want  =  ' cRGB ' 
							 
						 
					
						
							
								
									
										
										
										
											2003-04-01 22:05:14 +00:00 
										
									 
								 
							 
							
								
									
										 
								
							 
							
								 
							
							
								class  _Prop_Custom_Color_3 ( aetools . NProperty ) :  
						 
					
						
							
								
									
										
										
										
											2003-04-12 22:27:11 +00:00 
										
									 
								 
							 
							
								
									
										 
								
							 
							
								 
							
							
								    """ Custom Color 3 - The color for the third set of custom keywords.  """ 
							 
						 
					
						
							
								
							 
							
								
							 
							
								 
							
							
								    which  =  ' GH07 ' 
							 
						 
					
						
							
								
							 
							
								
							 
							
								 
							
							
								    want  =  ' cRGB ' 
							 
						 
					
						
							
								
									
										
										
										
											2003-04-01 22:05:14 +00:00 
										
									 
								 
							 
							
								
									
										 
								
							 
							
								 
							
							
								class  _Prop_Custom_Color_4 ( aetools . NProperty ) :  
						 
					
						
							
								
									
										
										
										
											2003-04-12 22:27:11 +00:00 
										
									 
								 
							 
							
								
									
										 
								
							 
							
								 
							
							
								    """ Custom Color 4 - The color for the fourth set of custom keywords.  """ 
							 
						 
					
						
							
								
							 
							
								
							 
							
								 
							
							
								    which  =  ' GH08 ' 
							 
						 
					
						
							
								
							 
							
								
							 
							
								 
							
							
								    want  =  ' cRGB ' 
							 
						 
					
						
							
								
									
										
										
										
											2000-08-17 22:16:11 +00:00 
										
									 
								 
							 
							
								
							 
							
								 
							
							
								
							 
						 
					
						
							
								
									
										
										
										
											2003-03-30 22:41:53 +00:00 
										
									 
								 
							 
							
								
									
										 
								
							 
							
								 
							
							
								class  browser_catalog ( aetools . ComponentItem ) :  
						 
					
						
							
								
									
										
										
										
											2003-04-12 22:27:11 +00:00 
										
									 
								 
							 
							
								
									
										 
								
							 
							
								 
							
							
								    """ browser catalog - The browser symbol catalog for the current project  """ 
							 
						 
					
						
							
								
							 
							
								
							 
							
								 
							
							
								    want  =  ' Cata ' 
							 
						 
					
						
							
								
									
										
										
										
											2003-03-30 22:41:53 +00:00 
										
									 
								 
							 
							
								
									
										 
								
							 
							
								 
							
							
								#        element 'Clas' as ['indx', 'name']  
						 
					
						
							
								
							 
							
								
							 
							
								 
							
							
								
							 
						 
					
						
							
								
							 
							
								
							 
							
								 
							
							
								class  class_ ( aetools . ComponentItem ) :  
						 
					
						
							
								
									
										
										
										
											2003-04-12 22:27:11 +00:00 
										
									 
								 
							 
							
								
									
										 
								
							 
							
								 
							
							
								    """ class - A class, struct, or record type in the current project.  """ 
							 
						 
					
						
							
								
							 
							
								
							 
							
								 
							
							
								    want  =  ' Clas ' 
							 
						 
					
						
							
								
									
										
										
										
											2003-04-01 22:05:14 +00:00 
										
									 
								 
							 
							
								
									
										 
								
							 
							
								 
							
							
								class  _Prop_all_subclasses ( aetools . NProperty ) :  
						 
					
						
							
								
									
										
										
										
											2003-04-12 22:27:11 +00:00 
										
									 
								 
							 
							
								
									
										 
								
							 
							
								 
							
							
								    """ all subclasses - the classes directly or indirectly derived from this class  """ 
							 
						 
					
						
							
								
							 
							
								
							 
							
								 
							
							
								    which  =  ' SubA ' 
							 
						 
					
						
							
								
							 
							
								
							 
							
								 
							
							
								    want  =  ' Clas ' 
							 
						 
					
						
							
								
									
										
										
										
											2003-04-01 22:05:14 +00:00 
										
									 
								 
							 
							
								
									
										 
								
							 
							
								 
							
							
								class  _Prop_declaration_end_offset ( aetools . NProperty ) :  
						 
					
						
							
								
									
										
										
										
											2003-04-12 22:27:11 +00:00 
										
									 
								 
							 
							
								
									
										 
								
							 
							
								 
							
							
								    """ declaration end offset - End of class declaration  """ 
							 
						 
					
						
							
								
							 
							
								
							 
							
								 
							
							
								    which  =  ' DcEn ' 
							 
						 
					
						
							
								
							 
							
								
							 
							
								 
							
							
								    want  =  ' long ' 
							 
						 
					
						
							
								
									
										
										
										
											2003-04-01 22:05:14 +00:00 
										
									 
								 
							 
							
								
									
										 
								
							 
							
								 
							
							
								class  _Prop_declaration_file ( aetools . NProperty ) :  
						 
					
						
							
								
									
										
										
										
											2003-04-12 22:27:11 +00:00 
										
									 
								 
							 
							
								
									
										 
								
							 
							
								 
							
							
								    """ declaration file - Source file containing the class declaration  """ 
							 
						 
					
						
							
								
							 
							
								
							 
							
								 
							
							
								    which  =  ' DcFl ' 
							 
						 
					
						
							
								
							 
							
								
							 
							
								 
							
							
								    want  =  ' fss  ' 
							 
						 
					
						
							
								
									
										
										
										
											2003-04-01 22:05:14 +00:00 
										
									 
								 
							 
							
								
									
										 
								
							 
							
								 
							
							
								class  _Prop_declaration_start_offset ( aetools . NProperty ) :  
						 
					
						
							
								
									
										
										
										
											2003-04-12 22:27:11 +00:00 
										
									 
								 
							 
							
								
									
										 
								
							 
							
								 
							
							
								    """ declaration start offset - Start of class declaration source code  """ 
							 
						 
					
						
							
								
							 
							
								
							 
							
								 
							
							
								    which  =  ' DcSt ' 
							 
						 
					
						
							
								
							 
							
								
							 
							
								 
							
							
								    want  =  ' long ' 
							 
						 
					
						
							
								
									
										
										
										
											2003-04-01 22:05:14 +00:00 
										
									 
								 
							 
							
								
									
										 
								
							 
							
								 
							
							
								class  _Prop_language ( aetools . NProperty ) :  
						 
					
						
							
								
									
										
										
										
											2003-04-12 22:27:11 +00:00 
										
									 
								 
							 
							
								
									
										 
								
							 
							
								 
							
							
								    """ language - Implementation language of this class  """ 
							 
						 
					
						
							
								
							 
							
								
							 
							
								 
							
							
								    which  =  ' Lang ' 
							 
						 
					
						
							
								
							 
							
								
							 
							
								 
							
							
								    want  =  ' Lang ' 
							 
						 
					
						
							
								
									
										
										
										
											2003-04-01 22:05:14 +00:00 
										
									 
								 
							 
							
								
									
										 
								
							 
							
								 
							
							
								class  _Prop_name ( aetools . NProperty ) :  
						 
					
						
							
								
									
										
										
										
											2003-04-12 22:27:11 +00:00 
										
									 
								 
							 
							
								
									
										 
								
							 
							
								 
							
							
								    """ name -   """ 
							 
						 
					
						
							
								
							 
							
								
							 
							
								 
							
							
								    which  =  ' pnam ' 
							 
						 
					
						
							
								
							 
							
								
							 
							
								 
							
							
								    want  =  ' TEXT ' 
							 
						 
					
						
							
								
									
										
										
										
											2003-04-01 22:05:14 +00:00 
										
									 
								 
							 
							
								
									
										 
								
							 
							
								 
							
							
								class  _Prop_subclasses ( aetools . NProperty ) :  
						 
					
						
							
								
									
										
										
										
											2003-04-12 22:27:11 +00:00 
										
									 
								 
							 
							
								
									
										 
								
							 
							
								 
							
							
								    """ subclasses - the immediate subclasses of this class  """ 
							 
						 
					
						
							
								
							 
							
								
							 
							
								 
							
							
								    which  =  ' SubC ' 
							 
						 
					
						
							
								
							 
							
								
							 
							
								 
							
							
								    want  =  ' Clas ' 
							 
						 
					
						
							
								
									
										
										
										
											2003-03-30 22:41:53 +00:00 
										
									 
								 
							 
							
								
									
										 
								
							 
							
								 
							
							
								#        element 'BsCl' as ['indx']  
						 
					
						
							
								
							 
							
								
							 
							
								 
							
							
								#        element 'DtMb' as ['indx', 'name']  
						 
					
						
							
								
							 
							
								
							 
							
								 
							
							
								#        element 'MbFn' as ['indx', 'name']  
						 
					
						
							
								
							 
							
								
							 
							
								 
							
							
								
							 
						 
					
						
							
								
							 
							
								
							 
							
								 
							
							
								classes  =  class_  
						 
					
						
							
								
							 
							
								
							 
							
								 
							
							
								
							 
						 
					
						
							
								
									
										
										
										
											2000-08-17 22:16:11 +00:00 
										
									 
								 
							 
							
								
							 
							
								 
							
							
								class  Debugger_Display ( aetools . ComponentItem ) :  
						 
					
						
							
								
									
										
										
										
											2003-04-12 22:27:11 +00:00 
										
									 
								 
							 
							
								
									
										 
								
							 
							
								 
							
							
								    """ Debugger Display - Debugger Display preferences  """ 
							 
						 
					
						
							
								
							 
							
								
							 
							
								 
							
							
								    want  =  ' DbDS ' 
							 
						 
					
						
							
								
									
										
										
										
											2003-04-01 22:05:14 +00:00 
										
									 
								 
							 
							
								
									
										 
								
							 
							
								 
							
							
								class  _Prop_Default_Array_Size ( aetools . NProperty ) :  
						 
					
						
							
								
									
										
										
										
											2003-04-12 22:27:11 +00:00 
										
									 
								 
							 
							
								
									
										 
								
							 
							
								 
							
							
								    """ Default Array Size - Controls whether CodeWarrior uses its own integrated editor or an external application for editing text files.  """ 
							 
						 
					
						
							
								
							 
							
								
							 
							
								 
							
							
								    which  =  ' Db08 ' 
							 
						 
					
						
							
								
							 
							
								
							 
							
								 
							
							
								    want  =  ' shor ' 
							 
						 
					
						
							
								
									
										
										
										
											2003-04-01 22:05:14 +00:00 
										
									 
								 
							 
							
								
									
										 
								
							 
							
								 
							
							
								class  _Prop_Show_As_Decimal ( aetools . NProperty ) :  
						 
					
						
							
								
									
										
										
										
											2003-04-12 22:27:11 +00:00 
										
									 
								 
							 
							
								
									
										 
								
							 
							
								 
							
							
								    """ Show As Decimal - Show variable values as decimal by default  """ 
							 
						 
					
						
							
								
							 
							
								
							 
							
								 
							
							
								    which  =  ' Db10 ' 
							 
						 
					
						
							
								
							 
							
								
							 
							
								 
							
							
								    want  =  ' bool ' 
							 
						 
					
						
							
								
									
										
										
										
											2003-04-01 22:05:14 +00:00 
										
									 
								 
							 
							
								
									
										 
								
							 
							
								 
							
							
								class  _Prop_Show_Locals ( aetools . NProperty ) :  
						 
					
						
							
								
									
										
										
										
											2003-04-12 22:27:11 +00:00 
										
									 
								 
							 
							
								
									
										 
								
							 
							
								 
							
							
								    """ Show Locals - Show locals by default  """ 
							 
						 
					
						
							
								
							 
							
								
							 
							
								 
							
							
								    which  =  ' Db09 ' 
							 
						 
					
						
							
								
							 
							
								
							 
							
								 
							
							
								    want  =  ' bool ' 
							 
						 
					
						
							
								
									
										
										
										
											2003-04-01 22:05:14 +00:00 
										
									 
								 
							 
							
								
									
										 
								
							 
							
								 
							
							
								class  _Prop_Show_Variable_Types ( aetools . NProperty ) :  
						 
					
						
							
								
									
										
										
										
											2003-04-12 22:27:11 +00:00 
										
									 
								 
							 
							
								
									
										 
								
							 
							
								 
							
							
								    """ Show Variable Types - Show variable types by default.  """ 
							 
						 
					
						
							
								
							 
							
								
							 
							
								 
							
							
								    which  =  ' Db01 ' 
							 
						 
					
						
							
								
							 
							
								
							 
							
								 
							
							
								    want  =  ' bool ' 
							 
						 
					
						
							
								
									
										
										
										
											2003-04-01 22:05:14 +00:00 
										
									 
								 
							 
							
								
									
										 
								
							 
							
								 
							
							
								class  _Prop_Sort_By_Method ( aetools . NProperty ) :  
						 
					
						
							
								
									
										
										
										
											2003-04-12 22:27:11 +00:00 
										
									 
								 
							 
							
								
									
										 
								
							 
							
								 
							
							
								    """ Sort By Method - Sort functions by method.  """ 
							 
						 
					
						
							
								
							 
							
								
							 
							
								 
							
							
								    which  =  ' Db02 ' 
							 
						 
					
						
							
								
							 
							
								
							 
							
								 
							
							
								    want  =  ' bool ' 
							 
						 
					
						
							
								
									
										
										
										
											2003-04-01 22:05:14 +00:00 
										
									 
								 
							 
							
								
									
										 
								
							 
							
								 
							
							
								class  _Prop_Threads_in_Window ( aetools . NProperty ) :  
						 
					
						
							
								
									
										
										
										
											2003-04-12 22:27:11 +00:00 
										
									 
								 
							 
							
								
									
										 
								
							 
							
								 
							
							
								    """ Threads in Window - Show threads in separate windows.  """ 
							 
						 
					
						
							
								
							 
							
								
							 
							
								 
							
							
								    which  =  ' Db04 ' 
							 
						 
					
						
							
								
							 
							
								
							 
							
								 
							
							
								    want  =  ' bool ' 
							 
						 
					
						
							
								
									
										
										
										
											2003-04-01 22:05:14 +00:00 
										
									 
								 
							 
							
								
									
										 
								
							 
							
								 
							
							
								class  _Prop_Use_RTTI ( aetools . NProperty ) :  
						 
					
						
							
								
									
										
										
										
											2003-04-12 22:27:11 +00:00 
										
									 
								 
							 
							
								
									
										 
								
							 
							
								 
							
							
								    """ Use RTTI - Enable RunTime Type Information.  """ 
							 
						 
					
						
							
								
							 
							
								
							 
							
								 
							
							
								    which  =  ' Db03 ' 
							 
						 
					
						
							
								
							 
							
								
							 
							
								 
							
							
								    want  =  ' bool ' 
							 
						 
					
						
							
								
									
										
										
										
											2003-04-01 22:05:14 +00:00 
										
									 
								 
							 
							
								
									
										 
								
							 
							
								 
							
							
								class  _Prop_Variable_Changed_Hilite ( aetools . NProperty ) :  
						 
					
						
							
								
									
										
										
										
											2003-04-12 22:27:11 +00:00 
										
									 
								 
							 
							
								
									
										 
								
							 
							
								 
							
							
								    """ Variable Changed Hilite - Variable changed hilite color.  """ 
							 
						 
					
						
							
								
							 
							
								
							 
							
								 
							
							
								    which  =  ' Db07 ' 
							 
						 
					
						
							
								
							 
							
								
							 
							
								 
							
							
								    want  =  ' cRGB ' 
							 
						 
					
						
							
								
									
										
										
										
											2003-04-01 22:05:14 +00:00 
										
									 
								 
							 
							
								
									
										 
								
							 
							
								 
							
							
								class  _Prop_Variable_Hints ( aetools . NProperty ) :  
						 
					
						
							
								
									
										
										
										
											2003-04-12 22:27:11 +00:00 
										
									 
								 
							 
							
								
									
										 
								
							 
							
								 
							
							
								    """ Variable Hints - Show variable hints.  """ 
							 
						 
					
						
							
								
							 
							
								
							 
							
								 
							
							
								    which  =  ' Db05 ' 
							 
						 
					
						
							
								
							 
							
								
							 
							
								 
							
							
								    want  =  ' bool ' 
							 
						 
					
						
							
								
									
										
										
										
											2003-04-01 22:05:14 +00:00 
										
									 
								 
							 
							
								
									
										 
								
							 
							
								 
							
							
								class  _Prop_Watchpoint_Hilite ( aetools . NProperty ) :  
						 
					
						
							
								
									
										
										
										
											2003-04-12 22:27:11 +00:00 
										
									 
								 
							 
							
								
									
										 
								
							 
							
								 
							
							
								    """ Watchpoint Hilite - Watchpoint hilite color.  """ 
							 
						 
					
						
							
								
							 
							
								
							 
							
								 
							
							
								    which  =  ' Db06 ' 
							 
						 
					
						
							
								
							 
							
								
							 
							
								 
							
							
								    want  =  ' cRGB ' 
							 
						 
					
						
							
								
									
										
										
										
											2000-08-17 22:16:11 +00:00 
										
									 
								 
							 
							
								
							 
							
								 
							
							
								
							 
						 
					
						
							
								
							 
							
								
							 
							
								 
							
							
								class  Debugger_Global ( aetools . ComponentItem ) :  
						 
					
						
							
								
									
										
										
										
											2003-04-12 22:27:11 +00:00 
										
									 
								 
							 
							
								
									
										 
								
							 
							
								 
							
							
								    """ Debugger Global - Debugger Global preferences  """ 
							 
						 
					
						
							
								
							 
							
								
							 
							
								 
							
							
								    want  =  ' DbGL ' 
							 
						 
					
						
							
								
									
										
										
										
											2003-04-01 22:05:14 +00:00 
										
									 
								 
							 
							
								
									
										 
								
							 
							
								 
							
							
								class  _Prop_Auto_Target_Libraries ( aetools . NProperty ) :  
						 
					
						
							
								
									
										
										
										
											2003-04-12 22:27:11 +00:00 
										
									 
								 
							 
							
								
									
										 
								
							 
							
								 
							
							
								    """ Auto Target Libraries - Automatically target libraries when debugging  """ 
							 
						 
					
						
							
								
							 
							
								
							 
							
								 
							
							
								    which  =  ' Dg11 ' 
							 
						 
					
						
							
								
							 
							
								
							 
							
								 
							
							
								    want  =  ' bool ' 
							 
						 
					
						
							
								
									
										
										
										
											2003-04-01 22:05:14 +00:00 
										
									 
								 
							 
							
								
									
										 
								
							 
							
								 
							
							
								class  _Prop_Cache_Edited_Files ( aetools . NProperty ) :  
						 
					
						
							
								
									
										
										
										
											2003-04-12 22:27:11 +00:00 
										
									 
								 
							 
							
								
									
										 
								
							 
							
								 
							
							
								    """ Cache Edited Files - Cache edit files between debug sessions  """ 
							 
						 
					
						
							
								
							 
							
								
							 
							
								 
							
							
								    which  =  ' Dg12 ' 
							 
						 
					
						
							
								
							 
							
								
							 
							
								 
							
							
								    want  =  ' bool ' 
							 
						 
					
						
							
								
									
										
										
										
											2003-04-01 22:05:14 +00:00 
										
									 
								 
							 
							
								
									
										 
								
							 
							
								 
							
							
								class  _Prop_Confirm_Kill ( aetools . NProperty ) :  
						 
					
						
							
								
									
										
										
										
											2003-04-12 22:27:11 +00:00 
										
									 
								 
							 
							
								
									
										 
								
							 
							
								 
							
							
								    """ Confirm Kill - Confirm the  \xd4 killing \xd5  of the process.  """ 
							 
						 
					
						
							
								
							 
							
								
							 
							
								 
							
							
								    which  =  ' Dg04 ' 
							 
						 
					
						
							
								
							 
							
								
							 
							
								 
							
							
								    want  =  ' bool ' 
							 
						 
					
						
							
								
									
										
										
										
											2003-04-01 22:05:14 +00:00 
										
									 
								 
							 
							
								
									
										 
								
							 
							
								 
							
							
								class  _Prop_Dont_Step_in_Runtime ( aetools . NProperty ) :  
						 
					
						
							
								
									
										
										
										
											2003-04-12 22:27:11 +00:00 
										
									 
								 
							 
							
								
									
										 
								
							 
							
								 
							
							
								    """ Dont Step in Runtime - Don \xd5 t step into runtime code when debugging.  """ 
							 
						 
					
						
							
								
							 
							
								
							 
							
								 
							
							
								    which  =  ' Dg07 ' 
							 
						 
					
						
							
								
							 
							
								
							 
							
								 
							
							
								    want  =  ' bool ' 
							 
						 
					
						
							
								
									
										
										
										
											2003-04-01 22:05:14 +00:00 
										
									 
								 
							 
							
								
									
										 
								
							 
							
								 
							
							
								class  _Prop_File_Cache_Duration ( aetools . NProperty ) :  
						 
					
						
							
								
									
										
										
										
											2003-04-12 22:27:11 +00:00 
										
									 
								 
							 
							
								
									
										 
								
							 
							
								 
							
							
								    """ File Cache Duration - Duration to keep files in cache (in days)  """ 
							 
						 
					
						
							
								
							 
							
								
							 
							
								 
							
							
								    which  =  ' Dg13 ' 
							 
						 
					
						
							
								
							 
							
								
							 
							
								 
							
							
								    want  =  ' shor ' 
							 
						 
					
						
							
								
									
										
										
										
											2003-04-01 22:05:14 +00:00 
										
									 
								 
							 
							
								
									
										 
								
							 
							
								 
							
							
								class  _Prop_Ignore_Mod_Dates ( aetools . NProperty ) :  
						 
					
						
							
								
									
										
										
										
											2003-04-12 22:27:11 +00:00 
										
									 
								 
							 
							
								
									
										 
								
							 
							
								 
							
							
								    """ Ignore Mod Dates - Ignore modification dates of files.  """ 
							 
						 
					
						
							
								
							 
							
								
							 
							
								 
							
							
								    which  =  ' Dg01 ' 
							 
						 
					
						
							
								
							 
							
								
							 
							
								 
							
							
								    want  =  ' bool ' 
							 
						 
					
						
							
								
									
										
										
										
											2003-04-01 22:05:14 +00:00 
										
									 
								 
							 
							
								
									
										 
								
							 
							
								 
							
							
								class  _Prop_Launch_Apps_on_Open ( aetools . NProperty ) :  
						 
					
						
							
								
									
										
										
										
											2003-04-12 22:27:11 +00:00 
										
									 
								 
							 
							
								
									
										 
								
							 
							
								 
							
							
								    """ Launch Apps on Open - Launch applications on the opening of sym files.  """ 
							 
						 
					
						
							
								
							 
							
								
							 
							
								 
							
							
								    which  =  ' Dg03 ' 
							 
						 
					
						
							
								
							 
							
								
							 
							
								 
							
							
								    want  =  ' bool ' 
							 
						 
					
						
							
								
									
										
										
										
											2003-04-01 22:05:14 +00:00 
										
									 
								 
							 
							
								
									
										 
								
							 
							
								 
							
							
								class  _Prop_Open_All_Classes ( aetools . NProperty ) :  
						 
					
						
							
								
									
										
										
										
											2003-04-12 22:27:11 +00:00 
										
									 
								 
							 
							
								
									
										 
								
							 
							
								 
							
							
								    """ Open All Classes - Open all Java class files.  """ 
							 
						 
					
						
							
								
							 
							
								
							 
							
								 
							
							
								    which  =  ' Dg02 ' 
							 
						 
					
						
							
								
							 
							
								
							 
							
								 
							
							
								    want  =  ' bool ' 
							 
						 
					
						
							
								
									
										
										
										
											2003-04-01 22:05:14 +00:00 
										
									 
								 
							 
							
								
									
										 
								
							 
							
								 
							
							
								class  _Prop_Select_Stack_Crawl ( aetools . NProperty ) :  
						 
					
						
							
								
									
										
										
										
											2003-04-12 22:27:11 +00:00 
										
									 
								 
							 
							
								
									
										 
								
							 
							
								 
							
							
								    """ Select Stack Crawl - Select the stack crawl.  """ 
							 
						 
					
						
							
								
							 
							
								
							 
							
								 
							
							
								    which  =  ' Dg06 ' 
							 
						 
					
						
							
								
							 
							
								
							 
							
								 
							
							
								    want  =  ' bool ' 
							 
						 
					
						
							
								
									
										
										
										
											2003-04-01 22:05:14 +00:00 
										
									 
								 
							 
							
								
									
										 
								
							 
							
								 
							
							
								class  _Prop_Stop_at_Main ( aetools . NProperty ) :  
						 
					
						
							
								
									
										
										
										
											2003-04-12 22:27:11 +00:00 
										
									 
								 
							 
							
								
									
										 
								
							 
							
								 
							
							
								    """ Stop at Main - Stop to debug on the main() function.  """ 
							 
						 
					
						
							
								
							 
							
								
							 
							
								 
							
							
								    which  =  ' Dg05 ' 
							 
						 
					
						
							
								
							 
							
								
							 
							
								 
							
							
								    want  =  ' bool ' 
							 
						 
					
						
							
								
									
										
										
										
											2000-08-17 22:16:11 +00:00 
										
									 
								 
							 
							
								
							 
							
								 
							
							
								
							 
						 
					
						
							
								
							 
							
								
							 
							
								 
							
							
								class  Debugger_Target ( aetools . ComponentItem ) :  
						 
					
						
							
								
									
										
										
										
											2003-04-12 22:27:11 +00:00 
										
									 
								 
							 
							
								
									
										 
								
							 
							
								 
							
							
								    """ Debugger Target - Debugger Target preferences  """ 
							 
						 
					
						
							
								
							 
							
								
							 
							
								 
							
							
								    want  =  ' DbTG ' 
							 
						 
					
						
							
								
									
										
										
										
											2003-04-01 22:05:14 +00:00 
										
									 
								 
							 
							
								
									
										 
								
							 
							
								 
							
							
								class  _Prop_Cache_symbolics ( aetools . NProperty ) :  
						 
					
						
							
								
									
										
										
										
											2003-04-12 22:27:11 +00:00 
										
									 
								 
							 
							
								
									
										 
								
							 
							
								 
							
							
								    """ Cache symbolics - Cache symbolics between runs when executable doesn \xd5 t change, else release symbolics files after killing process.  """ 
							 
						 
					
						
							
								
							 
							
								
							 
							
								 
							
							
								    which  =  ' Dt15 ' 
							 
						 
					
						
							
								
							 
							
								
							 
							
								 
							
							
								    want  =  ' bool ' 
							 
						 
					
						
							
								
									
										
										
										
											2003-04-01 22:05:14 +00:00 
										
									 
								 
							 
							
								
									
										 
								
							 
							
								 
							
							
								class  _Prop_Data_Update_Interval ( aetools . NProperty ) :  
						 
					
						
							
								
									
										
										
										
											2003-04-12 22:27:11 +00:00 
										
									 
								 
							 
							
								
									
										 
								
							 
							
								 
							
							
								    """ Data Update Interval - How often to update the data while running (in seconds)  """ 
							 
						 
					
						
							
								
							 
							
								
							 
							
								 
							
							
								    which  =  ' Dt09 ' 
							 
						 
					
						
							
								
							 
							
								
							 
							
								 
							
							
								    want  =  ' long ' 
							 
						 
					
						
							
								
									
										
										
										
											2003-04-01 22:05:14 +00:00 
										
									 
								 
							 
							
								
									
										 
								
							 
							
								 
							
							
								class  _Prop_Log_System_Messages ( aetools . NProperty ) :  
						 
					
						
							
								
									
										
										
										
											2003-04-12 22:27:11 +00:00 
										
									 
								 
							 
							
								
									
										 
								
							 
							
								 
							
							
								    """ Log System Messages - Log all system messages while debugging.  """ 
							 
						 
					
						
							
								
							 
							
								
							 
							
								 
							
							
								    which  =  ' Dt02 ' 
							 
						 
					
						
							
								
							 
							
								
							 
							
								 
							
							
								    want  =  ' bool ' 
							 
						 
					
						
							
								
									
										
										
										
											2003-04-01 22:05:14 +00:00 
										
									 
								 
							 
							
								
									
										 
								
							 
							
								 
							
							
								class  _Prop_Relocated_Executable_Path ( aetools . NProperty ) :  
						 
					
						
							
								
									
										
										
										
											2003-04-12 22:27:11 +00:00 
										
									 
								 
							 
							
								
									
										 
								
							 
							
								 
							
							
								    """ Relocated Executable Path - Path to location of relocated libraries, code resources or remote debugging folder  """ 
							 
						 
					
						
							
								
							 
							
								
							 
							
								 
							
							
								    which  =  ' Dt10 ' 
							 
						 
					
						
							
								
							 
							
								
							 
							
								 
							
							
								    want  =  ' RlPt ' 
							 
						 
					
						
							
								
									
										
										
										
											2003-04-01 22:05:14 +00:00 
										
									 
								 
							 
							
								
									
										 
								
							 
							
								 
							
							
								class  _Prop_Stop_at_temp_breakpoint ( aetools . NProperty ) :  
						 
					
						
							
								
									
										
										
										
											2003-04-12 22:27:11 +00:00 
										
									 
								 
							 
							
								
									
										 
								
							 
							
								 
							
							
								    """ Stop at temp breakpoint - Stop at a temp breakpoint on program launch. Set breakpoint type in Temp Breakpoint Type AppleEvent.  """ 
							 
						 
					
						
							
								
							 
							
								
							 
							
								 
							
							
								    which  =  ' Dt13 ' 
							 
						 
					
						
							
								
							 
							
								
							 
							
								 
							
							
								    want  =  ' bool ' 
							 
						 
					
						
							
								
									
										
										
										
											2003-04-01 22:05:14 +00:00 
										
									 
								 
							 
							
								
									
										 
								
							 
							
								 
							
							
								class  _Prop_Temp_Breakpoint_Type ( aetools . NProperty ) :  
						 
					
						
							
								
									
										
										
										
											2003-04-12 22:27:11 +00:00 
										
									 
								 
							 
							
								
									
										 
								
							 
							
								 
							
							
								    """ Temp Breakpoint Type - Type of temp breakpoint to set on program launch.  """ 
							 
						 
					
						
							
								
							 
							
								
							 
							
								 
							
							
								    which  =  ' Dt16 ' 
							 
						 
					
						
							
								
							 
							
								
							 
							
								 
							
							
								    want  =  ' TmpB ' 
							 
						 
					
						
							
								
									
										
										
										
											2003-04-01 22:05:14 +00:00 
										
									 
								 
							 
							
								
									
										 
								
							 
							
								 
							
							
								class  _Prop_Temp_breakpoint_names ( aetools . NProperty ) :  
						 
					
						
							
								
									
										
										
										
											2003-04-12 22:27:11 +00:00 
										
									 
								 
							 
							
								
									
										 
								
							 
							
								 
							
							
								    """ Temp breakpoint names - Comma separated list of names to attempt to stop at on program launch. First symbol to resolve in list is the temp BP that will be set.  """ 
							 
						 
					
						
							
								
							 
							
								
							 
							
								 
							
							
								    which  =  ' Dt14 ' 
							 
						 
					
						
							
								
							 
							
								
							 
							
								 
							
							
								    want  =  ' ctxt ' 
							 
						 
					
						
							
								
									
										
										
										
											2003-04-01 22:05:14 +00:00 
										
									 
								 
							 
							
								
									
										 
								
							 
							
								 
							
							
								class  _Prop_Update_Data_While_Running ( aetools . NProperty ) :  
						 
					
						
							
								
									
										
										
										
											2003-04-12 22:27:11 +00:00 
										
									 
								 
							 
							
								
									
										 
								
							 
							
								 
							
							
								    """ Update Data While Running - Should pause to update data while running  """ 
							 
						 
					
						
							
								
							 
							
								
							 
							
								 
							
							
								    which  =  ' Dt08 ' 
							 
						 
					
						
							
								
							 
							
								
							 
							
								 
							
							
								    want  =  ' bool ' 
							 
						 
					
						
							
								
									
										
										
										
											2000-08-17 22:16:11 +00:00 
										
									 
								 
							 
							
								
							 
							
								 
							
							
								
							 
						 
					
						
							
								
							 
							
								
							 
							
								 
							
							
								class  Debugger_Windowing ( aetools . ComponentItem ) :  
						 
					
						
							
								
									
										
										
										
											2003-04-12 22:27:11 +00:00 
										
									 
								 
							 
							
								
									
										 
								
							 
							
								 
							
							
								    """ Debugger Windowing -   """ 
							 
						 
					
						
							
								
							 
							
								
							 
							
								 
							
							
								    want  =  ' DbWN ' 
							 
						 
					
						
							
								
									
										
										
										
											2003-04-01 22:05:14 +00:00 
										
									 
								 
							 
							
								
									
										 
								
							 
							
								 
							
							
								class  _Prop_Debugging_Start_Action ( aetools . NProperty ) :  
						 
					
						
							
								
									
										
										
										
											2003-04-12 22:27:11 +00:00 
										
									 
								 
							 
							
								
									
										 
								
							 
							
								 
							
							
								    """ Debugging Start Action - What action to take when debug session starts  """ 
							 
						 
					
						
							
								
							 
							
								
							 
							
								 
							
							
								    which  =  ' Dw01 ' 
							 
						 
					
						
							
								
							 
							
								
							 
							
								 
							
							
								    want  =  ' DbSA ' 
							 
						 
					
						
							
								
									
										
										
										
											2003-04-01 22:05:14 +00:00 
										
									 
								 
							 
							
								
									
										 
								
							 
							
								 
							
							
								class  _Prop_Do_Nothing_To_Projects ( aetools . NProperty ) :  
						 
					
						
							
								
									
										
										
										
											2003-04-12 22:27:11 +00:00 
										
									 
								 
							 
							
								
									
										 
								
							 
							
								 
							
							
								    """ Do Nothing To Projects - Suppress debugging start action for project windows  """ 
							 
						 
					
						
							
								
							 
							
								
							 
							
								 
							
							
								    which  =  ' Dw02 ' 
							 
						 
					
						
							
								
							 
							
								
							 
							
								 
							
							
								    want  =  ' bool ' 
							 
						 
					
						
							
								
									
										
										
										
											2000-08-17 22:16:11 +00:00 
										
									 
								 
							 
							
								
							 
							
								 
							
							
								
							 
						 
					
						
							
								
									
										
										
										
											2003-03-30 22:41:53 +00:00 
										
									 
								 
							 
							
								
									
										 
								
							 
							
								 
							
							
								class  data_member ( aetools . ComponentItem ) :  
						 
					
						
							
								
									
										
										
										
											2003-04-12 22:27:11 +00:00 
										
									 
								 
							 
							
								
									
										 
								
							 
							
								 
							
							
								    """ data member - A class data member or field  """ 
							 
						 
					
						
							
								
							 
							
								
							 
							
								 
							
							
								    want  =  ' DtMb ' 
							 
						 
					
						
							
								
									
										
										
										
											2003-04-01 22:05:14 +00:00 
										
									 
								 
							 
							
								
									
										 
								
							 
							
								 
							
							
								class  _Prop_static ( aetools . NProperty ) :  
						 
					
						
							
								
									
										
										
										
											2003-04-12 22:27:11 +00:00 
										
									 
								 
							 
							
								
									
										 
								
							 
							
								 
							
							
								    """ static -   """ 
							 
						 
					
						
							
								
							 
							
								
							 
							
								 
							
							
								    which  =  ' Stat ' 
							 
						 
					
						
							
								
							 
							
								
							 
							
								 
							
							
								    want  =  ' bool ' 
							 
						 
					
						
							
								
									
										
										
										
											2003-03-30 22:41:53 +00:00 
										
									 
								 
							 
							
								
									
										 
								
							 
							
								 
							
							
								
							 
						 
					
						
							
								
							 
							
								
							 
							
								 
							
							
								data_members  =  data_member  
						 
					
						
							
								
							 
							
								
							 
							
								 
							
							
								
							 
						 
					
						
							
								
									
										
										
										
											2000-08-17 22:16:11 +00:00 
										
									 
								 
							 
							
								
							 
							
								 
							
							
								class  Editor ( aetools . ComponentItem ) :  
						 
					
						
							
								
									
										
										
										
											2003-04-12 22:27:11 +00:00 
										
									 
								 
							 
							
								
									
										 
								
							 
							
								 
							
							
								    """ Editor -   """ 
							 
						 
					
						
							
								
							 
							
								
							 
							
								 
							
							
								    want  =  ' EDTR ' 
							 
						 
					
						
							
								
									
										
										
										
											2003-04-01 22:05:14 +00:00 
										
									 
								 
							 
							
								
									
										 
								
							 
							
								 
							
							
								class  _Prop_Background_Color ( aetools . NProperty ) :  
						 
					
						
							
								
									
										
										
										
											2003-04-12 22:27:11 +00:00 
										
									 
								 
							 
							
								
									
										 
								
							 
							
								 
							
							
								    """ Background Color - Color of the background of editor windows.  """ 
							 
						 
					
						
							
								
							 
							
								
							 
							
								 
							
							
								    which  =  ' ED13 ' 
							 
						 
					
						
							
								
							 
							
								
							 
							
								 
							
							
								    want  =  ' cRGB ' 
							 
						 
					
						
							
								
									
										
										
										
											2003-04-01 22:05:14 +00:00 
										
									 
								 
							 
							
								
									
										 
								
							 
							
								 
							
							
								class  _Prop_Balance ( aetools . NProperty ) :  
						 
					
						
							
								
									
										
										
										
											2003-04-12 22:27:11 +00:00 
										
									 
								 
							 
							
								
									
										 
								
							 
							
								 
							
							
								    """ Balance - Flash the matching opening bracket when you type a closing bracket.  """ 
							 
						 
					
						
							
								
							 
							
								
							 
							
								 
							
							
								    which  =  ' ED03 ' 
							 
						 
					
						
							
								
							 
							
								
							 
							
								 
							
							
								    want  =  ' bool ' 
							 
						 
					
						
							
								
									
										
										
										
											2003-04-01 22:05:14 +00:00 
										
									 
								 
							 
							
								
									
										 
								
							 
							
								 
							
							
								class  _Prop_Context_Popup_Delay ( aetools . NProperty ) :  
						 
					
						
							
								
									
										
										
										
											2003-04-12 22:27:11 +00:00 
										
									 
								 
							 
							
								
									
										 
								
							 
							
								 
							
							
								    """ Context Popup Delay - The amount of time, in sixtieths of a second, before the context popup is displayed if you click and hold on a browser symbol.  """ 
							 
						 
					
						
							
								
							 
							
								
							 
							
								 
							
							
								    which  =  ' ED14 ' 
							 
						 
					
						
							
								
							 
							
								
							 
							
								 
							
							
								    want  =  ' long ' 
							 
						 
					
						
							
								
									
										
										
										
											2003-04-01 22:05:14 +00:00 
										
									 
								 
							 
							
								
									
										 
								
							 
							
								 
							
							
								class  _Prop_Default_Text_File_Format ( aetools . NProperty ) :  
						 
					
						
							
								
									
										
										
										
											2003-04-12 22:27:11 +00:00 
										
									 
								 
							 
							
								
									
										 
								
							 
							
								 
							
							
								    """ Default Text File Format - Default text file format (i.e. which type of line endings to use)  """ 
							 
						 
					
						
							
								
							 
							
								
							 
							
								 
							
							
								    which  =  ' ED17 ' 
							 
						 
					
						
							
								
							 
							
								
							 
							
								 
							
							
								    want  =  ' TxtF ' 
							 
						 
					
						
							
								
									
										
										
										
											2003-04-01 22:05:14 +00:00 
										
									 
								 
							 
							
								
									
										 
								
							 
							
								 
							
							
								class  _Prop_Dynamic_Scroll ( aetools . NProperty ) :  
						 
					
						
							
								
									
										
										
										
											2003-04-12 22:27:11 +00:00 
										
									 
								 
							 
							
								
									
										 
								
							 
							
								 
							
							
								    """ Dynamic Scroll - Display a window \xd5 s contents as you move the scroll box.  """ 
							 
						 
					
						
							
								
							 
							
								
							 
							
								 
							
							
								    which  =  ' ED02 ' 
							 
						 
					
						
							
								
							 
							
								
							 
							
								 
							
							
								    want  =  ' bool ' 
							 
						 
					
						
							
								
									
										
										
										
											2003-04-01 22:05:14 +00:00 
										
									 
								 
							 
							
								
									
										 
								
							 
							
								 
							
							
								class  _Prop_Flash_Delay ( aetools . NProperty ) :  
						 
					
						
							
								
									
										
										
										
											2003-04-12 22:27:11 +00:00 
										
									 
								 
							 
							
								
									
										 
								
							 
							
								 
							
							
								    """ Flash Delay - The amount of time, in sixtieths of a second, the editor highlights a matching bracket.  """ 
							 
						 
					
						
							
								
							 
							
								
							 
							
								 
							
							
								    which  =  ' ED01 ' 
							 
						 
					
						
							
								
							 
							
								
							 
							
								 
							
							
								    want  =  ' long ' 
							 
						 
					
						
							
								
									
										
										
										
											2003-04-01 22:05:14 +00:00 
										
									 
								 
							 
							
								
									
										 
								
							 
							
								 
							
							
								class  _Prop_Left_Margin_Line_Select ( aetools . NProperty ) :  
						 
					
						
							
								
									
										
										
										
											2003-04-12 22:27:11 +00:00 
										
									 
								 
							 
							
								
									
										 
								
							 
							
								 
							
							
								    """ Left Margin Line Select - Clicking in the left margin selects lines  """ 
							 
						 
					
						
							
								
							 
							
								
							 
							
								 
							
							
								    which  =  ' ED16 ' 
							 
						 
					
						
							
								
							 
							
								
							 
							
								 
							
							
								    want  =  ' bool ' 
							 
						 
					
						
							
								
									
										
										
										
											2003-04-01 22:05:14 +00:00 
										
									 
								 
							 
							
								
									
										 
								
							 
							
								 
							
							
								class  _Prop_Main_Text_Color ( aetools . NProperty ) :  
						 
					
						
							
								
									
										
										
										
											2003-04-12 22:27:11 +00:00 
										
									 
								 
							 
							
								
									
										 
								
							 
							
								 
							
							
								    """ Main Text Color - Main, default, color for text.  """ 
							 
						 
					
						
							
								
							 
							
								
							 
							
								 
							
							
								    which  =  ' ED12 ' 
							 
						 
					
						
							
								
							 
							
								
							 
							
								 
							
							
								    want  =  ' cRGB ' 
							 
						 
					
						
							
								
									
										
										
										
											2003-04-01 22:05:14 +00:00 
										
									 
								 
							 
							
								
									
										 
								
							 
							
								 
							
							
								class  _Prop_Relaxed_C_Popup_Parsing ( aetools . NProperty ) :  
						 
					
						
							
								
									
										
										
										
											2003-04-12 22:27:11 +00:00 
										
									 
								 
							 
							
								
									
										 
								
							 
							
								 
							
							
								    """ Relaxed C Popup Parsing - Relax the function parser for C source files  """ 
							 
						 
					
						
							
								
							 
							
								
							 
							
								 
							
							
								    which  =  ' ED15 ' 
							 
						 
					
						
							
								
							 
							
								
							 
							
								 
							
							
								    want  =  ' bool ' 
							 
						 
					
						
							
								
									
										
										
										
											2003-04-01 22:05:14 +00:00 
										
									 
								 
							 
							
								
									
										 
								
							 
							
								 
							
							
								class  _Prop_Remember_Font ( aetools . NProperty ) :  
						 
					
						
							
								
									
										
										
										
											2003-04-12 22:27:11 +00:00 
										
									 
								 
							 
							
								
									
										 
								
							 
							
								 
							
							
								    """ Remember Font - Display a source file with its own font settings.  """ 
							 
						 
					
						
							
								
							 
							
								
							 
							
								 
							
							
								    which  =  ' ED08 ' 
							 
						 
					
						
							
								
							 
							
								
							 
							
								 
							
							
								    want  =  ' bool ' 
							 
						 
					
						
							
								
									
										
										
										
											2003-04-01 22:05:14 +00:00 
										
									 
								 
							 
							
								
									
										 
								
							 
							
								 
							
							
								class  _Prop_Remember_Selection ( aetools . NProperty ) :  
						 
					
						
							
								
									
										
										
										
											2003-04-12 22:27:11 +00:00 
										
									 
								 
							 
							
								
									
										 
								
							 
							
								 
							
							
								    """ Remember Selection - Restore the previous selection in a file when you open it.  """ 
							 
						 
					
						
							
								
							 
							
								
							 
							
								 
							
							
								    which  =  ' ED09 ' 
							 
						 
					
						
							
								
							 
							
								
							 
							
								 
							
							
								    want  =  ' bool ' 
							 
						 
					
						
							
								
									
										
										
										
											2003-04-01 22:05:14 +00:00 
										
									 
								 
							 
							
								
									
										 
								
							 
							
								 
							
							
								class  _Prop_Remember_Window ( aetools . NProperty ) :  
						 
					
						
							
								
									
										
										
										
											2003-04-12 22:27:11 +00:00 
										
									 
								 
							 
							
								
									
										 
								
							 
							
								 
							
							
								    """ Remember Window - Restore the last size and position for a source file window when you open it.  """ 
							 
						 
					
						
							
								
							 
							
								
							 
							
								 
							
							
								    which  =  ' ED10 ' 
							 
						 
					
						
							
								
							 
							
								
							 
							
								 
							
							
								    want  =  ' bool ' 
							 
						 
					
						
							
								
									
										
										
										
											2003-04-01 22:05:14 +00:00 
										
									 
								 
							 
							
								
									
										 
								
							 
							
								 
							
							
								class  _Prop_Sort_Function_Popup ( aetools . NProperty ) :  
						 
					
						
							
								
									
										
										
										
											2003-04-12 22:27:11 +00:00 
										
									 
								 
							 
							
								
									
										 
								
							 
							
								 
							
							
								    """ Sort Function Popup -   """ 
							 
						 
					
						
							
								
							 
							
								
							 
							
								 
							
							
								    which  =  ' ED06 ' 
							 
						 
					
						
							
								
							 
							
								
							 
							
								 
							
							
								    want  =  ' bool ' 
							 
						 
					
						
							
								
									
										
										
										
											2003-04-01 22:05:14 +00:00 
										
									 
								 
							 
							
								
									
										 
								
							 
							
								 
							
							
								class  _Prop_Use_Drag__26__Drop_Editing ( aetools . NProperty ) :  
						 
					
						
							
								
									
										
										
										
											2003-04-12 22:27:11 +00:00 
										
									 
								 
							 
							
								
									
										 
								
							 
							
								 
							
							
								    """ Use Drag & Drop Editing - Use Drag & Drop text editing.  """ 
							 
						 
					
						
							
								
							 
							
								
							 
							
								 
							
							
								    which  =  ' ED04 ' 
							 
						 
					
						
							
								
							 
							
								
							 
							
								 
							
							
								    want  =  ' bool ' 
							 
						 
					
						
							
								
									
										
										
										
											2003-04-01 22:05:14 +00:00 
										
									 
								 
							 
							
								
									
										 
								
							 
							
								 
							
							
								class  _Prop_Use_Multiple_Undo ( aetools . NProperty ) :  
						 
					
						
							
								
									
										
										
										
											2003-04-12 22:27:11 +00:00 
										
									 
								 
							 
							
								
									
										 
								
							 
							
								 
							
							
								    """ Use Multiple Undo -   """ 
							 
						 
					
						
							
								
							 
							
								
							 
							
								 
							
							
								    which  =  ' ED07 ' 
							 
						 
					
						
							
								
							 
							
								
							 
							
								 
							
							
								    want  =  ' bool ' 
							 
						 
					
						
							
								
									
										
										
										
											2000-08-17 22:16:11 +00:00 
										
									 
								 
							 
							
								
							 
							
								 
							
							
								
							 
						 
					
						
							
								
							 
							
								
							 
							
								 
							
							
								class  Environment_Variable ( aetools . ComponentItem ) :  
						 
					
						
							
								
									
										
										
										
											2003-04-12 22:27:11 +00:00 
										
									 
								 
							 
							
								
									
										 
								
							 
							
								 
							
							
								    """ Environment Variable - Environment variable for host OS  """ 
							 
						 
					
						
							
								
							 
							
								
							 
							
								 
							
							
								    want  =  ' EnvV ' 
							 
						 
					
						
							
								
									
										
										
										
											2003-04-01 22:05:14 +00:00 
										
									 
								 
							 
							
								
									
										 
								
							 
							
								 
							
							
								class  _Prop_value ( aetools . NProperty ) :  
						 
					
						
							
								
									
										
										
										
											2003-04-12 22:27:11 +00:00 
										
									 
								 
							 
							
								
									
										 
								
							 
							
								 
							
							
								    """ value - Value of the environment variable  """ 
							 
						 
					
						
							
								
							 
							
								
							 
							
								 
							
							
								    which  =  ' Valu ' 
							 
						 
					
						
							
								
							 
							
								
							 
							
								 
							
							
								    want  =  ' TEXT ' 
							 
						 
					
						
							
								
									
										
										
										
											2000-08-17 22:16:11 +00:00 
										
									 
								 
							 
							
								
							 
							
								 
							
							
								
							 
						 
					
						
							
								
							 
							
								
							 
							
								 
							
							
								class  Error_Information ( aetools . ComponentItem ) :  
						 
					
						
							
								
									
										
										
										
											2003-04-12 22:27:11 +00:00 
										
									 
								 
							 
							
								
									
										 
								
							 
							
								 
							
							
								    """ Error Information - Describes a single error or warning from the compiler or the linker.  """ 
							 
						 
					
						
							
								
							 
							
								
							 
							
								 
							
							
								    want  =  ' ErrM ' 
							 
						 
					
						
							
								
									
										
										
										
											2003-04-01 22:05:14 +00:00 
										
									 
								 
							 
							
								
									
										 
								
							 
							
								 
							
							
								class  _Prop_disk_file ( aetools . NProperty ) :  
						 
					
						
							
								
									
										
										
										
											2003-04-12 22:27:11 +00:00 
										
									 
								 
							 
							
								
									
										 
								
							 
							
								 
							
							
								    """ disk file - The file where the error occurred.  May not be returned for certain kinds of errors (eg, link errors).  """ 
							 
						 
					
						
							
								
							 
							
								
							 
							
								 
							
							
								    which  =  ' file ' 
							 
						 
					
						
							
								
							 
							
								
							 
							
								 
							
							
								    want  =  ' fss  ' 
							 
						 
					
						
							
								
									
										
										
										
											2003-04-01 22:05:14 +00:00 
										
									 
								 
							 
							
								
									
										 
								
							 
							
								 
							
							
								class  _Prop_lineNumber ( aetools . NProperty ) :  
						 
					
						
							
								
									
										
										
										
											2003-04-12 22:27:11 +00:00 
										
									 
								 
							 
							
								
									
										 
								
							 
							
								 
							
							
								    """ lineNumber - The line in the file where the error occurred.  May not be returned for certain kinds of errors (eg, link errors).  """ 
							 
						 
					
						
							
								
							 
							
								
							 
							
								 
							
							
								    which  =  ' ErrL ' 
							 
						 
					
						
							
								
							 
							
								
							 
							
								 
							
							
								    want  =  ' long ' 
							 
						 
					
						
							
								
									
										
										
										
											2003-04-01 22:05:14 +00:00 
										
									 
								 
							 
							
								
									
										 
								
							 
							
								 
							
							
								class  _Prop_message ( aetools . NProperty ) :  
						 
					
						
							
								
									
										
										
										
											2003-04-12 22:27:11 +00:00 
										
									 
								 
							 
							
								
									
										 
								
							 
							
								 
							
							
								    """ message - The error or warning message.  """ 
							 
						 
					
						
							
								
							 
							
								
							 
							
								 
							
							
								    which  =  ' ErrS ' 
							 
						 
					
						
							
								
							 
							
								
							 
							
								 
							
							
								    want  =  ' TEXT ' 
							 
						 
					
						
							
								
									
										
										
										
											2003-04-01 22:05:14 +00:00 
										
									 
								 
							 
							
								
									
										 
								
							 
							
								 
							
							
								class  _Prop_messageKind ( aetools . NProperty ) :  
						 
					
						
							
								
									
										
										
										
											2003-04-12 22:27:11 +00:00 
										
									 
								 
							 
							
								
									
										 
								
							 
							
								 
							
							
								    """ messageKind - The type of error or warning.  """ 
							 
						 
					
						
							
								
							 
							
								
							 
							
								 
							
							
								    which  =  ' ErrT ' 
							 
						 
					
						
							
								
							 
							
								
							 
							
								 
							
							
								    want  =  ' ErrT ' 
							 
						 
					
						
							
								
									
										
										
										
											2000-08-17 22:16:11 +00:00 
										
									 
								 
							 
							
								
							 
							
								 
							
							
								
							 
						 
					
						
							
								
									
										
										
										
											2003-03-30 22:41:53 +00:00 
										
									 
								 
							 
							
								
									
										 
								
							 
							
								 
							
							
								class  Function_Information ( aetools . ComponentItem ) :  
						 
					
						
							
								
									
										
										
										
											2003-04-12 22:27:11 +00:00 
										
									 
								 
							 
							
								
									
										 
								
							 
							
								 
							
							
								    """ Function Information - Describes the location of any function or global data definition within the current project.  """ 
							 
						 
					
						
							
								
							 
							
								
							 
							
								 
							
							
								    want  =  ' FDef ' 
							 
						 
					
						
							
								
									
										
										
										
											2003-03-30 22:41:53 +00:00 
										
									 
								 
							 
							
								
									
										 
								
							 
							
								 
							
							
								
							 
						 
					
						
							
								
							 
							
								
							 
							
								 
							
							
								class  File_Mappings ( aetools . ComponentItem ) :  
						 
					
						
							
								
									
										
										
										
											2003-04-12 22:27:11 +00:00 
										
									 
								 
							 
							
								
									
										 
								
							 
							
								 
							
							
								    """ File Mappings - Mappings of extensions & file types to compilers  """ 
							 
						 
					
						
							
								
							 
							
								
							 
							
								 
							
							
								    want  =  ' FLMP ' 
							 
						 
					
						
							
								
									
										
										
										
											2003-04-01 22:05:14 +00:00 
										
									 
								 
							 
							
								
									
										 
								
							 
							
								 
							
							
								class  _Prop_Mappings ( aetools . NProperty ) :  
						 
					
						
							
								
									
										
										
										
											2003-04-12 22:27:11 +00:00 
										
									 
								 
							 
							
								
									
										 
								
							 
							
								 
							
							
								    """ Mappings -   """ 
							 
						 
					
						
							
								
							 
							
								
							 
							
								 
							
							
								    which  =  ' FMps ' 
							 
						 
					
						
							
								
							 
							
								
							 
							
								 
							
							
								    want  =  ' FMap ' 
							 
						 
					
						
							
								
									
										
										
										
											2003-03-30 22:41:53 +00:00 
										
									 
								 
							 
							
								
									
										 
								
							 
							
								 
							
							
								
							 
						 
					
						
							
								
							 
							
								
							 
							
								 
							
							
								class  File_Mapping ( aetools . ComponentItem ) :  
						 
					
						
							
								
									
										
										
										
											2003-04-12 22:27:11 +00:00 
										
									 
								 
							 
							
								
									
										 
								
							 
							
								 
							
							
								    """ File Mapping -   """ 
							 
						 
					
						
							
								
							 
							
								
							 
							
								 
							
							
								    want  =  ' FMap ' 
							 
						 
					
						
							
								
									
										
										
										
											2003-04-01 22:05:14 +00:00 
										
									 
								 
							 
							
								
									
										 
								
							 
							
								 
							
							
								class  _Prop_Compiler ( aetools . NProperty ) :  
						 
					
						
							
								
									
										
										
										
											2003-04-12 22:27:11 +00:00 
										
									 
								 
							 
							
								
									
										 
								
							 
							
								 
							
							
								    """ Compiler -   """ 
							 
						 
					
						
							
								
							 
							
								
							 
							
								 
							
							
								    which  =  ' TA07 ' 
							 
						 
					
						
							
								
							 
							
								
							 
							
								 
							
							
								    want  =  ' TEXT ' 
							 
						 
					
						
							
								
									
										
										
										
											2003-04-01 22:05:14 +00:00 
										
									 
								 
							 
							
								
									
										 
								
							 
							
								 
							
							
								class  _Prop_Extension ( aetools . NProperty ) :  
						 
					
						
							
								
									
										
										
										
											2003-04-12 22:27:11 +00:00 
										
									 
								 
							 
							
								
									
										 
								
							 
							
								 
							
							
								    """ Extension -   """ 
							 
						 
					
						
							
								
							 
							
								
							 
							
								 
							
							
								    which  =  ' TA02 ' 
							 
						 
					
						
							
								
							 
							
								
							 
							
								 
							
							
								    want  =  ' TEXT ' 
							 
						 
					
						
							
								
									
										
										
										
											2003-04-01 22:05:14 +00:00 
										
									 
								 
							 
							
								
									
										 
								
							 
							
								 
							
							
								class  _Prop_File_Type ( aetools . NProperty ) :  
						 
					
						
							
								
									
										
										
										
											2003-04-12 22:27:11 +00:00 
										
									 
								 
							 
							
								
									
										 
								
							 
							
								 
							
							
								    """ File Type -   """ 
							 
						 
					
						
							
								
							 
							
								
							 
							
								 
							
							
								    which  =  ' PR04 ' 
							 
						 
					
						
							
								
							 
							
								
							 
							
								 
							
							
								    want  =  ' TEXT ' 
							 
						 
					
						
							
								
									
										
										
										
											2003-04-01 22:05:14 +00:00 
										
									 
								 
							 
							
								
									
										 
								
							 
							
								 
							
							
								class  _Prop_Ignored_by_Make ( aetools . NProperty ) :  
						 
					
						
							
								
									
										
										
										
											2003-04-12 22:27:11 +00:00 
										
									 
								 
							 
							
								
									
										 
								
							 
							
								 
							
							
								    """ Ignored by Make -   """ 
							 
						 
					
						
							
								
							 
							
								
							 
							
								 
							
							
								    which  =  ' TA06 ' 
							 
						 
					
						
							
								
							 
							
								
							 
							
								 
							
							
								    want  =  ' bool ' 
							 
						 
					
						
							
								
									
										
										
										
											2003-04-01 22:05:14 +00:00 
										
									 
								 
							 
							
								
									
										 
								
							 
							
								 
							
							
								class  _Prop_Launchable ( aetools . NProperty ) :  
						 
					
						
							
								
									
										
										
										
											2003-04-12 22:27:11 +00:00 
										
									 
								 
							 
							
								
									
										 
								
							 
							
								 
							
							
								    """ Launchable -   """ 
							 
						 
					
						
							
								
							 
							
								
							 
							
								 
							
							
								    which  =  ' TA05 ' 
							 
						 
					
						
							
								
							 
							
								
							 
							
								 
							
							
								    want  =  ' bool ' 
							 
						 
					
						
							
								
									
										
										
										
											2003-04-01 22:05:14 +00:00 
										
									 
								 
							 
							
								
									
										 
								
							 
							
								 
							
							
								class  _Prop_Precompiled ( aetools . NProperty ) :  
						 
					
						
							
								
									
										
										
										
											2003-04-12 22:27:11 +00:00 
										
									 
								 
							 
							
								
									
										 
								
							 
							
								 
							
							
								    """ Precompiled -   """ 
							 
						 
					
						
							
								
							 
							
								
							 
							
								 
							
							
								    which  =  ' TA03 ' 
							 
						 
					
						
							
								
							 
							
								
							 
							
								 
							
							
								    want  =  ' bool ' 
							 
						 
					
						
							
								
									
										
										
										
											2003-04-01 22:05:14 +00:00 
										
									 
								 
							 
							
								
									
										 
								
							 
							
								 
							
							
								class  _Prop_Resource_File ( aetools . NProperty ) :  
						 
					
						
							
								
									
										
										
										
											2003-04-12 22:27:11 +00:00 
										
									 
								 
							 
							
								
									
										 
								
							 
							
								 
							
							
								    """ Resource File -   """ 
							 
						 
					
						
							
								
							 
							
								
							 
							
								 
							
							
								    which  =  ' TA04 ' 
							 
						 
					
						
							
								
							 
							
								
							 
							
								 
							
							
								    want  =  ' bool ' 
							 
						 
					
						
							
								
									
										
										
										
											2003-03-30 22:41:53 +00:00 
										
									 
								 
							 
							
								
									
										 
								
							 
							
								 
							
							
								
							 
						 
					
						
							
								
							 
							
								
							 
							
								 
							
							
								class  Global_Source_Trees ( aetools . ComponentItem ) :  
						 
					
						
							
								
									
										
										
										
											2003-04-12 22:27:11 +00:00 
										
									 
								 
							 
							
								
									
										 
								
							 
							
								 
							
							
								    """ Global Source Trees - Globally-defined source tree roots  """ 
							 
						 
					
						
							
								
							 
							
								
							 
							
								 
							
							
								    want  =  ' GSTs ' 
							 
						 
					
						
							
								
									
										
										
										
											2003-04-01 22:05:14 +00:00 
										
									 
								 
							 
							
								
									
										 
								
							 
							
								 
							
							
								class  _Prop_Source_Trees ( aetools . NProperty ) :  
						 
					
						
							
								
									
										
										
										
											2003-04-12 22:27:11 +00:00 
										
									 
								 
							 
							
								
									
										 
								
							 
							
								 
							
							
								    """ Source Trees - List of source tree roots  """ 
							 
						 
					
						
							
								
							 
							
								
							 
							
								 
							
							
								    which  =  ' ST01 ' 
							 
						 
					
						
							
								
							 
							
								
							 
							
								 
							
							
								    want  =  ' SrcT ' 
							 
						 
					
						
							
								
									
										
										
										
											2003-03-30 22:41:53 +00:00 
										
									 
								 
							 
							
								
									
										 
								
							 
							
								 
							
							
								
							 
						 
					
						
							
								
									
										
										
										
											2000-08-17 22:16:11 +00:00 
										
									 
								 
							 
							
								
							 
							
								 
							
							
								class  Extras ( aetools . ComponentItem ) :  
						 
					
						
							
								
									
										
										
										
											2003-04-12 22:27:11 +00:00 
										
									 
								 
							 
							
								
									
										 
								
							 
							
								 
							
							
								    """ Extras -   """ 
							 
						 
					
						
							
								
							 
							
								
							 
							
								 
							
							
								    want  =  ' GXTR ' 
							 
						 
					
						
							
								
									
										
										
										
											2003-04-01 22:05:14 +00:00 
										
									 
								 
							 
							
								
									
										 
								
							 
							
								 
							
							
								class  _Prop_Automatic_Toolbar_Help ( aetools . NProperty ) :  
						 
					
						
							
								
									
										
										
										
											2003-04-12 22:27:11 +00:00 
										
									 
								 
							 
							
								
									
										 
								
							 
							
								 
							
							
								    """ Automatic Toolbar Help - Automatically show balloon help in toolbar after delay  """ 
							 
						 
					
						
							
								
							 
							
								
							 
							
								 
							
							
								    which  =  ' EX19 ' 
							 
						 
					
						
							
								
							 
							
								
							 
							
								 
							
							
								    want  =  ' bool ' 
							 
						 
					
						
							
								
									
										
										
										
											2003-04-01 22:05:14 +00:00 
										
									 
								 
							 
							
								
									
										 
								
							 
							
								 
							
							
								class  _Prop_External_Reference ( aetools . NProperty ) :  
						 
					
						
							
								
									
										
										
										
											2003-04-12 22:27:11 +00:00 
										
									 
								 
							 
							
								
									
										 
								
							 
							
								 
							
							
								    """ External Reference - Which on-line function reference to use.  """ 
							 
						 
					
						
							
								
							 
							
								
							 
							
								 
							
							
								    which  =  ' EX08 ' 
							 
						 
					
						
							
								
							 
							
								
							 
							
								 
							
							
								    want  =  ' RefP ' 
							 
						 
					
						
							
								
									
										
										
										
											2003-04-01 22:05:14 +00:00 
										
									 
								 
							 
							
								
									
										 
								
							 
							
								 
							
							
								class  _Prop_Full_Screen_Zoom ( aetools . NProperty ) :  
						 
					
						
							
								
									
										
										
										
											2003-04-12 22:27:11 +00:00 
										
									 
								 
							 
							
								
									
										 
								
							 
							
								 
							
							
								    """ Full Screen Zoom - Zoom windows to the full screen width.  """ 
							 
						 
					
						
							
								
							 
							
								
							 
							
								 
							
							
								    which  =  ' EX07 ' 
							 
						 
					
						
							
								
							 
							
								
							 
							
								 
							
							
								    want  =  ' bool ' 
							 
						 
					
						
							
								
									
										
										
										
											2003-04-01 22:05:14 +00:00 
										
									 
								 
							 
							
								
									
										 
								
							 
							
								 
							
							
								class  _Prop_Recent_Editor_Count ( aetools . NProperty ) :  
						 
					
						
							
								
									
										
										
										
											2003-04-12 22:27:11 +00:00 
										
									 
								 
							 
							
								
									
										 
								
							 
							
								 
							
							
								    """ Recent Editor Count - Maximum number of editor documents to show in the  \xd2 Open Recent \xd3  menu  """ 
							 
						 
					
						
							
								
							 
							
								
							 
							
								 
							
							
								    which  =  ' EX16 ' 
							 
						 
					
						
							
								
							 
							
								
							 
							
								 
							
							
								    want  =  ' shor ' 
							 
						 
					
						
							
								
									
										
										
										
											2003-04-01 22:05:14 +00:00 
										
									 
								 
							 
							
								
									
										 
								
							 
							
								 
							
							
								class  _Prop_Recent_Project_Count ( aetools . NProperty ) :  
						 
					
						
							
								
									
										
										
										
											2003-04-12 22:27:11 +00:00 
										
									 
								 
							 
							
								
									
										 
								
							 
							
								 
							
							
								    """ Recent Project Count - Maximum number of project documents to show in the  \xd2 Open Recent \xd3  menu  """ 
							 
						 
					
						
							
								
							 
							
								
							 
							
								 
							
							
								    which  =  ' EX17 ' 
							 
						 
					
						
							
								
							 
							
								
							 
							
								 
							
							
								    want  =  ' shor ' 
							 
						 
					
						
							
								
									
										
										
										
											2003-04-01 22:05:14 +00:00 
										
									 
								 
							 
							
								
									
										 
								
							 
							
								 
							
							
								class  _Prop_Use_Editor_Extensions ( aetools . NProperty ) :  
						 
					
						
							
								
									
										
										
										
											2003-04-12 22:27:11 +00:00 
										
									 
								 
							 
							
								
									
										 
								
							 
							
								 
							
							
								    """ Use Editor Extensions - Controls the use of the Editor Extensions menu  """ 
							 
						 
					
						
							
								
							 
							
								
							 
							
								 
							
							
								    which  =  ' EX10 ' 
							 
						 
					
						
							
								
							 
							
								
							 
							
								 
							
							
								    want  =  ' bool ' 
							 
						 
					
						
							
								
									
										
										
										
											2003-04-01 22:05:14 +00:00 
										
									 
								 
							 
							
								
									
										 
								
							 
							
								 
							
							
								class  _Prop_Use_External_Editor ( aetools . NProperty ) :  
						 
					
						
							
								
									
										
										
										
											2003-04-12 22:27:11 +00:00 
										
									 
								 
							 
							
								
									
										 
								
							 
							
								 
							
							
								    """ Use External Editor - Controls whether CodeWarrior uses its own integrated editor or an external application for editing text files.  """ 
							 
						 
					
						
							
								
							 
							
								
							 
							
								 
							
							
								    which  =  ' EX11 ' 
							 
						 
					
						
							
								
							 
							
								
							 
							
								 
							
							
								    want  =  ' bool ' 
							 
						 
					
						
							
								
									
										
										
										
											2003-04-01 22:05:14 +00:00 
										
									 
								 
							 
							
								
									
										 
								
							 
							
								 
							
							
								class  _Prop_Use_Script_Menu ( aetools . NProperty ) :  
						 
					
						
							
								
									
										
										
										
											2003-04-12 22:27:11 +00:00 
										
									 
								 
							 
							
								
									
										 
								
							 
							
								 
							
							
								    """ Use Script Menu - Controls the use of the AppleScript menu  """ 
							 
						 
					
						
							
								
							 
							
								
							 
							
								 
							
							
								    which  =  ' EX12 ' 
							 
						 
					
						
							
								
							 
							
								
							 
							
								 
							
							
								    want  =  ' bool ' 
							 
						 
					
						
							
								
									
										
										
										
											2003-04-01 22:05:14 +00:00 
										
									 
								 
							 
							
								
									
										 
								
							 
							
								 
							
							
								class  _Prop_Use_ToolServer_Menu ( aetools . NProperty ) :  
						 
					
						
							
								
									
										
										
										
											2003-04-12 22:27:11 +00:00 
										
									 
								 
							 
							
								
									
										 
								
							 
							
								 
							
							
								    """ Use ToolServer Menu - Controls the use of the ToolServer menu  """ 
							 
						 
					
						
							
								
							 
							
								
							 
							
								 
							
							
								    which  =  ' EX18 ' 
							 
						 
					
						
							
								
							 
							
								
							 
							
								 
							
							
								    want  =  ' bool ' 
							 
						 
					
						
							
								
									
										
										
										
											2000-08-17 22:16:11 +00:00 
										
									 
								 
							 
							
								
							 
							
								 
							
							
								
							 
						 
					
						
							
								
									
										
										
										
											2003-03-30 22:41:53 +00:00 
										
									 
								 
							 
							
								
									
										 
								
							 
							
								 
							
							
								class  Build_Extras ( aetools . ComponentItem ) :  
						 
					
						
							
								
									
										
										
										
											2003-04-12 22:27:11 +00:00 
										
									 
								 
							 
							
								
									
										 
								
							 
							
								 
							
							
								    """ Build Extras -   """ 
							 
						 
					
						
							
								
							 
							
								
							 
							
								 
							
							
								    want  =  ' LXTR ' 
							 
						 
					
						
							
								
									
										
										
										
											2003-04-01 22:05:14 +00:00 
										
									 
								 
							 
							
								
									
										 
								
							 
							
								 
							
							
								class  _Prop_Browser_Active ( aetools . NProperty ) :  
						 
					
						
							
								
									
										
										
										
											2003-04-12 22:27:11 +00:00 
										
									 
								 
							 
							
								
									
										 
								
							 
							
								 
							
							
								    """ Browser Active - Allow the collection of browser information.  """ 
							 
						 
					
						
							
								
							 
							
								
							 
							
								 
							
							
								    which  =  ' EX09 ' 
							 
						 
					
						
							
								
							 
							
								
							 
							
								 
							
							
								    want  =  ' bool ' 
							 
						 
					
						
							
								
									
										
										
										
											2003-04-01 22:05:14 +00:00 
										
									 
								 
							 
							
								
									
										 
								
							 
							
								 
							
							
								class  _Prop_Cache_Subproject_Data ( aetools . NProperty ) :  
						 
					
						
							
								
									
										
										
										
											2003-04-12 22:27:11 +00:00 
										
									 
								 
							 
							
								
									
										 
								
							 
							
								 
							
							
								    """ Cache Subproject Data -   """ 
							 
						 
					
						
							
								
							 
							
								
							 
							
								 
							
							
								    which  =  ' EX31 ' 
							 
						 
					
						
							
								
							 
							
								
							 
							
								 
							
							
								    want  =  ' bool ' 
							 
						 
					
						
							
								
									
										
										
										
											2003-04-01 22:05:14 +00:00 
										
									 
								 
							 
							
								
									
										 
								
							 
							
								 
							
							
								class  _Prop_Dump_Browser_Info ( aetools . NProperty ) :  
						 
					
						
							
								
									
										
										
										
											2003-04-12 22:27:11 +00:00 
										
									 
								 
							 
							
								
									
										 
								
							 
							
								 
							
							
								    """ Dump Browser Info -   """ 
							 
						 
					
						
							
								
							 
							
								
							 
							
								 
							
							
								    which  =  ' EX30 ' 
							 
						 
					
						
							
								
							 
							
								
							 
							
								 
							
							
								    want  =  ' bool ' 
							 
						 
					
						
							
								
									
										
										
										
											2003-04-01 22:05:14 +00:00 
										
									 
								 
							 
							
								
									
										 
								
							 
							
								 
							
							
								class  _Prop_Modification_Date_Caching ( aetools . NProperty ) :  
						 
					
						
							
								
									
										
										
										
											2003-04-12 22:27:11 +00:00 
										
									 
								 
							 
							
								
									
										 
								
							 
							
								 
							
							
								    """ Modification Date Caching -   """ 
							 
						 
					
						
							
								
							 
							
								
							 
							
								 
							
							
								    which  =  ' EX04 ' 
							 
						 
					
						
							
								
							 
							
								
							 
							
								 
							
							
								    want  =  ' bool ' 
							 
						 
					
						
							
								
									
										
										
										
											2000-08-17 22:16:11 +00:00 
										
									 
								 
							 
							
								
							 
							
								 
							
							
								
							 
						 
					
						
							
								
									
										
										
										
											2003-03-30 22:41:53 +00:00 
										
									 
								 
							 
							
								
									
										 
								
							 
							
								 
							
							
								class  member_function ( aetools . ComponentItem ) :  
						 
					
						
							
								
									
										
										
										
											2003-04-12 22:27:11 +00:00 
										
									 
								 
							 
							
								
									
										 
								
							 
							
								 
							
							
								    """ member function - A class member function or method.  """ 
							 
						 
					
						
							
								
							 
							
								
							 
							
								 
							
							
								    want  =  ' MbFn ' 
							 
						 
					
						
							
								
									
										
										
										
											2003-04-01 22:05:14 +00:00 
										
									 
								 
							 
							
								
									
										 
								
							 
							
								 
							
							
								class  _Prop_implementation_end_offset ( aetools . NProperty ) :  
						 
					
						
							
								
									
										
										
										
											2003-04-12 22:27:11 +00:00 
										
									 
								 
							 
							
								
									
										 
								
							 
							
								 
							
							
								    """ implementation end offset - end of member function definition  """ 
							 
						 
					
						
							
								
							 
							
								
							 
							
								 
							
							
								    which  =  ' DfEn ' 
							 
						 
					
						
							
								
							 
							
								
							 
							
								 
							
							
								    want  =  ' long ' 
							 
						 
					
						
							
								
									
										
										
										
											2003-04-01 22:05:14 +00:00 
										
									 
								 
							 
							
								
									
										 
								
							 
							
								 
							
							
								class  _Prop_implementation_file ( aetools . NProperty ) :  
						 
					
						
							
								
									
										
										
										
											2003-04-12 22:27:11 +00:00 
										
									 
								 
							 
							
								
									
										 
								
							 
							
								 
							
							
								    """ implementation file - Source file containing the member function definition  """ 
							 
						 
					
						
							
								
							 
							
								
							 
							
								 
							
							
								    which  =  ' DfFl ' 
							 
						 
					
						
							
								
							 
							
								
							 
							
								 
							
							
								    want  =  ' fss  ' 
							 
						 
					
						
							
								
									
										
										
										
											2003-04-01 22:05:14 +00:00 
										
									 
								 
							 
							
								
									
										 
								
							 
							
								 
							
							
								class  _Prop_implementation_start_offset ( aetools . NProperty ) :  
						 
					
						
							
								
									
										
										
										
											2003-04-12 22:27:11 +00:00 
										
									 
								 
							 
							
								
									
										 
								
							 
							
								 
							
							
								    """ implementation start offset - start of member function definition source code  """ 
							 
						 
					
						
							
								
							 
							
								
							 
							
								 
							
							
								    which  =  ' DfSt ' 
							 
						 
					
						
							
								
							 
							
								
							 
							
								 
							
							
								    want  =  ' long ' 
							 
						 
					
						
							
								
									
										
										
										
											2000-08-17 22:16:11 +00:00 
										
									 
								 
							 
							
								
							 
							
								 
							
							
								
							 
						 
					
						
							
								
									
										
										
										
											2003-03-30 22:41:53 +00:00 
										
									 
								 
							 
							
								
									
										 
								
							 
							
								 
							
							
								member_functions  =  member_function  
						 
					
						
							
								
							 
							
								
							 
							
								 
							
							
								
							 
						 
					
						
							
								
							 
							
								
							 
							
								 
							
							
								class  Access_Paths ( aetools . ComponentItem ) :  
						 
					
						
							
								
									
										
										
										
											2003-04-12 22:27:11 +00:00 
										
									 
								 
							 
							
								
									
										 
								
							 
							
								 
							
							
								    """ Access Paths - Contains the definitions of a project \xd5 s access (search) paths.  """ 
							 
						 
					
						
							
								
							 
							
								
							 
							
								 
							
							
								    want  =  ' PATH ' 
							 
						 
					
						
							
								
									
										
										
										
											2003-04-01 22:05:14 +00:00 
										
									 
								 
							 
							
								
									
										 
								
							 
							
								 
							
							
								class  _Prop_Always_Full_Search ( aetools . NProperty ) :  
						 
					
						
							
								
									
										
										
										
											2003-04-12 22:27:11 +00:00 
										
									 
								 
							 
							
								
									
										 
								
							 
							
								 
							
							
								    """ Always Full Search - To force the compiler to search for system includes like it searches for user includes.  """ 
							 
						 
					
						
							
								
							 
							
								
							 
							
								 
							
							
								    which  =  ' PA02 ' 
							 
						 
					
						
							
								
							 
							
								
							 
							
								 
							
							
								    want  =  ' bool ' 
							 
						 
					
						
							
								
									
										
										
										
											2003-04-01 22:05:14 +00:00 
										
									 
								 
							 
							
								
									
										 
								
							 
							
								 
							
							
								class  _Prop_Convert_Paths ( aetools . NProperty ) :  
						 
					
						
							
								
									
										
										
										
											2003-04-12 22:27:11 +00:00 
										
									 
								 
							 
							
								
									
										 
								
							 
							
								 
							
							
								    """ Convert Paths - Enables conversion of DOS & Unix-style relative paths when searching for files.  """ 
							 
						 
					
						
							
								
							 
							
								
							 
							
								 
							
							
								    which  =  ' PA04 ' 
							 
						 
					
						
							
								
							 
							
								
							 
							
								 
							
							
								    want  =  ' bool ' 
							 
						 
					
						
							
								
									
										
										
										
											2003-04-01 22:05:14 +00:00 
										
									 
								 
							 
							
								
									
										 
								
							 
							
								 
							
							
								class  _Prop_Require_Framework_Includes ( aetools . NProperty ) :  
						 
					
						
							
								
									
										
										
										
											2003-04-12 22:27:11 +00:00 
										
									 
								 
							 
							
								
									
										 
								
							 
							
								 
							
							
								    """ Require Framework Includes - Causes the IDE to only look in the framework access paths if a Mac OS X framework style include (i.e. <Carbon/Carbon.h> ) is used.  """ 
							 
						 
					
						
							
								
							 
							
								
							 
							
								 
							
							
								    which  =  ' PA05 ' 
							 
						 
					
						
							
								
							 
							
								
							 
							
								 
							
							
								    want  =  ' bool ' 
							 
						 
					
						
							
								
									
										
										
										
											2003-04-01 22:05:14 +00:00 
										
									 
								 
							 
							
								
									
										 
								
							 
							
								 
							
							
								class  _Prop_System_Paths ( aetools . NProperty ) :  
						 
					
						
							
								
									
										
										
										
											2003-04-12 22:27:11 +00:00 
										
									 
								 
							 
							
								
									
										 
								
							 
							
								 
							
							
								    """ System Paths - To add an access path for the include files. (Not supported in Pascal)  """ 
							 
						 
					
						
							
								
							 
							
								
							 
							
								 
							
							
								    which  =  ' PA03 ' 
							 
						 
					
						
							
								
							 
							
								
							 
							
								 
							
							
								    want  =  ' PInf ' 
							 
						 
					
						
							
								
									
										
										
										
											2003-04-01 22:05:14 +00:00 
										
									 
								 
							 
							
								
									
										 
								
							 
							
								 
							
							
								class  _Prop_User_Paths ( aetools . NProperty ) :  
						 
					
						
							
								
									
										
										
										
											2003-04-12 22:27:11 +00:00 
										
									 
								 
							 
							
								
									
										 
								
							 
							
								 
							
							
								    """ User Paths - To add an access path for the source files.  """ 
							 
						 
					
						
							
								
							 
							
								
							 
							
								 
							
							
								    which  =  ' PA01 ' 
							 
						 
					
						
							
								
							 
							
								
							 
							
								 
							
							
								    want  =  ' PInf ' 
							 
						 
					
						
							
								
									
										
										
										
											2000-08-17 22:16:11 +00:00 
										
									 
								 
							 
							
								
							 
							
								 
							
							
								
							 
						 
					
						
							
								
							 
							
								
							 
							
								 
							
							
								class  Path_Information ( aetools . ComponentItem ) :  
						 
					
						
							
								
									
										
										
										
											2003-04-12 22:27:11 +00:00 
										
									 
								 
							 
							
								
									
										 
								
							 
							
								 
							
							
								    """ Path Information - Contains all of the parameters that describe an access path.  """ 
							 
						 
					
						
							
								
							 
							
								
							 
							
								 
							
							
								    want  =  ' PInf ' 
							 
						 
					
						
							
								
									
										
										
										
											2003-04-01 22:05:14 +00:00 
										
									 
								 
							 
							
								
									
										 
								
							 
							
								 
							
							
								class  _Prop_format ( aetools . NProperty ) :  
						 
					
						
							
								
									
										
										
										
											2003-04-12 22:27:11 +00:00 
										
									 
								 
							 
							
								
									
										 
								
							 
							
								 
							
							
								    """ format - Format of the a  """ 
							 
						 
					
						
							
								
							 
							
								
							 
							
								 
							
							
								    which  =  ' Frmt ' 
							 
						 
					
						
							
								
							 
							
								
							 
							
								 
							
							
								    want  =  ' PthF ' 
							 
						 
					
						
							
								
									
										
										
										
											2003-04-01 22:05:14 +00:00 
										
									 
								 
							 
							
								
									
										 
								
							 
							
								 
							
							
								class  _Prop_framework ( aetools . NProperty ) :  
						 
					
						
							
								
									
										
										
										
											2007-09-17 17:55:36 +00:00 
										
									 
								 
							 
							
								
									
										 
								
							 
							
								 
							
							
								    """ framework - Is the path a Mac OS X framework style path?  (This flag is readable but not writable from AppleScript.)  """ 
							 
						 
					
						
							
								
									
										
										
										
											2003-04-12 22:27:11 +00:00 
										
									 
								 
							 
							
								
									
										 
								
							 
							
								 
							
							
								    which  =  ' Frmw ' 
							 
						 
					
						
							
								
							 
							
								
							 
							
								 
							
							
								    want  =  ' bool ' 
							 
						 
					
						
							
								
									
										
										
										
											2003-04-01 22:05:14 +00:00 
										
									 
								 
							 
							
								
									
										 
								
							 
							
								 
							
							
								class  _Prop_host_flags ( aetools . NProperty ) :  
						 
					
						
							
								
									
										
										
										
											2003-04-12 22:27:11 +00:00 
										
									 
								 
							 
							
								
									
										 
								
							 
							
								 
							
							
								    """ host flags - Bit fields enabling the access path for each host OS (1 = Mac OS, 2 = Windows)  """ 
							 
						 
					
						
							
								
							 
							
								
							 
							
								 
							
							
								    which  =  ' HstF ' 
							 
						 
					
						
							
								
							 
							
								
							 
							
								 
							
							
								    want  =  ' long ' 
							 
						 
					
						
							
								
									
										
										
										
											2003-04-01 22:05:14 +00:00 
										
									 
								 
							 
							
								
									
										 
								
							 
							
								 
							
							
								class  _Prop_origin ( aetools . NProperty ) :  
						 
					
						
							
								
									
										
										
										
											2003-04-12 22:27:11 +00:00 
										
									 
								 
							 
							
								
									
										 
								
							 
							
								 
							
							
								    """ origin -   """ 
							 
						 
					
						
							
								
							 
							
								
							 
							
								 
							
							
								    which  =  ' Orig ' 
							 
						 
					
						
							
								
							 
							
								
							 
							
								 
							
							
								    want  =  ' PPrm ' 
							 
						 
					
						
							
								
									
										
										
										
											2003-04-01 22:05:14 +00:00 
										
									 
								 
							 
							
								
									
										 
								
							 
							
								 
							
							
								class  _Prop_recursive ( aetools . NProperty ) :  
						 
					
						
							
								
									
										
										
										
											2003-04-12 22:27:11 +00:00 
										
									 
								 
							 
							
								
									
										 
								
							 
							
								 
							
							
								    """ recursive - Will the path be searched recursively?  (Default is true)  """ 
							 
						 
					
						
							
								
							 
							
								
							 
							
								 
							
							
								    which  =  ' Recu ' 
							 
						 
					
						
							
								
							 
							
								
							 
							
								 
							
							
								    want  =  ' bool ' 
							 
						 
					
						
							
								
									
										
										
										
											2003-04-01 22:05:14 +00:00 
										
									 
								 
							 
							
								
									
										 
								
							 
							
								 
							
							
								class  _Prop_root ( aetools . NProperty ) :  
						 
					
						
							
								
									
										
										
										
											2003-04-12 22:27:11 +00:00 
										
									 
								 
							 
							
								
									
										 
								
							 
							
								 
							
							
								    """ root - Name of the root of the relative path. Pre-defined values are  \xd2 Absolute \xd3 ,  \xd2 Project \xd3 ,  \xd2 CodeWarrior \xd3 , and   \xd2 System \xd3 . Anything else is a user-defined root.  """ 
							 
						 
					
						
							
								
							 
							
								
							 
							
								 
							
							
								    which  =  ' Root ' 
							 
						 
					
						
							
								
							 
							
								
							 
							
								 
							
							
								    want  =  ' TEXT ' 
							 
						 
					
						
							
								
									
										
										
										
											2000-08-17 22:16:11 +00:00 
										
									 
								 
							 
							
								
							 
							
								 
							
							
								
							 
						 
					
						
							
								
							 
							
								
							 
							
								 
							
							
								class  Plugin_Settings ( aetools . ComponentItem ) :  
						 
					
						
							
								
									
										
										
										
											2003-04-12 22:27:11 +00:00 
										
									 
								 
							 
							
								
									
										 
								
							 
							
								 
							
							
								    """ Plugin Settings - Settings for plugin tools  """ 
							 
						 
					
						
							
								
							 
							
								
							 
							
								 
							
							
								    want  =  ' PSTG ' 
							 
						 
					
						
							
								
									
										
										
										
											2003-04-01 22:05:14 +00:00 
										
									 
								 
							 
							
								
									
										 
								
							 
							
								 
							
							
								class  _Prop_Disable_Third_Party_COM_Plugins ( aetools . NProperty ) :  
						 
					
						
							
								
									
										
										
										
											2003-04-12 22:27:11 +00:00 
										
									 
								 
							 
							
								
									
										 
								
							 
							
								 
							
							
								    """ Disable Third Party COM Plugins - Disable COM plugins from third parties  """ 
							 
						 
					
						
							
								
							 
							
								
							 
							
								 
							
							
								    which  =  ' PX02 ' 
							 
						 
					
						
							
								
							 
							
								
							 
							
								 
							
							
								    want  =  ' bool ' 
							 
						 
					
						
							
								
									
										
										
										
											2003-04-01 22:05:14 +00:00 
										
									 
								 
							 
							
								
									
										 
								
							 
							
								 
							
							
								class  _Prop_Plugin_Diagnostics_Level ( aetools . NProperty ) :  
						 
					
						
							
								
									
										
										
										
											2003-04-12 22:27:11 +00:00 
										
									 
								 
							 
							
								
									
										 
								
							 
							
								 
							
							
								    """ Plugin Diagnostics Level - Plugin Diagnostics Level is for those who are developing plugins for the IDE and need to debug them.  """ 
							 
						 
					
						
							
								
							 
							
								
							 
							
								 
							
							
								    which  =  ' PX01 ' 
							 
						 
					
						
							
								
							 
							
								
							 
							
								 
							
							
								    want  =  ' PXdg ' 
							 
						 
					
						
							
								
									
										
										
										
											2000-08-17 22:16:11 +00:00 
										
									 
								 
							 
							
								
							 
							
								 
							
							
								
							 
						 
					
						
							
								
							 
							
								
							 
							
								 
							
							
								class  Runtime_Settings ( aetools . ComponentItem ) :  
						 
					
						
							
								
									
										
										
										
											2003-04-12 22:27:11 +00:00 
										
									 
								 
							 
							
								
									
										 
								
							 
							
								 
							
							
								    """ Runtime Settings - Runtime settings  """ 
							 
						 
					
						
							
								
							 
							
								
							 
							
								 
							
							
								    want  =  ' RSTG ' 
							 
						 
					
						
							
								
									
										
										
										
											2003-04-01 22:05:14 +00:00 
										
									 
								 
							 
							
								
									
										 
								
							 
							
								 
							
							
								class  _Prop_Command_Line_Arguments ( aetools . NProperty ) :  
						 
					
						
							
								
									
										
										
										
											2003-04-12 22:27:11 +00:00 
										
									 
								 
							 
							
								
									
										 
								
							 
							
								 
							
							
								    """ Command Line Arguments - Extra command line args to pass to executable  """ 
							 
						 
					
						
							
								
							 
							
								
							 
							
								 
							
							
								    which  =  ' RS02 ' 
							 
						 
					
						
							
								
							 
							
								
							 
							
								 
							
							
								    want  =  ' TEXT ' 
							 
						 
					
						
							
								
									
										
										
										
											2003-04-01 22:05:14 +00:00 
										
									 
								 
							 
							
								
									
										 
								
							 
							
								 
							
							
								class  _Prop_Environment_Variables ( aetools . NProperty ) :  
						 
					
						
							
								
									
										
										
										
											2003-04-12 22:27:11 +00:00 
										
									 
								 
							 
							
								
									
										 
								
							 
							
								 
							
							
								    """ Environment Variables - Environment variables to use when running the executable  """ 
							 
						 
					
						
							
								
							 
							
								
							 
							
								 
							
							
								    which  =  ' RS04 ' 
							 
						 
					
						
							
								
							 
							
								
							 
							
								 
							
							
								    want  =  ' EnvV ' 
							 
						 
					
						
							
								
									
										
										
										
											2003-04-01 22:05:14 +00:00 
										
									 
								 
							 
							
								
									
										 
								
							 
							
								 
							
							
								class  _Prop_Host_Application ( aetools . NProperty ) :  
						 
					
						
							
								
									
										
										
										
											2003-04-12 22:27:11 +00:00 
										
									 
								 
							 
							
								
									
										 
								
							 
							
								 
							
							
								    """ Host Application - Host application for running/debugging libraries and code resources  """ 
							 
						 
					
						
							
								
							 
							
								
							 
							
								 
							
							
								    which  =  ' RS01 ' 
							 
						 
					
						
							
								
							 
							
								
							 
							
								 
							
							
								    want  =  ' RlPt ' 
							 
						 
					
						
							
								
									
										
										
										
											2003-04-01 22:05:14 +00:00 
										
									 
								 
							 
							
								
									
										 
								
							 
							
								 
							
							
								class  _Prop_Working_Directory ( aetools . NProperty ) :  
						 
					
						
							
								
									
										
										
										
											2003-04-12 22:27:11 +00:00 
										
									 
								 
							 
							
								
									
										 
								
							 
							
								 
							
							
								    """ Working Directory - Working directory to use when running the executable  """ 
							 
						 
					
						
							
								
							 
							
								
							 
							
								 
							
							
								    which  =  ' RS03 ' 
							 
						 
					
						
							
								
							 
							
								
							 
							
								 
							
							
								    want  =  ' TEXT ' 
							 
						 
					
						
							
								
									
										
										
										
											2000-08-17 22:16:11 +00:00 
										
									 
								 
							 
							
								
							 
							
								 
							
							
								
							 
						 
					
						
							
								
									
										
										
										
											2003-03-30 22:41:53 +00:00 
										
									 
								 
							 
							
								
									
										 
								
							 
							
								 
							
							
								class  Relative_Path ( aetools . ComponentItem ) :  
						 
					
						
							
								
									
										
										
										
											2003-04-12 22:27:11 +00:00 
										
									 
								 
							 
							
								
									
										 
								
							 
							
								 
							
							
								    """ Relative Path - Relative path from some root  """ 
							 
						 
					
						
							
								
							 
							
								
							 
							
								 
							
							
								    want  =  ' RlPt ' 
							 
						 
					
						
							
								
									
										
										
										
											2000-08-17 22:16:11 +00:00 
										
									 
								 
							 
							
								
							 
							
								 
							
							
								
							 
						 
					
						
							
								
							 
							
								
							 
							
								 
							
							
								class  Shielded_Folder ( aetools . ComponentItem ) :  
						 
					
						
							
								
									
										
										
										
											2003-04-12 22:27:11 +00:00 
										
									 
								 
							 
							
								
									
										 
								
							 
							
								 
							
							
								    """ Shielded Folder -   """ 
							 
						 
					
						
							
								
							 
							
								
							 
							
								 
							
							
								    want  =  ' SFit ' 
							 
						 
					
						
							
								
									
										
										
										
											2003-04-01 22:05:14 +00:00 
										
									 
								 
							 
							
								
									
										 
								
							 
							
								 
							
							
								class  _Prop_Expression_To_Match ( aetools . NProperty ) :  
						 
					
						
							
								
									
										
										
										
											2003-04-12 22:27:11 +00:00 
										
									 
								 
							 
							
								
									
										 
								
							 
							
								 
							
							
								    """ Expression To Match - Regular expression which describes folders to skip  """ 
							 
						 
					
						
							
								
							 
							
								
							 
							
								 
							
							
								    which  =  ' SF01 ' 
							 
						 
					
						
							
								
							 
							
								
							 
							
								 
							
							
								    want  =  ' TEXT ' 
							 
						 
					
						
							
								
									
										
										
										
											2003-04-01 22:05:14 +00:00 
										
									 
								 
							 
							
								
									
										 
								
							 
							
								 
							
							
								class  _Prop_Skip_Find_And_Compare_Operations ( aetools . NProperty ) :  
						 
					
						
							
								
									
										
										
										
											2003-04-12 22:27:11 +00:00 
										
									 
								 
							 
							
								
									
										 
								
							 
							
								 
							
							
								    """ Skip Find And Compare Operations - Matching folders will be skipped during find and compare operations  """ 
							 
						 
					
						
							
								
							 
							
								
							 
							
								 
							
							
								    which  =  ' SF03 ' 
							 
						 
					
						
							
								
							 
							
								
							 
							
								 
							
							
								    want  =  ' bool ' 
							 
						 
					
						
							
								
									
										
										
										
											2003-04-01 22:05:14 +00:00 
										
									 
								 
							 
							
								
									
										 
								
							 
							
								 
							
							
								class  _Prop_Skip_Project_Operations ( aetools . NProperty ) :  
						 
					
						
							
								
									
										
										
										
											2003-04-12 22:27:11 +00:00 
										
									 
								 
							 
							
								
									
										 
								
							 
							
								 
							
							
								    """ Skip Project Operations - Matching folders will be skipped during project operations  """ 
							 
						 
					
						
							
								
							 
							
								
							 
							
								 
							
							
								    which  =  ' SF02 ' 
							 
						 
					
						
							
								
							 
							
								
							 
							
								 
							
							
								    want  =  ' bool ' 
							 
						 
					
						
							
								
									
										
										
										
											2000-08-17 22:16:11 +00:00 
										
									 
								 
							 
							
								
							 
							
								 
							
							
								
							 
						 
					
						
							
								
							 
							
								
							 
							
								 
							
							
								class  Shielded_Folders ( aetools . ComponentItem ) :  
						 
					
						
							
								
									
										
										
										
											2003-04-12 22:27:11 +00:00 
										
									 
								 
							 
							
								
									
										 
								
							 
							
								 
							
							
								    """ Shielded Folders - Folders skipped when performing project and find-and-compare operations  """ 
							 
						 
					
						
							
								
							 
							
								
							 
							
								 
							
							
								    want  =  ' SHFL ' 
							 
						 
					
						
							
								
									
										
										
										
											2003-04-01 22:05:14 +00:00 
										
									 
								 
							 
							
								
									
										 
								
							 
							
								 
							
							
								class  _Prop_Shielded_Items ( aetools . NProperty ) :  
						 
					
						
							
								
									
										
										
										
											2003-04-12 22:27:11 +00:00 
										
									 
								 
							 
							
								
									
										 
								
							 
							
								 
							
							
								    """ Shielded Items -   """ 
							 
						 
					
						
							
								
							 
							
								
							 
							
								 
							
							
								    which  =  ' SFis ' 
							 
						 
					
						
							
								
							 
							
								
							 
							
								 
							
							
								    want  =  ' SFit ' 
							 
						 
					
						
							
								
									
										
										
										
											2000-08-17 22:16:11 +00:00 
										
									 
								 
							 
							
								
							 
							
								 
							
							
								
							 
						 
					
						
							
								
							 
							
								
							 
							
								 
							
							
								class  Syntax_Coloring ( aetools . ComponentItem ) :  
						 
					
						
							
								
									
										
										
										
											2003-04-12 22:27:11 +00:00 
										
									 
								 
							 
							
								
									
										 
								
							 
							
								 
							
							
								    """ Syntax Coloring -   """ 
							 
						 
					
						
							
								
							 
							
								
							 
							
								 
							
							
								    want  =  ' SNTX ' 
							 
						 
					
						
							
								
									
										
										
										
											2003-04-01 22:05:14 +00:00 
										
									 
								 
							 
							
								
									
										 
								
							 
							
								 
							
							
								class  _Prop_Comment_Color ( aetools . NProperty ) :  
						 
					
						
							
								
									
										
										
										
											2003-04-12 22:27:11 +00:00 
										
									 
								 
							 
							
								
									
										 
								
							 
							
								 
							
							
								    """ Comment Color - The color for comments.  """ 
							 
						 
					
						
							
								
							 
							
								
							 
							
								 
							
							
								    which  =  ' GH02 ' 
							 
						 
					
						
							
								
							 
							
								
							 
							
								 
							
							
								    want  =  ' cRGB ' 
							 
						 
					
						
							
								
									
										
										
										
											2003-04-01 22:05:14 +00:00 
										
									 
								 
							 
							
								
									
										 
								
							 
							
								 
							
							
								class  _Prop_Keyword_Color ( aetools . NProperty ) :  
						 
					
						
							
								
									
										
										
										
											2003-04-12 22:27:11 +00:00 
										
									 
								 
							 
							
								
									
										 
								
							 
							
								 
							
							
								    """ Keyword Color - The color for language keywords.  """ 
							 
						 
					
						
							
								
							 
							
								
							 
							
								 
							
							
								    which  =  ' GH03 ' 
							 
						 
					
						
							
								
							 
							
								
							 
							
								 
							
							
								    want  =  ' cRGB ' 
							 
						 
					
						
							
								
									
										
										
										
											2003-04-01 22:05:14 +00:00 
										
									 
								 
							 
							
								
									
										 
								
							 
							
								 
							
							
								class  _Prop_String_Color ( aetools . NProperty ) :  
						 
					
						
							
								
									
										
										
										
											2003-04-12 22:27:11 +00:00 
										
									 
								 
							 
							
								
									
										 
								
							 
							
								 
							
							
								    """ String Color - The color for strings.  """ 
							 
						 
					
						
							
								
							 
							
								
							 
							
								 
							
							
								    which  =  ' GH04 ' 
							 
						 
					
						
							
								
							 
							
								
							 
							
								 
							
							
								    want  =  ' cRGB ' 
							 
						 
					
						
							
								
									
										
										
										
											2003-04-01 22:05:14 +00:00 
										
									 
								 
							 
							
								
									
										 
								
							 
							
								 
							
							
								class  _Prop_Syntax_Coloring ( aetools . NProperty ) :  
						 
					
						
							
								
									
										
										
										
											2003-04-12 22:27:11 +00:00 
										
									 
								 
							 
							
								
									
										 
								
							 
							
								 
							
							
								    """ Syntax Coloring - Mark keywords and comments with color.  """ 
							 
						 
					
						
							
								
							 
							
								
							 
							
								 
							
							
								    which  =  ' GH01 ' 
							 
						 
					
						
							
								
							 
							
								
							 
							
								 
							
							
								    want  =  ' bool ' 
							 
						 
					
						
							
								
									
										
										
										
											2000-08-17 22:16:11 +00:00 
										
									 
								 
							 
							
								
							 
							
								 
							
							
								
							 
						 
					
						
							
								
									
										
										
										
											2003-03-30 22:41:53 +00:00 
										
									 
								 
							 
							
								
									
										 
								
							 
							
								 
							
							
								class  Segment ( aetools . ComponentItem ) :  
						 
					
						
							
								
									
										
										
										
											2003-04-12 22:27:11 +00:00 
										
									 
								 
							 
							
								
									
										 
								
							 
							
								 
							
							
								    """ Segment - A segment or group in the project  """ 
							 
						 
					
						
							
								
							 
							
								
							 
							
								 
							
							
								    want  =  ' Seg  ' 
							 
						 
					
						
							
								
									
										
										
										
											2003-04-01 22:05:14 +00:00 
										
									 
								 
							 
							
								
									
										 
								
							 
							
								 
							
							
								class  _Prop_filecount ( aetools . NProperty ) :  
						 
					
						
							
								
									
										
										
										
											2003-04-12 22:27:11 +00:00 
										
									 
								 
							 
							
								
									
										 
								
							 
							
								 
							
							
								    """ filecount -   """ 
							 
						 
					
						
							
								
							 
							
								
							 
							
								 
							
							
								    which  =  ' NumF ' 
							 
						 
					
						
							
								
							 
							
								
							 
							
								 
							
							
								    want  =  ' shor ' 
							 
						 
					
						
							
								
									
										
										
										
											2003-04-01 22:05:14 +00:00 
										
									 
								 
							 
							
								
									
										 
								
							 
							
								 
							
							
								class  _Prop_seg_2d_locked ( aetools . NProperty ) :  
						 
					
						
							
								
									
										
										
										
											2003-04-12 22:27:11 +00:00 
										
									 
								 
							 
							
								
									
										 
								
							 
							
								 
							
							
								    """ seg-locked - Is the segment locked ? [68K only]  """ 
							 
						 
					
						
							
								
							 
							
								
							 
							
								 
							
							
								    which  =  ' PLck ' 
							 
						 
					
						
							
								
							 
							
								
							 
							
								 
							
							
								    want  =  ' bool ' 
							 
						 
					
						
							
								
									
										
										
										
											2003-04-01 22:05:14 +00:00 
										
									 
								 
							 
							
								
									
										 
								
							 
							
								 
							
							
								class  _Prop_seg_2d_preloaded ( aetools . NProperty ) :  
						 
					
						
							
								
									
										
										
										
											2003-04-12 22:27:11 +00:00 
										
									 
								 
							 
							
								
									
										 
								
							 
							
								 
							
							
								    """ seg-preloaded - Is the segment preloaded ? [68K only]  """ 
							 
						 
					
						
							
								
							 
							
								
							 
							
								 
							
							
								    which  =  ' Prel ' 
							 
						 
					
						
							
								
							 
							
								
							 
							
								 
							
							
								    want  =  ' bool ' 
							 
						 
					
						
							
								
									
										
										
										
											2003-04-01 22:05:14 +00:00 
										
									 
								 
							 
							
								
									
										 
								
							 
							
								 
							
							
								class  _Prop_seg_2d_protected ( aetools . NProperty ) :  
						 
					
						
							
								
									
										
										
										
											2003-04-12 22:27:11 +00:00 
										
									 
								 
							 
							
								
									
										 
								
							 
							
								 
							
							
								    """ seg-protected - Is the segment protected ? [68K only]  """ 
							 
						 
					
						
							
								
							 
							
								
							 
							
								 
							
							
								    which  =  ' Prot ' 
							 
						 
					
						
							
								
							 
							
								
							 
							
								 
							
							
								    want  =  ' bool ' 
							 
						 
					
						
							
								
									
										
										
										
											2003-04-01 22:05:14 +00:00 
										
									 
								 
							 
							
								
									
										 
								
							 
							
								 
							
							
								class  _Prop_seg_2d_purgeable ( aetools . NProperty ) :  
						 
					
						
							
								
									
										
										
										
											2003-04-12 22:27:11 +00:00 
										
									 
								 
							 
							
								
									
										 
								
							 
							
								 
							
							
								    """ seg-purgeable - Is the segment purgeable ? [68K only]  """ 
							 
						 
					
						
							
								
							 
							
								
							 
							
								 
							
							
								    which  =  ' Purg ' 
							 
						 
					
						
							
								
							 
							
								
							 
							
								 
							
							
								    want  =  ' bool ' 
							 
						 
					
						
							
								
									
										
										
										
											2003-04-01 22:05:14 +00:00 
										
									 
								 
							 
							
								
									
										 
								
							 
							
								 
							
							
								class  _Prop_seg_2d_system_heap ( aetools . NProperty ) :  
						 
					
						
							
								
									
										
										
										
											2003-04-12 22:27:11 +00:00 
										
									 
								 
							 
							
								
									
										 
								
							 
							
								 
							
							
								    """ seg-system heap - Is the segment loaded into the system heap ? [68K only]  """ 
							 
						 
					
						
							
								
							 
							
								
							 
							
								 
							
							
								    which  =  ' SysH ' 
							 
						 
					
						
							
								
							 
							
								
							 
							
								 
							
							
								    want  =  ' bool ' 
							 
						 
					
						
							
								
									
										
										
										
											2003-03-30 22:41:53 +00:00 
										
									 
								 
							 
							
								
									
										 
								
							 
							
								 
							
							
								
							 
						 
					
						
							
								
							 
							
								
							 
							
								 
							
							
								class  ProjectFile ( aetools . ComponentItem ) :  
						 
					
						
							
								
									
										
										
										
											2003-04-12 22:27:11 +00:00 
										
									 
								 
							 
							
								
									
										 
								
							 
							
								 
							
							
								    """ ProjectFile - A file contained in a project  """ 
							 
						 
					
						
							
								
							 
							
								
							 
							
								 
							
							
								    want  =  ' SrcF ' 
							 
						 
					
						
							
								
									
										
										
										
											2003-04-01 22:05:14 +00:00 
										
									 
								 
							 
							
								
									
										 
								
							 
							
								 
							
							
								class  _Prop_codesize ( aetools . NProperty ) :  
						 
					
						
							
								
									
										
										
										
											2003-04-12 22:27:11 +00:00 
										
									 
								 
							 
							
								
									
										 
								
							 
							
								 
							
							
								    """ codesize - The size of this file \xd5 s code.  """ 
							 
						 
					
						
							
								
							 
							
								
							 
							
								 
							
							
								    which  =  ' CSiz ' 
							 
						 
					
						
							
								
							 
							
								
							 
							
								 
							
							
								    want  =  ' long ' 
							 
						 
					
						
							
								
									
										
										
										
											2003-04-01 22:05:14 +00:00 
										
									 
								 
							 
							
								
									
										 
								
							 
							
								 
							
							
								class  _Prop_datasize ( aetools . NProperty ) :  
						 
					
						
							
								
									
										
										
										
											2003-04-12 22:27:11 +00:00 
										
									 
								 
							 
							
								
									
										 
								
							 
							
								 
							
							
								    """ datasize - The size of this file \xd5 s data.  """ 
							 
						 
					
						
							
								
							 
							
								
							 
							
								 
							
							
								    which  =  ' DSiz ' 
							 
						 
					
						
							
								
							 
							
								
							 
							
								 
							
							
								    want  =  ' long ' 
							 
						 
					
						
							
								
									
										
										
										
											2003-04-01 22:05:14 +00:00 
										
									 
								 
							 
							
								
									
										 
								
							 
							
								 
							
							
								class  _Prop_filetype ( aetools . NProperty ) :  
						 
					
						
							
								
									
										
										
										
											2003-04-12 22:27:11 +00:00 
										
									 
								 
							 
							
								
									
										 
								
							 
							
								 
							
							
								    """ filetype - What kind of file is this ?  """ 
							 
						 
					
						
							
								
							 
							
								
							 
							
								 
							
							
								    which  =  ' SrcT ' 
							 
						 
					
						
							
								
							 
							
								
							 
							
								 
							
							
								    want  =  ' SrcT ' 
							 
						 
					
						
							
								
									
										
										
										
											2003-04-01 22:05:14 +00:00 
										
									 
								 
							 
							
								
									
										 
								
							 
							
								 
							
							
								class  _Prop_includes ( aetools . NProperty ) :  
						 
					
						
							
								
									
										
										
										
											2003-04-12 22:27:11 +00:00 
										
									 
								 
							 
							
								
									
										 
								
							 
							
								 
							
							
								    """ includes -   """ 
							 
						 
					
						
							
								
							 
							
								
							 
							
								 
							
							
								    which  =  ' IncF ' 
							 
						 
					
						
							
								
							 
							
								
							 
							
								 
							
							
								    want  =  ' fss  ' 
							 
						 
					
						
							
								
									
										
										
										
											2003-04-01 22:05:14 +00:00 
										
									 
								 
							 
							
								
									
										 
								
							 
							
								 
							
							
								class  _Prop_initialize_before ( aetools . NProperty ) :  
						 
					
						
							
								
									
										
										
										
											2003-04-12 22:27:11 +00:00 
										
									 
								 
							 
							
								
									
										 
								
							 
							
								 
							
							
								    """ initialize before - Initialize the shared library before the main application.  """ 
							 
						 
					
						
							
								
							 
							
								
							 
							
								 
							
							
								    which  =  ' Bfor ' 
							 
						 
					
						
							
								
							 
							
								
							 
							
								 
							
							
								    want  =  ' bool ' 
							 
						 
					
						
							
								
									
										
										
										
											2003-04-01 22:05:14 +00:00 
										
									 
								 
							 
							
								
									
										 
								
							 
							
								 
							
							
								class  _Prop_symbols ( aetools . NProperty ) :  
						 
					
						
							
								
									
										
										
										
											2003-04-12 22:27:11 +00:00 
										
									 
								 
							 
							
								
									
										 
								
							 
							
								 
							
							
								    """ symbols - Are debugging symbols generated for this file ?  """ 
							 
						 
					
						
							
								
							 
							
								
							 
							
								 
							
							
								    which  =  ' SymG ' 
							 
						 
					
						
							
								
							 
							
								
							 
							
								 
							
							
								    want  =  ' bool ' 
							 
						 
					
						
							
								
									
										
										
										
											2003-04-01 22:05:14 +00:00 
										
									 
								 
							 
							
								
									
										 
								
							 
							
								 
							
							
								class  _Prop_up_to_date ( aetools . NProperty ) :  
						 
					
						
							
								
									
										
										
										
											2003-04-12 22:27:11 +00:00 
										
									 
								 
							 
							
								
									
										 
								
							 
							
								 
							
							
								    """ up to date - Has the file been compiled since its last modification ?  """ 
							 
						 
					
						
							
								
							 
							
								
							 
							
								 
							
							
								    which  =  ' UpTD ' 
							 
						 
					
						
							
								
							 
							
								
							 
							
								 
							
							
								    want  =  ' bool ' 
							 
						 
					
						
							
								
									
										
										
										
											2003-04-01 22:05:14 +00:00 
										
									 
								 
							 
							
								
									
										 
								
							 
							
								 
							
							
								class  _Prop_weak_link ( aetools . NProperty ) :  
						 
					
						
							
								
									
										
										
										
											2003-04-12 22:27:11 +00:00 
										
									 
								 
							 
							
								
									
										 
								
							 
							
								 
							
							
								    """ weak link - Is this file imported weakly into the project ? [PowerPC only]  """ 
							 
						 
					
						
							
								
							 
							
								
							 
							
								 
							
							
								    which  =  ' Weak ' 
							 
						 
					
						
							
								
							 
							
								
							 
							
								 
							
							
								    want  =  ' bool ' 
							 
						 
					
						
							
								
									
										
										
										
											2003-03-30 22:41:53 +00:00 
										
									 
								 
							 
							
								
									
										 
								
							 
							
								 
							
							
								
							 
						 
					
						
							
								
							 
							
								
							 
							
								 
							
							
								class  Source_Tree ( aetools . ComponentItem ) :  
						 
					
						
							
								
									
										
										
										
											2003-04-12 22:27:11 +00:00 
										
									 
								 
							 
							
								
									
										 
								
							 
							
								 
							
							
								    """ Source Tree - User-defined source tree root  """ 
							 
						 
					
						
							
								
							 
							
								
							 
							
								 
							
							
								    want  =  ' SrcT ' 
							 
						 
					
						
							
								
									
										
										
										
											2003-04-01 22:05:14 +00:00 
										
									 
								 
							 
							
								
									
										 
								
							 
							
								 
							
							
								class  _Prop_path ( aetools . NProperty ) :  
						 
					
						
							
								
									
										
										
										
											2003-04-12 22:27:11 +00:00 
										
									 
								 
							 
							
								
									
										 
								
							 
							
								 
							
							
								    """ path - path for the user-defined source tree root  """ 
							 
						 
					
						
							
								
							 
							
								
							 
							
								 
							
							
								    which  =  ' Path ' 
							 
						 
					
						
							
								
							 
							
								
							 
							
								 
							
							
								    want  =  ' TEXT ' 
							 
						 
					
						
							
								
									
										
										
										
											2003-04-01 22:05:14 +00:00 
										
									 
								 
							 
							
								
									
										 
								
							 
							
								 
							
							
								class  _Prop_path_kind ( aetools . NProperty ) :  
						 
					
						
							
								
									
										
										
										
											2003-04-12 22:27:11 +00:00 
										
									 
								 
							 
							
								
									
										 
								
							 
							
								 
							
							
								    """ path kind - kind of path  """ 
							 
						 
					
						
							
								
							 
							
								
							 
							
								 
							
							
								    which  =  ' Kind ' 
							 
						 
					
						
							
								
							 
							
								
							 
							
								 
							
							
								    want  =  ' STKd ' 
							 
						 
					
						
							
								
									
										
										
										
											2003-03-30 22:41:53 +00:00 
										
									 
								 
							 
							
								
									
										 
								
							 
							
								 
							
							
								
							 
						 
					
						
							
								
									
										
										
										
											2000-08-17 22:16:11 +00:00 
										
									 
								 
							 
							
								
							 
							
								 
							
							
								class  Target_Settings ( aetools . ComponentItem ) :  
						 
					
						
							
								
									
										
										
										
											2003-04-12 22:27:11 +00:00 
										
									 
								 
							 
							
								
									
										 
								
							 
							
								 
							
							
								    """ Target Settings - Contains the definitions of a project \xd5 s target.  """ 
							 
						 
					
						
							
								
							 
							
								
							 
							
								 
							
							
								    want  =  ' TARG ' 
							 
						 
					
						
							
								
									
										
										
										
											2003-04-01 22:05:14 +00:00 
										
									 
								 
							 
							
								
									
										 
								
							 
							
								 
							
							
								class  _Prop_Linker ( aetools . NProperty ) :  
						 
					
						
							
								
									
										
										
										
											2003-04-12 22:27:11 +00:00 
										
									 
								 
							 
							
								
									
										 
								
							 
							
								 
							
							
								    """ Linker - The name of the current linker.  """ 
							 
						 
					
						
							
								
							 
							
								
							 
							
								 
							
							
								    which  =  ' TA01 ' 
							 
						 
					
						
							
								
							 
							
								
							 
							
								 
							
							
								    want  =  ' TEXT ' 
							 
						 
					
						
							
								
									
										
										
										
											2003-04-01 22:05:14 +00:00 
										
									 
								 
							 
							
								
									
										 
								
							 
							
								 
							
							
								class  _Prop_Output_Directory_Location ( aetools . NProperty ) :  
						 
					
						
							
								
									
										
										
										
											2003-04-12 22:27:11 +00:00 
										
									 
								 
							 
							
								
									
										 
								
							 
							
								 
							
							
								    """ Output Directory Location - Location of output directory  """ 
							 
						 
					
						
							
								
							 
							
								
							 
							
								 
							
							
								    which  =  ' TA16 ' 
							 
						 
					
						
							
								
							 
							
								
							 
							
								 
							
							
								    want  =  ' RlPt ' 
							 
						 
					
						
							
								
									
										
										
										
											2003-04-01 22:05:14 +00:00 
										
									 
								 
							 
							
								
									
										 
								
							 
							
								 
							
							
								class  _Prop_Output_Directory_Origin ( aetools . NProperty ) :  
						 
					
						
							
								
									
										
										
										
											2003-04-12 22:27:11 +00:00 
										
									 
								 
							 
							
								
									
										 
								
							 
							
								 
							
							
								    """ Output Directory Origin - Origin of path to output directory. Usage of this property is deprecated. Use the  \xd2 Output Directory Location \xd3  property instead.  """ 
							 
						 
					
						
							
								
							 
							
								
							 
							
								 
							
							
								    which  =  ' TA12 ' 
							 
						 
					
						
							
								
							 
							
								
							 
							
								 
							
							
								    want  =  ' PPrm ' 
							 
						 
					
						
							
								
									
										
										
										
											2003-04-01 22:05:14 +00:00 
										
									 
								 
							 
							
								
									
										 
								
							 
							
								 
							
							
								class  _Prop_Output_Directory_Path ( aetools . NProperty ) :  
						 
					
						
							
								
									
										
										
										
											2003-04-12 22:27:11 +00:00 
										
									 
								 
							 
							
								
									
										 
								
							 
							
								 
							
							
								    """ Output Directory Path - Path to output directory. Usage of this property is deprecated. Use the  \xd2 Output Directory Location \xd3  property instead.  """ 
							 
						 
					
						
							
								
							 
							
								
							 
							
								 
							
							
								    which  =  ' TA11 ' 
							 
						 
					
						
							
								
							 
							
								
							 
							
								 
							
							
								    want  =  ' TEXT ' 
							 
						 
					
						
							
								
									
										
										
										
											2003-04-01 22:05:14 +00:00 
										
									 
								 
							 
							
								
									
										 
								
							 
							
								 
							
							
								class  _Prop_Post_Linker ( aetools . NProperty ) :  
						 
					
						
							
								
									
										
										
										
											2003-04-12 22:27:11 +00:00 
										
									 
								 
							 
							
								
									
										 
								
							 
							
								 
							
							
								    """ Post Linker -   """ 
							 
						 
					
						
							
								
							 
							
								
							 
							
								 
							
							
								    which  =  ' TA09 ' 
							 
						 
					
						
							
								
							 
							
								
							 
							
								 
							
							
								    want  =  ' TEXT ' 
							 
						 
					
						
							
								
									
										
										
										
											2003-04-01 22:05:14 +00:00 
										
									 
								 
							 
							
								
									
										 
								
							 
							
								 
							
							
								class  _Prop_Pre_Linker ( aetools . NProperty ) :  
						 
					
						
							
								
									
										
										
										
											2003-04-12 22:27:11 +00:00 
										
									 
								 
							 
							
								
									
										 
								
							 
							
								 
							
							
								    """ Pre Linker -   """ 
							 
						 
					
						
							
								
							 
							
								
							 
							
								 
							
							
								    which  =  ' TA13 ' 
							 
						 
					
						
							
								
							 
							
								
							 
							
								 
							
							
								    want  =  ' TEXT ' 
							 
						 
					
						
							
								
									
										
										
										
											2003-04-01 22:05:14 +00:00 
										
									 
								 
							 
							
								
									
										 
								
							 
							
								 
							
							
								class  _Prop_Target_Name ( aetools . NProperty ) :  
						 
					
						
							
								
									
										
										
										
											2003-04-12 22:27:11 +00:00 
										
									 
								 
							 
							
								
									
										 
								
							 
							
								 
							
							
								    """ Target Name -   """ 
							 
						 
					
						
							
								
							 
							
								
							 
							
								 
							
							
								    which  =  ' TA10 ' 
							 
						 
					
						
							
								
							 
							
								
							 
							
								 
							
							
								    want  =  ' TEXT ' 
							 
						 
					
						
							
								
									
										
										
										
											2003-04-01 22:05:14 +00:00 
										
									 
								 
							 
							
								
									
										 
								
							 
							
								 
							
							
								class  _Prop_Use_Relative_Paths ( aetools . NProperty ) :  
						 
					
						
							
								
									
										
										
										
											2003-04-12 22:27:11 +00:00 
										
									 
								 
							 
							
								
									
										 
								
							 
							
								 
							
							
								    """ Use Relative Paths - Save project entries using relative paths  """ 
							 
						 
					
						
							
								
							 
							
								
							 
							
								 
							
							
								    which  =  ' TA15 ' 
							 
						 
					
						
							
								
							 
							
								
							 
							
								 
							
							
								    want  =  ' bool ' 
							 
						 
					
						
							
								
									
										
										
										
											2000-08-17 22:16:11 +00:00 
										
									 
								 
							 
							
								
							 
							
								 
							
							
								
							 
						 
					
						
							
								
							 
							
								
							 
							
								 
							
							
								class  Target_Source_Trees ( aetools . ComponentItem ) :  
						 
					
						
							
								
									
										
										
										
											2003-04-12 22:27:11 +00:00 
										
									 
								 
							 
							
								
									
										 
								
							 
							
								 
							
							
								    """ Target Source Trees - Target-specific user-defined source tree roots  """ 
							 
						 
					
						
							
								
							 
							
								
							 
							
								 
							
							
								    want  =  ' TSTs ' 
							 
						 
					
						
							
								
									
										
										
										
											2000-08-17 22:16:11 +00:00 
										
									 
								 
							 
							
								
							 
							
								 
							
							
								
							 
						 
					
						
							
								
							 
							
								
							 
							
								 
							
							
								class  VCS_Setup ( aetools . ComponentItem ) :  
						 
					
						
							
								
									
										
										
										
											2003-04-12 22:27:11 +00:00 
										
									 
								 
							 
							
								
									
										 
								
							 
							
								 
							
							
								    """ VCS Setup - The version control system preferences.  """ 
							 
						 
					
						
							
								
							 
							
								
							 
							
								 
							
							
								    want  =  ' VCSs ' 
							 
						 
					
						
							
								
									
										
										
										
											2003-04-01 22:05:14 +00:00 
										
									 
								 
							 
							
								
									
										 
								
							 
							
								 
							
							
								class  _Prop_Always_Prompt ( aetools . NProperty ) :  
						 
					
						
							
								
									
										
										
										
											2003-04-12 22:27:11 +00:00 
										
									 
								 
							 
							
								
									
										 
								
							 
							
								 
							
							
								    """ Always Prompt - Always show login dialog  """ 
							 
						 
					
						
							
								
							 
							
								
							 
							
								 
							
							
								    which  =  ' VC07 ' 
							 
						 
					
						
							
								
							 
							
								
							 
							
								 
							
							
								    want  =  ' bool ' 
							 
						 
					
						
							
								
									
										
										
										
											2003-04-01 22:05:14 +00:00 
										
									 
								 
							 
							
								
									
										 
								
							 
							
								 
							
							
								class  _Prop_Auto_Connect ( aetools . NProperty ) :  
						 
					
						
							
								
									
										
										
										
											2003-04-12 22:27:11 +00:00 
										
									 
								 
							 
							
								
									
										 
								
							 
							
								 
							
							
								    """ Auto Connect - Automatically connect to database when starting.  """ 
							 
						 
					
						
							
								
							 
							
								
							 
							
								 
							
							
								    which  =  ' VC05 ' 
							 
						 
					
						
							
								
							 
							
								
							 
							
								 
							
							
								    want  =  ' bool ' 
							 
						 
					
						
							
								
									
										
										
										
											2003-04-01 22:05:14 +00:00 
										
									 
								 
							 
							
								
									
										 
								
							 
							
								 
							
							
								class  _Prop_Connection_Method ( aetools . NProperty ) :  
						 
					
						
							
								
									
										
										
										
											2003-04-12 22:27:11 +00:00 
										
									 
								 
							 
							
								
									
										 
								
							 
							
								 
							
							
								    """ Connection Method - Name of Version Control System to use.  """ 
							 
						 
					
						
							
								
							 
							
								
							 
							
								 
							
							
								    which  =  ' VC02 ' 
							 
						 
					
						
							
								
							 
							
								
							 
							
								 
							
							
								    want  =  ' TEXT ' 
							 
						 
					
						
							
								
									
										
										
										
											2003-04-01 22:05:14 +00:00 
										
									 
								 
							 
							
								
									
										 
								
							 
							
								 
							
							
								class  _Prop_Database_Path ( aetools . NProperty ) :  
						 
					
						
							
								
									
										
										
										
											2003-04-12 22:27:11 +00:00 
										
									 
								 
							 
							
								
									
										 
								
							 
							
								 
							
							
								    """ Database Path - Path to the VCS database.  """ 
							 
						 
					
						
							
								
							 
							
								
							 
							
								 
							
							
								    which  =  ' VC09 ' 
							 
						 
					
						
							
								
							 
							
								
							 
							
								 
							
							
								    want  =  ' RlPt ' 
							 
						 
					
						
							
								
									
										
										
										
											2003-04-01 22:05:14 +00:00 
										
									 
								 
							 
							
								
									
										 
								
							 
							
								 
							
							
								class  _Prop_Local_Path ( aetools . NProperty ) :  
						 
					
						
							
								
									
										
										
										
											2003-04-12 22:27:11 +00:00 
										
									 
								 
							 
							
								
									
										 
								
							 
							
								 
							
							
								    """ Local Path - Path to the local root  """ 
							 
						 
					
						
							
								
							 
							
								
							 
							
								 
							
							
								    which  =  ' VC10 ' 
							 
						 
					
						
							
								
							 
							
								
							 
							
								 
							
							
								    want  =  ' RlPt ' 
							 
						 
					
						
							
								
									
										
										
										
											2003-04-01 22:05:14 +00:00 
										
									 
								 
							 
							
								
									
										 
								
							 
							
								 
							
							
								class  _Prop_Mount_Volume ( aetools . NProperty ) :  
						 
					
						
							
								
									
										
										
										
											2003-04-12 22:27:11 +00:00 
										
									 
								 
							 
							
								
									
										 
								
							 
							
								 
							
							
								    """ Mount Volume - Attempt to mount the database volume if it isn ' t available.  """ 
							 
						 
					
						
							
								
							 
							
								
							 
							
								 
							
							
								    which  =  ' VC08 ' 
							 
						 
					
						
							
								
							 
							
								
							 
							
								 
							
							
								    want  =  ' bool ' 
							 
						 
					
						
							
								
									
										
										
										
											2003-04-01 22:05:14 +00:00 
										
									 
								 
							 
							
								
									
										 
								
							 
							
								 
							
							
								class  _Prop_Password ( aetools . NProperty ) :  
						 
					
						
							
								
									
										
										
										
											2003-04-12 22:27:11 +00:00 
										
									 
								 
							 
							
								
									
										 
								
							 
							
								 
							
							
								    """ Password - The password for the VCS.  """ 
							 
						 
					
						
							
								
							 
							
								
							 
							
								 
							
							
								    which  =  ' VC04 ' 
							 
						 
					
						
							
								
							 
							
								
							 
							
								 
							
							
								    want  =  ' TEXT ' 
							 
						 
					
						
							
								
									
										
										
										
											2003-04-01 22:05:14 +00:00 
										
									 
								 
							 
							
								
									
										 
								
							 
							
								 
							
							
								class  _Prop_Store_Password ( aetools . NProperty ) :  
						 
					
						
							
								
									
										
										
										
											2003-04-12 22:27:11 +00:00 
										
									 
								 
							 
							
								
									
										 
								
							 
							
								 
							
							
								    """ Store Password - Store the password.  """ 
							 
						 
					
						
							
								
							 
							
								
							 
							
								 
							
							
								    which  =  ' VC06 ' 
							 
						 
					
						
							
								
							 
							
								
							 
							
								 
							
							
								    want  =  ' bool ' 
							 
						 
					
						
							
								
									
										
										
										
											2003-04-01 22:05:14 +00:00 
										
									 
								 
							 
							
								
									
										 
								
							 
							
								 
							
							
								class  _Prop_Use_Global_Settings ( aetools . NProperty ) :  
						 
					
						
							
								
									
										
										
										
											2003-04-12 22:27:11 +00:00 
										
									 
								 
							 
							
								
									
										 
								
							 
							
								 
							
							
								    """ Use Global Settings - Use the global VCS settings by default  """ 
							 
						 
					
						
							
								
							 
							
								
							 
							
								 
							
							
								    which  =  ' VC11 ' 
							 
						 
					
						
							
								
							 
							
								
							 
							
								 
							
							
								    want  =  ' bool ' 
							 
						 
					
						
							
								
									
										
										
										
											2003-04-01 22:05:14 +00:00 
										
									 
								 
							 
							
								
									
										 
								
							 
							
								 
							
							
								class  _Prop_Username ( aetools . NProperty ) :  
						 
					
						
							
								
									
										
										
										
											2003-04-12 22:27:11 +00:00 
										
									 
								 
							 
							
								
									
										 
								
							 
							
								 
							
							
								    """ Username - The user name for the VCS.  """ 
							 
						 
					
						
							
								
							 
							
								
							 
							
								 
							
							
								    which  =  ' VC03 ' 
							 
						 
					
						
							
								
							 
							
								
							 
							
								 
							
							
								    want  =  ' TEXT ' 
							 
						 
					
						
							
								
									
										
										
										
											2003-04-01 22:05:14 +00:00 
										
									 
								 
							 
							
								
									
										 
								
							 
							
								 
							
							
								class  _Prop_VCS_Active ( aetools . NProperty ) :  
						 
					
						
							
								
									
										
										
										
											2003-04-12 22:27:11 +00:00 
										
									 
								 
							 
							
								
									
										 
								
							 
							
								 
							
							
								    """ VCS Active - Use Version Control  """ 
							 
						 
					
						
							
								
							 
							
								
							 
							
								 
							
							
								    which  =  ' VC01 ' 
							 
						 
					
						
							
								
							 
							
								
							 
							
								 
							
							
								    want  =  ' bool ' 
							 
						 
					
						
							
								
									
										
										
										
											2000-08-17 22:16:11 +00:00 
										
									 
								 
							 
							
								
							 
							
								 
							
							
								
							 
						 
					
						
							
								
									
										
										
										
											2003-03-30 22:41:53 +00:00 
										
									 
								 
							 
							
								
									
										 
								
							 
							
								 
							
							
								class  Font ( aetools . ComponentItem ) :  
						 
					
						
							
								
									
										
										
										
											2003-04-12 22:27:11 +00:00 
										
									 
								 
							 
							
								
									
										 
								
							 
							
								 
							
							
								    """ Font -   """ 
							 
						 
					
						
							
								
							 
							
								
							 
							
								 
							
							
								    want  =  ' mFNT ' 
							 
						 
					
						
							
								
									
										
										
										
											2003-04-01 22:05:14 +00:00 
										
									 
								 
							 
							
								
									
										 
								
							 
							
								 
							
							
								class  _Prop_Auto_Indent ( aetools . NProperty ) :  
						 
					
						
							
								
									
										
										
										
											2003-04-12 22:27:11 +00:00 
										
									 
								 
							 
							
								
									
										 
								
							 
							
								 
							
							
								    """ Auto Indent - Indent new lines automatically.  """ 
							 
						 
					
						
							
								
							 
							
								
							 
							
								 
							
							
								    which  =  ' FN01 ' 
							 
						 
					
						
							
								
							 
							
								
							 
							
								 
							
							
								    want  =  ' bool ' 
							 
						 
					
						
							
								
									
										
										
										
											2003-04-01 22:05:14 +00:00 
										
									 
								 
							 
							
								
									
										 
								
							 
							
								 
							
							
								class  _Prop_Tab_Indents_Selection ( aetools . NProperty ) :  
						 
					
						
							
								
									
										
										
										
											2003-04-12 22:27:11 +00:00 
										
									 
								 
							 
							
								
									
										 
								
							 
							
								 
							
							
								    """ Tab Indents Selection - Tab indents selection when multiple lines are selected  """ 
							 
						 
					
						
							
								
							 
							
								
							 
							
								 
							
							
								    which  =  ' FN03 ' 
							 
						 
					
						
							
								
							 
							
								
							 
							
								 
							
							
								    want  =  ' bool ' 
							 
						 
					
						
							
								
									
										
										
										
											2003-04-01 22:05:14 +00:00 
										
									 
								 
							 
							
								
									
										 
								
							 
							
								 
							
							
								class  _Prop_Tab_Inserts_Spaces ( aetools . NProperty ) :  
						 
					
						
							
								
									
										
										
										
											2003-04-12 22:27:11 +00:00 
										
									 
								 
							 
							
								
									
										 
								
							 
							
								 
							
							
								    """ Tab Inserts Spaces - Insert spaces instead of tab character  """ 
							 
						 
					
						
							
								
							 
							
								
							 
							
								 
							
							
								    which  =  ' FN04 ' 
							 
						 
					
						
							
								
							 
							
								
							 
							
								 
							
							
								    want  =  ' bool ' 
							 
						 
					
						
							
								
									
										
										
										
											2003-04-01 22:05:14 +00:00 
										
									 
								 
							 
							
								
									
										 
								
							 
							
								 
							
							
								class  _Prop_Tab_Size ( aetools . NProperty ) :  
						 
					
						
							
								
									
										
										
										
											2003-04-12 22:27:11 +00:00 
										
									 
								 
							 
							
								
									
										 
								
							 
							
								 
							
							
								    """ Tab Size -   """ 
							 
						 
					
						
							
								
							 
							
								
							 
							
								 
							
							
								    which  =  ' FN02 ' 
							 
						 
					
						
							
								
							 
							
								
							 
							
								 
							
							
								    want  =  ' shor ' 
							 
						 
					
						
							
								
									
										
										
										
											2003-04-01 22:05:14 +00:00 
										
									 
								 
							 
							
								
									
										 
								
							 
							
								 
							
							
								class  _Prop_Text_Font ( aetools . NProperty ) :  
						 
					
						
							
								
									
										
										
										
											2003-04-12 22:27:11 +00:00 
										
									 
								 
							 
							
								
									
										 
								
							 
							
								 
							
							
								    """ Text Font - The font used in editing windows.  """ 
							 
						 
					
						
							
								
							 
							
								
							 
							
								 
							
							
								    which  =  ' ptxf ' 
							 
						 
					
						
							
								
							 
							
								
							 
							
								 
							
							
								    want  =  ' TEXT ' 
							 
						 
					
						
							
								
									
										
										
										
											2003-04-01 22:05:14 +00:00 
										
									 
								 
							 
							
								
									
										 
								
							 
							
								 
							
							
								class  _Prop_Text_Size ( aetools . NProperty ) :  
						 
					
						
							
								
									
										
										
										
											2003-04-12 22:27:11 +00:00 
										
									 
								 
							 
							
								
									
										 
								
							 
							
								 
							
							
								    """ Text Size - The size of the text in an editing window.  """ 
							 
						 
					
						
							
								
							 
							
								
							 
							
								 
							
							
								    which  =  ' ptps ' 
							 
						 
					
						
							
								
							 
							
								
							 
							
								 
							
							
								    want  =  ' shor ' 
							 
						 
					
						
							
								
									
										
										
										
											2002-08-07 15:53:42 +00:00 
										
									 
								 
							 
							
								
									
										 
								
							 
							
								 
							
							
								Browser_Coloring . _superclassnames  =  [ ]  
						 
					
						
							
								
							 
							
								
							 
							
								 
							
							
								Browser_Coloring . _privpropdict  =  {  
						 
					
						
							
								
									
										
										
										
											2003-04-12 22:27:11 +00:00 
										
									 
								 
							 
							
								
									
										 
								
							 
							
								 
							
							
								    ' Browser_Keywords '  :  _Prop_Browser_Keywords , 
							 
						 
					
						
							
								
							 
							
								
							 
							
								 
							
							
								    ' Classes_Color '  :  _Prop_Classes_Color , 
							 
						 
					
						
							
								
							 
							
								
							 
							
								 
							
							
								    ' Constants_Color '  :  _Prop_Constants_Color , 
							 
						 
					
						
							
								
							 
							
								
							 
							
								 
							
							
								    ' Enums_Color '  :  _Prop_Enums_Color , 
							 
						 
					
						
							
								
							 
							
								
							 
							
								 
							
							
								    ' Functions_Color '  :  _Prop_Functions_Color , 
							 
						 
					
						
							
								
							 
							
								
							 
							
								 
							
							
								    ' Globals_Color '  :  _Prop_Globals_Color , 
							 
						 
					
						
							
								
							 
							
								
							 
							
								 
							
							
								    ' Macros_Color '  :  _Prop_Macros_Color , 
							 
						 
					
						
							
								
							 
							
								
							 
							
								 
							
							
								    ' Template_Commands_in_Menu '  :  _Prop_Template_Commands_in_Menu , 
							 
						 
					
						
							
								
							 
							
								
							 
							
								 
							
							
								    ' Templates_Color '  :  _Prop_Templates_Color , 
							 
						 
					
						
							
								
							 
							
								
							 
							
								 
							
							
								    ' Typedefs_Color '  :  _Prop_Typedefs_Color , 
							 
						 
					
						
							
								
									
										
										
										
											2000-08-17 22:16:11 +00:00 
										
									 
								 
							 
							
								
							 
							
								 
							
							
								}  
						 
					
						
							
								
									
										
										
										
											2002-08-07 15:53:42 +00:00 
										
									 
								 
							 
							
								
									
										 
								
							 
							
								 
							
							
								Browser_Coloring . _privelemdict  =  {  
						 
					
						
							
								
									
										
										
										
											2000-08-17 22:16:11 +00:00 
										
									 
								 
							 
							
								
							 
							
								 
							
							
								}  
						 
					
						
							
								
									
										
										
										
											2002-08-07 15:53:42 +00:00 
										
									 
								 
							 
							
								
									
										 
								
							 
							
								 
							
							
								Build_Settings . _superclassnames  =  [ ]  
						 
					
						
							
								
							 
							
								
							 
							
								 
							
							
								Build_Settings . _privpropdict  =  {  
						 
					
						
							
								
									
										
										
										
											2003-04-12 22:27:11 +00:00 
										
									 
								 
							 
							
								
									
										 
								
							 
							
								 
							
							
								    ' Build_Before_Running '  :  _Prop_Build_Before_Running , 
							 
						 
					
						
							
								
							 
							
								
							 
							
								 
							
							
								    ' Compiler_Thread_Stack_Size '  :  _Prop_Compiler_Thread_Stack_Size , 
							 
						 
					
						
							
								
							 
							
								
							 
							
								 
							
							
								    ' Completion_Sound '  :  _Prop_Completion_Sound , 
							 
						 
					
						
							
								
							 
							
								
							 
							
								 
							
							
								    ' Failure_Sound '  :  _Prop_Failure_Sound , 
							 
						 
					
						
							
								
							 
							
								
							 
							
								 
							
							
								    ' Include_Cache_Size '  :  _Prop_Include_Cache_Size , 
							 
						 
					
						
							
								
							 
							
								
							 
							
								 
							
							
								    ' Save_Before_Building '  :  _Prop_Save_Before_Building , 
							 
						 
					
						
							
								
							 
							
								
							 
							
								 
							
							
								    ' Success_Sound '  :  _Prop_Success_Sound , 
							 
						 
					
						
							
								
									
										
										
										
											2000-08-17 22:16:11 +00:00 
										
									 
								 
							 
							
								
							 
							
								 
							
							
								}  
						 
					
						
							
								
									
										
										
										
											2002-08-07 15:53:42 +00:00 
										
									 
								 
							 
							
								
									
										 
								
							 
							
								 
							
							
								Build_Settings . _privelemdict  =  {  
						 
					
						
							
								
									
										
										
										
											2000-08-17 22:16:11 +00:00 
										
									 
								 
							 
							
								
							 
							
								 
							
							
								}  
						 
					
						
							
								
									
										
										
										
											2003-03-30 22:41:53 +00:00 
										
									 
								 
							 
							
								
									
										 
								
							 
							
								 
							
							
								base_class . _superclassnames  =  [ ]  
						 
					
						
							
								
							 
							
								
							 
							
								 
							
							
								base_class . _privpropdict  =  {  
						 
					
						
							
								
									
										
										
										
											2003-04-12 22:27:11 +00:00 
										
									 
								 
							 
							
								
									
										 
								
							 
							
								 
							
							
								    ' access '  :  _Prop_access , 
							 
						 
					
						
							
								
							 
							
								
							 
							
								 
							
							
								    ' class_ '  :  _Prop_class_ , 
							 
						 
					
						
							
								
							 
							
								
							 
							
								 
							
							
								    ' virtual '  :  _Prop_virtual , 
							 
						 
					
						
							
								
									
										
										
										
											2003-03-30 22:41:53 +00:00 
										
									 
								 
							 
							
								
									
										 
								
							 
							
								 
							
							
								}  
						 
					
						
							
								
							 
							
								
							 
							
								 
							
							
								base_class . _privelemdict  =  {  
						 
					
						
							
								
							 
							
								
							 
							
								 
							
							
								}  
						 
					
						
							
								
									
										
										
										
											2002-08-07 15:53:42 +00:00 
										
									 
								 
							 
							
								
									
										 
								
							 
							
								 
							
							
								Custom_Keywords . _superclassnames  =  [ ]  
						 
					
						
							
								
							 
							
								
							 
							
								 
							
							
								Custom_Keywords . _privpropdict  =  {  
						 
					
						
							
								
									
										
										
										
											2003-04-12 22:27:11 +00:00 
										
									 
								 
							 
							
								
									
										 
								
							 
							
								 
							
							
								    ' Custom_Color_1 '  :  _Prop_Custom_Color_1 , 
							 
						 
					
						
							
								
							 
							
								
							 
							
								 
							
							
								    ' Custom_Color_2 '  :  _Prop_Custom_Color_2 , 
							 
						 
					
						
							
								
							 
							
								
							 
							
								 
							
							
								    ' Custom_Color_3 '  :  _Prop_Custom_Color_3 , 
							 
						 
					
						
							
								
							 
							
								
							 
							
								 
							
							
								    ' Custom_Color_4 '  :  _Prop_Custom_Color_4 , 
							 
						 
					
						
							
								
									
										
										
										
											2000-08-17 22:16:11 +00:00 
										
									 
								 
							 
							
								
							 
							
								 
							
							
								}  
						 
					
						
							
								
									
										
										
										
											2003-03-30 22:41:53 +00:00 
										
									 
								 
							 
							
								
									
										 
								
							 
							
								 
							
							
								Custom_Keywords . _privelemdict  =  {  
						 
					
						
							
								
							 
							
								
							 
							
								 
							
							
								}  
						 
					
						
							
								
							 
							
								
							 
							
								 
							
							
								browser_catalog . _superclassnames  =  [ ]  
						 
					
						
							
								
							 
							
								
							 
							
								 
							
							
								browser_catalog . _privpropdict  =  {  
						 
					
						
							
								
							 
							
								
							 
							
								 
							
							
								}  
						 
					
						
							
								
							 
							
								
							 
							
								 
							
							
								browser_catalog . _privelemdict  =  {  
						 
					
						
							
								
									
										
										
										
											2003-04-12 22:27:11 +00:00 
										
									 
								 
							 
							
								
									
										 
								
							 
							
								 
							
							
								    ' class_ '  :  class_ , 
							 
						 
					
						
							
								
									
										
										
										
											2003-03-30 22:41:53 +00:00 
										
									 
								 
							 
							
								
									
										 
								
							 
							
								 
							
							
								}  
						 
					
						
							
								
							 
							
								
							 
							
								 
							
							
								class_ . _superclassnames  =  [ ]  
						 
					
						
							
								
							 
							
								
							 
							
								 
							
							
								class_ . _privpropdict  =  {  
						 
					
						
							
								
									
										
										
										
											2003-04-12 22:27:11 +00:00 
										
									 
								 
							 
							
								
									
										 
								
							 
							
								 
							
							
								    ' all_subclasses '  :  _Prop_all_subclasses , 
							 
						 
					
						
							
								
							 
							
								
							 
							
								 
							
							
								    ' declaration_end_offset '  :  _Prop_declaration_end_offset , 
							 
						 
					
						
							
								
							 
							
								
							 
							
								 
							
							
								    ' declaration_file '  :  _Prop_declaration_file , 
							 
						 
					
						
							
								
							 
							
								
							 
							
								 
							
							
								    ' declaration_start_offset '  :  _Prop_declaration_start_offset , 
							 
						 
					
						
							
								
							 
							
								
							 
							
								 
							
							
								    ' language '  :  _Prop_language , 
							 
						 
					
						
							
								
							 
							
								
							 
							
								 
							
							
								    ' name '  :  _Prop_name , 
							 
						 
					
						
							
								
							 
							
								
							 
							
								 
							
							
								    ' subclasses '  :  _Prop_subclasses , 
							 
						 
					
						
							
								
									
										
										
										
											2003-03-30 22:41:53 +00:00 
										
									 
								 
							 
							
								
									
										 
								
							 
							
								 
							
							
								}  
						 
					
						
							
								
							 
							
								
							 
							
								 
							
							
								class_ . _privelemdict  =  {  
						 
					
						
							
								
									
										
										
										
											2003-04-12 22:27:11 +00:00 
										
									 
								 
							 
							
								
									
										 
								
							 
							
								 
							
							
								    ' base_class '  :  base_class , 
							 
						 
					
						
							
								
							 
							
								
							 
							
								 
							
							
								    ' data_member '  :  data_member , 
							 
						 
					
						
							
								
							 
							
								
							 
							
								 
							
							
								    ' member_function '  :  member_function , 
							 
						 
					
						
							
								
									
										
										
										
											2000-08-17 22:16:11 +00:00 
										
									 
								 
							 
							
								
							 
							
								 
							
							
								}  
						 
					
						
							
								
									
										
										
										
											2002-08-07 15:53:42 +00:00 
										
									 
								 
							 
							
								
									
										 
								
							 
							
								 
							
							
								Debugger_Display . _superclassnames  =  [ ]  
						 
					
						
							
								
							 
							
								
							 
							
								 
							
							
								Debugger_Display . _privpropdict  =  {  
						 
					
						
							
								
									
										
										
										
											2003-04-12 22:27:11 +00:00 
										
									 
								 
							 
							
								
									
										 
								
							 
							
								 
							
							
								    ' Default_Array_Size '  :  _Prop_Default_Array_Size , 
							 
						 
					
						
							
								
							 
							
								
							 
							
								 
							
							
								    ' Show_As_Decimal '  :  _Prop_Show_As_Decimal , 
							 
						 
					
						
							
								
							 
							
								
							 
							
								 
							
							
								    ' Show_Locals '  :  _Prop_Show_Locals , 
							 
						 
					
						
							
								
							 
							
								
							 
							
								 
							
							
								    ' Show_Variable_Types '  :  _Prop_Show_Variable_Types , 
							 
						 
					
						
							
								
							 
							
								
							 
							
								 
							
							
								    ' Sort_By_Method '  :  _Prop_Sort_By_Method , 
							 
						 
					
						
							
								
							 
							
								
							 
							
								 
							
							
								    ' Threads_in_Window '  :  _Prop_Threads_in_Window , 
							 
						 
					
						
							
								
							 
							
								
							 
							
								 
							
							
								    ' Use_RTTI '  :  _Prop_Use_RTTI , 
							 
						 
					
						
							
								
							 
							
								
							 
							
								 
							
							
								    ' Variable_Changed_Hilite '  :  _Prop_Variable_Changed_Hilite , 
							 
						 
					
						
							
								
							 
							
								
							 
							
								 
							
							
								    ' Variable_Hints '  :  _Prop_Variable_Hints , 
							 
						 
					
						
							
								
							 
							
								
							 
							
								 
							
							
								    ' Watchpoint_Hilite '  :  _Prop_Watchpoint_Hilite , 
							 
						 
					
						
							
								
									
										
										
										
											2000-08-17 22:16:11 +00:00 
										
									 
								 
							 
							
								
							 
							
								 
							
							
								}  
						 
					
						
							
								
									
										
										
										
											2002-08-07 15:53:42 +00:00 
										
									 
								 
							 
							
								
									
										 
								
							 
							
								 
							
							
								Debugger_Display . _privelemdict  =  {  
						 
					
						
							
								
									
										
										
										
											2000-08-17 22:16:11 +00:00 
										
									 
								 
							 
							
								
							 
							
								 
							
							
								}  
						 
					
						
							
								
									
										
										
										
											2002-08-07 15:53:42 +00:00 
										
									 
								 
							 
							
								
									
										 
								
							 
							
								 
							
							
								Debugger_Global . _superclassnames  =  [ ]  
						 
					
						
							
								
							 
							
								
							 
							
								 
							
							
								Debugger_Global . _privpropdict  =  {  
						 
					
						
							
								
									
										
										
										
											2003-04-12 22:27:11 +00:00 
										
									 
								 
							 
							
								
									
										 
								
							 
							
								 
							
							
								    ' Auto_Target_Libraries '  :  _Prop_Auto_Target_Libraries , 
							 
						 
					
						
							
								
							 
							
								
							 
							
								 
							
							
								    ' Cache_Edited_Files '  :  _Prop_Cache_Edited_Files , 
							 
						 
					
						
							
								
							 
							
								
							 
							
								 
							
							
								    ' Confirm_Kill '  :  _Prop_Confirm_Kill , 
							 
						 
					
						
							
								
							 
							
								
							 
							
								 
							
							
								    ' Dont_Step_in_Runtime '  :  _Prop_Dont_Step_in_Runtime , 
							 
						 
					
						
							
								
							 
							
								
							 
							
								 
							
							
								    ' File_Cache_Duration '  :  _Prop_File_Cache_Duration , 
							 
						 
					
						
							
								
							 
							
								
							 
							
								 
							
							
								    ' Ignore_Mod_Dates '  :  _Prop_Ignore_Mod_Dates , 
							 
						 
					
						
							
								
							 
							
								
							 
							
								 
							
							
								    ' Launch_Apps_on_Open '  :  _Prop_Launch_Apps_on_Open , 
							 
						 
					
						
							
								
							 
							
								
							 
							
								 
							
							
								    ' Open_All_Classes '  :  _Prop_Open_All_Classes , 
							 
						 
					
						
							
								
							 
							
								
							 
							
								 
							
							
								    ' Select_Stack_Crawl '  :  _Prop_Select_Stack_Crawl , 
							 
						 
					
						
							
								
							 
							
								
							 
							
								 
							
							
								    ' Stop_at_Main '  :  _Prop_Stop_at_Main , 
							 
						 
					
						
							
								
									
										
										
										
											2000-08-17 22:16:11 +00:00 
										
									 
								 
							 
							
								
							 
							
								 
							
							
								}  
						 
					
						
							
								
									
										
										
										
											2002-08-07 15:53:42 +00:00 
										
									 
								 
							 
							
								
									
										 
								
							 
							
								 
							
							
								Debugger_Global . _privelemdict  =  {  
						 
					
						
							
								
									
										
										
										
											2000-08-17 22:16:11 +00:00 
										
									 
								 
							 
							
								
							 
							
								 
							
							
								}  
						 
					
						
							
								
									
										
										
										
											2002-08-07 15:53:42 +00:00 
										
									 
								 
							 
							
								
									
										 
								
							 
							
								 
							
							
								Debugger_Target . _superclassnames  =  [ ]  
						 
					
						
							
								
							 
							
								
							 
							
								 
							
							
								Debugger_Target . _privpropdict  =  {  
						 
					
						
							
								
									
										
										
										
											2003-04-12 22:27:11 +00:00 
										
									 
								 
							 
							
								
									
										 
								
							 
							
								 
							
							
								    ' Auto_Target_Libraries '  :  _Prop_Auto_Target_Libraries , 
							 
						 
					
						
							
								
							 
							
								
							 
							
								 
							
							
								    ' Cache_symbolics '  :  _Prop_Cache_symbolics , 
							 
						 
					
						
							
								
							 
							
								
							 
							
								 
							
							
								    ' Data_Update_Interval '  :  _Prop_Data_Update_Interval , 
							 
						 
					
						
							
								
							 
							
								
							 
							
								 
							
							
								    ' Log_System_Messages '  :  _Prop_Log_System_Messages , 
							 
						 
					
						
							
								
							 
							
								
							 
							
								 
							
							
								    ' Relocated_Executable_Path '  :  _Prop_Relocated_Executable_Path , 
							 
						 
					
						
							
								
							 
							
								
							 
							
								 
							
							
								    ' Stop_at_temp_breakpoint '  :  _Prop_Stop_at_temp_breakpoint , 
							 
						 
					
						
							
								
							 
							
								
							 
							
								 
							
							
								    ' Temp_Breakpoint_Type '  :  _Prop_Temp_Breakpoint_Type , 
							 
						 
					
						
							
								
							 
							
								
							 
							
								 
							
							
								    ' Temp_breakpoint_names '  :  _Prop_Temp_breakpoint_names , 
							 
						 
					
						
							
								
							 
							
								
							 
							
								 
							
							
								    ' Update_Data_While_Running '  :  _Prop_Update_Data_While_Running , 
							 
						 
					
						
							
								
									
										
										
										
											2000-08-17 22:16:11 +00:00 
										
									 
								 
							 
							
								
							 
							
								 
							
							
								}  
						 
					
						
							
								
									
										
										
										
											2002-08-07 15:53:42 +00:00 
										
									 
								 
							 
							
								
									
										 
								
							 
							
								 
							
							
								Debugger_Target . _privelemdict  =  {  
						 
					
						
							
								
									
										
										
										
											2000-08-17 22:16:11 +00:00 
										
									 
								 
							 
							
								
							 
							
								 
							
							
								}  
						 
					
						
							
								
									
										
										
										
											2002-08-07 15:53:42 +00:00 
										
									 
								 
							 
							
								
									
										 
								
							 
							
								 
							
							
								Debugger_Windowing . _superclassnames  =  [ ]  
						 
					
						
							
								
							 
							
								
							 
							
								 
							
							
								Debugger_Windowing . _privpropdict  =  {  
						 
					
						
							
								
									
										
										
										
											2003-04-12 22:27:11 +00:00 
										
									 
								 
							 
							
								
									
										 
								
							 
							
								 
							
							
								    ' Debugging_Start_Action '  :  _Prop_Debugging_Start_Action , 
							 
						 
					
						
							
								
							 
							
								
							 
							
								 
							
							
								    ' Do_Nothing_To_Projects '  :  _Prop_Do_Nothing_To_Projects , 
							 
						 
					
						
							
								
									
										
										
										
											2000-08-17 22:16:11 +00:00 
										
									 
								 
							 
							
								
							 
							
								 
							
							
								}  
						 
					
						
							
								
									
										
										
										
											2002-08-07 15:53:42 +00:00 
										
									 
								 
							 
							
								
									
										 
								
							 
							
								 
							
							
								Debugger_Windowing . _privelemdict  =  {  
						 
					
						
							
								
									
										
										
										
											2000-08-17 22:16:11 +00:00 
										
									 
								 
							 
							
								
							 
							
								 
							
							
								}  
						 
					
						
							
								
									
										
										
										
											2003-03-30 22:41:53 +00:00 
										
									 
								 
							 
							
								
									
										 
								
							 
							
								 
							
							
								data_member . _superclassnames  =  [ ]  
						 
					
						
							
								
							 
							
								
							 
							
								 
							
							
								data_member . _privpropdict  =  {  
						 
					
						
							
								
									
										
										
										
											2003-04-12 22:27:11 +00:00 
										
									 
								 
							 
							
								
									
										 
								
							 
							
								 
							
							
								    ' access '  :  _Prop_access , 
							 
						 
					
						
							
								
							 
							
								
							 
							
								 
							
							
								    ' declaration_end_offset '  :  _Prop_declaration_end_offset , 
							 
						 
					
						
							
								
							 
							
								
							 
							
								 
							
							
								    ' declaration_start_offset '  :  _Prop_declaration_start_offset , 
							 
						 
					
						
							
								
							 
							
								
							 
							
								 
							
							
								    ' name '  :  _Prop_name , 
							 
						 
					
						
							
								
							 
							
								
							 
							
								 
							
							
								    ' static '  :  _Prop_static , 
							 
						 
					
						
							
								
									
										
										
										
											2003-03-30 22:41:53 +00:00 
										
									 
								 
							 
							
								
									
										 
								
							 
							
								 
							
							
								}  
						 
					
						
							
								
							 
							
								
							 
							
								 
							
							
								data_member . _privelemdict  =  {  
						 
					
						
							
								
							 
							
								
							 
							
								 
							
							
								}  
						 
					
						
							
								
									
										
										
										
											2002-08-07 15:53:42 +00:00 
										
									 
								 
							 
							
								
									
										 
								
							 
							
								 
							
							
								Editor . _superclassnames  =  [ ]  
						 
					
						
							
								
							 
							
								
							 
							
								 
							
							
								Editor . _privpropdict  =  {  
						 
					
						
							
								
									
										
										
										
											2003-04-12 22:27:11 +00:00 
										
									 
								 
							 
							
								
									
										 
								
							 
							
								 
							
							
								    ' Background_Color '  :  _Prop_Background_Color , 
							 
						 
					
						
							
								
							 
							
								
							 
							
								 
							
							
								    ' Balance '  :  _Prop_Balance , 
							 
						 
					
						
							
								
							 
							
								
							 
							
								 
							
							
								    ' Context_Popup_Delay '  :  _Prop_Context_Popup_Delay , 
							 
						 
					
						
							
								
							 
							
								
							 
							
								 
							
							
								    ' Default_Text_File_Format '  :  _Prop_Default_Text_File_Format , 
							 
						 
					
						
							
								
							 
							
								
							 
							
								 
							
							
								    ' Dynamic_Scroll '  :  _Prop_Dynamic_Scroll , 
							 
						 
					
						
							
								
							 
							
								
							 
							
								 
							
							
								    ' Flash_Delay '  :  _Prop_Flash_Delay , 
							 
						 
					
						
							
								
							 
							
								
							 
							
								 
							
							
								    ' Left_Margin_Line_Select '  :  _Prop_Left_Margin_Line_Select , 
							 
						 
					
						
							
								
							 
							
								
							 
							
								 
							
							
								    ' Main_Text_Color '  :  _Prop_Main_Text_Color , 
							 
						 
					
						
							
								
							 
							
								
							 
							
								 
							
							
								    ' Relaxed_C_Popup_Parsing '  :  _Prop_Relaxed_C_Popup_Parsing , 
							 
						 
					
						
							
								
							 
							
								
							 
							
								 
							
							
								    ' Remember_Font '  :  _Prop_Remember_Font , 
							 
						 
					
						
							
								
							 
							
								
							 
							
								 
							
							
								    ' Remember_Selection '  :  _Prop_Remember_Selection , 
							 
						 
					
						
							
								
							 
							
								
							 
							
								 
							
							
								    ' Remember_Window '  :  _Prop_Remember_Window , 
							 
						 
					
						
							
								
							 
							
								
							 
							
								 
							
							
								    ' Sort_Function_Popup '  :  _Prop_Sort_Function_Popup , 
							 
						 
					
						
							
								
							 
							
								
							 
							
								 
							
							
								    ' Use_Drag__26__Drop_Editing '  :  _Prop_Use_Drag__26__Drop_Editing , 
							 
						 
					
						
							
								
							 
							
								
							 
							
								 
							
							
								    ' Use_Multiple_Undo '  :  _Prop_Use_Multiple_Undo , 
							 
						 
					
						
							
								
									
										
										
										
											2000-08-17 22:16:11 +00:00 
										
									 
								 
							 
							
								
							 
							
								 
							
							
								}  
						 
					
						
							
								
									
										
										
										
											2002-08-07 15:53:42 +00:00 
										
									 
								 
							 
							
								
									
										 
								
							 
							
								 
							
							
								Editor . _privelemdict  =  {  
						 
					
						
							
								
									
										
										
										
											2000-08-17 22:16:11 +00:00 
										
									 
								 
							 
							
								
							 
							
								 
							
							
								}  
						 
					
						
							
								
									
										
										
										
											2002-08-07 15:53:42 +00:00 
										
									 
								 
							 
							
								
									
										 
								
							 
							
								 
							
							
								Environment_Variable . _superclassnames  =  [ ]  
						 
					
						
							
								
							 
							
								
							 
							
								 
							
							
								Environment_Variable . _privpropdict  =  {  
						 
					
						
							
								
									
										
										
										
											2003-04-12 22:27:11 +00:00 
										
									 
								 
							 
							
								
									
										 
								
							 
							
								 
							
							
								    ' name '  :  _Prop_name , 
							 
						 
					
						
							
								
							 
							
								
							 
							
								 
							
							
								    ' value '  :  _Prop_value , 
							 
						 
					
						
							
								
									
										
										
										
											2000-08-17 22:16:11 +00:00 
										
									 
								 
							 
							
								
							 
							
								 
							
							
								}  
						 
					
						
							
								
									
										
										
										
											2002-08-07 15:53:42 +00:00 
										
									 
								 
							 
							
								
									
										 
								
							 
							
								 
							
							
								Environment_Variable . _privelemdict  =  {  
						 
					
						
							
								
									
										
										
										
											2000-08-17 22:16:11 +00:00 
										
									 
								 
							 
							
								
							 
							
								 
							
							
								}  
						 
					
						
							
								
									
										
										
										
											2002-08-07 15:53:42 +00:00 
										
									 
								 
							 
							
								
									
										 
								
							 
							
								 
							
							
								Error_Information . _superclassnames  =  [ ]  
						 
					
						
							
								
							 
							
								
							 
							
								 
							
							
								Error_Information . _privpropdict  =  {  
						 
					
						
							
								
									
										
										
										
											2003-04-12 22:27:11 +00:00 
										
									 
								 
							 
							
								
									
										 
								
							 
							
								 
							
							
								    ' disk_file '  :  _Prop_disk_file , 
							 
						 
					
						
							
								
							 
							
								
							 
							
								 
							
							
								    ' lineNumber '  :  _Prop_lineNumber , 
							 
						 
					
						
							
								
							 
							
								
							 
							
								 
							
							
								    ' message '  :  _Prop_message , 
							 
						 
					
						
							
								
							 
							
								
							 
							
								 
							
							
								    ' messageKind '  :  _Prop_messageKind , 
							 
						 
					
						
							
								
									
										
										
										
											2000-08-17 22:16:11 +00:00 
										
									 
								 
							 
							
								
							 
							
								 
							
							
								}  
						 
					
						
							
								
									
										
										
										
											2002-08-07 15:53:42 +00:00 
										
									 
								 
							 
							
								
									
										 
								
							 
							
								 
							
							
								Error_Information . _privelemdict  =  {  
						 
					
						
							
								
									
										
										
										
											2000-08-17 22:16:11 +00:00 
										
									 
								 
							 
							
								
							 
							
								 
							
							
								}  
						 
					
						
							
								
									
										
										
										
											2003-03-30 22:41:53 +00:00 
										
									 
								 
							 
							
								
									
										 
								
							 
							
								 
							
							
								Function_Information . _superclassnames  =  [ ]  
						 
					
						
							
								
							 
							
								
							 
							
								 
							
							
								Function_Information . _privpropdict  =  {  
						 
					
						
							
								
									
										
										
										
											2003-04-12 22:27:11 +00:00 
										
									 
								 
							 
							
								
									
										 
								
							 
							
								 
							
							
								    ' disk_file '  :  _Prop_disk_file , 
							 
						 
					
						
							
								
							 
							
								
							 
							
								 
							
							
								    ' lineNumber '  :  _Prop_lineNumber , 
							 
						 
					
						
							
								
									
										
										
										
											2000-08-17 22:16:11 +00:00 
										
									 
								 
							 
							
								
							 
							
								 
							
							
								}  
						 
					
						
							
								
									
										
										
										
											2003-03-30 22:41:53 +00:00 
										
									 
								 
							 
							
								
									
										 
								
							 
							
								 
							
							
								Function_Information . _privelemdict  =  {  
						 
					
						
							
								
							 
							
								
							 
							
								 
							
							
								}  
						 
					
						
							
								
							 
							
								
							 
							
								 
							
							
								File_Mappings . _superclassnames  =  [ ]  
						 
					
						
							
								
							 
							
								
							 
							
								 
							
							
								File_Mappings . _privpropdict  =  {  
						 
					
						
							
								
									
										
										
										
											2003-04-12 22:27:11 +00:00 
										
									 
								 
							 
							
								
									
										 
								
							 
							
								 
							
							
								    ' Mappings '  :  _Prop_Mappings , 
							 
						 
					
						
							
								
									
										
										
										
											2003-03-30 22:41:53 +00:00 
										
									 
								 
							 
							
								
									
										 
								
							 
							
								 
							
							
								}  
						 
					
						
							
								
							 
							
								
							 
							
								 
							
							
								File_Mappings . _privelemdict  =  {  
						 
					
						
							
								
									
										
										
										
											2000-08-17 22:16:11 +00:00 
										
									 
								 
							 
							
								
							 
							
								 
							
							
								}  
						 
					
						
							
								
									
										
										
										
											2002-08-07 15:53:42 +00:00 
										
									 
								 
							 
							
								
									
										 
								
							 
							
								 
							
							
								File_Mapping . _superclassnames  =  [ ]  
						 
					
						
							
								
							 
							
								
							 
							
								 
							
							
								File_Mapping . _privpropdict  =  {  
						 
					
						
							
								
									
										
										
										
											2003-04-12 22:27:11 +00:00 
										
									 
								 
							 
							
								
									
										 
								
							 
							
								 
							
							
								    ' Compiler '  :  _Prop_Compiler , 
							 
						 
					
						
							
								
							 
							
								
							 
							
								 
							
							
								    ' Extension '  :  _Prop_Extension , 
							 
						 
					
						
							
								
							 
							
								
							 
							
								 
							
							
								    ' File_Type '  :  _Prop_File_Type , 
							 
						 
					
						
							
								
							 
							
								
							 
							
								 
							
							
								    ' Ignored_by_Make '  :  _Prop_Ignored_by_Make , 
							 
						 
					
						
							
								
							 
							
								
							 
							
								 
							
							
								    ' Launchable '  :  _Prop_Launchable , 
							 
						 
					
						
							
								
							 
							
								
							 
							
								 
							
							
								    ' Precompiled '  :  _Prop_Precompiled , 
							 
						 
					
						
							
								
							 
							
								
							 
							
								 
							
							
								    ' Resource_File '  :  _Prop_Resource_File , 
							 
						 
					
						
							
								
									
										
										
										
											2000-08-17 22:16:11 +00:00 
										
									 
								 
							 
							
								
							 
							
								 
							
							
								}  
						 
					
						
							
								
									
										
										
										
											2002-08-07 15:53:42 +00:00 
										
									 
								 
							 
							
								
									
										 
								
							 
							
								 
							
							
								File_Mapping . _privelemdict  =  {  
						 
					
						
							
								
									
										
										
										
											2000-08-17 22:16:11 +00:00 
										
									 
								 
							 
							
								
							 
							
								 
							
							
								}  
						 
					
						
							
								
									
										
										
										
											2003-03-30 22:41:53 +00:00 
										
									 
								 
							 
							
								
									
										 
								
							 
							
								 
							
							
								Global_Source_Trees . _superclassnames  =  [ ]  
						 
					
						
							
								
							 
							
								
							 
							
								 
							
							
								Global_Source_Trees . _privpropdict  =  {  
						 
					
						
							
								
									
										
										
										
											2003-04-12 22:27:11 +00:00 
										
									 
								 
							 
							
								
									
										 
								
							 
							
								 
							
							
								    ' Source_Trees '  :  _Prop_Source_Trees , 
							 
						 
					
						
							
								
									
										
										
										
											2000-08-17 22:16:11 +00:00 
										
									 
								 
							 
							
								
							 
							
								 
							
							
								}  
						 
					
						
							
								
									
										
										
										
											2003-03-30 22:41:53 +00:00 
										
									 
								 
							 
							
								
									
										 
								
							 
							
								 
							
							
								Global_Source_Trees . _privelemdict  =  {  
						 
					
						
							
								
									
										
										
										
											2000-08-17 22:16:11 +00:00 
										
									 
								 
							 
							
								
							 
							
								 
							
							
								}  
						 
					
						
							
								
									
										
										
										
											2003-03-30 22:41:53 +00:00 
										
									 
								 
							 
							
								
									
										 
								
							 
							
								 
							
							
								Extras . _superclassnames  =  [ ]  
						 
					
						
							
								
							 
							
								
							 
							
								 
							
							
								Extras . _privpropdict  =  {  
						 
					
						
							
								
									
										
										
										
											2003-04-12 22:27:11 +00:00 
										
									 
								 
							 
							
								
									
										 
								
							 
							
								 
							
							
								    ' Automatic_Toolbar_Help '  :  _Prop_Automatic_Toolbar_Help , 
							 
						 
					
						
							
								
							 
							
								
							 
							
								 
							
							
								    ' External_Reference '  :  _Prop_External_Reference , 
							 
						 
					
						
							
								
							 
							
								
							 
							
								 
							
							
								    ' Full_Screen_Zoom '  :  _Prop_Full_Screen_Zoom , 
							 
						 
					
						
							
								
							 
							
								
							 
							
								 
							
							
								    ' Recent_Editor_Count '  :  _Prop_Recent_Editor_Count , 
							 
						 
					
						
							
								
							 
							
								
							 
							
								 
							
							
								    ' Recent_Project_Count '  :  _Prop_Recent_Project_Count , 
							 
						 
					
						
							
								
							 
							
								
							 
							
								 
							
							
								    ' Use_Editor_Extensions '  :  _Prop_Use_Editor_Extensions , 
							 
						 
					
						
							
								
							 
							
								
							 
							
								 
							
							
								    ' Use_External_Editor '  :  _Prop_Use_External_Editor , 
							 
						 
					
						
							
								
							 
							
								
							 
							
								 
							
							
								    ' Use_Script_Menu '  :  _Prop_Use_Script_Menu , 
							 
						 
					
						
							
								
							 
							
								
							 
							
								 
							
							
								    ' Use_ToolServer_Menu '  :  _Prop_Use_ToolServer_Menu , 
							 
						 
					
						
							
								
									
										
										
										
											2000-08-17 22:16:11 +00:00 
										
									 
								 
							 
							
								
							 
							
								 
							
							
								}  
						 
					
						
							
								
									
										
										
										
											2003-03-30 22:41:53 +00:00 
										
									 
								 
							 
							
								
									
										 
								
							 
							
								 
							
							
								Extras . _privelemdict  =  {  
						 
					
						
							
								
									
										
										
										
											2000-08-17 22:16:11 +00:00 
										
									 
								 
							 
							
								
							 
							
								 
							
							
								}  
						 
					
						
							
								
									
										
										
										
											2003-03-30 22:41:53 +00:00 
										
									 
								 
							 
							
								
									
										 
								
							 
							
								 
							
							
								Build_Extras . _superclassnames  =  [ ]  
						 
					
						
							
								
							 
							
								
							 
							
								 
							
							
								Build_Extras . _privpropdict  =  {  
						 
					
						
							
								
									
										
										
										
											2003-04-12 22:27:11 +00:00 
										
									 
								 
							 
							
								
									
										 
								
							 
							
								 
							
							
								    ' Browser_Active '  :  _Prop_Browser_Active , 
							 
						 
					
						
							
								
							 
							
								
							 
							
								 
							
							
								    ' Cache_Subproject_Data '  :  _Prop_Cache_Subproject_Data , 
							 
						 
					
						
							
								
							 
							
								
							 
							
								 
							
							
								    ' Dump_Browser_Info '  :  _Prop_Dump_Browser_Info , 
							 
						 
					
						
							
								
							 
							
								
							 
							
								 
							
							
								    ' Modification_Date_Caching '  :  _Prop_Modification_Date_Caching , 
							 
						 
					
						
							
								
									
										
										
										
											2000-08-17 22:16:11 +00:00 
										
									 
								 
							 
							
								
							 
							
								 
							
							
								}  
						 
					
						
							
								
									
										
										
										
											2003-03-30 22:41:53 +00:00 
										
									 
								 
							 
							
								
									
										 
								
							 
							
								 
							
							
								Build_Extras . _privelemdict  =  {  
						 
					
						
							
								
									
										
										
										
											2000-08-17 22:16:11 +00:00 
										
									 
								 
							 
							
								
							 
							
								 
							
							
								}  
						 
					
						
							
								
									
										
										
										
											2003-03-30 22:41:53 +00:00 
										
									 
								 
							 
							
								
									
										 
								
							 
							
								 
							
							
								member_function . _superclassnames  =  [ ]  
						 
					
						
							
								
							 
							
								
							 
							
								 
							
							
								member_function . _privpropdict  =  {  
						 
					
						
							
								
									
										
										
										
											2003-04-12 22:27:11 +00:00 
										
									 
								 
							 
							
								
									
										 
								
							 
							
								 
							
							
								    ' access '  :  _Prop_access , 
							 
						 
					
						
							
								
							 
							
								
							 
							
								 
							
							
								    ' declaration_end_offset '  :  _Prop_declaration_end_offset , 
							 
						 
					
						
							
								
							 
							
								
							 
							
								 
							
							
								    ' declaration_file '  :  _Prop_declaration_file , 
							 
						 
					
						
							
								
							 
							
								
							 
							
								 
							
							
								    ' declaration_start_offset '  :  _Prop_declaration_start_offset , 
							 
						 
					
						
							
								
							 
							
								
							 
							
								 
							
							
								    ' implementation_end_offset '  :  _Prop_implementation_end_offset , 
							 
						 
					
						
							
								
							 
							
								
							 
							
								 
							
							
								    ' implementation_file '  :  _Prop_implementation_file , 
							 
						 
					
						
							
								
							 
							
								
							 
							
								 
							
							
								    ' implementation_start_offset '  :  _Prop_implementation_start_offset , 
							 
						 
					
						
							
								
							 
							
								
							 
							
								 
							
							
								    ' name '  :  _Prop_name , 
							 
						 
					
						
							
								
							 
							
								
							 
							
								 
							
							
								    ' static '  :  _Prop_static , 
							 
						 
					
						
							
								
							 
							
								
							 
							
								 
							
							
								    ' virtual '  :  _Prop_virtual , 
							 
						 
					
						
							
								
									
										
										
										
											2000-08-17 22:16:11 +00:00 
										
									 
								 
							 
							
								
							 
							
								 
							
							
								}  
						 
					
						
							
								
									
										
										
										
											2003-03-30 22:41:53 +00:00 
										
									 
								 
							 
							
								
									
										 
								
							 
							
								 
							
							
								member_function . _privelemdict  =  {  
						 
					
						
							
								
							 
							
								
							 
							
								 
							
							
								}  
						 
					
						
							
								
							 
							
								
							 
							
								 
							
							
								Access_Paths . _superclassnames  =  [ ]  
						 
					
						
							
								
							 
							
								
							 
							
								 
							
							
								Access_Paths . _privpropdict  =  {  
						 
					
						
							
								
									
										
										
										
											2003-04-12 22:27:11 +00:00 
										
									 
								 
							 
							
								
									
										 
								
							 
							
								 
							
							
								    ' Always_Full_Search '  :  _Prop_Always_Full_Search , 
							 
						 
					
						
							
								
							 
							
								
							 
							
								 
							
							
								    ' Convert_Paths '  :  _Prop_Convert_Paths , 
							 
						 
					
						
							
								
							 
							
								
							 
							
								 
							
							
								    ' Require_Framework_Includes '  :  _Prop_Require_Framework_Includes , 
							 
						 
					
						
							
								
							 
							
								
							 
							
								 
							
							
								    ' System_Paths '  :  _Prop_System_Paths , 
							 
						 
					
						
							
								
							 
							
								
							 
							
								 
							
							
								    ' User_Paths '  :  _Prop_User_Paths , 
							 
						 
					
						
							
								
									
										
										
										
											2003-03-30 22:41:53 +00:00 
										
									 
								 
							 
							
								
									
										 
								
							 
							
								 
							
							
								}  
						 
					
						
							
								
							 
							
								
							 
							
								 
							
							
								Access_Paths . _privelemdict  =  {  
						 
					
						
							
								
									
										
										
										
											2000-08-17 22:16:11 +00:00 
										
									 
								 
							 
							
								
							 
							
								 
							
							
								}  
						 
					
						
							
								
									
										
										
										
											2002-08-07 15:53:42 +00:00 
										
									 
								 
							 
							
								
									
										 
								
							 
							
								 
							
							
								Path_Information . _superclassnames  =  [ ]  
						 
					
						
							
								
							 
							
								
							 
							
								 
							
							
								Path_Information . _privpropdict  =  {  
						 
					
						
							
								
									
										
										
										
											2003-04-12 22:27:11 +00:00 
										
									 
								 
							 
							
								
									
										 
								
							 
							
								 
							
							
								    ' format '  :  _Prop_format , 
							 
						 
					
						
							
								
							 
							
								
							 
							
								 
							
							
								    ' framework '  :  _Prop_framework , 
							 
						 
					
						
							
								
							 
							
								
							 
							
								 
							
							
								    ' host_flags '  :  _Prop_host_flags , 
							 
						 
					
						
							
								
							 
							
								
							 
							
								 
							
							
								    ' name '  :  _Prop_name , 
							 
						 
					
						
							
								
							 
							
								
							 
							
								 
							
							
								    ' origin '  :  _Prop_origin , 
							 
						 
					
						
							
								
							 
							
								
							 
							
								 
							
							
								    ' recursive '  :  _Prop_recursive , 
							 
						 
					
						
							
								
							 
							
								
							 
							
								 
							
							
								    ' root '  :  _Prop_root , 
							 
						 
					
						
							
								
									
										
										
										
											2000-08-17 22:16:11 +00:00 
										
									 
								 
							 
							
								
							 
							
								 
							
							
								}  
						 
					
						
							
								
									
										
										
										
											2002-08-07 15:53:42 +00:00 
										
									 
								 
							 
							
								
									
										 
								
							 
							
								 
							
							
								Path_Information . _privelemdict  =  {  
						 
					
						
							
								
									
										
										
										
											2000-08-17 22:16:11 +00:00 
										
									 
								 
							 
							
								
							 
							
								 
							
							
								}  
						 
					
						
							
								
									
										
										
										
											2002-08-07 15:53:42 +00:00 
										
									 
								 
							 
							
								
									
										 
								
							 
							
								 
							
							
								Plugin_Settings . _superclassnames  =  [ ]  
						 
					
						
							
								
							 
							
								
							 
							
								 
							
							
								Plugin_Settings . _privpropdict  =  {  
						 
					
						
							
								
									
										
										
										
											2003-04-12 22:27:11 +00:00 
										
									 
								 
							 
							
								
									
										 
								
							 
							
								 
							
							
								    ' Disable_Third_Party_COM_Plugins '  :  _Prop_Disable_Third_Party_COM_Plugins , 
							 
						 
					
						
							
								
							 
							
								
							 
							
								 
							
							
								    ' Plugin_Diagnostics_Level '  :  _Prop_Plugin_Diagnostics_Level , 
							 
						 
					
						
							
								
									
										
										
										
											2000-08-17 22:16:11 +00:00 
										
									 
								 
							 
							
								
							 
							
								 
							
							
								}  
						 
					
						
							
								
									
										
										
										
											2002-08-07 15:53:42 +00:00 
										
									 
								 
							 
							
								
									
										 
								
							 
							
								 
							
							
								Plugin_Settings . _privelemdict  =  {  
						 
					
						
							
								
									
										
										
										
											2000-08-17 22:16:11 +00:00 
										
									 
								 
							 
							
								
							 
							
								 
							
							
								}  
						 
					
						
							
								
									
										
										
										
											2002-08-07 15:53:42 +00:00 
										
									 
								 
							 
							
								
									
										 
								
							 
							
								 
							
							
								Runtime_Settings . _superclassnames  =  [ ]  
						 
					
						
							
								
							 
							
								
							 
							
								 
							
							
								Runtime_Settings . _privpropdict  =  {  
						 
					
						
							
								
									
										
										
										
											2003-04-12 22:27:11 +00:00 
										
									 
								 
							 
							
								
									
										 
								
							 
							
								 
							
							
								    ' Command_Line_Arguments '  :  _Prop_Command_Line_Arguments , 
							 
						 
					
						
							
								
							 
							
								
							 
							
								 
							
							
								    ' Environment_Variables '  :  _Prop_Environment_Variables , 
							 
						 
					
						
							
								
							 
							
								
							 
							
								 
							
							
								    ' Host_Application '  :  _Prop_Host_Application , 
							 
						 
					
						
							
								
							 
							
								
							 
							
								 
							
							
								    ' Working_Directory '  :  _Prop_Working_Directory , 
							 
						 
					
						
							
								
									
										
										
										
											2000-08-17 22:16:11 +00:00 
										
									 
								 
							 
							
								
							 
							
								 
							
							
								}  
						 
					
						
							
								
									
										
										
										
											2002-08-07 15:53:42 +00:00 
										
									 
								 
							 
							
								
									
										 
								
							 
							
								 
							
							
								Runtime_Settings . _privelemdict  =  {  
						 
					
						
							
								
									
										
										
										
											2000-08-17 22:16:11 +00:00 
										
									 
								 
							 
							
								
							 
							
								 
							
							
								}  
						 
					
						
							
								
									
										
										
										
											2003-03-30 22:41:53 +00:00 
										
									 
								 
							 
							
								
									
										 
								
							 
							
								 
							
							
								Relative_Path . _superclassnames  =  [ ]  
						 
					
						
							
								
							 
							
								
							 
							
								 
							
							
								Relative_Path . _privpropdict  =  {  
						 
					
						
							
								
									
										
										
										
											2003-04-12 22:27:11 +00:00 
										
									 
								 
							 
							
								
									
										 
								
							 
							
								 
							
							
								    ' format '  :  _Prop_format , 
							 
						 
					
						
							
								
							 
							
								
							 
							
								 
							
							
								    ' name '  :  _Prop_name , 
							 
						 
					
						
							
								
							 
							
								
							 
							
								 
							
							
								    ' origin '  :  _Prop_origin , 
							 
						 
					
						
							
								
							 
							
								
							 
							
								 
							
							
								    ' root '  :  _Prop_root , 
							 
						 
					
						
							
								
									
										
										
										
											2000-08-17 22:16:11 +00:00 
										
									 
								 
							 
							
								
							 
							
								 
							
							
								}  
						 
					
						
							
								
									
										
										
										
											2003-03-30 22:41:53 +00:00 
										
									 
								 
							 
							
								
									
										 
								
							 
							
								 
							
							
								Relative_Path . _privelemdict  =  {  
						 
					
						
							
								
									
										
										
										
											2000-08-17 22:16:11 +00:00 
										
									 
								 
							 
							
								
							 
							
								 
							
							
								}  
						 
					
						
							
								
									
										
										
										
											2002-08-07 15:53:42 +00:00 
										
									 
								 
							 
							
								
									
										 
								
							 
							
								 
							
							
								Shielded_Folder . _superclassnames  =  [ ]  
						 
					
						
							
								
							 
							
								
							 
							
								 
							
							
								Shielded_Folder . _privpropdict  =  {  
						 
					
						
							
								
									
										
										
										
											2003-04-12 22:27:11 +00:00 
										
									 
								 
							 
							
								
									
										 
								
							 
							
								 
							
							
								    ' Expression_To_Match '  :  _Prop_Expression_To_Match , 
							 
						 
					
						
							
								
							 
							
								
							 
							
								 
							
							
								    ' Skip_Find_And_Compare_Operations '  :  _Prop_Skip_Find_And_Compare_Operations , 
							 
						 
					
						
							
								
							 
							
								
							 
							
								 
							
							
								    ' Skip_Project_Operations '  :  _Prop_Skip_Project_Operations , 
							 
						 
					
						
							
								
									
										
										
										
											2000-08-17 22:16:11 +00:00 
										
									 
								 
							 
							
								
							 
							
								 
							
							
								}  
						 
					
						
							
								
									
										
										
										
											2002-08-07 15:53:42 +00:00 
										
									 
								 
							 
							
								
									
										 
								
							 
							
								 
							
							
								Shielded_Folder . _privelemdict  =  {  
						 
					
						
							
								
									
										
										
										
											2000-08-17 22:16:11 +00:00 
										
									 
								 
							 
							
								
							 
							
								 
							
							
								}  
						 
					
						
							
								
									
										
										
										
											2002-08-07 15:53:42 +00:00 
										
									 
								 
							 
							
								
									
										 
								
							 
							
								 
							
							
								Shielded_Folders . _superclassnames  =  [ ]  
						 
					
						
							
								
							 
							
								
							 
							
								 
							
							
								Shielded_Folders . _privpropdict  =  {  
						 
					
						
							
								
									
										
										
										
											2003-04-12 22:27:11 +00:00 
										
									 
								 
							 
							
								
									
										 
								
							 
							
								 
							
							
								    ' Shielded_Items '  :  _Prop_Shielded_Items , 
							 
						 
					
						
							
								
									
										
										
										
											2000-08-17 22:16:11 +00:00 
										
									 
								 
							 
							
								
							 
							
								 
							
							
								}  
						 
					
						
							
								
									
										
										
										
											2002-08-07 15:53:42 +00:00 
										
									 
								 
							 
							
								
									
										 
								
							 
							
								 
							
							
								Shielded_Folders . _privelemdict  =  {  
						 
					
						
							
								
									
										
										
										
											2000-08-17 22:16:11 +00:00 
										
									 
								 
							 
							
								
							 
							
								 
							
							
								}  
						 
					
						
							
								
									
										
										
										
											2002-08-07 15:53:42 +00:00 
										
									 
								 
							 
							
								
									
										 
								
							 
							
								 
							
							
								Syntax_Coloring . _superclassnames  =  [ ]  
						 
					
						
							
								
							 
							
								
							 
							
								 
							
							
								Syntax_Coloring . _privpropdict  =  {  
						 
					
						
							
								
									
										
										
										
											2003-04-12 22:27:11 +00:00 
										
									 
								 
							 
							
								
									
										 
								
							 
							
								 
							
							
								    ' Comment_Color '  :  _Prop_Comment_Color , 
							 
						 
					
						
							
								
							 
							
								
							 
							
								 
							
							
								    ' Custom_Color_1 '  :  _Prop_Custom_Color_1 , 
							 
						 
					
						
							
								
							 
							
								
							 
							
								 
							
							
								    ' Custom_Color_2 '  :  _Prop_Custom_Color_2 , 
							 
						 
					
						
							
								
							 
							
								
							 
							
								 
							
							
								    ' Custom_Color_3 '  :  _Prop_Custom_Color_3 , 
							 
						 
					
						
							
								
							 
							
								
							 
							
								 
							
							
								    ' Custom_Color_4 '  :  _Prop_Custom_Color_4 , 
							 
						 
					
						
							
								
							 
							
								
							 
							
								 
							
							
								    ' Keyword_Color '  :  _Prop_Keyword_Color , 
							 
						 
					
						
							
								
							 
							
								
							 
							
								 
							
							
								    ' String_Color '  :  _Prop_String_Color , 
							 
						 
					
						
							
								
							 
							
								
							 
							
								 
							
							
								    ' Syntax_Coloring '  :  _Prop_Syntax_Coloring , 
							 
						 
					
						
							
								
									
										
										
										
											2000-08-17 22:16:11 +00:00 
										
									 
								 
							 
							
								
							 
							
								 
							
							
								}  
						 
					
						
							
								
									
										
										
										
											2002-08-07 15:53:42 +00:00 
										
									 
								 
							 
							
								
									
										 
								
							 
							
								 
							
							
								Syntax_Coloring . _privelemdict  =  {  
						 
					
						
							
								
									
										
										
										
											2000-08-17 22:16:11 +00:00 
										
									 
								 
							 
							
								
							 
							
								 
							
							
								}  
						 
					
						
							
								
									
										
										
										
											2003-03-30 22:41:53 +00:00 
										
									 
								 
							 
							
								
									
										 
								
							 
							
								 
							
							
								Segment . _superclassnames  =  [ ]  
						 
					
						
							
								
							 
							
								
							 
							
								 
							
							
								Segment . _privpropdict  =  {  
						 
					
						
							
								
									
										
										
										
											2003-04-12 22:27:11 +00:00 
										
									 
								 
							 
							
								
									
										 
								
							 
							
								 
							
							
								    ' filecount '  :  _Prop_filecount , 
							 
						 
					
						
							
								
							 
							
								
							 
							
								 
							
							
								    ' name '  :  _Prop_name , 
							 
						 
					
						
							
								
							 
							
								
							 
							
								 
							
							
								    ' seg_2d_locked '  :  _Prop_seg_2d_locked , 
							 
						 
					
						
							
								
							 
							
								
							 
							
								 
							
							
								    ' seg_2d_preloaded '  :  _Prop_seg_2d_preloaded , 
							 
						 
					
						
							
								
							 
							
								
							 
							
								 
							
							
								    ' seg_2d_protected '  :  _Prop_seg_2d_protected , 
							 
						 
					
						
							
								
							 
							
								
							 
							
								 
							
							
								    ' seg_2d_purgeable '  :  _Prop_seg_2d_purgeable , 
							 
						 
					
						
							
								
							 
							
								
							 
							
								 
							
							
								    ' seg_2d_system_heap '  :  _Prop_seg_2d_system_heap , 
							 
						 
					
						
							
								
									
										
										
										
											2003-03-30 22:41:53 +00:00 
										
									 
								 
							 
							
								
									
										 
								
							 
							
								 
							
							
								}  
						 
					
						
							
								
							 
							
								
							 
							
								 
							
							
								Segment . _privelemdict  =  {  
						 
					
						
							
								
							 
							
								
							 
							
								 
							
							
								}  
						 
					
						
							
								
							 
							
								
							 
							
								 
							
							
								ProjectFile . _superclassnames  =  [ ]  
						 
					
						
							
								
							 
							
								
							 
							
								 
							
							
								ProjectFile . _privpropdict  =  {  
						 
					
						
							
								
									
										
										
										
											2003-04-12 22:27:11 +00:00 
										
									 
								 
							 
							
								
									
										 
								
							 
							
								 
							
							
								    ' codesize '  :  _Prop_codesize , 
							 
						 
					
						
							
								
							 
							
								
							 
							
								 
							
							
								    ' datasize '  :  _Prop_datasize , 
							 
						 
					
						
							
								
							 
							
								
							 
							
								 
							
							
								    ' disk_file '  :  _Prop_disk_file , 
							 
						 
					
						
							
								
							 
							
								
							 
							
								 
							
							
								    ' filetype '  :  _Prop_filetype , 
							 
						 
					
						
							
								
							 
							
								
							 
							
								 
							
							
								    ' includes '  :  _Prop_includes , 
							 
						 
					
						
							
								
							 
							
								
							 
							
								 
							
							
								    ' initialize_before '  :  _Prop_initialize_before , 
							 
						 
					
						
							
								
							 
							
								
							 
							
								 
							
							
								    ' name '  :  _Prop_name , 
							 
						 
					
						
							
								
							 
							
								
							 
							
								 
							
							
								    ' symbols '  :  _Prop_symbols , 
							 
						 
					
						
							
								
							 
							
								
							 
							
								 
							
							
								    ' up_to_date '  :  _Prop_up_to_date , 
							 
						 
					
						
							
								
							 
							
								
							 
							
								 
							
							
								    ' weak_link '  :  _Prop_weak_link , 
							 
						 
					
						
							
								
									
										
										
										
											2003-03-30 22:41:53 +00:00 
										
									 
								 
							 
							
								
									
										 
								
							 
							
								 
							
							
								}  
						 
					
						
							
								
							 
							
								
							 
							
								 
							
							
								ProjectFile . _privelemdict  =  {  
						 
					
						
							
								
							 
							
								
							 
							
								 
							
							
								}  
						 
					
						
							
								
							 
							
								
							 
							
								 
							
							
								Source_Tree . _superclassnames  =  [ ]  
						 
					
						
							
								
							 
							
								
							 
							
								 
							
							
								Source_Tree . _privpropdict  =  {  
						 
					
						
							
								
									
										
										
										
											2003-04-12 22:27:11 +00:00 
										
									 
								 
							 
							
								
									
										 
								
							 
							
								 
							
							
								    ' format '  :  _Prop_format , 
							 
						 
					
						
							
								
							 
							
								
							 
							
								 
							
							
								    ' name '  :  _Prop_name , 
							 
						 
					
						
							
								
							 
							
								
							 
							
								 
							
							
								    ' path '  :  _Prop_path , 
							 
						 
					
						
							
								
							 
							
								
							 
							
								 
							
							
								    ' path_kind '  :  _Prop_path_kind , 
							 
						 
					
						
							
								
									
										
										
										
											2003-03-30 22:41:53 +00:00 
										
									 
								 
							 
							
								
									
										 
								
							 
							
								 
							
							
								}  
						 
					
						
							
								
							 
							
								
							 
							
								 
							
							
								Source_Tree . _privelemdict  =  {  
						 
					
						
							
								
							 
							
								
							 
							
								 
							
							
								}  
						 
					
						
							
								
									
										
										
										
											2002-08-07 15:53:42 +00:00 
										
									 
								 
							 
							
								
									
										 
								
							 
							
								 
							
							
								Target_Settings . _superclassnames  =  [ ]  
						 
					
						
							
								
							 
							
								
							 
							
								 
							
							
								Target_Settings . _privpropdict  =  {  
						 
					
						
							
								
									
										
										
										
											2003-04-12 22:27:11 +00:00 
										
									 
								 
							 
							
								
									
										 
								
							 
							
								 
							
							
								    ' Linker '  :  _Prop_Linker , 
							 
						 
					
						
							
								
							 
							
								
							 
							
								 
							
							
								    ' Output_Directory_Location '  :  _Prop_Output_Directory_Location , 
							 
						 
					
						
							
								
							 
							
								
							 
							
								 
							
							
								    ' Output_Directory_Origin '  :  _Prop_Output_Directory_Origin , 
							 
						 
					
						
							
								
							 
							
								
							 
							
								 
							
							
								    ' Output_Directory_Path '  :  _Prop_Output_Directory_Path , 
							 
						 
					
						
							
								
							 
							
								
							 
							
								 
							
							
								    ' Post_Linker '  :  _Prop_Post_Linker , 
							 
						 
					
						
							
								
							 
							
								
							 
							
								 
							
							
								    ' Pre_Linker '  :  _Prop_Pre_Linker , 
							 
						 
					
						
							
								
							 
							
								
							 
							
								 
							
							
								    ' Target_Name '  :  _Prop_Target_Name , 
							 
						 
					
						
							
								
							 
							
								
							 
							
								 
							
							
								    ' Use_Relative_Paths '  :  _Prop_Use_Relative_Paths , 
							 
						 
					
						
							
								
									
										
										
										
											2000-08-17 22:16:11 +00:00 
										
									 
								 
							 
							
								
							 
							
								 
							
							
								}  
						 
					
						
							
								
									
										
										
										
											2002-08-07 15:53:42 +00:00 
										
									 
								 
							 
							
								
									
										 
								
							 
							
								 
							
							
								Target_Settings . _privelemdict  =  {  
						 
					
						
							
								
									
										
										
										
											2000-08-17 22:16:11 +00:00 
										
									 
								 
							 
							
								
							 
							
								 
							
							
								}  
						 
					
						
							
								
									
										
										
										
											2002-08-07 15:53:42 +00:00 
										
									 
								 
							 
							
								
									
										 
								
							 
							
								 
							
							
								Target_Source_Trees . _superclassnames  =  [ ]  
						 
					
						
							
								
							 
							
								
							 
							
								 
							
							
								Target_Source_Trees . _privpropdict  =  {  
						 
					
						
							
								
									
										
										
										
											2003-04-12 22:27:11 +00:00 
										
									 
								 
							 
							
								
									
										 
								
							 
							
								 
							
							
								    ' Source_Trees '  :  _Prop_Source_Trees , 
							 
						 
					
						
							
								
									
										
										
										
											2000-08-17 22:16:11 +00:00 
										
									 
								 
							 
							
								
							 
							
								 
							
							
								}  
						 
					
						
							
								
									
										
										
										
											2002-08-07 15:53:42 +00:00 
										
									 
								 
							 
							
								
									
										 
								
							 
							
								 
							
							
								Target_Source_Trees . _privelemdict  =  {  
						 
					
						
							
								
									
										
										
										
											2000-08-17 22:16:11 +00:00 
										
									 
								 
							 
							
								
							 
							
								 
							
							
								}  
						 
					
						
							
								
									
										
										
										
											2002-08-07 15:53:42 +00:00 
										
									 
								 
							 
							
								
									
										 
								
							 
							
								 
							
							
								VCS_Setup . _superclassnames  =  [ ]  
						 
					
						
							
								
							 
							
								
							 
							
								 
							
							
								VCS_Setup . _privpropdict  =  {  
						 
					
						
							
								
									
										
										
										
											2003-04-12 22:27:11 +00:00 
										
									 
								 
							 
							
								
									
										 
								
							 
							
								 
							
							
								    ' Always_Prompt '  :  _Prop_Always_Prompt , 
							 
						 
					
						
							
								
							 
							
								
							 
							
								 
							
							
								    ' Auto_Connect '  :  _Prop_Auto_Connect , 
							 
						 
					
						
							
								
							 
							
								
							 
							
								 
							
							
								    ' Connection_Method '  :  _Prop_Connection_Method , 
							 
						 
					
						
							
								
							 
							
								
							 
							
								 
							
							
								    ' Database_Path '  :  _Prop_Database_Path , 
							 
						 
					
						
							
								
							 
							
								
							 
							
								 
							
							
								    ' Local_Path '  :  _Prop_Local_Path , 
							 
						 
					
						
							
								
							 
							
								
							 
							
								 
							
							
								    ' Mount_Volume '  :  _Prop_Mount_Volume , 
							 
						 
					
						
							
								
							 
							
								
							 
							
								 
							
							
								    ' Password '  :  _Prop_Password , 
							 
						 
					
						
							
								
							 
							
								
							 
							
								 
							
							
								    ' Store_Password '  :  _Prop_Store_Password , 
							 
						 
					
						
							
								
							 
							
								
							 
							
								 
							
							
								    ' Use_Global_Settings '  :  _Prop_Use_Global_Settings , 
							 
						 
					
						
							
								
							 
							
								
							 
							
								 
							
							
								    ' Username '  :  _Prop_Username , 
							 
						 
					
						
							
								
							 
							
								
							 
							
								 
							
							
								    ' VCS_Active '  :  _Prop_VCS_Active , 
							 
						 
					
						
							
								
									
										
										
										
											2000-08-17 22:16:11 +00:00 
										
									 
								 
							 
							
								
							 
							
								 
							
							
								}  
						 
					
						
							
								
									
										
										
										
											2002-08-07 15:53:42 +00:00 
										
									 
								 
							 
							
								
									
										 
								
							 
							
								 
							
							
								VCS_Setup . _privelemdict  =  {  
						 
					
						
							
								
									
										
										
										
											2000-08-17 22:16:11 +00:00 
										
									 
								 
							 
							
								
							 
							
								 
							
							
								}  
						 
					
						
							
								
									
										
										
										
											2003-03-30 22:41:53 +00:00 
										
									 
								 
							 
							
								
									
										 
								
							 
							
								 
							
							
								Font . _superclassnames  =  [ ]  
						 
					
						
							
								
							 
							
								
							 
							
								 
							
							
								Font . _privpropdict  =  {  
						 
					
						
							
								
									
										
										
										
											2003-04-12 22:27:11 +00:00 
										
									 
								 
							 
							
								
									
										 
								
							 
							
								 
							
							
								    ' Auto_Indent '  :  _Prop_Auto_Indent , 
							 
						 
					
						
							
								
							 
							
								
							 
							
								 
							
							
								    ' Tab_Indents_Selection '  :  _Prop_Tab_Indents_Selection , 
							 
						 
					
						
							
								
							 
							
								
							 
							
								 
							
							
								    ' Tab_Inserts_Spaces '  :  _Prop_Tab_Inserts_Spaces , 
							 
						 
					
						
							
								
							 
							
								
							 
							
								 
							
							
								    ' Tab_Size '  :  _Prop_Tab_Size , 
							 
						 
					
						
							
								
							 
							
								
							 
							
								 
							
							
								    ' Text_Font '  :  _Prop_Text_Font , 
							 
						 
					
						
							
								
							 
							
								
							 
							
								 
							
							
								    ' Text_Size '  :  _Prop_Text_Size , 
							 
						 
					
						
							
								
									
										
										
										
											2000-08-17 22:16:11 +00:00 
										
									 
								 
							 
							
								
							 
							
								 
							
							
								}  
						 
					
						
							
								
									
										
										
										
											2003-03-30 22:41:53 +00:00 
										
									 
								 
							 
							
								
									
										 
								
							 
							
								 
							
							
								Font . _privelemdict  =  {  
						 
					
						
							
								
									
										
										
										
											2000-08-17 22:16:11 +00:00 
										
									 
								 
							 
							
								
							 
							
								 
							
							
								}  
						 
					
						
							
								
									
										
										
										
											2003-03-28 22:07:22 +00:00 
										
									 
								 
							 
							
								
									
										 
								
							 
							
								 
							
							
								_Enum_Acce  =  {  
						 
					
						
							
								
									
										
										
										
											2004-07-18 06:16:08 +00:00 
										
									 
								 
							 
							
								
									
										 
								
							 
							
								 
							
							
								    ' public '  :  ' Publ ' ,   # 
							 
						 
					
						
							
								
							 
							
								
							 
							
								 
							
							
								    ' protected '  :  ' Prot ' ,        # 
							 
						 
					
						
							
								
							 
							
								
							 
							
								 
							
							
								    ' private '  :  ' Priv ' ,  # 
							 
						 
					
						
							
								
									
										
										
										
											2000-08-17 22:16:11 +00:00 
										
									 
								 
							 
							
								
							 
							
								 
							
							
								}  
						 
					
						
							
								
									
										
										
										
											2003-03-28 22:07:22 +00:00 
										
									 
								 
							 
							
								
									
										 
								
							 
							
								 
							
							
								
							 
						 
					
						
							
								
							 
							
								
							 
							
								 
							
							
								_Enum_BXbr  =  {  
						 
					
						
							
								
									
										
										
										
											2004-07-18 06:16:08 +00:00 
										
									 
								 
							 
							
								
									
										 
								
							 
							
								 
							
							
								    ' Always_Build '  :  ' BXb1 ' ,     # Always build the target before running. 
							 
						 
					
						
							
								
							 
							
								
							 
							
								 
							
							
								    ' Ask_Build '  :  ' BXb2 ' ,        # Ask before building the target when running. 
							 
						 
					
						
							
								
							 
							
								
							 
							
								 
							
							
								    ' Never_Build '  :  ' BXb3 ' ,      # Never before building the target before running. 
							 
						 
					
						
							
								
									
										
										
										
											2000-08-17 22:16:11 +00:00 
										
									 
								 
							 
							
								
							 
							
								 
							
							
								}  
						 
					
						
							
								
							 
							
								
							 
							
								 
							
							
								
							 
						 
					
						
							
								
									
										
										
										
											2003-03-28 22:07:22 +00:00 
										
									 
								 
							 
							
								
									
										 
								
							 
							
								 
							
							
								_Enum_DbSA  =  {  
						 
					
						
							
								
									
										
										
										
											2004-07-18 06:16:08 +00:00 
										
									 
								 
							 
							
								
									
										 
								
							 
							
								 
							
							
								    ' 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 
							 
						 
					
						
							
								
							 
							
								
							 
							
								 
							
							
								    ' Close_Windows '  :  ' DSA4 ' ,    # Close non-debugging windows 
							 
						 
					
						
							
								
									
										
										
										
											2000-08-17 22:16:11 +00:00 
										
									 
								 
							 
							
								
							 
							
								 
							
							
								}  
						 
					
						
							
								
							 
							
								
							 
							
								 
							
							
								
							 
						 
					
						
							
								
									
										
										
										
											2003-03-28 22:07:22 +00:00 
										
									 
								 
							 
							
								
									
										 
								
							 
							
								 
							
							
								_Enum_DgBL  =  {  
						 
					
						
							
								
									
										
										
										
											2004-07-18 06:16:08 +00:00 
										
									 
								 
							 
							
								
									
										 
								
							 
							
								 
							
							
								    ' Always '  :  ' DgB0 ' ,   # Always build before debugging. 
							 
						 
					
						
							
								
							 
							
								
							 
							
								 
							
							
								    ' Never '  :  ' DgB1 ' ,    # Never build before debugging. 
							 
						 
					
						
							
								
							 
							
								
							 
							
								 
							
							
								    ' Ask '  :  ' DgB2 ' ,      # Ask about building before debugging. 
							 
						 
					
						
							
								
									
										
										
										
											2000-08-17 22:16:11 +00:00 
										
									 
								 
							 
							
								
							 
							
								 
							
							
								}  
						 
					
						
							
								
							 
							
								
							 
							
								 
							
							
								
							 
						 
					
						
							
								
							 
							
								
							 
							
								 
							
							
								_Enum_ErrT  =  {  
						 
					
						
							
								
									
										
										
										
											2004-07-18 06:16:08 +00:00 
										
									 
								 
							 
							
								
									
										 
								
							 
							
								 
							
							
								    ' information '  :  ' ErIn ' ,      # 
							 
						 
					
						
							
								
							 
							
								
							 
							
								 
							
							
								    ' compiler_warning '  :  ' ErCW ' ,         # 
							 
						 
					
						
							
								
							 
							
								
							 
							
								 
							
							
								    ' compiler_error '  :  ' ErCE ' ,   # 
							 
						 
					
						
							
								
							 
							
								
							 
							
								 
							
							
								    ' definition '  :  ' ErDf ' ,       # 
							 
						 
					
						
							
								
							 
							
								
							 
							
								 
							
							
								    ' linker_warning '  :  ' ErLW ' ,   # 
							 
						 
					
						
							
								
							 
							
								
							 
							
								 
							
							
								    ' linker_error '  :  ' ErLE ' ,     # 
							 
						 
					
						
							
								
							 
							
								
							 
							
								 
							
							
								    ' find_result '  :  ' ErFn ' ,      # 
							 
						 
					
						
							
								
							 
							
								
							 
							
								 
							
							
								    ' generic_error '  :  ' ErGn ' ,    # 
							 
						 
					
						
							
								
									
										
										
										
											2000-08-17 22:16:11 +00:00 
										
									 
								 
							 
							
								
							 
							
								 
							
							
								}  
						 
					
						
							
								
							 
							
								
							 
							
								 
							
							
								
							 
						 
					
						
							
								
									
										
										
										
											2003-03-28 22:07:22 +00:00 
										
									 
								 
							 
							
								
									
										 
								
							 
							
								 
							
							
								_Enum_Inte  =  {  
						 
					
						
							
								
									
										
										
										
											2004-07-18 06:16:08 +00:00 
										
									 
								 
							 
							
								
									
										 
								
							 
							
								 
							
							
								    ' never_interact '  :  ' eNvr ' ,   # Never allow user interactions 
							 
						 
					
						
							
								
							 
							
								
							 
							
								 
							
							
								    ' interact_with_self '  :  ' eInS ' ,       # Allow user interaction only when an AppleEvent is sent from within CodeWarrior 
							 
						 
					
						
							
								
							 
							
								
							 
							
								 
							
							
								    ' interact_with_local '  :  ' eInL ' ,      # Allow user interaction when AppleEvents are sent from applications on the same machine (default) 
							 
						 
					
						
							
								
							 
							
								
							 
							
								 
							
							
								    ' interact_with_all '  :  ' eInA ' ,        # Allow user interaction from both local and remote AppleEvents 
							 
						 
					
						
							
								
									
										
										
										
											2000-08-17 22:16:11 +00:00 
										
									 
								 
							 
							
								
							 
							
								 
							
							
								}  
						 
					
						
							
								
							 
							
								
							 
							
								 
							
							
								
							 
						 
					
						
							
								
							 
							
								
							 
							
								 
							
							
								_Enum_Lang  =  {  
						 
					
						
							
								
									
										
										
										
											2004-07-18 06:16:08 +00:00 
										
									 
								 
							 
							
								
									
										 
								
							 
							
								 
							
							
								    ' C '  :  ' LC   ' ,        # 
							 
						 
					
						
							
								
							 
							
								
							 
							
								 
							
							
								    ' C_2b__2b_ '  :  ' LC++ ' ,        # 
							 
						 
					
						
							
								
							 
							
								
							 
							
								 
							
							
								    ' Pascal '  :  ' LP   ' ,   # 
							 
						 
					
						
							
								
							 
							
								
							 
							
								 
							
							
								    ' Object_Pascal '  :  ' LP++ ' ,    # 
							 
						 
					
						
							
								
							 
							
								
							 
							
								 
							
							
								    ' Java '  :  ' LJav ' ,     # 
							 
						 
					
						
							
								
							 
							
								
							 
							
								 
							
							
								    ' Assembler '  :  ' LAsm ' ,        # 
							 
						 
					
						
							
								
							 
							
								
							 
							
								 
							
							
								    ' Unknown '  :  ' L?   ' ,  # 
							 
						 
					
						
							
								
									
										
										
										
											2000-08-17 22:16:11 +00:00 
										
									 
								 
							 
							
								
							 
							
								 
							
							
								}  
						 
					
						
							
								
							 
							
								
							 
							
								 
							
							
								
							 
						 
					
						
							
								
									
										
										
										
											2003-03-28 22:07:22 +00:00 
										
									 
								 
							 
							
								
									
										 
								
							 
							
								 
							
							
								_Enum_PPrm  =  {  
						 
					
						
							
								
									
										
										
										
											2004-07-18 06:16:08 +00:00 
										
									 
								 
							 
							
								
									
										 
								
							 
							
								 
							
							
								    ' 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 ' ,    # 
							 
						 
					
						
							
								
									
										
										
										
											2000-08-17 22:16:11 +00:00 
										
									 
								 
							 
							
								
							 
							
								 
							
							
								}  
						 
					
						
							
								
							 
							
								
							 
							
								 
							
							
								
							 
						 
					
						
							
								
									
										
										
										
											2003-03-28 22:07:22 +00:00 
										
									 
								 
							 
							
								
									
										 
								
							 
							
								 
							
							
								_Enum_PXdg  =  {  
						 
					
						
							
								
									
										
										
										
											2004-07-18 06:16:08 +00:00 
										
									 
								 
							 
							
								
									
										 
								
							 
							
								 
							
							
								    ' Diagnose_None '  :  ' PXd1 ' ,    # No Plugin Diagnostics. 
							 
						 
					
						
							
								
							 
							
								
							 
							
								 
							
							
								    ' Diagnose_Errors '  :  ' PXd2 ' ,  # Plugin Diagnostics for errors only. 
							 
						 
					
						
							
								
							 
							
								
							 
							
								 
							
							
								    ' Diagnose_All '  :  ' PXd3 ' ,     # Plugin Diagnostics for everything. 
							 
						 
					
						
							
								
									
										
										
										
											2000-08-17 22:16:11 +00:00 
										
									 
								 
							 
							
								
							 
							
								 
							
							
								}  
						 
					
						
							
								
							 
							
								
							 
							
								 
							
							
								
							 
						 
					
						
							
								
									
										
										
										
											2003-03-28 22:07:22 +00:00 
										
									 
								 
							 
							
								
									
										 
								
							 
							
								 
							
							
								_Enum_PthF  =  {  
						 
					
						
							
								
									
										
										
										
											2004-07-18 06:16:08 +00:00 
										
									 
								 
							 
							
								
									
										 
								
							 
							
								 
							
							
								    ' Generic_Path '  :  ' PFGn ' ,     # 
							 
						 
					
						
							
								
							 
							
								
							 
							
								 
							
							
								    ' MacOS_Path '  :  ' PFMc ' ,       # MacOS path using colon as separator 
							 
						 
					
						
							
								
							 
							
								
							 
							
								 
							
							
								    ' Windows_Path '  :  ' PFWn ' ,     # Windows path using backslash as separator 
							 
						 
					
						
							
								
							 
							
								
							 
							
								 
							
							
								    ' Unix_Path '  :  ' PFUx ' ,        # Unix path using slash as separator 
							 
						 
					
						
							
								
									
										
										
										
											2000-08-17 22:16:11 +00:00 
										
									 
								 
							 
							
								
							 
							
								 
							
							
								}  
						 
					
						
							
								
							 
							
								
							 
							
								 
							
							
								
							 
						 
					
						
							
								
							 
							
								
							 
							
								 
							
							
								_Enum_RefP  =  {  
						 
					
						
							
								
									
										
										
										
											2004-07-18 06:16:08 +00:00 
										
									 
								 
							 
							
								
									
										 
								
							 
							
								 
							
							
								    ' Think_Reference '  :  ' DanR ' ,  # 
							 
						 
					
						
							
								
							 
							
								
							 
							
								 
							
							
								    ' QuickView '  :  ' ALTV ' ,        # 
							 
						 
					
						
							
								
									
										
										
										
											2000-08-17 22:16:11 +00:00 
										
									 
								 
							 
							
								
							 
							
								 
							
							
								}  
						 
					
						
							
								
							 
							
								
							 
							
								 
							
							
								
							 
						 
					
						
							
								
							 
							
								
							 
							
								 
							
							
								_Enum_STKd  =  {  
						 
					
						
							
								
									
										
										
										
											2004-07-18 06:16:08 +00:00 
										
									 
								 
							 
							
								
									
										 
								
							 
							
								 
							
							
								    ' 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. 
							 
						 
					
						
							
								
									
										
										
										
											2000-08-17 22:16:11 +00:00 
										
									 
								 
							 
							
								
							 
							
								 
							
							
								}  
						 
					
						
							
								
							 
							
								
							 
							
								 
							
							
								
							 
						 
					
						
							
								
									
										
										
										
											2003-03-28 22:07:22 +00:00 
										
									 
								 
							 
							
								
									
										 
								
							 
							
								 
							
							
								_Enum_SrcT  =  {  
						 
					
						
							
								
									
										
										
										
											2004-07-18 06:16:08 +00:00 
										
									 
								 
							 
							
								
									
										 
								
							 
							
								 
							
							
								    ' source '  :  ' FTxt ' ,   # A source file (.c, .cp, .p, etc). 
							 
						 
					
						
							
								
							 
							
								
							 
							
								 
							
							
								    ' unknown '  :  ' FUnk ' ,  # An unknown file type. 
							 
						 
					
						
							
								
									
										
										
										
											2003-03-28 22:07:22 +00:00 
										
									 
								 
							 
							
								
									
										 
								
							 
							
								 
							
							
								}  
						 
					
						
							
								
							 
							
								
							 
							
								 
							
							
								
							 
						 
					
						
							
								
							 
							
								
							 
							
								 
							
							
								_Enum_TmpB  =  {  
						 
					
						
							
								
									
										
										
										
											2004-07-18 06:16:08 +00:00 
										
									 
								 
							 
							
								
									
										 
								
							 
							
								 
							
							
								    ' User_Specified '  :  ' Usrs ' ,   # Use user specified symbols when setting temporary breakpoints on program launch. 
							 
						 
					
						
							
								
							 
							
								
							 
							
								 
							
							
								    ' Default '  :  ' Dflt ' ,  # Use system default symbols when setting temporary breakpoints on program launch. 
							 
						 
					
						
							
								
									
										
										
										
											2003-03-28 22:07:22 +00:00 
										
									 
								 
							 
							
								
									
										 
								
							 
							
								 
							
							
								}  
						 
					
						
							
								
							 
							
								
							 
							
								 
							
							
								
							 
						 
					
						
							
								
							 
							
								
							 
							
								 
							
							
								_Enum_TxtF  =  {  
						 
					
						
							
								
									
										
										
										
											2004-07-18 06:16:08 +00:00 
										
									 
								 
							 
							
								
									
										 
								
							 
							
								 
							
							
								    ' MacOS '  :  ' TxF0 ' ,    # MacOS text format 
							 
						 
					
						
							
								
							 
							
								
							 
							
								 
							
							
								    ' DOS '  :  ' TxF1 ' ,      # DOS text format 
							 
						 
					
						
							
								
							 
							
								
							 
							
								 
							
							
								    ' Unix '  :  ' TxF2 ' ,     # Unix text format 
							 
						 
					
						
							
								
									
										
										
										
											2003-03-28 22:07:22 +00:00 
										
									 
								 
							 
							
								
									
										 
								
							 
							
								 
							
							
								}  
						 
					
						
							
								
							 
							
								
							 
							
								 
							
							
								
							 
						 
					
						
							
								
							 
							
								
							 
							
								 
							
							
								_Enum_savo  =  {  
						 
					
						
							
								
									
										
										
										
											2004-07-18 06:16:08 +00:00 
										
									 
								 
							 
							
								
									
										 
								
							 
							
								 
							
							
								    ' yes '  :  ' yes  ' ,      # Save changes 
							 
						 
					
						
							
								
							 
							
								
							 
							
								 
							
							
								    ' no '  :  ' no   ' ,       # Do not save changes 
							 
						 
					
						
							
								
							 
							
								
							 
							
								 
							
							
								    ' ask '  :  ' ask  ' ,      # Ask the user whether to save 
							 
						 
					
						
							
								
									
										
										
										
											2000-08-17 22:16:11 +00:00 
										
									 
								 
							 
							
								
							 
							
								 
							
							
								}  
						 
					
						
							
								
							 
							
								
							 
							
								 
							
							
								
							 
						 
					
						
							
								
							 
							
								
							 
							
								 
							
							
								
							 
						 
					
						
							
								
							 
							
								
							 
							
								 
							
							
								#  
						 
					
						
							
								
							 
							
								
							 
							
								 
							
							
								# Indices of types declared in this module  
						 
					
						
							
								
							 
							
								
							 
							
								 
							
							
								#  
						 
					
						
							
								
							 
							
								
							 
							
								 
							
							
								_classdeclarations  =  {  
						 
					
						
							
								
									
										
										
										
											2003-04-12 22:27:11 +00:00 
										
									 
								 
							 
							
								
									
										 
								
							 
							
								 
							
							
								    ' BRKW '  :  Browser_Coloring , 
							 
						 
					
						
							
								
							 
							
								
							 
							
								 
							
							
								    ' BSTG '  :  Build_Settings , 
							 
						 
					
						
							
								
							 
							
								
							 
							
								 
							
							
								    ' BsCl '  :  base_class , 
							 
						 
					
						
							
								
							 
							
								
							 
							
								 
							
							
								    ' CUKW '  :  Custom_Keywords , 
							 
						 
					
						
							
								
							 
							
								
							 
							
								 
							
							
								    ' Cata '  :  browser_catalog , 
							 
						 
					
						
							
								
							 
							
								
							 
							
								 
							
							
								    ' Clas '  :  class_ , 
							 
						 
					
						
							
								
							 
							
								
							 
							
								 
							
							
								    ' DbDS '  :  Debugger_Display , 
							 
						 
					
						
							
								
							 
							
								
							 
							
								 
							
							
								    ' DbGL '  :  Debugger_Global , 
							 
						 
					
						
							
								
							 
							
								
							 
							
								 
							
							
								    ' DbTG '  :  Debugger_Target , 
							 
						 
					
						
							
								
							 
							
								
							 
							
								 
							
							
								    ' DbWN '  :  Debugger_Windowing , 
							 
						 
					
						
							
								
							 
							
								
							 
							
								 
							
							
								    ' DtMb '  :  data_member , 
							 
						 
					
						
							
								
							 
							
								
							 
							
								 
							
							
								    ' EDTR '  :  Editor , 
							 
						 
					
						
							
								
							 
							
								
							 
							
								 
							
							
								    ' EnvV '  :  Environment_Variable , 
							 
						 
					
						
							
								
							 
							
								
							 
							
								 
							
							
								    ' ErrM '  :  Error_Information , 
							 
						 
					
						
							
								
							 
							
								
							 
							
								 
							
							
								    ' FDef '  :  Function_Information , 
							 
						 
					
						
							
								
							 
							
								
							 
							
								 
							
							
								    ' FLMP '  :  File_Mappings , 
							 
						 
					
						
							
								
							 
							
								
							 
							
								 
							
							
								    ' FMap '  :  File_Mapping , 
							 
						 
					
						
							
								
							 
							
								
							 
							
								 
							
							
								    ' GSTs '  :  Global_Source_Trees , 
							 
						 
					
						
							
								
							 
							
								
							 
							
								 
							
							
								    ' GXTR '  :  Extras , 
							 
						 
					
						
							
								
							 
							
								
							 
							
								 
							
							
								    ' LXTR '  :  Build_Extras , 
							 
						 
					
						
							
								
							 
							
								
							 
							
								 
							
							
								    ' MbFn '  :  member_function , 
							 
						 
					
						
							
								
							 
							
								
							 
							
								 
							
							
								    ' PATH '  :  Access_Paths , 
							 
						 
					
						
							
								
							 
							
								
							 
							
								 
							
							
								    ' PInf '  :  Path_Information , 
							 
						 
					
						
							
								
							 
							
								
							 
							
								 
							
							
								    ' PSTG '  :  Plugin_Settings , 
							 
						 
					
						
							
								
							 
							
								
							 
							
								 
							
							
								    ' RSTG '  :  Runtime_Settings , 
							 
						 
					
						
							
								
							 
							
								
							 
							
								 
							
							
								    ' RlPt '  :  Relative_Path , 
							 
						 
					
						
							
								
							 
							
								
							 
							
								 
							
							
								    ' SFit '  :  Shielded_Folder , 
							 
						 
					
						
							
								
							 
							
								
							 
							
								 
							
							
								    ' SHFL '  :  Shielded_Folders , 
							 
						 
					
						
							
								
							 
							
								
							 
							
								 
							
							
								    ' SNTX '  :  Syntax_Coloring , 
							 
						 
					
						
							
								
							 
							
								
							 
							
								 
							
							
								    ' Seg  '  :  Segment , 
							 
						 
					
						
							
								
							 
							
								
							 
							
								 
							
							
								    ' SrcF '  :  ProjectFile , 
							 
						 
					
						
							
								
							 
							
								
							 
							
								 
							
							
								    ' SrcT '  :  Source_Tree , 
							 
						 
					
						
							
								
							 
							
								
							 
							
								 
							
							
								    ' TARG '  :  Target_Settings , 
							 
						 
					
						
							
								
							 
							
								
							 
							
								 
							
							
								    ' TSTs '  :  Target_Source_Trees , 
							 
						 
					
						
							
								
							 
							
								
							 
							
								 
							
							
								    ' VCSs '  :  VCS_Setup , 
							 
						 
					
						
							
								
							 
							
								
							 
							
								 
							
							
								    ' mFNT '  :  Font , 
							 
						 
					
						
							
								
							 
							
								
							 
							
								 
							
							
								}  
						 
					
						
							
								
							 
							
								
							 
							
								 
							
							
								
							 
						 
					
						
							
								
							 
							
								
							 
							
								 
							
							
								_propdeclarations  =  {  
						 
					
						
							
								
							 
							
								
							 
							
								 
							
							
								    ' Acce '  :  _Prop_access , 
							 
						 
					
						
							
								
							 
							
								
							 
							
								 
							
							
								    ' BW00 '  :  _Prop_Browser_Keywords , 
							 
						 
					
						
							
								
							 
							
								
							 
							
								 
							
							
								    ' BW01 '  :  _Prop_Classes_Color , 
							 
						 
					
						
							
								
							 
							
								
							 
							
								 
							
							
								    ' BW02 '  :  _Prop_Constants_Color , 
							 
						 
					
						
							
								
							 
							
								
							 
							
								 
							
							
								    ' BW03 '  :  _Prop_Enums_Color , 
							 
						 
					
						
							
								
							 
							
								
							 
							
								 
							
							
								    ' BW04 '  :  _Prop_Functions_Color , 
							 
						 
					
						
							
								
							 
							
								
							 
							
								 
							
							
								    ' BW05 '  :  _Prop_Globals_Color , 
							 
						 
					
						
							
								
							 
							
								
							 
							
								 
							
							
								    ' BW06 '  :  _Prop_Macros_Color , 
							 
						 
					
						
							
								
							 
							
								
							 
							
								 
							
							
								    ' BW07 '  :  _Prop_Templates_Color , 
							 
						 
					
						
							
								
							 
							
								
							 
							
								 
							
							
								    ' BW08 '  :  _Prop_Typedefs_Color , 
							 
						 
					
						
							
								
							 
							
								
							 
							
								 
							
							
								    ' BW10 '  :  _Prop_Template_Commands_in_Menu , 
							 
						 
					
						
							
								
							 
							
								
							 
							
								 
							
							
								    ' BX01 '  :  _Prop_Completion_Sound , 
							 
						 
					
						
							
								
							 
							
								
							 
							
								 
							
							
								    ' BX02 '  :  _Prop_Success_Sound , 
							 
						 
					
						
							
								
							 
							
								
							 
							
								 
							
							
								    ' BX03 '  :  _Prop_Failure_Sound , 
							 
						 
					
						
							
								
							 
							
								
							 
							
								 
							
							
								    ' BX04 '  :  _Prop_Build_Before_Running , 
							 
						 
					
						
							
								
							 
							
								
							 
							
								 
							
							
								    ' BX05 '  :  _Prop_Include_Cache_Size , 
							 
						 
					
						
							
								
							 
							
								
							 
							
								 
							
							
								    ' BX06 '  :  _Prop_Compiler_Thread_Stack_Size , 
							 
						 
					
						
							
								
							 
							
								
							 
							
								 
							
							
								    ' BX07 '  :  _Prop_Save_Before_Building , 
							 
						 
					
						
							
								
							 
							
								
							 
							
								 
							
							
								    ' Bfor '  :  _Prop_initialize_before , 
							 
						 
					
						
							
								
							 
							
								
							 
							
								 
							
							
								    ' CSiz '  :  _Prop_codesize , 
							 
						 
					
						
							
								
							 
							
								
							 
							
								 
							
							
								    ' Clas '  :  _Prop_class_ , 
							 
						 
					
						
							
								
							 
							
								
							 
							
								 
							
							
								    ' DSiz '  :  _Prop_datasize , 
							 
						 
					
						
							
								
							 
							
								
							 
							
								 
							
							
								    ' Db01 '  :  _Prop_Show_Variable_Types , 
							 
						 
					
						
							
								
							 
							
								
							 
							
								 
							
							
								    ' Db02 '  :  _Prop_Sort_By_Method , 
							 
						 
					
						
							
								
							 
							
								
							 
							
								 
							
							
								    ' Db03 '  :  _Prop_Use_RTTI , 
							 
						 
					
						
							
								
							 
							
								
							 
							
								 
							
							
								    ' Db04 '  :  _Prop_Threads_in_Window , 
							 
						 
					
						
							
								
							 
							
								
							 
							
								 
							
							
								    ' Db05 '  :  _Prop_Variable_Hints , 
							 
						 
					
						
							
								
							 
							
								
							 
							
								 
							
							
								    ' Db06 '  :  _Prop_Watchpoint_Hilite , 
							 
						 
					
						
							
								
							 
							
								
							 
							
								 
							
							
								    ' Db07 '  :  _Prop_Variable_Changed_Hilite , 
							 
						 
					
						
							
								
							 
							
								
							 
							
								 
							
							
								    ' Db08 '  :  _Prop_Default_Array_Size , 
							 
						 
					
						
							
								
							 
							
								
							 
							
								 
							
							
								    ' Db09 '  :  _Prop_Show_Locals , 
							 
						 
					
						
							
								
							 
							
								
							 
							
								 
							
							
								    ' Db10 '  :  _Prop_Show_As_Decimal , 
							 
						 
					
						
							
								
							 
							
								
							 
							
								 
							
							
								    ' DcEn '  :  _Prop_declaration_end_offset , 
							 
						 
					
						
							
								
							 
							
								
							 
							
								 
							
							
								    ' DcFl '  :  _Prop_declaration_file , 
							 
						 
					
						
							
								
							 
							
								
							 
							
								 
							
							
								    ' DcSt '  :  _Prop_declaration_start_offset , 
							 
						 
					
						
							
								
							 
							
								
							 
							
								 
							
							
								    ' DfEn '  :  _Prop_implementation_end_offset , 
							 
						 
					
						
							
								
							 
							
								
							 
							
								 
							
							
								    ' DfFl '  :  _Prop_implementation_file , 
							 
						 
					
						
							
								
							 
							
								
							 
							
								 
							
							
								    ' DfSt '  :  _Prop_implementation_start_offset , 
							 
						 
					
						
							
								
							 
							
								
							 
							
								 
							
							
								    ' Dg01 '  :  _Prop_Ignore_Mod_Dates , 
							 
						 
					
						
							
								
							 
							
								
							 
							
								 
							
							
								    ' Dg02 '  :  _Prop_Open_All_Classes , 
							 
						 
					
						
							
								
							 
							
								
							 
							
								 
							
							
								    ' Dg03 '  :  _Prop_Launch_Apps_on_Open , 
							 
						 
					
						
							
								
							 
							
								
							 
							
								 
							
							
								    ' Dg04 '  :  _Prop_Confirm_Kill , 
							 
						 
					
						
							
								
							 
							
								
							 
							
								 
							
							
								    ' Dg05 '  :  _Prop_Stop_at_Main , 
							 
						 
					
						
							
								
							 
							
								
							 
							
								 
							
							
								    ' Dg06 '  :  _Prop_Select_Stack_Crawl , 
							 
						 
					
						
							
								
							 
							
								
							 
							
								 
							
							
								    ' Dg07 '  :  _Prop_Dont_Step_in_Runtime , 
							 
						 
					
						
							
								
							 
							
								
							 
							
								 
							
							
								    ' Dg11 '  :  _Prop_Auto_Target_Libraries , 
							 
						 
					
						
							
								
							 
							
								
							 
							
								 
							
							
								    ' Dg12 '  :  _Prop_Cache_Edited_Files , 
							 
						 
					
						
							
								
							 
							
								
							 
							
								 
							
							
								    ' Dg13 '  :  _Prop_File_Cache_Duration , 
							 
						 
					
						
							
								
							 
							
								
							 
							
								 
							
							
								    ' Dt02 '  :  _Prop_Log_System_Messages , 
							 
						 
					
						
							
								
							 
							
								
							 
							
								 
							
							
								    ' Dt08 '  :  _Prop_Update_Data_While_Running , 
							 
						 
					
						
							
								
							 
							
								
							 
							
								 
							
							
								    ' Dt09 '  :  _Prop_Data_Update_Interval , 
							 
						 
					
						
							
								
							 
							
								
							 
							
								 
							
							
								    ' Dt10 '  :  _Prop_Relocated_Executable_Path , 
							 
						 
					
						
							
								
							 
							
								
							 
							
								 
							
							
								    ' Dt13 '  :  _Prop_Stop_at_temp_breakpoint , 
							 
						 
					
						
							
								
							 
							
								
							 
							
								 
							
							
								    ' Dt14 '  :  _Prop_Temp_breakpoint_names , 
							 
						 
					
						
							
								
							 
							
								
							 
							
								 
							
							
								    ' Dt15 '  :  _Prop_Cache_symbolics , 
							 
						 
					
						
							
								
							 
							
								
							 
							
								 
							
							
								    ' Dt16 '  :  _Prop_Temp_Breakpoint_Type , 
							 
						 
					
						
							
								
							 
							
								
							 
							
								 
							
							
								    ' Dw01 '  :  _Prop_Debugging_Start_Action , 
							 
						 
					
						
							
								
							 
							
								
							 
							
								 
							
							
								    ' Dw02 '  :  _Prop_Do_Nothing_To_Projects , 
							 
						 
					
						
							
								
							 
							
								
							 
							
								 
							
							
								    ' ED01 '  :  _Prop_Flash_Delay , 
							 
						 
					
						
							
								
							 
							
								
							 
							
								 
							
							
								    ' ED02 '  :  _Prop_Dynamic_Scroll , 
							 
						 
					
						
							
								
							 
							
								
							 
							
								 
							
							
								    ' ED03 '  :  _Prop_Balance , 
							 
						 
					
						
							
								
							 
							
								
							 
							
								 
							
							
								    ' ED04 '  :  _Prop_Use_Drag__26__Drop_Editing , 
							 
						 
					
						
							
								
							 
							
								
							 
							
								 
							
							
								    ' ED06 '  :  _Prop_Sort_Function_Popup , 
							 
						 
					
						
							
								
							 
							
								
							 
							
								 
							
							
								    ' ED07 '  :  _Prop_Use_Multiple_Undo , 
							 
						 
					
						
							
								
							 
							
								
							 
							
								 
							
							
								    ' ED08 '  :  _Prop_Remember_Font , 
							 
						 
					
						
							
								
							 
							
								
							 
							
								 
							
							
								    ' ED09 '  :  _Prop_Remember_Selection , 
							 
						 
					
						
							
								
							 
							
								
							 
							
								 
							
							
								    ' ED10 '  :  _Prop_Remember_Window , 
							 
						 
					
						
							
								
							 
							
								
							 
							
								 
							
							
								    ' ED12 '  :  _Prop_Main_Text_Color , 
							 
						 
					
						
							
								
							 
							
								
							 
							
								 
							
							
								    ' ED13 '  :  _Prop_Background_Color , 
							 
						 
					
						
							
								
							 
							
								
							 
							
								 
							
							
								    ' ED14 '  :  _Prop_Context_Popup_Delay , 
							 
						 
					
						
							
								
							 
							
								
							 
							
								 
							
							
								    ' ED15 '  :  _Prop_Relaxed_C_Popup_Parsing , 
							 
						 
					
						
							
								
							 
							
								
							 
							
								 
							
							
								    ' ED16 '  :  _Prop_Left_Margin_Line_Select , 
							 
						 
					
						
							
								
							 
							
								
							 
							
								 
							
							
								    ' ED17 '  :  _Prop_Default_Text_File_Format , 
							 
						 
					
						
							
								
							 
							
								
							 
							
								 
							
							
								    ' EX04 '  :  _Prop_Modification_Date_Caching , 
							 
						 
					
						
							
								
							 
							
								
							 
							
								 
							
							
								    ' EX07 '  :  _Prop_Full_Screen_Zoom , 
							 
						 
					
						
							
								
							 
							
								
							 
							
								 
							
							
								    ' EX08 '  :  _Prop_External_Reference , 
							 
						 
					
						
							
								
							 
							
								
							 
							
								 
							
							
								    ' EX09 '  :  _Prop_Browser_Active , 
							 
						 
					
						
							
								
							 
							
								
							 
							
								 
							
							
								    ' EX10 '  :  _Prop_Use_Editor_Extensions , 
							 
						 
					
						
							
								
							 
							
								
							 
							
								 
							
							
								    ' EX11 '  :  _Prop_Use_External_Editor , 
							 
						 
					
						
							
								
							 
							
								
							 
							
								 
							
							
								    ' EX12 '  :  _Prop_Use_Script_Menu , 
							 
						 
					
						
							
								
							 
							
								
							 
							
								 
							
							
								    ' EX16 '  :  _Prop_Recent_Editor_Count , 
							 
						 
					
						
							
								
							 
							
								
							 
							
								 
							
							
								    ' EX17 '  :  _Prop_Recent_Project_Count , 
							 
						 
					
						
							
								
							 
							
								
							 
							
								 
							
							
								    ' EX18 '  :  _Prop_Use_ToolServer_Menu , 
							 
						 
					
						
							
								
							 
							
								
							 
							
								 
							
							
								    ' EX19 '  :  _Prop_Automatic_Toolbar_Help , 
							 
						 
					
						
							
								
							 
							
								
							 
							
								 
							
							
								    ' EX30 '  :  _Prop_Dump_Browser_Info , 
							 
						 
					
						
							
								
							 
							
								
							 
							
								 
							
							
								    ' EX31 '  :  _Prop_Cache_Subproject_Data , 
							 
						 
					
						
							
								
							 
							
								
							 
							
								 
							
							
								    ' ErrL '  :  _Prop_lineNumber , 
							 
						 
					
						
							
								
							 
							
								
							 
							
								 
							
							
								    ' ErrS '  :  _Prop_message , 
							 
						 
					
						
							
								
							 
							
								
							 
							
								 
							
							
								    ' ErrT '  :  _Prop_messageKind , 
							 
						 
					
						
							
								
							 
							
								
							 
							
								 
							
							
								    ' FMps '  :  _Prop_Mappings , 
							 
						 
					
						
							
								
							 
							
								
							 
							
								 
							
							
								    ' FN01 '  :  _Prop_Auto_Indent , 
							 
						 
					
						
							
								
							 
							
								
							 
							
								 
							
							
								    ' FN02 '  :  _Prop_Tab_Size , 
							 
						 
					
						
							
								
							 
							
								
							 
							
								 
							
							
								    ' FN03 '  :  _Prop_Tab_Indents_Selection , 
							 
						 
					
						
							
								
							 
							
								
							 
							
								 
							
							
								    ' FN04 '  :  _Prop_Tab_Inserts_Spaces , 
							 
						 
					
						
							
								
							 
							
								
							 
							
								 
							
							
								    ' Frmt '  :  _Prop_format , 
							 
						 
					
						
							
								
							 
							
								
							 
							
								 
							
							
								    ' Frmw '  :  _Prop_framework , 
							 
						 
					
						
							
								
							 
							
								
							 
							
								 
							
							
								    ' GH01 '  :  _Prop_Syntax_Coloring , 
							 
						 
					
						
							
								
							 
							
								
							 
							
								 
							
							
								    ' GH02 '  :  _Prop_Comment_Color , 
							 
						 
					
						
							
								
							 
							
								
							 
							
								 
							
							
								    ' GH03 '  :  _Prop_Keyword_Color , 
							 
						 
					
						
							
								
							 
							
								
							 
							
								 
							
							
								    ' GH04 '  :  _Prop_String_Color , 
							 
						 
					
						
							
								
							 
							
								
							 
							
								 
							
							
								    ' GH05 '  :  _Prop_Custom_Color_1 , 
							 
						 
					
						
							
								
							 
							
								
							 
							
								 
							
							
								    ' GH06 '  :  _Prop_Custom_Color_2 , 
							 
						 
					
						
							
								
							 
							
								
							 
							
								 
							
							
								    ' GH07 '  :  _Prop_Custom_Color_3 , 
							 
						 
					
						
							
								
							 
							
								
							 
							
								 
							
							
								    ' GH08 '  :  _Prop_Custom_Color_4 , 
							 
						 
					
						
							
								
							 
							
								
							 
							
								 
							
							
								    ' HstF '  :  _Prop_host_flags , 
							 
						 
					
						
							
								
							 
							
								
							 
							
								 
							
							
								    ' IncF '  :  _Prop_includes , 
							 
						 
					
						
							
								
							 
							
								
							 
							
								 
							
							
								    ' Kind '  :  _Prop_path_kind , 
							 
						 
					
						
							
								
							 
							
								
							 
							
								 
							
							
								    ' Lang '  :  _Prop_language , 
							 
						 
					
						
							
								
							 
							
								
							 
							
								 
							
							
								    ' NumF '  :  _Prop_filecount , 
							 
						 
					
						
							
								
							 
							
								
							 
							
								 
							
							
								    ' Orig '  :  _Prop_origin , 
							 
						 
					
						
							
								
							 
							
								
							 
							
								 
							
							
								    ' PA01 '  :  _Prop_User_Paths , 
							 
						 
					
						
							
								
							 
							
								
							 
							
								 
							
							
								    ' PA02 '  :  _Prop_Always_Full_Search , 
							 
						 
					
						
							
								
							 
							
								
							 
							
								 
							
							
								    ' PA03 '  :  _Prop_System_Paths , 
							 
						 
					
						
							
								
							 
							
								
							 
							
								 
							
							
								    ' PA04 '  :  _Prop_Convert_Paths , 
							 
						 
					
						
							
								
							 
							
								
							 
							
								 
							
							
								    ' PA05 '  :  _Prop_Require_Framework_Includes , 
							 
						 
					
						
							
								
							 
							
								
							 
							
								 
							
							
								    ' PLck '  :  _Prop_seg_2d_locked , 
							 
						 
					
						
							
								
							 
							
								
							 
							
								 
							
							
								    ' PR04 '  :  _Prop_File_Type , 
							 
						 
					
						
							
								
							 
							
								
							 
							
								 
							
							
								    ' PX01 '  :  _Prop_Plugin_Diagnostics_Level , 
							 
						 
					
						
							
								
							 
							
								
							 
							
								 
							
							
								    ' PX02 '  :  _Prop_Disable_Third_Party_COM_Plugins , 
							 
						 
					
						
							
								
							 
							
								
							 
							
								 
							
							
								    ' Path '  :  _Prop_path , 
							 
						 
					
						
							
								
							 
							
								
							 
							
								 
							
							
								    ' Prel '  :  _Prop_seg_2d_preloaded , 
							 
						 
					
						
							
								
							 
							
								
							 
							
								 
							
							
								    ' Prot '  :  _Prop_seg_2d_protected , 
							 
						 
					
						
							
								
							 
							
								
							 
							
								 
							
							
								    ' Purg '  :  _Prop_seg_2d_purgeable , 
							 
						 
					
						
							
								
							 
							
								
							 
							
								 
							
							
								    ' RS01 '  :  _Prop_Host_Application , 
							 
						 
					
						
							
								
							 
							
								
							 
							
								 
							
							
								    ' RS02 '  :  _Prop_Command_Line_Arguments , 
							 
						 
					
						
							
								
							 
							
								
							 
							
								 
							
							
								    ' RS03 '  :  _Prop_Working_Directory , 
							 
						 
					
						
							
								
							 
							
								
							 
							
								 
							
							
								    ' RS04 '  :  _Prop_Environment_Variables , 
							 
						 
					
						
							
								
							 
							
								
							 
							
								 
							
							
								    ' Recu '  :  _Prop_recursive , 
							 
						 
					
						
							
								
							 
							
								
							 
							
								 
							
							
								    ' Root '  :  _Prop_root , 
							 
						 
					
						
							
								
							 
							
								
							 
							
								 
							
							
								    ' SF01 '  :  _Prop_Expression_To_Match , 
							 
						 
					
						
							
								
							 
							
								
							 
							
								 
							
							
								    ' SF02 '  :  _Prop_Skip_Project_Operations , 
							 
						 
					
						
							
								
							 
							
								
							 
							
								 
							
							
								    ' SF03 '  :  _Prop_Skip_Find_And_Compare_Operations , 
							 
						 
					
						
							
								
							 
							
								
							 
							
								 
							
							
								    ' SFis '  :  _Prop_Shielded_Items , 
							 
						 
					
						
							
								
							 
							
								
							 
							
								 
							
							
								    ' ST01 '  :  _Prop_Source_Trees , 
							 
						 
					
						
							
								
							 
							
								
							 
							
								 
							
							
								    ' SrcT '  :  _Prop_filetype , 
							 
						 
					
						
							
								
							 
							
								
							 
							
								 
							
							
								    ' Stat '  :  _Prop_static , 
							 
						 
					
						
							
								
							 
							
								
							 
							
								 
							
							
								    ' SubA '  :  _Prop_all_subclasses , 
							 
						 
					
						
							
								
							 
							
								
							 
							
								 
							
							
								    ' SubC '  :  _Prop_subclasses , 
							 
						 
					
						
							
								
							 
							
								
							 
							
								 
							
							
								    ' SymG '  :  _Prop_symbols , 
							 
						 
					
						
							
								
							 
							
								
							 
							
								 
							
							
								    ' SysH '  :  _Prop_seg_2d_system_heap , 
							 
						 
					
						
							
								
							 
							
								
							 
							
								 
							
							
								    ' TA01 '  :  _Prop_Linker , 
							 
						 
					
						
							
								
							 
							
								
							 
							
								 
							
							
								    ' TA02 '  :  _Prop_Extension , 
							 
						 
					
						
							
								
							 
							
								
							 
							
								 
							
							
								    ' TA03 '  :  _Prop_Precompiled , 
							 
						 
					
						
							
								
							 
							
								
							 
							
								 
							
							
								    ' TA04 '  :  _Prop_Resource_File , 
							 
						 
					
						
							
								
							 
							
								
							 
							
								 
							
							
								    ' TA05 '  :  _Prop_Launchable , 
							 
						 
					
						
							
								
							 
							
								
							 
							
								 
							
							
								    ' TA06 '  :  _Prop_Ignored_by_Make , 
							 
						 
					
						
							
								
							 
							
								
							 
							
								 
							
							
								    ' TA07 '  :  _Prop_Compiler , 
							 
						 
					
						
							
								
							 
							
								
							 
							
								 
							
							
								    ' TA09 '  :  _Prop_Post_Linker , 
							 
						 
					
						
							
								
							 
							
								
							 
							
								 
							
							
								    ' TA10 '  :  _Prop_Target_Name , 
							 
						 
					
						
							
								
							 
							
								
							 
							
								 
							
							
								    ' TA11 '  :  _Prop_Output_Directory_Path , 
							 
						 
					
						
							
								
							 
							
								
							 
							
								 
							
							
								    ' TA12 '  :  _Prop_Output_Directory_Origin , 
							 
						 
					
						
							
								
							 
							
								
							 
							
								 
							
							
								    ' TA13 '  :  _Prop_Pre_Linker , 
							 
						 
					
						
							
								
							 
							
								
							 
							
								 
							
							
								    ' TA15 '  :  _Prop_Use_Relative_Paths , 
							 
						 
					
						
							
								
							 
							
								
							 
							
								 
							
							
								    ' TA16 '  :  _Prop_Output_Directory_Location , 
							 
						 
					
						
							
								
							 
							
								
							 
							
								 
							
							
								    ' UpTD '  :  _Prop_up_to_date , 
							 
						 
					
						
							
								
							 
							
								
							 
							
								 
							
							
								    ' VC01 '  :  _Prop_VCS_Active , 
							 
						 
					
						
							
								
							 
							
								
							 
							
								 
							
							
								    ' VC02 '  :  _Prop_Connection_Method , 
							 
						 
					
						
							
								
							 
							
								
							 
							
								 
							
							
								    ' VC03 '  :  _Prop_Username , 
							 
						 
					
						
							
								
							 
							
								
							 
							
								 
							
							
								    ' VC04 '  :  _Prop_Password , 
							 
						 
					
						
							
								
							 
							
								
							 
							
								 
							
							
								    ' VC05 '  :  _Prop_Auto_Connect , 
							 
						 
					
						
							
								
							 
							
								
							 
							
								 
							
							
								    ' VC06 '  :  _Prop_Store_Password , 
							 
						 
					
						
							
								
							 
							
								
							 
							
								 
							
							
								    ' VC07 '  :  _Prop_Always_Prompt , 
							 
						 
					
						
							
								
							 
							
								
							 
							
								 
							
							
								    ' VC08 '  :  _Prop_Mount_Volume , 
							 
						 
					
						
							
								
							 
							
								
							 
							
								 
							
							
								    ' VC09 '  :  _Prop_Database_Path , 
							 
						 
					
						
							
								
							 
							
								
							 
							
								 
							
							
								    ' VC10 '  :  _Prop_Local_Path , 
							 
						 
					
						
							
								
							 
							
								
							 
							
								 
							
							
								    ' VC11 '  :  _Prop_Use_Global_Settings , 
							 
						 
					
						
							
								
							 
							
								
							 
							
								 
							
							
								    ' Valu '  :  _Prop_value , 
							 
						 
					
						
							
								
							 
							
								
							 
							
								 
							
							
								    ' Virt '  :  _Prop_virtual , 
							 
						 
					
						
							
								
							 
							
								
							 
							
								 
							
							
								    ' Weak '  :  _Prop_weak_link , 
							 
						 
					
						
							
								
							 
							
								
							 
							
								 
							
							
								    ' file '  :  _Prop_disk_file , 
							 
						 
					
						
							
								
							 
							
								
							 
							
								 
							
							
								    ' pnam '  :  _Prop_name , 
							 
						 
					
						
							
								
							 
							
								
							 
							
								 
							
							
								    ' ptps '  :  _Prop_Text_Size , 
							 
						 
					
						
							
								
							 
							
								
							 
							
								 
							
							
								    ' ptxf '  :  _Prop_Text_Font , 
							 
						 
					
						
							
								
							 
							
								
							 
							
								 
							
							
								}  
						 
					
						
							
								
							 
							
								
							 
							
								 
							
							
								
							 
						 
					
						
							
								
							 
							
								
							 
							
								 
							
							
								_compdeclarations  =  {  
						 
					
						
							
								
							 
							
								
							 
							
								 
							
							
								}  
						 
					
						
							
								
							 
							
								
							 
							
								 
							
							
								
							 
						 
					
						
							
								
							 
							
								
							 
							
								 
							
							
								_enumdeclarations  =  {  
						 
					
						
							
								
							 
							
								
							 
							
								 
							
							
								    ' Acce '  :  _Enum_Acce , 
							 
						 
					
						
							
								
							 
							
								
							 
							
								 
							
							
								    ' BXbr '  :  _Enum_BXbr , 
							 
						 
					
						
							
								
							 
							
								
							 
							
								 
							
							
								    ' DbSA '  :  _Enum_DbSA , 
							 
						 
					
						
							
								
							 
							
								
							 
							
								 
							
							
								    ' DgBL '  :  _Enum_DgBL , 
							 
						 
					
						
							
								
							 
							
								
							 
							
								 
							
							
								    ' ErrT '  :  _Enum_ErrT , 
							 
						 
					
						
							
								
							 
							
								
							 
							
								 
							
							
								    ' Inte '  :  _Enum_Inte , 
							 
						 
					
						
							
								
							 
							
								
							 
							
								 
							
							
								    ' Lang '  :  _Enum_Lang , 
							 
						 
					
						
							
								
							 
							
								
							 
							
								 
							
							
								    ' PPrm '  :  _Enum_PPrm , 
							 
						 
					
						
							
								
							 
							
								
							 
							
								 
							
							
								    ' PXdg '  :  _Enum_PXdg , 
							 
						 
					
						
							
								
							 
							
								
							 
							
								 
							
							
								    ' PthF '  :  _Enum_PthF , 
							 
						 
					
						
							
								
							 
							
								
							 
							
								 
							
							
								    ' RefP '  :  _Enum_RefP , 
							 
						 
					
						
							
								
							 
							
								
							 
							
								 
							
							
								    ' STKd '  :  _Enum_STKd , 
							 
						 
					
						
							
								
							 
							
								
							 
							
								 
							
							
								    ' SrcT '  :  _Enum_SrcT , 
							 
						 
					
						
							
								
							 
							
								
							 
							
								 
							
							
								    ' TmpB '  :  _Enum_TmpB , 
							 
						 
					
						
							
								
							 
							
								
							 
							
								 
							
							
								    ' TxtF '  :  _Enum_TxtF , 
							 
						 
					
						
							
								
							 
							
								
							 
							
								 
							
							
								    ' savo '  :  _Enum_savo , 
							 
						 
					
						
							
								
									
										
										
										
											2000-08-17 22:16:11 +00:00 
										
									 
								 
							 
							
								
							 
							
								 
							
							
								}