[Python-checkins] CVS: python/dist/src/Mac/Lib/lib-scriptpackages/CodeWarrior Metrowerks_Shell_Suite.py,1.2,1.3

Jack Jansen jackjansen@users.sourceforge.net
Tue, 22 Jan 2002 15:21:14 -0800


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

Modified Files:
	Metrowerks_Shell_Suite.py 
Log Message:
Regenerated to take advantage of new _builtinSuites package.

Index: Metrowerks_Shell_Suite.py
===================================================================
RCS file: /cvsroot/python/python/dist/src/Mac/Lib/lib-scriptpackages/CodeWarrior/Metrowerks_Shell_Suite.py,v
retrieving revision 1.2
retrieving revision 1.3
diff -C2 -d -r1.2 -r1.3
*** Metrowerks_Shell_Suite.py	2001/05/17 12:40:54	1.2
--- Metrowerks_Shell_Suite.py	2002/01/22 23:21:12	1.3
***************
*** 2,6 ****
  Level 1, version 1
  
! Generated from Macintosh HD:SWdev:CodeWarrior 6 MPTP:Metrowerks CodeWarrior:CodeWarrior IDE 4.1B9
  AETE/AEUT resource version 1/0, language 0, script 0
  """
--- 2,6 ----
  Level 1, version 1
  
! Generated from Moes:Applications (Mac OS 9):Metrowerks CodeWarrior 7.0:Metrowerks CodeWarrior:CodeWarrior IDE 4.2.6
  AETE/AEUT resource version 1/0, language 0, script 0
  """
***************
*** 810,813 ****
--- 810,817 ----
  	which = 'PA04'
  	want = 'bool'
+ class Require_Framework_Includes(aetools.NProperty):
+ 	"""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'
  
  class Browser_Coloring(aetools.ComponentItem):
***************
*** 1034,1038 ****
  	which = 'Dt09'
  	want = 'long'
- # repeated property Auto_Target_Libraries Automatically target libraries when debugging
  class Stop_at_temp_breakpoint(aetools.NProperty):
  	"""Stop at temp breakpoint - Stop at a temp breakpoint on program launch. Set breakpoint type in Temp Breakpoint Type AppleEvent. """
--- 1038,1041 ----
***************
*** 1271,1276 ****
  	"""Function Information - Describes the location of any function or global data definition within the current project. """
  	want = 'FDef'
- # repeated property disk_file The location on disk of the file containing the definition.
- # repeated property lineNumber The line number where the definition begins.
  
  class Global_Source_Trees(aetools.ComponentItem):
--- 1274,1277 ----
***************
*** 1285,1289 ****
  	"""Path Information - Contains all of the parameters that describe an access path. """
  	want = 'PInf'
- # repeated property name The actual path name.
  class format(aetools.NProperty):
  	"""format - Format of the a """
--- 1286,1289 ----
***************
*** 1302,1305 ****
--- 1302,1309 ----
  	which = 'Recu'
  	want = 'bool'
+ class framework(aetools.NProperty):
+ 	"""framework - Is the path a Mac OS X framework style path?  (This flag is readable but not writeable from AppleScript.) """
+ 	which = 'Frmw'
+ 	want = 'bool'
  class host_flags(aetools.NProperty):
  	"""host flags - Bit fields enabling the access path for each host OS (1 = Mac OS, 2 = Windows) """
***************
*** 1326,1331 ****
  	which = 'SrcT'
  	want = 'SrcT'
- # repeated property name The fileÕs name
- # repeated property disk_file The fileÕs location on disk
  class codesize(aetools.NProperty):
  	"""codesize - The size of this fileÕs code. """
--- 1330,1333 ----
***************
*** 1360,1367 ****
  	"""Relative Path - Relative path from some root """
  	want = 'RlPt'
- # repeated property name relative path from the root
- # repeated property format Format of the relative path
- # repeated property origin Origin of the relative path
- # repeated property root Name of user-defined root
  
  class Runtime_Settings(aetools.ComponentItem):
--- 1362,1365 ----
***************
*** 1388,1392 ****
  	"""Segment - A segment or group in the project """
  	want = 'Seg '
- # repeated property name 
  class filecount(aetools.NProperty):
  	"""filecount -  """
--- 1386,1389 ----
***************
*** 1441,1445 ****
  	"""Source Tree - User-defined source tree root """
  	want = 'SrcT'
- # repeated property name name of the user-defined source tree root
  class path(aetools.NProperty):
  	"""path - path for the user-defined source tree root """
--- 1438,1441 ----
***************
*** 1450,1454 ****
  	which = 'Kind'
  	want = 'STKd'
- # repeated property format Format of the absolute path
  
  class Syntax_Coloring(aetools.ComponentItem):
--- 1446,1449 ----
***************
*** 1471,1478 ****
  	which = 'GH04'
  	want = 'cRGB'
- # repeated property Custom_Color_1 The color for the first set of custom keywords.
- # repeated property Custom_Color_2 The color for the second set custom keywords.
- # repeated property Custom_Color_3 The color for the third set of custom keywords.
- # repeated property Custom_Color_4 The color for the fourth set of custom keywords.
  
  class Target_Settings(aetools.ComponentItem):
--- 1466,1469 ----
***************
*** 1515,1519 ****
  	"""Target Source Trees - Target-specific user-defined source tree roots """
  	want = 'TSTs'
- # repeated property Source_Trees List of source tree roots
  
  class VCS_Setup(aetools.ComponentItem):
--- 1506,1509 ----
***************
*** 1568,1572 ****
  	"""class - A class, struct, or record type in the current project. """
  	want = 'Clas'
- # repeated property name 
  class language(aetools.NProperty):
  	"""language - Implementation language of this class """
--- 1558,1561 ----
***************
*** 1602,1606 ****
  	"""member function - A class member function or method. """
  	want = 'MbFn'
- # repeated property name 
  class access(aetools.NProperty):
  	"""access -  """
--- 1591,1594 ----
***************
*** 1615,1621 ****
  	which = 'Stat'
  	want = 'bool'
- # repeated property declaration_file Source file containing the member function declaration
- # repeated property declaration_start_offset start of member function declaration source code
- # repeated property declaration_end_offset end of member function declaration
  class implementation_file(aetools.NProperty):
  	"""implementation file - Source file containing the member function definition """
--- 1603,1606 ----
***************
*** 1636,1644 ****
  	"""data member - A class data member or field """
  	want = 'DtMb'
- # repeated property name 
- # repeated property access 
- # repeated property static 
- # repeated property declaration_start_offset 
- # repeated property declaration_end_offset 
  
  data_members = data_member
--- 1621,1624 ----
***************
*** 1651,1656 ****
  	which = 'Clas'
  	want = 'obj '
- # repeated property access 
- # repeated property virtual 
  
  base_classes = base_class
--- 1631,1634 ----
***************
*** 1665,1668 ****
--- 1643,1647 ----
  	'Always_Full_Search' : Always_Full_Search,
  	'Convert_Paths' : Convert_Paths,
+ 	'Require_Framework_Includes' : Require_Framework_Includes,
  }
  Access_Paths._elemdict = {
***************
*** 1845,1848 ****
--- 1824,1828 ----
  	'root' : root,
  	'recursive' : recursive,
+ 	'framework' : framework,
  	'host_flags' : host_flags,
  }
***************
*** 2121,2334 ****
  #
  _classdeclarations = {
! 	'DbDS' : Debugger_Display,
! 	'TSTs' : Target_Source_Trees,
! 	'VCSs' : VCS_Setup,
! 	'mFNT' : Font,
  	'BRKW' : Browser_Coloring,
! 	'PSTG' : Plugin_Settings,
! 	'RSTG' : Runtime_Settings,
! 	'MbFn' : member_function,
! 	'DbGL' : Debugger_Global,
  	'SHFL' : Shielded_Folders,
! 	'EnvV' : Environment_Variable,
! 	'TARG' : Target_Settings,
! 	'RlPt' : Relative_Path,
! 	'BsCl' : base_class,
  	'PInf' : Path_Information,
  	'Seg ' : Segment,
! 	'DtMb' : data_member,
! 	'SNTX' : Syntax_Coloring,
! 	'LXTR' : Build_Extras,
! 	'DbWN' : Debugger_Windowing,
! 	'PATH' : Access_Paths,
  	'FDef' : Function_Information,
! 	'SrcT' : Source_Tree,
! 	'SFit' : Shielded_Folder,
! 	'FLMP' : File_Mappings,
  	'GXTR' : Extras,
! 	'CUKW' : Custom_Keywords,
  	'GSTs' : Global_Source_Trees,
! 	'EDTR' : Editor,
! 	'DbTG' : Debugger_Target,
! 	'ErrM' : Error_Information,
  	'Clas' : _class,
- 	'SrcF' : ProjectFile,
- 	'BSTG' : Build_Settings,
- 	'Cata' : browser_catalog,
- 	'FMap' : File_Mapping,
  }
  
  _propdeclarations = {
  	'SymG' : symbols,
  	'CSiz' : codesize,
  	'DfEn' : implementation_end_offset,
! 	'DcEn' : declaration_end_offset,
! 	'VC10' : Local_Path,
! 	'FMps' : Mappings,
! 	'VC02' : Connection_Method,
! 	'VC03' : Username,
! 	'TA02' : Extension,
! 	'UpTD' : up_to_date,
! 	'VC07' : Always_Prompt,
! 	'VC04' : Password,
! 	'VC05' : Auto_Connect,
! 	'Dg13' : File_Cache_Duration,
! 	'Dg12' : Cache_Edited_Files,
! 	'Dg11' : Auto_Target_Libraries,
! 	'VC09' : Database_Path,
! 	'VC06' : Store_Password,
! 	'Clas' : _class,
! 	'PA02' : Always_Full_Search,
! 	'PA03' : System_Paths,
! 	'GH04' : String_Color,
! 	'PA01' : User_Paths,
! 	'TA09' : Post_Linker,
! 	'PA04' : Convert_Paths,
! 	'Lang' : language,
! 	'EX31' : Cache_Subproject_Data,
! 	'EX30' : Dump_Browser_Info,
! 	'SrcT' : filetype,
! 	'ST01' : Source_Trees,
! 	'VC11' : Use_Global_Settings,
! 	'PLck' : seg_2d_locked,
! 	'GH08' : Custom_Color_4,
! 	'DfFl' : implementation_file,
! 	'GH06' : Custom_Color_2,
! 	'GH07' : Custom_Color_3,
! 	'Db10' : Show_As_Decimal,
! 	'GH05' : Custom_Color_1,
! 	'GH02' : Comment_Color,
  	'Kind' : path_kind,
- 	'GH01' : Syntax_Coloring,
- 	'Dt10' : Relocated_Executable_Path,
- 	'BW03' : Enums_Color,
- 	'BW00' : Browser_Keywords,
- 	'Dt13' : Stop_at_temp_breakpoint,
- 	'Dt14' : Temp_breakpoint_names,
- 	'Dt15' : Cache_symbolics,
- 	'Dt16' : Temp_Breakpoint_Type,
- 	'pnam' : name,
- 	'DfSt' : implementation_start_offset,
- 	'Dw01' : Debugging_Start_Action,
- 	'BW08' : Typedefs_Color,
- 	'TA16' : Output_Directory_Location,
- 	'PR04' : File_Type,
- 	'EX04' : Modification_Date_Caching,
- 	'RS04' : Environment_Variables,
- 	'EX07' : Full_Screen_Zoom,
- 	'RS02' : Command_Line_Arguments,
- 	'RS03' : Working_Directory,
- 	'RS01' : Host_Application,
- 	'TA06' : Ignored_by_Make,
- 	'TA07' : Compiler,
- 	'TA04' : Resource_File,
- 	'TA05' : Launchable,
- 	'EX08' : External_Reference,
- 	'EX09' : Browser_Active,
- 	'Prot' : seg_2d_protected,
- 	'TA01' : Linker,
- 	'Db05' : Variable_Hints,
- 	'Db04' : Threads_in_Window,
- 	'Db07' : Variable_Changed_Hilite,
- 	'Db06' : Watchpoint_Hilite,
- 	'Db01' : Show_Variable_Types,
- 	'Db03' : Use_RTTI,
- 	'Db02' : Sort_By_Method,
- 	'file' : disk_file,
- 	'SysH' : seg_2d_system_heap,
- 	'Db09' : Show_Locals,
  	'Db08' : Default_Array_Size,
  	'GH03' : Keyword_Color,
! 	'VC08' : Mount_Volume,
! 	'SFis' : Shielded_Items,
! 	'SubA' : all_subclasses,
! 	'Prel' : seg_2d_preloaded,
! 	'Orig' : origin,
! 	'Dt02' : Log_System_Messages,
! 	'DcFl' : declaration_file,
! 	'BW02' : Constants_Color,
! 	'Dt09' : Data_Update_Interval,
! 	'Dt08' : Update_Data_While_Running,
! 	'BW10' : Template_Commands_in_Menu,
! 	'BW01' : Classes_Color,
! 	'EX17' : Recent_Project_Count,
! 	'EX16' : Recent_Editor_Count,
! 	'BW07' : Templates_Color,
! 	'BW04' : Functions_Color,
! 	'EX12' : Use_Script_Menu,
! 	'BW05' : Globals_Color,
! 	'EX10' : Use_Editor_Extensions,
! 	'TA11' : Output_Directory_Path,
! 	'TA10' : Target_Name,
! 	'TA13' : Pre_Linker,
! 	'TA12' : Output_Directory_Origin,
! 	'TA15' : Use_Relative_Paths,
! 	'EX19' : Automatic_Toolbar_Help,
! 	'EX18' : Use_ToolServer_Menu,
! 	'ErrT' : messageKind,
! 	'ptxf' : Text_Font,
! 	'Weak' : weak_link,
! 	'ptps' : Text_Size,
! 	'Root' : root,
! 	'ErrS' : message,
! 	'SubC' : subclasses,
! 	'Dg04' : Confirm_Kill,
! 	'SF01' : Expression_To_Match,
! 	'SF02' : Skip_Project_Operations,
! 	'SF03' : Skip_Find_And_Compare_Operations,
! 	'ED08' : Remember_Font,
! 	'ED09' : Remember_Selection,
  	'DSiz' : datasize,
! 	'VC01' : VCS_Active,
! 	'ErrL' : lineNumber,
! 	'ED01' : Flash_Delay,
! 	'ED02' : Dynamic_Scroll,
! 	'ED03' : Balance,
! 	'ED04' : Use_Drag__26__Drop_Editing,
! 	'ED06' : Sort_Function_Popup,
! 	'ED07' : Use_Multiple_Undo,
! 	'Recu' : recursive,
! 	'Valu' : value,
! 	'Path' : path,
  	'IncF' : includes,
! 	'Bfor' : initialize_before,
! 	'Dw02' : Do_Nothing_To_Projects,
! 	'TA03' : Precompiled,
  	'PX01' : Plugin_Diagnostics_Level,
- 	'EX11' : Use_External_Editor,
  	'PX02' : Disable_Third_Party_COM_Plugins,
! 	'DcSt' : declaration_start_offset,
! 	'Dg01' : Ignore_Mod_Dates,
! 	'Dg02' : Open_All_Classes,
! 	'Dg03' : Launch_Apps_on_Open,
  	'BW06' : Macros_Color,
! 	'Dg05' : Stop_at_Main,
! 	'Dg06' : Select_Stack_Crawl,
! 	'Dg07' : Dont_Step_in_Runtime,
! 	'HstF' : host_flags,
! 	'FN04' : Tab_Inserts_Spaces,
! 	'FN03' : Tab_Indents_Selection,
! 	'FN02' : Tab_Size,
! 	'FN01' : Auto_Indent,
! 	'Frmt' : format,
! 	'Stat' : static,
  	'Virt' : virtual,
! 	'Purg' : seg_2d_purgeable,
! 	'NumF' : filecount,
! 	'Acce' : access,
! 	'BX05' : Include_Cache_Size,
! 	'BX04' : Build_Before_Running,
! 	'BX07' : Save_Before_Building,
! 	'BX06' : Compiler_Thread_Stack_Size,
! 	'BX01' : Completion_Sound,
! 	'BX03' : Failure_Sound,
! 	'BX02' : Success_Sound,
! 	'ED13' : Background_Color,
! 	'ED12' : Main_Text_Color,
! 	'ED10' : Remember_Window,
! 	'ED17' : Default_Text_File_Format,
! 	'ED16' : Left_Margin_Line_Select,
! 	'ED15' : Relaxed_C_Popup_Parsing,
! 	'ED14' : Context_Popup_Delay,
  }
  
--- 2101,2316 ----
  #
  _classdeclarations = {
! 	'FMap' : File_Mapping,
! 	'Cata' : browser_catalog,
! 	'BSTG' : Build_Settings,
! 	'SrcF' : ProjectFile,
  	'BRKW' : Browser_Coloring,
! 	'ErrM' : Error_Information,
! 	'VCSs' : VCS_Setup,
! 	'EDTR' : Editor,
  	'SHFL' : Shielded_Folders,
! 	'SFit' : Shielded_Folder,
! 	'CUKW' : Custom_Keywords,
  	'PInf' : Path_Information,
+ 	'FLMP' : File_Mappings,
  	'Seg ' : Segment,
! 	'DbTG' : Debugger_Target,
  	'FDef' : Function_Information,
! 	'PATH' : Access_Paths,
  	'GXTR' : Extras,
! 	'DbWN' : Debugger_Windowing,
  	'GSTs' : Global_Source_Trees,
! 	'SNTX' : Syntax_Coloring,
! 	'BsCl' : base_class,
! 	'RlPt' : Relative_Path,
! 	'TARG' : Target_Settings,
! 	'EnvV' : Environment_Variable,
! 	'SrcT' : Source_Tree,
! 	'DbGL' : Debugger_Global,
! 	'MbFn' : member_function,
! 	'RSTG' : Runtime_Settings,
! 	'PSTG' : Plugin_Settings,
! 	'DtMb' : data_member,
! 	'LXTR' : Build_Extras,
! 	'mFNT' : Font,
! 	'TSTs' : Target_Source_Trees,
! 	'DbDS' : Debugger_Display,
  	'Clas' : _class,
  }
  
  _propdeclarations = {
  	'SymG' : symbols,
+ 	'BX02' : Success_Sound,
+ 	'BX03' : Failure_Sound,
+ 	'BX01' : Completion_Sound,
+ 	'BX06' : Compiler_Thread_Stack_Size,
+ 	'BX07' : Save_Before_Building,
+ 	'BX04' : Build_Before_Running,
+ 	'BX05' : Include_Cache_Size,
+ 	'NumF' : filecount,
+ 	'Frmw' : framework,
+ 	'Frmt' : format,
+ 	'FN01' : Auto_Indent,
+ 	'FN02' : Tab_Size,
+ 	'FN03' : Tab_Indents_Selection,
+ 	'FN04' : Tab_Inserts_Spaces,
+ 	'Dg07' : Dont_Step_in_Runtime,
+ 	'Dg06' : Select_Stack_Crawl,
+ 	'Dg05' : Stop_at_Main,
+ 	'Dg04' : Confirm_Kill,
+ 	'Dg03' : Launch_Apps_on_Open,
+ 	'Dg02' : Open_All_Classes,
+ 	'Dg01' : Ignore_Mod_Dates,
+ 	'Weak' : weak_link,
+ 	'DcFl' : declaration_file,
+ 	'Path' : path,
+ 	'Recu' : recursive,
+ 	'TA16' : Output_Directory_Location,
+ 	'Db10' : Show_As_Decimal,
  	'CSiz' : codesize,
+ 	'ErrL' : lineNumber,
+ 	'Dt16' : Temp_Breakpoint_Type,
+ 	'ErrS' : message,
+ 	'BW07' : Templates_Color,
+ 	'ErrT' : messageKind,
+ 	'EX18' : Use_ToolServer_Menu,
+ 	'EX19' : Automatic_Toolbar_Help,
+ 	'TA15' : Use_Relative_Paths,
+ 	'TA12' : Output_Directory_Origin,
+ 	'TA13' : Pre_Linker,
+ 	'TA10' : Target_Name,
+ 	'TA11' : Output_Directory_Path,
+ 	'EX10' : Use_Editor_Extensions,
+ 	'EX11' : Use_External_Editor,
+ 	'EX12' : Use_Script_Menu,
+ 	'EX16' : Recent_Editor_Count,
+ 	'EX17' : Recent_Project_Count,
  	'DfEn' : implementation_end_offset,
! 	'Acce' : access,
! 	'BW02' : Constants_Color,
  	'Kind' : path_kind,
  	'Db08' : Default_Array_Size,
+ 	'Db09' : Show_Locals,
+ 	'SrcT' : filetype,
+ 	'Db02' : Sort_By_Method,
+ 	'Db03' : Use_RTTI,
+ 	'Db01' : Show_Variable_Types,
+ 	'Db06' : Watchpoint_Hilite,
+ 	'Db07' : Variable_Changed_Hilite,
+ 	'Db04' : Threads_in_Window,
+ 	'Db05' : Variable_Hints,
+ 	'TA01' : Linker,
+ 	'EX09' : Browser_Active,
+ 	'EX08' : External_Reference,
+ 	'TA05' : Launchable,
+ 	'TA04' : Resource_File,
+ 	'TA07' : Compiler,
+ 	'TA06' : Ignored_by_Make,
+ 	'RS01' : Host_Application,
+ 	'RS03' : Working_Directory,
+ 	'RS02' : Command_Line_Arguments,
+ 	'EX07' : Full_Screen_Zoom,
+ 	'RS04' : Environment_Variables,
+ 	'EX04' : Modification_Date_Caching,
+ 	'PR04' : File_Type,
+ 	'DfSt' : implementation_start_offset,
+ 	'pnam' : name,
+ 	'GH01' : Syntax_Coloring,
  	'GH03' : Keyword_Color,
! 	'GH02' : Comment_Color,
! 	'GH05' : Custom_Color_1,
! 	'GH04' : String_Color,
! 	'GH07' : Custom_Color_3,
! 	'GH06' : Custom_Color_2,
! 	'GH08' : Custom_Color_4,
! 	'ST01' : Source_Trees,
! 	'EX30' : Dump_Browser_Info,
! 	'EX31' : Cache_Subproject_Data,
! 	'Clas' : _class,
  	'DSiz' : datasize,
! 	'ED14' : Context_Popup_Delay,
! 	'ED15' : Relaxed_C_Popup_Parsing,
! 	'ED16' : Left_Margin_Line_Select,
! 	'ED17' : Default_Text_File_Format,
! 	'ED10' : Remember_Window,
! 	'ED12' : Main_Text_Color,
! 	'ED13' : Background_Color,
! 	'Prot' : seg_2d_protected,
! 	'Purg' : seg_2d_purgeable,
! 	'HstF' : host_flags,
! 	'Stat' : static,
! 	'ptps' : Text_Size,
! 	'PA01' : User_Paths,
! 	'DcSt' : declaration_start_offset,
  	'IncF' : includes,
! 	'Valu' : value,
! 	'ED07' : Use_Multiple_Undo,
! 	'ED06' : Sort_Function_Popup,
! 	'ED04' : Use_Drag__26__Drop_Editing,
! 	'ED03' : Balance,
! 	'ED02' : Dynamic_Scroll,
! 	'ED01' : Flash_Delay,
! 	'ED09' : Remember_Selection,
! 	'ED08' : Remember_Font,
! 	'SF03' : Skip_Find_And_Compare_Operations,
! 	'SF02' : Skip_Project_Operations,
! 	'SF01' : Expression_To_Match,
! 	'SubC' : subclasses,
! 	'SubA' : all_subclasses,
! 	'ptxf' : Text_Font,
! 	'Dg11' : Auto_Target_Libraries,
  	'PX01' : Plugin_Diagnostics_Level,
  	'PX02' : Disable_Third_Party_COM_Plugins,
! 	'Lang' : language,
! 	'BW10' : Template_Commands_in_Menu,
! 	'Dt08' : Update_Data_While_Running,
! 	'Dt09' : Data_Update_Interval,
! 	'VC04' : Password,
! 	'Dt02' : Log_System_Messages,
! 	'Orig' : origin,
! 	'Prel' : seg_2d_preloaded,
! 	'UpTD' : up_to_date,
! 	'Dw02' : Do_Nothing_To_Projects,
! 	'SFis' : Shielded_Items,
! 	'SysH' : seg_2d_system_heap,
! 	'file' : disk_file,
! 	'Bfor' : initialize_before,
! 	'VC10' : Local_Path,
! 	'VC11' : Use_Global_Settings,
! 	'PLck' : seg_2d_locked,
  	'BW06' : Macros_Color,
! 	'BW08' : Typedefs_Color,
! 	'Dw01' : Debugging_Start_Action,
! 	'BW05' : Globals_Color,
! 	'BW04' : Functions_Color,
! 	'Dt15' : Cache_symbolics,
! 	'Dt14' : Temp_breakpoint_names,
! 	'Dt13' : Stop_at_temp_breakpoint,
! 	'BW00' : Browser_Keywords,
! 	'BW03' : Enums_Color,
! 	'Dt10' : Relocated_Executable_Path,
! 	'DfFl' : implementation_file,
! 	'BW01' : Classes_Color,
! 	'TA03' : Precompiled,
! 	'TA02' : Extension,
! 	'PA05' : Require_Framework_Includes,
! 	'PA04' : Convert_Paths,
! 	'Root' : root,
! 	'PA03' : System_Paths,
! 	'PA02' : Always_Full_Search,
! 	'VC09' : Database_Path,
! 	'VC08' : Mount_Volume,
! 	'Dg12' : Cache_Edited_Files,
! 	'Dg13' : File_Cache_Duration,
! 	'VC05' : Auto_Connect,
  	'Virt' : virtual,
! 	'VC07' : Always_Prompt,
! 	'VC06' : Store_Password,
! 	'VC01' : VCS_Active,
! 	'VC03' : Username,
! 	'VC02' : Connection_Method,
! 	'FMps' : Mappings,
! 	'TA09' : Post_Linker,
! 	'DcEn' : declaration_end_offset,
  }
  
***************
*** 2337,2355 ****
  
  _enumdeclarations = {
- 	'PPrm' : _Enum_PPrm,
- 	'BXbr' : _Enum_BXbr,
- 	'PthF' : _Enum_PthF,
  	'Lang' : _Enum_Lang,
! 	'PXdg' : _Enum_PXdg,
! 	'SrcT' : _Enum_SrcT,
! 	'savo' : _Enum_savo,
! 	'TmpB' : _Enum_TmpB,
! 	'DbSA' : _Enum_DbSA,
! 	'ErrT' : _Enum_ErrT,
! 	'TxtF' : _Enum_TxtF,
! 	'RefP' : _Enum_RefP,
! 	'Acce' : _Enum_Acce,
  	'STKd' : _Enum_STKd,
  	'DgBL' : _Enum_DgBL,
! 	'Inte' : _Enum_Inte,
  }
--- 2319,2337 ----
  
  _enumdeclarations = {
  	'Lang' : _Enum_Lang,
! 	'Inte' : _Enum_Inte,
  	'STKd' : _Enum_STKd,
  	'DgBL' : _Enum_DgBL,
! 	'Acce' : _Enum_Acce,
! 	'RefP' : _Enum_RefP,
! 	'TxtF' : _Enum_TxtF,
! 	'DbSA' : _Enum_DbSA,
! 	'TmpB' : _Enum_TmpB,
! 	'savo' : _Enum_savo,
! 	'PthF' : _Enum_PthF,
! 	'SrcT' : _Enum_SrcT,
! 	'PXdg' : _Enum_PXdg,
! 	'ErrT' : _Enum_ErrT,
! 	'BXbr' : _Enum_BXbr,
! 	'PPrm' : _Enum_PPrm,
  }