mirror of
https://github.com/python/cpython.git
synced 2025-07-23 11:15:24 +00:00
Fixed macroman<->latin1 conversion. Some chars don't
exist in latin1, but at least the roundtrip results in the same macroman characters.
This commit is contained in:
parent
dfebe90c4c
commit
6f84ed5afc
48 changed files with 234 additions and 232 deletions
|
@ -396,7 +396,7 @@ class linked(aetools.NProperty):
|
|||
which = 'LINK'
|
||||
want = 'bool'
|
||||
class link_index(aetools.NProperty):
|
||||
"""link index - the index of the source file in its target¹s link order (-1 if source file is not in link order) """
|
||||
"""link index - the index of the source file in its targetÕs link order (-1 if source file is not in link order) """
|
||||
which = 'LIDX'
|
||||
want = 'long'
|
||||
class modified_date(aetools.NProperty):
|
||||
|
@ -424,7 +424,7 @@ class weak_link(aetools.NProperty):
|
|||
which = 'WEAK'
|
||||
want = 'bool'
|
||||
class init_before(aetools.NProperty):
|
||||
"""init before - is the Œinitialize before¹ flag set for this shared library? """
|
||||
"""init before - is the •initialize beforeÕ flag set for this shared library? """
|
||||
which = 'INIT'
|
||||
want = 'bool'
|
||||
class merge_output(aetools.NProperty):
|
||||
|
|
|
@ -791,7 +791,7 @@ class Metrowerks_Shell_Suite_Events:
|
|||
|
||||
|
||||
class Access_Paths(aetools.ComponentItem):
|
||||
"""Access Paths - Contains the definitions of a project¹s access (search) paths. """
|
||||
"""Access Paths - Contains the definitions of a projectÕs access (search) paths. """
|
||||
want = 'PATH'
|
||||
class User_Paths(aetools.NProperty):
|
||||
"""User Paths - To add an access path for the source files. """
|
||||
|
@ -994,7 +994,7 @@ class Launch_Apps_on_Open(aetools.NProperty):
|
|||
which = 'Dg03'
|
||||
want = 'bool'
|
||||
class Confirm_Kill(aetools.NProperty):
|
||||
"""Confirm Kill - Confirm the Œkilling¹ of the process. """
|
||||
"""Confirm Kill - Confirm the •killingÕ of the process. """
|
||||
which = 'Dg04'
|
||||
want = 'bool'
|
||||
class Stop_at_Main(aetools.NProperty):
|
||||
|
@ -1006,7 +1006,7 @@ class Select_Stack_Crawl(aetools.NProperty):
|
|||
which = 'Dg06'
|
||||
want = 'bool'
|
||||
class Dont_Step_in_Runtime(aetools.NProperty):
|
||||
"""Dont Step in Runtime - Don¹t step into runtime code when debugging. """
|
||||
"""Dont Step in Runtime - DonÕt step into runtime code when debugging. """
|
||||
which = 'Dg07'
|
||||
want = 'bool'
|
||||
class Auto_Target_Libraries(aetools.NProperty):
|
||||
|
@ -1043,7 +1043,7 @@ class Temp_breakpoint_names(aetools.NProperty):
|
|||
which = 'Dt14'
|
||||
want = 'ctxt'
|
||||
class Cache_symbolics(aetools.NProperty):
|
||||
"""Cache symbolics - Cache symbolics between runs when executable doesn¹t change, else release symbolics files after killing process. """
|
||||
"""Cache symbolics - Cache symbolics between runs when executable doesnÕt change, else release symbolics files after killing process. """
|
||||
which = 'Dt15'
|
||||
want = 'bool'
|
||||
class Temp_Breakpoint_Type(aetools.NProperty):
|
||||
|
@ -1071,7 +1071,7 @@ class Flash_Delay(aetools.NProperty):
|
|||
which = 'ED01'
|
||||
want = 'long'
|
||||
class Dynamic_Scroll(aetools.NProperty):
|
||||
"""Dynamic Scroll - Display a window¹s contents as you move the scroll box. """
|
||||
"""Dynamic Scroll - Display a windowÕs contents as you move the scroll box. """
|
||||
which = 'ED02'
|
||||
want = 'bool'
|
||||
class Balance(aetools.NProperty):
|
||||
|
@ -1175,11 +1175,11 @@ class Full_Screen_Zoom(aetools.NProperty):
|
|||
which = 'EX07'
|
||||
want = 'bool'
|
||||
class Recent_Editor_Count(aetools.NProperty):
|
||||
"""Recent Editor Count - Maximum number of editor documents to show in the ³Open Recent² menu """
|
||||
"""Recent Editor Count - Maximum number of editor documents to show in the –Open Recent” menu """
|
||||
which = 'EX16'
|
||||
want = 'shor'
|
||||
class Recent_Project_Count(aetools.NProperty):
|
||||
"""Recent Project Count - Maximum number of project documents to show in the ³Open Recent² menu """
|
||||
"""Recent Project Count - Maximum number of project documents to show in the –Open Recent” menu """
|
||||
which = 'EX17'
|
||||
want = 'shor'
|
||||
class Use_Editor_Extensions(aetools.NProperty):
|
||||
|
@ -1294,7 +1294,7 @@ class origin(aetools.NProperty):
|
|||
which = 'Orig'
|
||||
want = 'PPrm'
|
||||
class root(aetools.NProperty):
|
||||
"""root - Name of the root of the relative path. Pre-defined values are ³Absolute², ³Project², ³CodeWarrior², and ³System². Anything else is a user-defined root. """
|
||||
"""root - Name of the root of the relative path. Pre-defined values are –Absolute”, –Project”, –CodeWarrior”, and –System”. Anything else is a user-defined root. """
|
||||
which = 'Root'
|
||||
want = 'TEXT'
|
||||
class recursive(aetools.NProperty):
|
||||
|
@ -1325,14 +1325,14 @@ class filetype(aetools.NProperty):
|
|||
"""filetype - What kind of file is this ? """
|
||||
which = 'SrcT'
|
||||
want = 'SrcT'
|
||||
# repeated property name The file¹s name
|
||||
# repeated property disk_file The file¹s location on disk
|
||||
# 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. """
|
||||
"""codesize - The size of this fileÕs code. """
|
||||
which = 'CSiz'
|
||||
want = 'long'
|
||||
class datasize(aetools.NProperty):
|
||||
"""datasize - The size of this file¹s data. """
|
||||
"""datasize - The size of this fileÕs data. """
|
||||
which = 'DSiz'
|
||||
want = 'long'
|
||||
class up_to_date(aetools.NProperty):
|
||||
|
@ -1476,7 +1476,7 @@ class String_Color(aetools.NProperty):
|
|||
# repeated property Custom_Color_4 The color for the fourth set of custom keywords.
|
||||
|
||||
class Target_Settings(aetools.ComponentItem):
|
||||
"""Target Settings - Contains the definitions of a project¹s target. """
|
||||
"""Target Settings - Contains the definitions of a projectÕs target. """
|
||||
want = 'TARG'
|
||||
class Linker(aetools.NProperty):
|
||||
"""Linker - The name of the current linker. """
|
||||
|
@ -1495,11 +1495,11 @@ class Target_Name(aetools.NProperty):
|
|||
which = 'TA10'
|
||||
want = 'TEXT'
|
||||
class Output_Directory_Path(aetools.NProperty):
|
||||
"""Output Directory Path - Path to output directory. Usage of this property is deprecated. Use the ³Output Directory Location² property instead. """
|
||||
"""Output Directory Path - Path to output directory. Usage of this property is deprecated. Use the –Output Directory Location” property instead. """
|
||||
which = 'TA11'
|
||||
want = 'TEXT'
|
||||
class Output_Directory_Origin(aetools.NProperty):
|
||||
"""Output Directory Origin - Origin of path to output directory. Usage of this property is deprecated. Use the ³Output Directory Location² property instead. """
|
||||
"""Output Directory Origin - Origin of path to output directory. Usage of this property is deprecated. Use the –Output Directory Location” property instead. """
|
||||
which = 'TA12'
|
||||
want = 'PPrm'
|
||||
class Output_Directory_Location(aetools.NProperty):
|
||||
|
@ -2043,14 +2043,14 @@ _Enum_SrcT = {
|
|||
|
||||
_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<EFBFBD> folder.
|
||||
'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
|
||||
'root_relative' : 'RRel', #
|
||||
}
|
||||
|
||||
_Enum_DbSA = {
|
||||
'No_Action' : 'DSA1', # Don¹t do anything to non-debug windows
|
||||
'No_Action' : 'DSA1', # DonÕt do anything to non-debug windows
|
||||
'Hide_Windows' : 'DSA2', # Hide non-debugging windows
|
||||
'Collapse_Windows' : 'DSA3', # Collapse non-debugging windows
|
||||
'Close_Windows' : 'DSA4', # Close non-debugging windows
|
||||
|
@ -2103,9 +2103,9 @@ _Enum_BXbr = {
|
|||
}
|
||||
|
||||
_Enum_STKd = {
|
||||
'Absolute_Path' : 'STK0', # The ³path² property is an absolute path to the location of the source tree.
|
||||
'Registry_Key' : 'STK1', # The ³path² property is the name of a registry key that contains the path to the root.
|
||||
'Environment_Variable' : 'STK2', # The ³path² property is the name of an environment variable that contains the path to the root.
|
||||
'Absolute_Path' : 'STK0', # The –path” property is an absolute path to the location of the source tree.
|
||||
'Registry_Key' : 'STK1', # The –path” property is the name of a registry key that contains the path to the root.
|
||||
'Environment_Variable' : 'STK2', # The –path” property is the name of an environment variable that contains the path to the root.
|
||||
}
|
||||
|
||||
_Enum_PthF = {
|
||||
|
|
|
@ -102,7 +102,7 @@ class Standard_Suite_Events:
|
|||
|
||||
def make(self, _no_object=None, _attributes={}, **_arguments):
|
||||
"""make: make a new element
|
||||
Keyword argument new: the class of the new element‹keyword 'new' is optional in AppleScript
|
||||
Keyword argument new: the class of the new element„keyword 'new' is optional in AppleScript
|
||||
Keyword argument as: the desired types for the data, in order of preference
|
||||
Keyword argument at: the location at which to insert the element
|
||||
Keyword argument with_data: the initial data for the element
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue