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

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


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

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

Index: Standard_Suite.py
===================================================================
RCS file: /cvsroot/python/python/dist/src/Mac/Lib/lib-scriptpackages/CodeWarrior/Standard_Suite.py,v
retrieving revision 1.3
retrieving revision 1.4
diff -C2 -d -r1.3 -r1.4
*** Standard_Suite.py	2001/10/23 22:23:02	1.3
--- Standard_Suite.py	2002/01/22 23:21:24	1.4
***************
*** 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
  """
***************
*** 234,246 ****
  	"""insertion point - An insertion location between two objects """
  	want = 'cins'
- # repeated property length length of text object (in characters)
- # repeated property offset offset of a text object from the beginning of the document (first char has offset 1)
  
  class line(aetools.ComponentItem):
  	"""line - lines of text """
  	want = 'clin'
- # repeated property index index of a line object from the beginning of the document (first line has index 1)
- # repeated property offset offset  (in characters) of a line object from the beginning of the document
- # repeated property length length in characters of this object
  #        element 'cha ' as ['indx', 'rang', 'rele']
  
--- 234,241 ----
***************
*** 254,259 ****
  	which = 'pcnt'
  	want = 'type'
- # repeated property length length of text object (in characters)
- # repeated property offset offset of a text object from the beginning of the document (first char has offset 1)
  #        element 'cha ' as ['indx', 'rele', 'rang', 'test']
  #        element 'clin' as ['indx', 'rang', 'rele']
--- 249,252 ----
***************
*** 263,268 ****
  	"""text - Text """
  	want = 'ctxt'
- # repeated property length length of text object (in characters)
- # repeated property offset offset of a text object from the beginning of the document (first char has offset 1)
  #        element 'cha ' as ['indx', 'rele', 'rang']
  #        element 'cins' as ['rele']
--- 256,259 ----
***************
*** 273,278 ****
  	"""window - A window """
  	want = 'cwin'
- # repeated property name the title of the window
- # repeated property index the number of the window
  class bounds(aetools.NProperty):
  	"""bounds - the boundary rectangle for the window """
--- 264,267 ----
***************
*** 369,374 ****
  window._elemdict = {
  }
- import Metrowerks_Shell_Suite
- from Metrowerks_Shell_Suite import _Enum_savo
  
  #
--- 358,361 ----
***************
*** 376,406 ****
  #
  _classdeclarations = {
! 	'docu' : document,
! 	'cins' : insertion_point,
! 	'capp' : application,
  	'ctxt' : text,
- 	'csel' : selection_2d_object,
- 	'clin' : line,
- 	'file' : file,
  	'cwin' : window,
! 	'cha ' : character,
  }
  
  _propdeclarations = {
! 	'pzum' : zoomed,
  	'DKND' : kind,
  	'pOff' : offset,
- 	'pLen' : length,
- 	'pnam' : name,
- 	'FILE' : location,
- 	'pcnt' : contents,
  	'cwin' : window,
  	'ppos' : position,
! 	'pidx' : index,
! 	'docu' : document,
! 	'PERM' : file_permissions,
! 	'pbnd' : bounds,
! 	'pvis' : visible,
! 	'inte' : user_interaction,
  }
  
--- 363,393 ----
  #
  _classdeclarations = {
! 	'cha ' : character,
  	'ctxt' : text,
  	'cwin' : window,
! 	'file' : file,
! 	'clin' : line,
! 	'csel' : selection_2d_object,
! 	'capp' : application,
! 	'cins' : insertion_point,
! 	'docu' : document,
  }
  
  _propdeclarations = {
! 	'inte' : user_interaction,
! 	'pvis' : visible,
  	'DKND' : kind,
+ 	'pbnd' : bounds,
+ 	'PERM' : file_permissions,
+ 	'docu' : document,
+ 	'pidx' : index,
  	'pOff' : offset,
  	'cwin' : window,
+ 	'FILE' : location,
+ 	'pnam' : name,
+ 	'pLen' : length,
  	'ppos' : position,
! 	'pzum' : zoomed,
! 	'pcnt' : contents,
  }