[Python-checkins] python/dist/src/Lib/plat-mac/lib-scriptpackages/CodeWarrior CodeWarrior_suite.py,1.4,1.5 Metrowerks_Shell_Suite.py,1.4,1.5 Standard_Suite.py,1.3,1.4 __init__.py,1.5,1.6

jackjansen@users.sourceforge.net jackjansen@users.sourceforge.net
2003年3月30日 14:42:20 -0800


Update of /cvsroot/python/python/dist/src/Lib/plat-mac/lib-scriptpackages/CodeWarrior
In directory sc8-pr-cvs1:/tmp/cvs-serv17412/CodeWarrior
Modified Files:
	CodeWarrior_suite.py Metrowerks_Shell_Suite.py 
	Standard_Suite.py __init__.py 
Log Message:
Regenerated again, now clases are sorted by code, and with synonyms after
the primary name.
Index: CodeWarrior_suite.py
===================================================================
RCS file: /cvsroot/python/python/dist/src/Lib/plat-mac/lib-scriptpackages/CodeWarrior/CodeWarrior_suite.py,v
retrieving revision 1.4
retrieving revision 1.5
diff -C2 -d -r1.4 -r1.5
*** CodeWarrior_suite.py	28 Mar 2003 23:37:55 -0000	1.4
--- CodeWarrior_suite.py	30 Mar 2003 22:41:47 -0000	1.5
***************
*** 245,251 ****
 
 
! class ToolServer_worksheet(aetools.ComponentItem):
! 	"""ToolServer worksheet - a ToolServer worksheet """
! 	want = 'TOOL'
 class inherits(aetools.NProperty):
 	"""inherits - all properties and elements of the given class are inherited by this class. """
--- 245,251 ----
 
 
! class single_class_browser(aetools.ComponentItem):
! 	"""single class browser - a single class browser """
! 	want = '1BRW'
 class inherits(aetools.NProperty):
 	"""inherits - all properties and elements of the given class are inherited by this class. """
***************
*** 253,269 ****
 	want = 'TXTD'
 
! ToolServer_worksheets = ToolServer_worksheet
! 
! class build_progress_document(aetools.ComponentItem):
! 	"""build progress document - a build progress document """
! 	want = 'PRGS'
! 
! build_progress_documents = build_progress_document
 
! class catalog_document(aetools.ComponentItem):
! 	"""catalog document - a browser catalog document """
! 	want = 'CTLG'
 
! catalog_documents = catalog_document
 
 class class_browser(aetools.ComponentItem):
--- 253,263 ----
 	want = 'TXTD'
 
! single_class_browsers = single_class_browser
 
! class single_class_hierarchy(aetools.ComponentItem):
! 	"""single class hierarchy - a single class hierarchy document """
! 	want = '1HIR'
 
! single_class_hierarchies = single_class_hierarchy
 
 class class_browser(aetools.ComponentItem):
***************
*** 273,281 ****
 class_browsers = class_browser
 
! class class_hierarchies(aetools.ComponentItem):
! 	"""class hierarchies - more than one class hierarchy document """
! 	want = 'HIER'
 
! class_hierarchy = class_hierarchies
 
 class editor_document(aetools.ComponentItem):
--- 267,281 ----
 class_browsers = class_browser
 
! class file_compare_document(aetools.ComponentItem):
! 	"""file compare document - a file compare document """
! 	want = 'COMP'
 
! file_compare_documents = file_compare_document
! 
! class catalog_document(aetools.ComponentItem):
! 	"""catalog document - a browser catalog document """
! 	want = 'CTLG'
! 
! catalog_documents = catalog_document
 
 class editor_document(aetools.ComponentItem):
***************
*** 285,293 ****
 editor_documents = editor_document
 
! class file_compare_document(aetools.ComponentItem):
! 	"""file compare document - a file compare document """
! 	want = 'COMP'
 
! file_compare_documents = file_compare_document
 
 class message_document(aetools.ComponentItem):
--- 285,299 ----
 editor_documents = editor_document
 
! class class_hierarchy(aetools.ComponentItem):
! 	"""class hierarchy - a class hierarchy document """
! 	want = 'HIER'
 
! class_hierarchies = class_hierarchy
! 
! class project_inspector(aetools.ComponentItem):
! 	"""project inspector - the project inspector """
! 	want = 'INSP'
! 
! project_inspectors = project_inspector
 
 class message_document(aetools.ComponentItem):
***************
*** 297,300 ****
--- 303,312 ----
 message_documents = message_document
 
+ class build_progress_document(aetools.ComponentItem):
+ 	"""build progress document - a build progress document """
+ 	want = 'PRGS'
+ 
+ build_progress_documents = build_progress_document
+ 
 class project_document(aetools.ComponentItem):
 	"""project document - a project document """
***************
*** 308,329 ****
 project_documents = project_document
 
- class project_inspector(aetools.ComponentItem):
- 	"""project inspector - the project inspector """
- 	want = 'INSP'
- 
- project_inspectors = project_inspector
- 
- class single_class_browser(aetools.ComponentItem):
- 	"""single class browser - a single class browser """
- 	want = '1BRW'
- 
- single_class_browsers = single_class_browser
- 
- class single_class_hierarchies(aetools.ComponentItem):
- 	"""single class hierarchies - more than one single class hierarchy document """
- 	want = '1HIR'
- 
- single_class_hierarchy = single_class_hierarchies
- 
 class subtarget(aetools.ComponentItem):
 	"""subtarget - a target that is prerequisite for another target """
--- 320,323 ----
***************
*** 340,363 ****
 subtargets = subtarget
 
- class symbol_browser(aetools.ComponentItem):
- 	"""symbol browser - a symbol browser """
- 	want = 'SYMB'
- 
- symbol_browsers = symbol_browser
- 
- class target(aetools.ComponentItem):
- 	"""target - a target in a project """
- 	want = 'TRGT'
- class name(aetools.NProperty):
- 	"""name - """
- 	which = 'pnam'
- 	want = 'itxt'
- class project_document(aetools.NProperty):
- 	"""project document - the project document that contains this target """
- 	which = 'PrjD'
- 	want = 'PRJD'
- # element 'SBTG' as ['indx', 'test', 'rang']
- # element 'SRCF' as ['indx', 'test', 'rang']
- 
 class target_file(aetools.ComponentItem):
 	"""target file - a source or header file in a target """
--- 334,337 ----
***************
*** 430,433 ****
--- 404,433 ----
 target_files = target_file
 
+ class symbol_browser(aetools.ComponentItem):
+ 	"""symbol browser - a symbol browser """
+ 	want = 'SYMB'
+ 
+ symbol_browsers = symbol_browser
+ 
+ class ToolServer_worksheet(aetools.ComponentItem):
+ 	"""ToolServer worksheet - a ToolServer worksheet """
+ 	want = 'TOOL'
+ 
+ ToolServer_worksheets = ToolServer_worksheet
+ 
+ class target(aetools.ComponentItem):
+ 	"""target - a target in a project """
+ 	want = 'TRGT'
+ class name(aetools.NProperty):
+ 	"""name - """
+ 	which = 'pnam'
+ 	want = 'itxt'
+ class project_document(aetools.NProperty):
+ 	"""project document - the project document that contains this target """
+ 	which = 'PrjD'
+ 	want = 'PRJD'
+ # element 'SBTG' as ['indx', 'test', 'rang']
+ # element 'SRCF' as ['indx', 'test', 'rang']
+ 
 targets = target
 
***************
*** 449,470 ****
 
 text_documents = text_document
! ToolServer_worksheet._superclassnames = ['text_document']
! ToolServer_worksheet._privpropdict = {
 	'inherits' : inherits,
 }
! ToolServer_worksheet._privelemdict = {
 }
 import Standard_Suite
! build_progress_document._superclassnames = ['document']
! build_progress_document._privpropdict = {
! 	'inherits' : inherits,
! }
! build_progress_document._privelemdict = {
! }
! catalog_document._superclassnames = ['text_document']
! catalog_document._privpropdict = {
 	'inherits' : inherits,
 }
! catalog_document._privelemdict = {
 }
 class_browser._superclassnames = ['text_document']
--- 449,464 ----
 
 text_documents = text_document
! single_class_browser._superclassnames = ['text_document']
! single_class_browser._privpropdict = {
 	'inherits' : inherits,
 }
