[Python-checkins] CVS: python/dist/src/Mac/Lib/lib-scripting Metrowerks_Shell_Suite.py,1.1,1.2
Jack Jansen
jackjansen@users.sourceforge.net
2001年5月17日 05:41:24 -0700
Update of /cvsroot/python/python/dist/src/Mac/Lib/lib-scripting
In directory usw-pr-cvs1:/tmp/cvs-serv27798/Python/Mac/Lib/lib-scripting
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-scripting/Metrowerks_Shell_Suite.py,v
retrieving revision 1.1
retrieving revision 1.2
diff -C2 -r1.1 -r1.2
*** Metrowerks_Shell_Suite.py 1997年12月18日 17:45:31 1.1
--- Metrowerks_Shell_Suite.py 2001年05月17日 12:41:22 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):
***************
*** 815,819 ****
want = 'long'
class Dynamic_scroll(aetools.NProperty):
! """Dynamic scroll - Display a windowケs contents as you move the scroll box."""
which = 'ED02'
want = 'bool'
--- 815,819 ----
want = 'long'
class Dynamic_scroll(aetools.NProperty):
! """Dynamic scroll - Display a windowユs contents as you move the scroll box."""
which = 'ED02'
want = 'bool'
***************
*** 1112,1123 ****
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'
--- 1112,1123 ----
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'
***************
*** 1173,1177 ****
class Target_Settings(aetools.ComponentItem):
! """Target Settings - Contains the definitions of a projectケs target."""
want = 'TARG'
class Linker(aetools.NProperty):
--- 1173,1177 ----
class Target_Settings(aetools.ComponentItem):
! """Target Settings - Contains the definitions of a projectユs target."""
want = 'TARG'
class Linker(aetools.NProperty):
***************
*** 1625,1630 ****
_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
}
--- 1625,1630 ----
_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
}