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

Jack Jansen jackjansen@users.sourceforge.net
Thu, 17 May 2001 05:40:56 -0700


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

Modified Files:
	Metrowerks_Shell_Suite.py 
Log Message:
Fixed macroman<->latin1 conversion. Some chars don't
exist in latin1, but at least the roundtrip results in the
same macroman characters.

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.1
retrieving revision 1.2
diff -C2 -r1.1 -r1.2
*** Metrowerks_Shell_Suite.py	2000/08/17 22:16:11	1.1
--- Metrowerks_Shell_Suite.py	2001/05/17 12:40:54	1.2
***************
*** 792,796 ****
  
  class Access_Paths(aetools.ComponentItem):
! 	"""Access Paths - Contains the definitions of a project¹s access (search) paths. """
  	want = 'PATH'
  class User_Paths(aetools.NProperty):
--- 792,796 ----
  
  class Access_Paths(aetools.ComponentItem):
! 	"""Access Paths - Contains the definitions of a projectÕs access (search) paths. """
  	want = 'PATH'
  class User_Paths(aetools.NProperty):
***************
*** 995,999 ****
  	want = 'bool'
  class Confirm_Kill(aetools.NProperty):
! 	"""Confirm Kill - Confirm the Œkilling¹ of the process. """
  	which = 'Dg04'
  	want = 'bool'
--- 995,999 ----
  	want = 'bool'
  class Confirm_Kill(aetools.NProperty):
! 	"""Confirm Kill - Confirm the •killingÕ of the process. """
  	which = 'Dg04'
  	want = 'bool'
***************
*** 1007,1011 ****
  	want = 'bool'
  class Dont_Step_in_Runtime(aetools.NProperty):
! 	"""Dont Step in Runtime - Don¹t step into runtime code when debugging. """
  	which = 'Dg07'
  	want = 'bool'
--- 1007,1011 ----
  	want = 'bool'
  class Dont_Step_in_Runtime(aetools.NProperty):
! 	"""Dont Step in Runtime - DonÕt step into runtime code when debugging. """
  	which = 'Dg07'
  	want = 'bool'
***************
*** 1044,1048 ****
  	want = 'ctxt'
  class Cache_symbolics(aetools.NProperty):
! 	"""Cache symbolics - Cache symbolics between runs when executable doesn¹t change, else release symbolics files after killing process. """
  	which = 'Dt15'
  	want = 'bool'
--- 1044,1048 ----
  	want = 'ctxt'
  class Cache_symbolics(aetools.NProperty):
! 	"""Cache symbolics - Cache symbolics between runs when executable doesnÕt change, else release symbolics files after killing process. """
  	which = 'Dt15'
  	want = 'bool'
***************
*** 1072,1076 ****
  	want = 'long'
  class Dynamic_Scroll(aetools.NProperty):
! 	"""Dynamic Scroll - Display a window¹s contents as you move the scroll box. """
  	which = 'ED02'
  	want = 'bool'
--- 1072,1076 ----
  	want = 'long'
  class Dynamic_Scroll(aetools.NProperty):
! 	"""Dynamic Scroll - Display a windowÕs contents as you move the scroll box. """
  	which = 'ED02'
  	want = 'bool'
***************
*** 1176,1184 ****
  	want = 'bool'
  class Recent_Editor_Count(aetools.NProperty):
! 	"""Recent Editor Count - Maximum number of editor documents to show in the ³Open Recent² menu """
  	which = 'EX16'
  	want = 'shor'
  class Recent_Project_Count(aetools.NProperty):
! 	"""Recent Project Count - Maximum number of project documents to show in the ³Open Recent² menu """
  	which = 'EX17'
  	want = 'shor'
--- 1176,1184 ----
  	want = 'bool'
  class Recent_Editor_Count(aetools.NProperty):
! 	"""Recent Editor Count - Maximum number of editor documents to show in the –Open Recent” menu """
  	which = 'EX16'
  	want = 'shor'
  class Recent_Project_Count(aetools.NProperty):
! 	"""Recent Project Count - Maximum number of project documents to show in the –Open Recent” menu """
  	which = 'EX17'
  	want = 'shor'
***************
*** 1295,1299 ****
  	want = 'PPrm'
  class root(aetools.NProperty):
! 	"""root - Name of the root of the relative path. Pre-defined values are ³Absolute², ³Project², ³CodeWarrior², and  ³System². Anything else is a user-defined root. """
  	which = 'Root'
  	want = 'TEXT'
--- 1295,1299 ----
  	want = 'PPrm'
  class root(aetools.NProperty):
! 	"""root - Name of the root of the relative path. Pre-defined values are –Absolute”, –Project”, –CodeWarrior”, and  –System”. Anything else is a user-defined root. """
  	which = 'Root'
  	want = 'TEXT'
***************
*** 1326,1337 ****
  	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. """
  	which = 'CSiz'
  	want = 'long'
  class datasize(aetools.NProperty):
! 	"""datasize - The size of this file¹s data. """
  	which = 'DSiz'
  	want = 'long'
--- 1326,1337 ----
  	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. """
  	which = 'CSiz'
  	want = 'long'
  class datasize(aetools.NProperty):
! 	"""datasize - The size of this fileÕs data. """
  	which = 'DSiz'
  	want = 'long'
***************
*** 1477,1481 ****
  
  class Target_Settings(aetools.ComponentItem):
! 	"""Target Settings - Contains the definitions of a project¹s target. """
  	want = 'TARG'
  class Linker(aetools.NProperty):
--- 1477,1481 ----
  
  class Target_Settings(aetools.ComponentItem):
! 	"""Target Settings - Contains the definitions of a projectÕs target. """
  	want = 'TARG'
  class Linker(aetools.NProperty):
***************
*** 1496,1504 ****
  	want = 'TEXT'
  class Output_Directory_Path(aetools.NProperty):
! 	"""Output Directory Path - Path to output directory. Usage of this property is deprecated. Use the ³Output Directory Location² property instead. """
  	which = 'TA11'
  	want = 'TEXT'
  class Output_Directory_Origin(aetools.NProperty):
! 	"""Output Directory Origin - Origin of path to output directory. Usage of this property is deprecated. Use the ³Output Directory Location² property instead. """
  	which = 'TA12'
  	want = 'PPrm'
--- 1496,1504 ----
  	want = 'TEXT'
  class Output_Directory_Path(aetools.NProperty):
! 	"""Output Directory Path - Path to output directory. Usage of this property is deprecated. Use the –Output Directory Location” property instead. """
  	which = 'TA11'
  	want = 'TEXT'
  class Output_Directory_Origin(aetools.NProperty):
! 	"""Output Directory Origin - Origin of path to output directory. Usage of this property is deprecated. Use the –Output Directory Location” property instead. """
  	which = 'TA12'
  	want = 'PPrm'
***************
*** 2044,2049 ****
  _Enum_PPrm = {
  	'absolute' : 'Abso',	# An absolute path name, including volume name.
! 	'project_relative' : 'PRel',	# A path relative to the current project¹s folder.
! 	'shell_relative' : 'SRel',	# A path relative to the CodeWarrior folder.
  	'system_relative' : 'YRel',	# A path relative to the system folder
  	'root_relative' : 'RRel',	# 
--- 2044,2049 ----
  _Enum_PPrm = {
  	'absolute' : 'Abso',	# An absolute path name, including volume name.
! 	'project_relative' : 'PRel',	# A path relative to the current projectÕs folder.
! 	'shell_relative' : 'SRel',	# A path relative to the CodeWarriorŽ folder.
  	'system_relative' : 'YRel',	# A path relative to the system folder
  	'root_relative' : 'RRel',	# 
***************
*** 2051,2055 ****
  
  _Enum_DbSA = {
! 	'No_Action' : 'DSA1',	# Don¹t do anything to non-debug windows
  	'Hide_Windows' : 'DSA2',	# Hide non-debugging windows
  	'Collapse_Windows' : 'DSA3',	# Collapse non-debugging windows
--- 2051,2055 ----
  
  _Enum_DbSA = {
! 	'No_Action' : 'DSA1',	# DonÕt do anything to non-debug windows
  	'Hide_Windows' : 'DSA2',	# Hide non-debugging windows
  	'Collapse_Windows' : 'DSA3',	# Collapse non-debugging windows
***************
*** 2104,2110 ****
  
  _Enum_STKd = {
! 	'Absolute_Path' : 'STK0',	# The ³path² property is an absolute path to the location of the source tree.
! 	'Registry_Key' : 'STK1',	# The ³path² property is the name of a registry key that contains the path to the root.
! 	'Environment_Variable' : 'STK2',	# The ³path² property is the name of an environment variable that contains the path to the root.
  }
  
--- 2104,2110 ----
  
  _Enum_STKd = {
! 	'Absolute_Path' : 'STK0',	# The –path” property is an absolute path to the location of the source tree.
! 	'Registry_Key' : 'STK1',	# The –path” property is the name of a registry key that contains the path to the root.
! 	'Environment_Variable' : 'STK2',	# The –path” property is the name of an environment variable that contains the path to the root.
  }