[Python-checkins] python/dist/src/Lib/plat-mac/lib-scriptpackages/Terminal Standard_Suite.py,1.2,1.3 Terminal_Suite.py,1.5,1.6 Text_Suite.py,1.1,1.2 __init__.py,1.5,1.6

jackjansen@users.sourceforge.net jackjansen@users.sourceforge.net
Tue, 01 Apr 2003 14:05:50 -0800


Update of /cvsroot/python/python/dist/src/Lib/plat-mac/lib-scriptpackages/Terminal
In directory sc8-pr-cvs1:/tmp/cvs-serv20940/Terminal

Modified Files:
	Standard_Suite.py Terminal_Suite.py Text_Suite.py __init__.py 
Log Message:
Regenerated with property names with _Prop_ prepended.


Index: Standard_Suite.py
===================================================================
RCS file: /cvsroot/python/python/dist/src/Lib/plat-mac/lib-scriptpackages/Terminal/Standard_Suite.py,v
retrieving revision 1.2
retrieving revision 1.3
diff -C2 -d -r1.2 -r1.3
*** Standard_Suite.py	30 Mar 2003 22:41:53 -0000	1.2
--- Standard_Suite.py	1 Apr 2003 22:05:10 -0000	1.3
***************
*** 334,350 ****
  	"""application - An application's top level scripting object. """
  	want = 'capp'
! class _3c_Inheritance_3e_(aetools.NProperty):
  	"""<Inheritance> - All of the properties of the superclass. """
  	which = 'c@#^'
  	want = 'cobj'
! class frontmost(aetools.NProperty):
  	"""frontmost - Is this the frontmost (active) application? """
  	which = 'pisf'
  	want = 'bool'
! class name(aetools.NProperty):
  	"""name - The name of the application. """
  	which = 'pnam'
  	want = 'utxt'
! class version(aetools.NProperty):
  	"""version - The version of the application. """
  	which = 'vers'
--- 334,350 ----
  	"""application - An application's top level scripting object. """
  	want = 'capp'
! class _Prop__3c_Inheritance_3e_(aetools.NProperty):
  	"""<Inheritance> - All of the properties of the superclass. """
  	which = 'c@#^'
  	want = 'cobj'
! class _Prop_frontmost(aetools.NProperty):
  	"""frontmost - Is this the frontmost (active) application? """
  	which = 'pisf'
  	want = 'bool'
! class _Prop_name(aetools.NProperty):
  	"""name - The name of the application. """
  	which = 'pnam'
  	want = 'utxt'
! class _Prop_version(aetools.NProperty):
  	"""version - The version of the application. """
  	which = 'vers'
***************
*** 358,366 ****
  	"""item - A scriptable object. """
  	want = 'cobj'
! class class_(aetools.NProperty):
  	"""class - The class of the object. """
  	which = 'pcls'
  	want = 'type'
! class properties(aetools.NProperty):
  	"""properties - All of the object's properties. """
  	which = 'pALL'
--- 358,366 ----
  	"""item - A scriptable object. """
  	want = 'cobj'
! class _Prop_class_(aetools.NProperty):
  	"""class - The class of the object. """
  	which = 'pcls'
  	want = 'type'
! class _Prop_properties(aetools.NProperty):
  	"""properties - All of the object's properties. """
  	which = 'pALL'
***************
*** 378,434 ****
  	"""window - A window. """
  	want = 'cwin'
! class bounds(aetools.NProperty):
  	"""bounds - The bounding rectangle of the window. """
  	which = 'pbnd'
  	want = 'qdrt'
! class closeable(aetools.NProperty):
  	"""closeable - Whether the window has a close box. """
  	which = 'hclb'
  	want = 'bool'
! class document(aetools.NProperty):
  	"""document - The document whose contents are being displayed in the window. """
  	which = 'docu'
  	want = 'docu'
! class floating(aetools.NProperty):
  	"""floating - Whether the window floats. """
  	which = 'isfl'
  	want = 'bool'
! class id(aetools.NProperty):
  	"""id - The unique identifier of the window. """
  	which = 'ID  '
  	want = 'long'
! class index(aetools.NProperty):
  	"""index - The index of the window in the back-to-front window ordering. """
  	which = 'pidx'
  	want = 'long'