! single_class_browser._privelemdict = {
 }
 import Standard_Suite
! single_class_hierarchy._superclassnames = ['document']
! single_class_hierarchy._privpropdict = {
 	'inherits' : inherits,
 }
! single_class_hierarchy._privelemdict = {
 }
 class_browser._superclassnames = ['text_document']
***************
*** 474,481 ****
 class_browser._privelemdict = {
 }
! class_hierarchies._superclassnames = []
! class_hierarchies._privpropdict = {
 }
! class_hierarchies._privelemdict = {
 }
 editor_document._superclassnames = ['text_document']
--- 468,482 ----
 class_browser._privelemdict = {
 }
! file_compare_document._superclassnames = ['text_document']
! file_compare_document._privpropdict = {
! 	'inherits' : inherits,
 }
! file_compare_document._privelemdict = {
! }
! catalog_document._superclassnames = ['text_document']
! catalog_document._privpropdict = {
! 	'inherits' : inherits,
! }
! catalog_document._privelemdict = {
 }
 editor_document._superclassnames = ['text_document']
***************
*** 485,493 ****
 editor_document._privelemdict = {
 }
! file_compare_document._superclassnames = ['text_document']
! file_compare_document._privpropdict = {
 	'inherits' : inherits,
 }
! file_compare_document._privelemdict = {
 }
 message_document._superclassnames = ['text_document']
--- 486,500 ----
 editor_document._privelemdict = {
 }
! class_hierarchy._superclassnames = ['document']
! class_hierarchy._privpropdict = {
 	'inherits' : inherits,
 }
! class_hierarchy._privelemdict = {
! }
! project_inspector._superclassnames = ['document']
! project_inspector._privpropdict = {
! 	'inherits' : inherits,
! }
! project_inspector._privelemdict = {
 }
 message_document._superclassnames = ['text_document']
***************
*** 497,500 ****
--- 504,513 ----
 message_document._privelemdict = {
 }
+ build_progress_document._superclassnames = ['document']
+ build_progress_document._privpropdict = {
+ 	'inherits' : inherits,
+ }
+ build_progress_document._privelemdict = {
+ }
 project_document._superclassnames = ['document']
 project_document._privpropdict = {
***************
*** 505,525 ****
 	'target' : target,
 }
