[Python-checkins] python/dist/src/Lib/plat-mac/lib-scriptpackages/Terminal Standard_Suite.py,1.1,1.2
jackjansen@users.sourceforge.net
jackjansen@users.sourceforge.net
2003年3月30日 14:41:56 -0800
- Previous message: [Python-checkins] python/dist/src/Lib/plat-mac/lib-scriptpackages/SystemEvents Disk_2d_Folder_2d_File_Suite.py,NONE,1.1 Folder_Actions_Suite.py,NONE,1.1 Hidden_Suite.py,NONE,1.1 Login_Items_Suite.py,NONE,1.1 Power_Suite.py,NONE,1.1 Processes_Suite.py,NONE,1.1 Standard_Suite.py,NONE,1.1 System_Events_Suite.py,NONE,1.1 Text_Suite.py,NONE,1.1 __init__.py,NONE,1.1
- Next message: [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
- Messages sorted by:
[ date ]
[ thread ]
[ subject ]
[ author ]
Update of /cvsroot/python/python/dist/src/Lib/plat-mac/lib-scriptpackages/Terminal
In directory sc8-pr-cvs1:/tmp/cvs-serv17412/Terminal
Modified Files:
Standard_Suite.py
Log Message:
Regenerated again, now clases are sorted by code, and with synonyms after
the primary name.
Index: Standard_Suite.py
===================================================================
RCS file: /cvsroot/python/python/dist/src/Lib/plat-mac/lib-scriptpackages/Terminal/Standard_Suite.py,v
retrieving revision 1.1
retrieving revision 1.2
diff -C2 -d -r1.1 -r1.2
*** Standard_Suite.py 29 Mar 2003 00:13:16 -0000 1.1
--- Standard_Suite.py 30 Mar 2003 22:41:53 -0000 1.2
***************
*** 355,378 ****
applications = application
- class color(aetools.ComponentItem):
- """color - A color. """
- want = 'colr'
-
- colors = color
-
- class document(aetools.ComponentItem):
- """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'
- want = 'utxt'
-
- documents = document
-
class item(aetools.ComponentItem):
"""item - A scriptable object. """
--- 355,358 ----
***************
*** 389,392 ****
--- 369,378 ----
items = item
+ class color(aetools.ComponentItem):
+ """color - A color. """
+ want = 'colr'
+
+ colors = color
+
class window(aetools.ComponentItem):
"""window - A window. """
***************
*** 450,453 ****
--- 436,453 ----
windows = window
+
+ class document(aetools.ComponentItem):
+ """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'
+ want = 'utxt'
+
+ documents = document
application._superclassnames = ['item']
application._privpropdict = {
***************
*** 461,479 ****
'window' : window,
}
- color._superclassnames = ['item']
- color._privpropdict = {
- '_3c_Inheritance_3e_' : _3c_Inheritance_3e_,
- }
- color._privelemdict = {
- }
- document._superclassnames = ['item']
- document._privpropdict = {
- '_3c_Inheritance_3e_' : _3c_Inheritance_3e_,
- 'modified' : modified,
- 'name' : name,
- 'path' : path,
- }
- document._privelemdict = {
- }
item._superclassnames = []
item._privpropdict = {
--- 461,464 ----
***************
*** 483,486 ****
--- 468,477 ----
item._privelemdict = {
}
+ color._superclassnames = ['item']
+ color._privpropdict = {
+ '_3c_Inheritance_3e_' : _3c_Inheritance_3e_,
+ }
+ color._privelemdict = {
+ }
window._superclassnames = ['item']
window._privpropdict = {
***************
*** 503,506 ****
--- 494,506 ----
}
window._privelemdict = {
+ }
+ document._superclassnames = ['item']
+ document._privpropdict = {
+ '_3c_Inheritance_3e_' : _3c_Inheritance_3e_,
+ 'modified' : modified,
+ 'name' : name,
+ 'path' : path,
+ }
+ document._privelemdict = {
}
class _3c_(aetools.NComparison):
- Previous message: [Python-checkins] python/dist/src/Lib/plat-mac/lib-scriptpackages/SystemEvents Disk_2d_Folder_2d_File_Suite.py,NONE,1.1 Folder_Actions_Suite.py,NONE,1.1 Hidden_Suite.py,NONE,1.1 Login_Items_Suite.py,NONE,1.1 Power_Suite.py,NONE,1.1 Processes_Suite.py,NONE,1.1 Standard_Suite.py,NONE,1.1 System_Events_Suite.py,NONE,1.1 Text_Suite.py,NONE,1.1 __init__.py,NONE,1.1
- Next message: [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
- Messages sorted by:
[ date ]
[ thread ]
[ subject ]
[ author ]