! class miniaturizable(aetools.NProperty):
  	"""miniaturizable - Whether the window can be miniaturized. """
  	which = 'ismn'
  	want = 'bool'
! class miniaturized(aetools.NProperty):
  	"""miniaturized - Whether the window is currently miniaturized. """
  	which = 'pmnd'
  	want = 'bool'
! class modal(aetools.NProperty):
  	"""modal - Whether the window is the application's current modal window. """
  	which = 'pmod'
  	want = 'bool'
! class resizable(aetools.NProperty):
  	"""resizable - Whether the window can be resized. """
  	which = 'prsz'
  	want = 'bool'
! class titled(aetools.NProperty):
  	"""titled - Whether the window has a title bar. """
  	which = 'ptit'
  	want = 'bool'
! class visible(aetools.NProperty):
  	"""visible - Whether the window is currently visible. """
  	which = 'pvis'
  	want = 'bool'
! class zoomable(aetools.NProperty):
  	"""zoomable - Whether the window can be zoomed. """
  	which = 'iszm'
  	want = 'bool'
! class zoomed(aetools.NProperty):
  	"""zoomed - Whether the window is currently zoomed. """
  	which = 'pzum'
--- 378,434 ----
  	"""window - A window. """
  	want = 'cwin'
! class _Prop_bounds(aetools.NProperty):
  	"""bounds - The bounding rectangle of the window. """
  	which = 'pbnd'
  	want = 'qdrt'
! class _Prop_closeable(aetools.NProperty):
  	"""closeable - Whether the window has a close box. """
  	which = 'hclb'
  	want = 'bool'
! class _Prop_document(aetools.NProperty):
  	"""document - The document whose contents are being displayed in the window. """
  	which = 'docu'
  	want = 'docu'
! class _Prop_floating(aetools.NProperty):
  	"""floating - Whether the window floats. """
  	which = 'isfl'
  	want = 'bool'
! class _Prop_id(aetools.NProperty):
  	"""id - The unique identifier of the window. """
  	which = 'ID  '
  	want = 'long'
! class _Prop_index(aetools.NProperty):
  	"""index - The index of the window in the back-to-front window ordering. """
  	which = 'pidx'
  	want = 'long'
! class _Prop_miniaturizable(aetools.NProperty):
  	"""miniaturizable - Whether the window can be miniaturized. """
  	which = 'ismn'
  	want = 'bool'
! class _Prop_miniaturized(aetools.NProperty):
  	"""miniaturized - Whether the window is currently miniaturized. """
  	which = 'pmnd'
  	want = 'bool'
! class _Prop_modal(aetools.NProperty):
  	"""modal - Whether the window is the application's current modal window. """
  	which = 'pmod'
  	want = 'bool'
! class _Prop_resizable(aetools.NProperty):
  	"""resizable - Whether the window can be resized. """
  	which = 'prsz'
  	want = 'bool'
! class _Prop_titled(aetools.NProperty):
  	"""titled - Whether the window has a title bar. """
  	which = 'ptit'
  	want = 'bool'
! class _Prop_visible(aetools.NProperty):
  	"""visible - Whether the window is currently visible. """
  	which = 'pvis'
  	want = 'bool'
! class _Prop_zoomable(aetools.NProperty):
  	"""zoomable - Whether the window can be zoomed. """
  	which = 'iszm'
  	want = 'bool'
! class _Prop_zoomed(aetools.NProperty):
  	"""zoomed - Whether the window is currently zoomed. """
  	which = 'pzum'
***************
*** 440,448 ****
  	"""document - A document. """
  	want = 'docu'
! class modified(aetools.NProperty):
  	"""modified - Has the document been modified since the last save? """
  	which = 'imod'
  	want = 'bool'
! class path(aetools.NProperty):
  	"""path - The document's path. """
  	which = 'ppth'
--- 440,448 ----
  	"""document - A document. """
  	want = 'docu'
! class _Prop_modified(aetools.NProperty):
  	"""modified - Has the document been modified since the last save? """
  	which = 'imod'
  	want = 'bool'
! class _Prop_path(aetools.NProperty):
  	"""path - The document's path. """
  	which = 'ppth'
