"""Require Framework Includes - Causes the IDE to only look in the framework access paths if a Mac OS X framework style include (i.e. <Carbon/Carbon.h> ) is used. """
which='PA05'
want='bool'
classBrowser_Coloring(aetools.ComponentItem):
"""Browser Coloring - Colors for Browser symbols. """
...
...
@@ -1033,7 +1037,6 @@ class Data_Update_Interval(aetools.NProperty):
"""Data Update Interval - How often to update the data while running (in seconds) """
which='Dt09'
want='long'
# repeated property Auto_Target_Libraries Automatically target libraries when debugging
classStop_at_temp_breakpoint(aetools.NProperty):
"""Stop at temp breakpoint - Stop at a temp breakpoint on program launch. Set breakpoint type in Temp Breakpoint Type AppleEvent. """
which='Dt13'
...
...
@@ -1270,8 +1273,6 @@ class Text_Size(aetools.NProperty):
classFunction_Information(aetools.ComponentItem):
"""Function Information - Describes the location of any function or global data definition within the current project. """
want='FDef'
# repeated property disk_file The location on disk of the file containing the definition.
# repeated property lineNumber The line number where the definition begins.
classGlobal_Source_Trees(aetools.ComponentItem):
"""Global Source Trees - Globally-defined source tree roots """
...
...
@@ -1284,7 +1285,6 @@ class Source_Trees(aetools.NProperty):
classPath_Information(aetools.ComponentItem):
"""Path Information - Contains all of the parameters that describe an access path. """
want='PInf'
# repeated property name The actual path name.
classformat(aetools.NProperty):
"""format - Format of the a """
which='Frmt'
...
...
@@ -1301,6 +1301,10 @@ class recursive(aetools.NProperty):
"""recursive - Will the path be searched recursively? (Default is true) """
which='Recu'
want='bool'
classframework(aetools.NProperty):
"""framework - Is the path a Mac OS X framework style path? (This flag is readable but not writeable from AppleScript.) """
which='Frmw'
want='bool'
classhost_flags(aetools.NProperty):
"""host flags - Bit fields enabling the access path for each host OS (1 = Mac OS, 2 = Windows) """
which='HstF'
...
...
@@ -1325,8 +1329,6 @@ class filetype(aetools.NProperty):
"""filetype - What kind of file is this ? """
which='SrcT'
want='SrcT'
# repeated property name The files name
# repeated property disk_file The files location on disk
classcodesize(aetools.NProperty):
"""codesize - The size of this files code. """
which='CSiz'
...
...
@@ -1359,10 +1361,6 @@ class includes(aetools.NProperty):
classRelative_Path(aetools.ComponentItem):
"""Relative Path - Relative path from some root """
want='RlPt'
# repeated property name relative path from the root
# repeated property format Format of the relative path
# repeated property origin Origin of the relative path
# repeated property root Name of user-defined root
classRuntime_Settings(aetools.ComponentItem):
"""Runtime Settings - Runtime settings """
...
...
@@ -1387,7 +1385,6 @@ class Environment_Variables(aetools.NProperty):
classSegment(aetools.ComponentItem):
"""Segment - A segment or group in the project """
want='Seg '
# repeated property name
classfilecount(aetools.NProperty):
"""filecount - """
which='NumF'
...
...
@@ -1440,7 +1437,6 @@ class Shielded_Items(aetools.NProperty):
classSource_Tree(aetools.ComponentItem):
"""Source Tree - User-defined source tree root """
want='SrcT'
# repeated property name name of the user-defined source tree root
classpath(aetools.NProperty):
"""path - path for the user-defined source tree root """
which='Path'
...
...
@@ -1449,7 +1445,6 @@ class path_kind(aetools.NProperty):
"""path kind - kind of path """
which='Kind'
want='STKd'
# repeated property format Format of the absolute path
classSyntax_Coloring(aetools.ComponentItem):
"""Syntax Coloring - """
...
...
@@ -1470,10 +1465,6 @@ class String_Color(aetools.NProperty):
"""String Color - The color for strings. """
which='GH04'
want='cRGB'
# repeated property Custom_Color_1 The color for the first set of custom keywords.
# repeated property Custom_Color_2 The color for the second set custom keywords.
# repeated property Custom_Color_3 The color for the third set of custom keywords.
# repeated property Custom_Color_4 The color for the fourth set of custom keywords.
classTarget_Settings(aetools.ComponentItem):
"""Target Settings - Contains the definitions of a projects target. """
...
...
@@ -1514,7 +1505,6 @@ class Use_Relative_Paths(aetools.NProperty):
classTarget_Source_Trees(aetools.ComponentItem):
"""Target Source Trees - Target-specific user-defined source tree roots """
want='TSTs'
# repeated property Source_Trees List of source tree roots
classVCS_Setup(aetools.ComponentItem):
"""VCS Setup - The version control system preferences. """
...
...
@@ -1567,7 +1557,6 @@ class Local_Path(aetools.NProperty):
class_class(aetools.ComponentItem):
"""class - A class, struct, or record type in the current project. """
want='Clas'
# repeated property name
classlanguage(aetools.NProperty):
"""language - Implementation language of this class """
which='Lang'
...
...
@@ -1601,7 +1590,6 @@ classes = _class
classmember_function(aetools.ComponentItem):
"""member function - A class member function or method. """
want='MbFn'
# repeated property name
classaccess(aetools.NProperty):
"""access - """
which='Acce'
...
...
@@ -1614,9 +1602,6 @@ class static(aetools.NProperty):
"""static - """
which='Stat'
want='bool'
# repeated property declaration_file Source file containing the member function declaration
# repeated property declaration_start_offset start of member function declaration source code
# repeated property declaration_end_offset end of member function declaration
classimplementation_file(aetools.NProperty):
"""implementation file - Source file containing the member function definition """