- project_inspector._superclassnames = ['document']
- project_inspector._privpropdict = {
- 	'inherits' : inherits,
- }
- project_inspector._privelemdict = {
- }
- single_class_browser._superclassnames = ['text_document']
- single_class_browser._privpropdict = {
- 	'inherits' : inherits,
- }
- single_class_browser._privelemdict = {
- }
- single_class_hierarchies._superclassnames = []
- single_class_hierarchies._privpropdict = {
- }
- single_class_hierarchies._privelemdict = {
- }
 subtarget._superclassnames = ['target']
 subtarget._privpropdict = {
--- 518,521 ----
***************
*** 530,548 ****
 subtarget._privelemdict = {
 }
- symbol_browser._superclassnames = ['text_document']
- symbol_browser._privpropdict = {
- 	'inherits' : inherits,
- }
- symbol_browser._privelemdict = {
- }
- target._superclassnames = []
- target._privpropdict = {
- 	'name' : name,
- 	'project_document' : project_document,
- }
- target._privelemdict = {
- 	'subtarget' : subtarget,
- 	'target_file' : target_file,
- }
 target_file._superclassnames = []
 target_file._privpropdict = {
--- 526,529 ----
***************
*** 566,569 ****
--- 547,571 ----
 target_file._privelemdict = {
 }
+ symbol_browser._superclassnames = ['text_document']
+ symbol_browser._privpropdict = {
+ 	'inherits' : inherits,
+ }
+ symbol_browser._privelemdict = {
+ }
+ ToolServer_worksheet._superclassnames = ['text_document']
+ ToolServer_worksheet._privpropdict = {
+ 	'inherits' : inherits,
+ }
+ ToolServer_worksheet._privelemdict = {
+ }
+ target._superclassnames = []
+ target._privpropdict = {
+ 	'name' : name,
+ 	'project_document' : project_document,
+ }
+ target._privelemdict = {
+ 	'subtarget' : subtarget,
+ 	'target_file' : target_file,
+ }
 text_document._superclassnames = ['document']
 text_document._privpropdict = {
***************
*** 625,634 ****
 _classdeclarations = {
 	'1BRW' : single_class_browser,
! 	'1HIR' : single_class_hierarchies,
 	'BROW' : class_browser,
 	'COMP' : file_compare_document,
 	'CTLG' : catalog_document,
 	'EDIT' : editor_document,
! 	'HIER' : class_hierarchies,
 	'INSP' : project_inspector,
 	'MSSG' : message_document,
--- 627,636 ----
 _classdeclarations = {
 	'1BRW' : single_class_browser,
! 	'1HIR' : single_class_hierarchy,
 	'BROW' : class_browser,
 	'COMP' : file_compare_document,
 	'CTLG' : catalog_document,
 	'EDIT' : editor_document,
! 	'HIER' : class_hierarchy,
 	'INSP' : project_inspector,
 	'MSSG' : message_document,
Index: Metrowerks_Shell_Suite.py
===================================================================
RCS file: /cvsroot/python/python/dist/src/Lib/plat-mac/lib-scriptpackages/CodeWarrior/Metrowerks_Shell_Suite.py,v
retrieving revision 1.4
retrieving revision 1.5
diff -C2 -d -r1.4 -r1.5
*** Metrowerks_Shell_Suite.py	28 Mar 2003 23:37:55 -0000	1.4
--- Metrowerks_Shell_Suite.py	30 Mar 2003 22:41:47 -0000	1.5
***************
*** 791,818 ****
 
 
- class Access_Paths(aetools.ComponentItem):
- 	"""Access Paths - Contains the definitions of a project\xd5s access (search) paths. """
- 	want = 'PATH'
- class Always_Full_Search(aetools.NProperty):
- 	"""Always Full Search - To force the compiler to search for system includes like it searches for user includes. """
- 	which = 'PA02'
- 	want = 'bool'
- class Convert_Paths(aetools.NProperty):
[...1058 lines suppressed...]
! 	'virtual' : virtual,
 }
! member_function._privelemdict = {
 }
 _Enum_Acce = {
--- 2014,2027 ----
 VCS_Setup._privelemdict = {
 }
! Font._superclassnames = []
! Font._privpropdict = {
! 	'Auto_Indent' : Auto_Indent,
! 	'Tab_Indents_Selection' : Tab_Indents_Selection,
! 	'Tab_Inserts_Spaces' : Tab_Inserts_Spaces,
! 	'Tab_Size' : Tab_Size,
! 	'Text_Font' : Text_Font,
! 	'Text_Size' : Text_Size,
 }
! Font._privelemdict = {
 }
 _Enum_Acce = {
Index: Standard_Suite.py
===================================================================
RCS file: /cvsroot/python/python/dist/src/Lib/plat-mac/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	28 Mar 2003 23:37:55 -0000	1.3
--- Standard_Suite.py	30 Mar 2003 22:41:47 -0000	1.4
***************
*** 195,234 ****
 	want = 'long'
 
- class document(aetools.ComponentItem):
- 	"""document - a document """
- 	want = 'docu'
- class file_permissions(aetools.NProperty):
- 	"""file permissions - the file permissions for the document """
- 	which = 'PERM'
- 	want = 'PERM'
- class index(aetools.NProperty):
- 	"""index - the number of the document """
- 	which = 'pidx'
- 	want = 'long'
- class kind(aetools.NProperty):
- 	"""kind - the kind of document """
- 	which = 'DKND'
- 	want = 'DKND'
- class location(aetools.NProperty):
- 	"""location - the file of the document """
- 	which = 'FILE'
- 	want = 'fss '
- class name(aetools.NProperty):
- 	"""name - the title of the document """
- 	which = 'pnam'
- 	want = 'itxt'
- class window(aetools.NProperty):
- 	"""window - the window of the document. """
- 	which = 'cwin'
- 	want = 'cwin'
- 
- documents = document
- 
- class file(aetools.ComponentItem):
- 	"""file - A file """
- 	want = 'file'
- 
- files = file
- 
 class insertion_point(aetools.ComponentItem):
 	"""insertion point - An insertion location between two objects """
--- 195,198 ----
***************
*** 238,241 ****
--- 202,209 ----
 	"""line - lines of text """
 	want = 'clin'
+ class index(aetools.NProperty):
+ 	"""index - index of a line object from the beginning of the document (first line has index 1) """
+ 	which = 'pidx'
+ 	want = 'long'
 # element 'cha ' as ['indx', 'rang', 'rele']
 
***************
*** 272,275 ****
--- 240,247 ----
 	which = 'docu'
 	want = 'docu'
+ class name(aetools.NProperty):
+ 	"""name - the title of the window """
+ 	which = 'pnam'
+ 	want = 'itxt'
 class position(aetools.NProperty):
 	"""position - upper left coordinates of window """
***************
*** 286,289 ****
--- 258,289 ----
 
 windows = window
+ 
+ class document(aetools.ComponentItem):
+ 	"""document - a document """
+ 	want = 'docu'
+ class file_permissions(aetools.NProperty):
+ 	"""file permissions - the file permissions for the document """
+ 	which = 'PERM'
+ 	want = 'PERM'
+ class kind(aetools.NProperty):
+ 	"""kind - the kind of document """
+ 	which = 'DKND'
+ 	want = 'DKND'
+ class location(aetools.NProperty):
+ 	"""location - the file of the document """
+ 	which = 'FILE'
+ 	want = 'fss '
+ class window(aetools.NProperty):
+ 	"""window - the window of the document. """
+ 	which = 'cwin'
+ 	want = 'cwin'
+ 
+ documents = document
+ 
+ class files(aetools.ComponentItem):
+ 	"""files - Every file """
+ 	want = 'file'
+ 
+ file = files
 application._superclassnames = []
 application._privpropdict = {
***************
*** 301,320 ****
 character._privelemdict = {
 }
- document._superclassnames = []
- document._privpropdict = {
- 	'file_permissions' : file_permissions,
- 	'index' : index,
- 	'kind' : kind,
- 	'location' : location,
- 	'name' : name,
- 	'window' : window,
- }
- document._privelemdict = {
- }
- file._superclassnames = []
- file._privpropdict = {
- }
- file._privelemdict = {
- }
 insertion_point._superclassnames = []
 insertion_point._privpropdict = {
--- 301,304 ----
***************
*** 367,370 ****
--- 351,370 ----
 window._privelemdict = {
 }
+ document._superclassnames = []
+ document._privpropdict = {
+ 	'file_permissions' : file_permissions,
+ 	'index' : index,
+ 	'kind' : kind,
+ 	'location' : location,
+ 	'name' : name,
+ 	'window' : window,
+ }
+ document._privelemdict = {
+ }
+ files._superclassnames = []
+ files._privpropdict = {
+ }
+ files._privelemdict = {
+ }
 
 #
***************
*** 380,384 ****
 	'cwin' : window,
 	'docu' : document,
! 	'file' : file,
 }
 
--- 380,384 ----
 	'cwin' : window,
 	'docu' : document,
! 	'file' : files,
 }
 
Index: __init__.py
===================================================================
RCS file: /cvsroot/python/python/dist/src/Lib/plat-mac/lib-scriptpackages/CodeWarrior/__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:10 -0000	1.5
--- __init__.py	30 Mar 2003 22:41:47 -0000	1.6
***************
*** 48,60 ****
 # Set property and element dictionaries now that all classes have been defined
 #
! getbaseclasses(character)
! getbaseclasses(text)
! getbaseclasses(window)
! getbaseclasses(file)
! getbaseclasses(line)
! getbaseclasses(selection_2d_object)
! getbaseclasses(application)
! getbaseclasses(insertion_point)
! getbaseclasses(document)
 getbaseclasses(File_Mapping)
 getbaseclasses(browser_catalog)
--- 48,68 ----
 # Set property and element dictionaries now that all classes have been defined
 #
! getbaseclasses(single_class_browser)
! getbaseclasses(project_document)
! getbaseclasses(symbol_browser)
! getbaseclasses(editor_document)
! getbaseclasses(file_compare_document)
! getbaseclasses(class_browser)
! getbaseclasses(subtarget)
! getbaseclasses(message_document)
! getbaseclasses(project_inspector)
! getbaseclasses(text_document)
! getbaseclasses(catalog_document)
! getbaseclasses(class_hierarchy)
! getbaseclasses(target)
! getbaseclasses(build_progress_document)
! getbaseclasses(target_file)
! getbaseclasses(ToolServer_worksheet)
! getbaseclasses(single_class_hierarchy)
 getbaseclasses(File_Mapping)
 getbaseclasses(browser_catalog)
***************
*** 93,113 ****
 getbaseclasses(Debugger_Display)
 getbaseclasses(class_)
! getbaseclasses(single_class_browser)
! getbaseclasses(project_document)
! getbaseclasses(symbol_browser)
! getbaseclasses(editor_document)
! getbaseclasses(file_compare_document)
! getbaseclasses(class_browser)
! getbaseclasses(subtarget)
! getbaseclasses(message_document)
! getbaseclasses(project_inspector)
! getbaseclasses(text_document)
! getbaseclasses(catalog_document)
! getbaseclasses(class_hierarchy)
! getbaseclasses(target)
! getbaseclasses(build_progress_document)
! getbaseclasses(target_file)
! getbaseclasses(ToolServer_worksheet)
! getbaseclasses(single_class_hierarchy)
 
 #
--- 101,113 ----
 getbaseclasses(Debugger_Display)
 getbaseclasses(class_)
! getbaseclasses(character)
! getbaseclasses(text)
! getbaseclasses(window)
! getbaseclasses(file)
! getbaseclasses(line)
! getbaseclasses(selection_2d_object)
! getbaseclasses(application)
! getbaseclasses(insertion_point)
! getbaseclasses(document)
 
 #
***************
*** 115,127 ****
 #
 _classdeclarations = {
! 	'cha ' : character,
! 	'ctxt' : text,
! 	'cwin' : window,
! 	'file' : file,
! 	'clin' : line,
! 	'csel' : selection_2d_object,
! 	'capp' : application,
! 	'cins' : insertion_point,
! 	'docu' : document,
 	'FMap' : File_Mapping,
 	'Cata' : browser_catalog,
--- 115,135 ----
 #
 _classdeclarations = {
! 	'1BRW' : single_class_browser,
! 	'PRJD' : project_document,
! 	'SYMB' : symbol_browser,
! 	'EDIT' : editor_document,
! 	'COMP' : file_compare_document,
! 	'BROW' : class_browser,
! 	'SBTG' : subtarget,
! 	'MSSG' : message_document,
! 	'INSP' : project_inspector,
! 	'TXTD' : text_document,
! 	'CTLG' : catalog_document,
! 	'HIER' : class_hierarchy,
! 	'TRGT' : target,
! 	'PRGS' : build_progress_document,
! 	'SRCF' : target_file,
! 	'TOOL' : ToolServer_worksheet,
! 	'1HIR' : single_class_hierarchy,
 	'FMap' : File_Mapping,
 	'Cata' : browser_catalog,
***************
*** 160,180 ****
 	'DbDS' : Debugger_Display,
 	'Clas' : class_,
! 	'1BRW' : single_class_browser,
! 	'PRJD' : project_document,
! 	'SYMB' : symbol_browser,
! 	'EDIT' : editor_document,
! 	'COMP' : file_compare_document,
! 	'BROW' : class_browser,
! 	'SBTG' : subtarget,
! 	'MSSG' : message_document,
! 	'INSP' : project_inspector,
! 	'TXTD' : text_document,
! 	'CTLG' : catalog_document,
! 	'HIER' : class_hierarchy,
! 	'TRGT' : target,
! 	'PRGS' : build_progress_document,
! 	'SRCF' : target_file,
! 	'TOOL' : ToolServer_worksheet,
! 	'1HIR' : single_class_hierarchy,
 }
 
--- 168,180 ----
 	'DbDS' : Debugger_Display,
 	'Clas' : class_,
! 	'cha ' : character,
! 	'ctxt' : text,
! 	'cwin' : window,
! 	'file' : file,
! 	'clin' : line,
! 	'csel' : selection_2d_object,
! 	'capp' : application,
! 	'cins' : insertion_point,
! 	'docu' : document,
 }
 

AltStyle によって変換されたページ (->オリジナル) /