***************
*** 452,459 ****
  application._superclassnames = ['item']
  application._privpropdict = {
! 	'_3c_Inheritance_3e_' : _3c_Inheritance_3e_,
! 	'frontmost' : frontmost,
! 	'name' : name,
! 	'version' : version,
  }
  application._privelemdict = {
--- 452,459 ----
  application._superclassnames = ['item']
  application._privpropdict = {
! 	'_3c_Inheritance_3e_' : _Prop__3c_Inheritance_3e_,
! 	'frontmost' : _Prop_frontmost,
! 	'name' : _Prop_name,
! 	'version' : _Prop_version,
  }
  application._privelemdict = {
***************
*** 463,468 ****
  item._superclassnames = []
  item._privpropdict = {
! 	'class_' : class_,
! 	'properties' : properties,
  }
  item._privelemdict = {
--- 463,468 ----
  item._superclassnames = []
  item._privpropdict = {
! 	'class_' : _Prop_class_,
! 	'properties' : _Prop_properties,
  }
  item._privelemdict = {
***************
*** 470,474 ****
  color._superclassnames = ['item']
  color._privpropdict = {
! 	'_3c_Inheritance_3e_' : _3c_Inheritance_3e_,
  }
  color._privelemdict = {
--- 470,474 ----
  color._superclassnames = ['item']
  color._privpropdict = {
! 	'_3c_Inheritance_3e_' : _Prop__3c_Inheritance_3e_,
  }
  color._privelemdict = {
***************
*** 476,495 ****
  window._superclassnames = ['item']
  window._privpropdict = {
! 	'_3c_Inheritance_3e_' : _3c_Inheritance_3e_,
! 	'bounds' : bounds,
! 	'closeable' : closeable,
! 	'document' : document,
! 	'floating' : floating,
! 	'id' : id,
! 	'index' : index,
! 	'miniaturizable' : miniaturizable,
! 	'miniaturized' : miniaturized,
! 	'modal' : modal,
! 	'name' : name,
! 	'resizable' : resizable,
! 	'titled' : titled,
! 	'visible' : visible,
! 	'zoomable' : zoomable,
! 	'zoomed' : zoomed,
  }
  window._privelemdict = {
--- 476,495 ----
  window._superclassnames = ['item']
  window._privpropdict = {
! 	'_3c_Inheritance_3e_' : _Prop__3c_Inheritance_3e_,
! 	'bounds' : _Prop_bounds,
! 	'closeable' : _Prop_closeable,
! 	'document' : _Prop_document,
! 	'floating' : _Prop_floating,
! 	'id' : _Prop_id,
! 	'index' : _Prop_index,
! 	'miniaturizable' : _Prop_miniaturizable,
! 	'miniaturized' : _Prop_miniaturized,
! 	'modal' : _Prop_modal,
! 	'name' : _Prop_name,
! 	'resizable' : _Prop_resizable,
! 	'titled' : _Prop_titled,
! 	'visible' : _Prop_visible,
! 	'zoomable' : _Prop_zoomable,
! 	'zoomed' : _Prop_zoomed,
  }
  window._privelemdict = {
***************
*** 497,504 ****
  document._superclassnames = ['item']
  document._privpropdict = {
! 	'_3c_Inheritance_3e_' : _3c_Inheritance_3e_,
! 	'modified' : modified,
! 	'name' : name,
! 	'path' : path,
  }
  document._privelemdict = {
--- 497,504 ----
  document._superclassnames = ['item']
  document._privpropdict = {
! 	'_3c_Inheritance_3e_' : _Prop__3c_Inheritance_3e_,
! 	'modified' : _Prop_modified,
! 	'name' : _Prop_name,
! 	'path' : _Prop_path,
  }
  document._privelemdict = {
***************
*** 536,578 ****
  	'cwin' : window,
  	'docu' : document,
- }
- 
- _propdeclarations = {
- 	'ID  ' : id,
- 	'c@#^' : _3c_Inheritance_3e_,
- 	'docu' : document,
- 	'hclb' : closeable,
- 	'imod' : modified,
- 	'isfl' : floating,
- 	'ismn' : miniaturizable,
- 	'iszm' : zoomable,
- 	'pALL' : properties,
- 	'pbnd' : bounds,
- 	'pcls' : class_,
- 	'pidx' : index,
- 	'pisf' : frontmost,
- 	'pmnd' : miniaturized,
- 	'pmod' : modal,
- 	'pnam' : name,
- 	'ppth' : path,
- 	'prsz' : resizable,
- 	'ptit' : titled,
- 	'pvis' : visible,
- 	'pzum' : zoomed,
- 	'vers' : version,
- }
- 
- _compdeclarations = {
- 	'<   ' : _3c_,
- 	'<=  ' : _b2_,
- 	'=   ' : _3d_,
- 	'>   ' : _3e_,
- 	'>=  ' : _b3_,
- 	'bgwt' : starts_with,
- 	'cont' : contains,
- 	'ends' : ends_with,
- }
- 
- _enumdeclarations = {
- 	'savo' : _Enum_savo,
  }
--- 536,538 ----

Index: Terminal_Suite.py
===================================================================
RCS file: /cvsroot/python/python/dist/src/Lib/plat-mac/lib-scriptpackages/Terminal/Terminal_Suite.py,v
retrieving revision 1.5
retrieving revision 1.6
diff -C2 -d -r1.5 -r1.6
*** Terminal_Suite.py	29 Mar 2003 00:13:17 -0000	1.5
--- Terminal_Suite.py	1 Apr 2003 22:05:12 -0000	1.6
***************
*** 65,73 ****
  	"""application - The Terminal program """
  	want = 'capp'
! class _3c_Inheritance_3e_(aetools.NProperty):
  	"""<Inheritance> - All of the properties of the superclass. """
  	which = 'c@#^'
  	want = 'capp'
! class properties(aetools.NProperty):
  	"""properties - every property of the Terminal program """
  	which = 'pALL'
--- 65,73 ----
  	"""application - The Terminal program """
  	want = 'capp'
! class _Prop__3c_Inheritance_3e_(aetools.NProperty):
  	"""<Inheritance> - All of the properties of the superclass. """
  	which = 'c@#^'
  	want = 'capp'
! class _Prop_properties(aetools.NProperty):
  	"""properties - every property of the Terminal program """
  	which = 'pALL'
***************
*** 81,169 ****
  	"""window - A Terminal window """
  	want = 'cwin'
! class background_color(aetools.NProperty):
  	"""background color - the background color for the window """
  	which = 'pbcl'
  	want = '****'
! class bold_text_color(aetools.NProperty):
  	"""bold text color - the bold text color for the window """
  	which = 'pbtc'
  	want = '****'
! class bounds(aetools.NProperty):
  	"""bounds - the boundary rectangle for the window, relative to the upper left corner of the screen """
  	which = 'pbnd'
  	want = '****'
! class busy(aetools.NProperty):
  	"""busy - Is the window busy running a process? """
  	which = 'busy'
  	want = 'bool'
! class contents(aetools.NProperty):
  	"""contents - the currently visible contents of the window """
  	which = 'pcnt'
  	want = 'utxt'
! class cursor_color(aetools.NProperty):
  	"""cursor color - the cursor color for the window """
  	which = 'pcuc'
  	want = '****'
! class custom_title(aetools.NProperty):
  	"""custom title - the custom title for the window """
  	which = 'titl'
  	want = 'utxt'
! class frame(aetools.NProperty):
  	"""frame - the origin and size of the window """
  	which = 'pfra'
  	want = '****'
! class frontmost(aetools.NProperty):
  	"""frontmost - Is the window in front of the other Terminal windows? """
  	which = 'pisf'
  	want = 'bool'
! class history(aetools.NProperty):
  	"""history - the contents of the entire scrolling buffer of the window """
  	which = 'hist'
  	want = 'utxt'
! class normal_text_color(aetools.NProperty):
  	"""normal text color - the normal text color for the window """
  	which = 'ptxc'
  	want = '****'
! class number_of_columns(aetools.NProperty):
  	"""number of columns - the number of columns in the window """
  	which = 'ccol'
  	want = 'long'
! class number_of_rows(aetools.NProperty):
  	"""number of rows - the number of rows in the window """
  	which = 'crow'
  	want = 'long'
! class origin(aetools.NProperty):
  	"""origin - the lower left coordinates of the window, relative to the lower left corner of the screen """
  	which = 'pori'
  	want = '****'
! class position(aetools.NProperty):
  	"""position - the upper left coordinates of the window, relative to the upper left corner of the screen """
  	which = 'ppos'
  	want = '****'
! class processes(aetools.NProperty):
  	"""processes - a list of the currently running processes """
  	which = 'prcs'
  	want = 'utxt'
! class size(aetools.NProperty):
  	"""size - the width and height of the window """
  	which = 'psiz'
  	want = '****'
! class title_displays_custom_title(aetools.NProperty):
  	"""title displays custom title - Does the title for the window contain a custom title? """
  	which = 'tdct'
  	want = 'bool'
! class title_displays_device_name(aetools.NProperty):
  	"""title displays device name - Does the title for the window contain the device name? """
  	which = 'tddn'
  	want = 'bool'
! class title_displays_file_name(aetools.NProperty):
  	"""title displays file name - Does the title for the window contain the file name? """
  	which = 'tdfn'
  	want = 'bool'
! class title_displays_shell_path(aetools.NProperty):
  	"""title displays shell path - Does the title for the window contain the shell path? """
  	which = 'tdsp'
  	want = 'bool'
! class title_displays_window_size(aetools.NProperty):
  	"""title displays window size - Does the title for the window contain the window size? """
  	which = 'tdws'
--- 81,169 ----
  	"""window - A Terminal window """
  	want = 'cwin'
! class _Prop_background_color(aetools.NProperty):
  	"""background color - the background color for the window """
  	which = 'pbcl'
  	want = '****'
! class _Prop_bold_text_color(aetools.NProperty):
  	"""bold text color - the bold text color for the window """
  	which = 'pbtc'
  	want = '****'
! class _Prop_bounds(aetools.NProperty):
  	"""bounds - the boundary rectangle for the window, relative to the upper left corner of the screen """
  	which = 'pbnd'
  	want = '****'
! class _Prop_busy(aetools.NProperty):
  	"""busy - Is the window busy running a process? """
  	which = 'busy'
  	want = 'bool'
! class _Prop_contents(aetools.NProperty):
  	"""contents - the currently visible contents of the window """
  	which = 'pcnt'
  	want = 'utxt'
! class _Prop_cursor_color(aetools.NProperty):
  	"""cursor color - the cursor color for the window """
  	which = 'pcuc'
  	want = '****'
! class _Prop_custom_title(aetools.NProperty):
  	"""custom title - the custom title for the window """
  	which = 'titl'
  	want = 'utxt'
! class _Prop_frame(aetools.NProperty):
  	"""frame - the origin and size of the window """
  	which = 'pfra'
  	want = '****'
! class _Prop_frontmost(aetools.NProperty):
  	"""frontmost - Is the window in front of the other Terminal windows? """
  	which = 'pisf'
  	want = 'bool'
! class _Prop_history(aetools.NProperty):
  	"""history - the contents of the entire scrolling buffer of the window """
  	which = 'hist'
  	want = 'utxt'
! class _Prop_normal_text_color(aetools.NProperty):
  	"""normal text color - the normal text color for the window """
  	which = 'ptxc'
  	want = '****'
! class _Prop_number_of_columns(aetools.NProperty):
  	"""number of columns - the number of columns in the window """
  	which = 'ccol'
  	want = 'long'
! class _Prop_number_of_rows(aetools.NProperty):
  	"""number of rows - the number of rows in the window """
  	which = 'crow'
  	want = 'long'
! class _Prop_origin(aetools.NProperty):
  	"""origin - the lower left coordinates of the window, relative to the lower left corner of the screen """
  	which = 'pori'
  	want = '****'
! class _Prop_position(aetools.NProperty):
  	"""position - the upper left coordinates of the window, relative to the upper left corner of the screen """
  	which = 'ppos'
  	want = '****'
! class _Prop_processes(aetools.NProperty):
  	"""processes - a list of the currently running processes """
  	which = 'prcs'
  	want = 'utxt'
! class _Prop_size(aetools.NProperty):
  	"""size - the width and height of the window """
  	which = 'psiz'
  	want = '****'
! class _Prop_title_displays_custom_title(aetools.NProperty):
  	"""title displays custom title - Does the title for the window contain a custom title? """
  	which = 'tdct'
  	want = 'bool'
! class _Prop_title_displays_device_name(aetools.NProperty):
  	"""title displays device name - Does the title for the window contain the device name? """
  	which = 'tddn'
  	want = 'bool'
! class _Prop_title_displays_file_name(aetools.NProperty):
  	"""title displays file name - Does the title for the window contain the file name? """
  	which = 'tdfn'
  	want = 'bool'
! class _Prop_title_displays_shell_path(aetools.NProperty):
  	"""title displays shell path - Does the title for the window contain the shell path? """
  	which = 'tdsp'
  	want = 'bool'
! class _Prop_title_displays_window_size(aetools.NProperty):
  	"""title displays window size - Does the title for the window contain the window size? """
  	which = 'tdws'
***************
*** 174,179 ****
  import Standard_Suite
  application._privpropdict = {
! 	'_3c_Inheritance_3e_' : _3c_Inheritance_3e_,
! 	'properties' : properties,
  }
  application._privelemdict = {
--- 174,179 ----
  import Standard_Suite
  application._privpropdict = {
! 	'_3c_Inheritance_3e_' : _Prop__3c_Inheritance_3e_,
! 	'properties' : _Prop_properties,
  }
  application._privelemdict = {
***************
*** 183,210 ****
  window._superclassnames = []
  window._privpropdict = {
! 	'_3c_Inheritance_3e_' : _3c_Inheritance_3e_,
! 	'background_color' : background_color,
! 	'bold_text_color' : bold_text_color,
! 	'bounds' : bounds,
! 	'busy' : busy,
! 	'contents' : contents,
! 	'cursor_color' : cursor_color,
! 	'custom_title' : custom_title,
! 	'frame' : frame,
! 	'frontmost' : frontmost,
! 	'history' : history,
! 	'normal_text_color' : normal_text_color,
! 	'number_of_columns' : number_of_columns,
! 	'number_of_rows' : number_of_rows,
! 	'origin' : origin,
! 	'position' : position,
! 	'processes' : processes,
! 	'properties' : properties,
! 	'size' : size,
! 	'title_displays_custom_title' : title_displays_custom_title,
! 	'title_displays_device_name' : title_displays_device_name,
! 	'title_displays_file_name' : title_displays_file_name,
! 	'title_displays_shell_path' : title_displays_shell_path,
! 	'title_displays_window_size' : title_displays_window_size,
  }
  window._privelemdict = {
--- 183,210 ----
  window._superclassnames = []
  window._privpropdict = {
! 	'_3c_Inheritance_3e_' : _Prop__3c_Inheritance_3e_,
! 	'background_color' : _Prop_background_color,
! 	'bold_text_color' : _Prop_bold_text_color,
! 	'bounds' : _Prop_bounds,
! 	'busy' : _Prop_busy,
! 	'contents' : _Prop_contents,
! 	'cursor_color' : _Prop_cursor_color,
! 	'custom_title' : _Prop_custom_title,
! 	'frame' : _Prop_frame,
! 	'frontmost' : _Prop_frontmost,
! 	'history' : _Prop_history,
! 	'normal_text_color' : _Prop_normal_text_color,
! 	'number_of_columns' : _Prop_number_of_columns,
! 	'number_of_rows' : _Prop_number_of_rows,
! 	'origin' : _Prop_origin,
! 	'position' : _Prop_position,
! 	'processes' : _Prop_processes,
! 	'properties' : _Prop_properties,
! 	'size' : _Prop_size,
! 	'title_displays_custom_title' : _Prop_title_displays_custom_title,
! 	'title_displays_device_name' : _Prop_title_displays_device_name,
! 	'title_displays_file_name' : _Prop_title_displays_file_name,
! 	'title_displays_shell_path' : _Prop_title_displays_shell_path,
! 	'title_displays_window_size' : _Prop_title_displays_window_size,
  }
  window._privelemdict = {
***************
*** 217,252 ****
  	'capp' : application,
  	'cwin' : window,
- }
- 
- _propdeclarations = {
- 	'busy' : busy,
- 	'c@#^' : _3c_Inheritance_3e_,
- 	'ccol' : number_of_columns,
- 	'crow' : number_of_rows,
- 	'hist' : history,
- 	'pALL' : properties,
- 	'pbcl' : background_color,
- 	'pbnd' : bounds,
- 	'pbtc' : bold_text_color,
- 	'pcnt' : contents,
- 	'pcuc' : cursor_color,
- 	'pfra' : frame,
- 	'pisf' : frontmost,
- 	'pori' : origin,
- 	'ppos' : position,
- 	'prcs' : processes,
- 	'psiz' : size,
- 	'ptxc' : normal_text_color,
- 	'tdct' : title_displays_custom_title,
- 	'tddn' : title_displays_device_name,
- 	'tdfn' : title_displays_file_name,
- 	'tdsp' : title_displays_shell_path,
- 	'tdws' : title_displays_window_size,
- 	'titl' : custom_title,
- }
- 
- _compdeclarations = {
- }
- 
- _enumdeclarations = {
  }
--- 217,219 ----

Index: Text_Suite.py
===================================================================
RCS file: /cvsroot/python/python/dist/src/Lib/plat-mac/lib-scriptpackages/Terminal/Text_Suite.py,v
retrieving revision 1.1
retrieving revision 1.2
diff -C2 -d -r1.1 -r1.2
*** Text_Suite.py	29 Mar 2003 00:13:17 -0000	1.1
--- Text_Suite.py	1 Apr 2003 22:05:13 -0000	1.2
***************
*** 19,27 ****
  	"""attachment - Represents an inline text attachment.  This class is used mainly for make commands. """
  	want = 'atts'
! class _3c_Inheritance_3e_(aetools.NProperty):
  	"""<Inheritance> - All of the properties of the superclass. """
  	which = 'c@#^'
  	want = 'ctxt'
! class file_name(aetools.NProperty):
  	"""file name - The path to the file for the attachment """
  	which = 'atfn'
--- 19,27 ----
  	"""attachment - Represents an inline text attachment.  This class is used mainly for make commands. """
  	want = 'atts'
! class _Prop__3c_Inheritance_3e_(aetools.NProperty):
  	"""<Inheritance> - All of the properties of the superclass. """
  	which = 'c@#^'
  	want = 'ctxt'
! class _Prop_file_name(aetools.NProperty):
  	"""file name - The path to the file for the attachment """
  	which = 'atfn'
***************
*** 35,47 ****
  	"""attribute run - This subdivides the text into chunks that all have the same attributes. """
  	want = 'catr'
! class color(aetools.NProperty):
  	"""color - The color of the first character. """
  	which = 'colr'
  	want = 'colr'
! class font(aetools.NProperty):
  	"""font - The name of the font of the first character. """
  	which = 'font'
  	want = 'utxt'
! class size(aetools.NProperty):
  	"""size - The size in points of the first character. """
  	which = 'ptsz'
--- 35,47 ----
  	"""attribute run - This subdivides the text into chunks that all have the same attributes. """
  	want = 'catr'
! class _Prop_color(aetools.NProperty):
  	"""color - The color of the first character. """
  	which = 'colr'
  	want = 'colr'
! class _Prop_font(aetools.NProperty):
  	"""font - The name of the font of the first character. """
  	which = 'font'
  	want = 'utxt'
! class _Prop_size(aetools.NProperty):
  	"""size - The size in points of the first character. """
  	which = 'ptsz'
***************
*** 93,98 ****
  attachment._superclassnames = ['text']
  attachment._privpropdict = {
! 	'_3c_Inheritance_3e_' : _3c_Inheritance_3e_,
! 	'file_name' : file_name,
  }
  attachment._privelemdict = {
--- 93,98 ----
  attachment._superclassnames = ['text']
  attachment._privpropdict = {
! 	'_3c_Inheritance_3e_' : _Prop__3c_Inheritance_3e_,
! 	'file_name' : _Prop_file_name,
  }
  attachment._privelemdict = {
***************
*** 105,112 ****
  attribute_run._superclassnames = ['item']
  attribute_run._privpropdict = {
! 	'_3c_Inheritance_3e_' : _3c_Inheritance_3e_,
! 	'color' : color,
! 	'font' : font,
! 	'size' : size,
  }
  attribute_run._privelemdict = {
--- 105,112 ----
  attribute_run._superclassnames = ['item']
  attribute_run._privpropdict = {
! 	'_3c_Inheritance_3e_' : _Prop__3c_Inheritance_3e_,
! 	'color' : _Prop_color,
! 	'font' : _Prop_font,
! 	'size' : _Prop_size,
  }
  attribute_run._privelemdict = {
***************
*** 118,125 ****
  character._superclassnames = ['item']
  character._privpropdict = {
! 	'_3c_Inheritance_3e_' : _3c_Inheritance_3e_,
! 	'color' : color,
! 	'font' : font,
! 	'size' : size,
  }
  character._privelemdict = {
--- 118,125 ----
  character._superclassnames = ['item']
  character._privpropdict = {
! 	'_3c_Inheritance_3e_' : _Prop__3c_Inheritance_3e_,
! 	'color' : _Prop_color,
! 	'font' : _Prop_font,
! 	'size' : _Prop_size,
  }
  character._privelemdict = {
***************
*** 131,138 ****
  paragraph._superclassnames = ['item']
  paragraph._privpropdict = {
! 	'_3c_Inheritance_3e_' : _3c_Inheritance_3e_,
! 	'color' : color,
! 	'font' : font,
! 	'size' : size,
  }
  paragraph._privelemdict = {
--- 131,138 ----
  paragraph._superclassnames = ['item']
  paragraph._privpropdict = {
! 	'_3c_Inheritance_3e_' : _Prop__3c_Inheritance_3e_,
! 	'color' : _Prop_color,
! 	'font' : _Prop_font,
! 	'size' : _Prop_size,
  }
  paragraph._privelemdict = {
***************
*** 144,151 ****
  text._superclassnames = ['item']
  text._privpropdict = {
! 	'_3c_Inheritance_3e_' : _3c_Inheritance_3e_,
! 	'color' : color,
! 	'font' : font,
! 	'size' : size,
  }
  text._privelemdict = {
--- 144,151 ----
  text._superclassnames = ['item']
  text._privpropdict = {
! 	'_3c_Inheritance_3e_' : _Prop__3c_Inheritance_3e_,
! 	'color' : _Prop_color,
! 	'font' : _Prop_font,
! 	'size' : _Prop_size,
  }
  text._privelemdict = {
***************
*** 157,164 ****
  word._superclassnames = ['item']
  word._privpropdict = {
! 	'_3c_Inheritance_3e_' : _3c_Inheritance_3e_,
! 	'color' : color,
! 	'font' : font,
! 	'size' : size,
  }
  word._privelemdict = {
--- 157,164 ----
  word._superclassnames = ['item']
  word._privpropdict = {
! 	'_3c_Inheritance_3e_' : _Prop__3c_Inheritance_3e_,
! 	'color' : _Prop_color,
! 	'font' : _Prop_font,
! 	'size' : _Prop_size,
  }
  word._privelemdict = {
***************
*** 179,195 ****
  	'ctxt' : text,
  	'cwor' : word,
- }
- 
- _propdeclarations = {
- 	'atfn' : file_name,
- 	'c@#^' : _3c_Inheritance_3e_,
- 	'colr' : color,
- 	'font' : font,
- 	'ptsz' : size,
- }
- 
- _compdeclarations = {
- }
- 
- _enumdeclarations = {
  }
--- 179,181 ----

Index: __init__.py
===================================================================
RCS file: /cvsroot/python/python/dist/src/Lib/plat-mac/lib-scriptpackages/Terminal/__init__.py,v
retrieving revision 1.5
retrieving revision 1.6
diff -C2 -d -r1.5 -r1.6
*** __init__.py	29 Mar 2003 00:13:17 -0000	1.5
--- __init__.py	1 Apr 2003 22:05:14 -0000	1.6
***************
*** 44,49 ****
  # Set property and element dictionaries now that all classes have been defined
  #
- getbaseclasses(window)
- getbaseclasses(application)
  getbaseclasses(character)
  getbaseclasses(attachment)
--- 44,47 ----
***************
*** 52,55 ****
--- 50,55 ----
  getbaseclasses(attribute_run)
  getbaseclasses(text)
+ getbaseclasses(window)
+ getbaseclasses(application)
  getbaseclasses(color)
  getbaseclasses(window)
***************
*** 62,67 ****
  #
  _classdeclarations = {
- 	'cwin' : window,
- 	'capp' : application,
  	'cha ' : character,
  	'atts' : attachment,
--- 62,65 ----
***************
*** 70,73 ****
--- 68,73 ----
  	'catr' : attribute_run,
  	'ctxt' : text,
+ 	'cwin' : window,
+ 	'capp' : application,
  	'colr' : color,
  	'cwin' : window,