aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/Lib/plat-mac/lib-scriptpackages/CodeWarrior/Metrowerks_Shell_Suite.py
diff options
context:
space:
mode:
authorJack Jansen <jack.jansen@cwi.nl>2003-04-01 22:05:14 +0000
committerJack Jansen <jack.jansen@cwi.nl>2003-04-01 22:05:14 +0000
commit842273bcd7ad6814a0ce7c1b097cea98615900c4 (patch)
treee9a3f679dbc382d2fe0bf8cd2b3d5a1929dda961 /Lib/plat-mac/lib-scriptpackages/CodeWarrior/Metrowerks_Shell_Suite.py
parentbc956056d401f0137e687f878a487fa2a16199df (diff)
downloadcpython-842273bcd7ad6814a0ce7c1b097cea98615900c4.tar.gz
cpython-842273bcd7ad6814a0ce7c1b097cea98615900c4.zip
Regenerated with property names with _Prop_ prepended.
Diffstat (limited to 'Lib/plat-mac/lib-scriptpackages/CodeWarrior/Metrowerks_Shell_Suite.py')
-rw-r--r--Lib/plat-mac/lib-scriptpackages/CodeWarrior/Metrowerks_Shell_Suite.py950
1 files changed, 376 insertions, 574 deletions
diff --git a/Lib/plat-mac/lib-scriptpackages/CodeWarrior/Metrowerks_Shell_Suite.py b/Lib/plat-mac/lib-scriptpackages/CodeWarrior/Metrowerks_Shell_Suite.py
index b6f166ce123..858479602c7 100644
--- a/Lib/plat-mac/lib-scriptpackages/CodeWarrior/Metrowerks_Shell_Suite.py
+++ b/Lib/plat-mac/lib-scriptpackages/CodeWarrior/Metrowerks_Shell_Suite.py
@@ -793,43 +793,43 @@ class Metrowerks_Shell_Suite_Events:
class Browser_Coloring(aetools.ComponentItem):
"""Browser Coloring - Colors for Browser symbols. """
want = 'BRKW'
-class Browser_Keywords(aetools.NProperty):
+class _Prop_Browser_Keywords(aetools.NProperty):
"""Browser Keywords - Mark Browser symbols with color. """
which = 'BW00'
want = 'bool'
-class Classes_Color(aetools.NProperty):
+class _Prop_Classes_Color(aetools.NProperty):
"""Classes Color - The color for classes. """
which = 'BW01'
want = 'cRGB'
-class Constants_Color(aetools.NProperty):
+class _Prop_Constants_Color(aetools.NProperty):
"""Constants Color - The color for constants. """
which = 'BW02'
want = 'cRGB'
-class Enums_Color(aetools.NProperty):
+class _Prop_Enums_Color(aetools.NProperty):
"""Enums Color - The color for enums. """
which = 'BW03'
want = 'cRGB'
-class Functions_Color(aetools.NProperty):
+class _Prop_Functions_Color(aetools.NProperty):
"""Functions Color - Set color for functions. """
which = 'BW04'
want = 'cRGB'
-class Globals_Color(aetools.NProperty):
+class _Prop_Globals_Color(aetools.NProperty):
"""Globals Color - The color for globals """
which = 'BW05'
want = 'cRGB'
-class Macros_Color(aetools.NProperty):
+class _Prop_Macros_Color(aetools.NProperty):
"""Macros Color - The color for macros. """
which = 'BW06'
want = 'cRGB'
-class Template_Commands_in_Menu(aetools.NProperty):
+class _Prop_Template_Commands_in_Menu(aetools.NProperty):
"""Template Commands in Menu - Include template commands in context menus """
which = 'BW10'
want = 'bool'
-class Templates_Color(aetools.NProperty):
+class _Prop_Templates_Color(aetools.NProperty):
"""Templates Color - Set color for templates. """
which = 'BW07'
want = 'cRGB'
-class Typedefs_Color(aetools.NProperty):
+class _Prop_Typedefs_Color(aetools.NProperty):
"""Typedefs Color - The color for typedefs. """
which = 'BW08'
want = 'cRGB'
@@ -837,31 +837,31 @@ class Typedefs_Color(aetools.NProperty):
class Build_Settings(aetools.ComponentItem):
"""Build Settings - Build Settings preferences. """
want = 'BSTG'
-class Build_Before_Running(aetools.NProperty):
+class _Prop_Build_Before_Running(aetools.NProperty):
"""Build Before Running - Build the target before running. """
which = 'BX04'
want = 'BXbr'
-class Compiler_Thread_Stack_Size(aetools.NProperty):
+class _Prop_Compiler_Thread_Stack_Size(aetools.NProperty):
"""Compiler Thread Stack Size - Compiler Thread Stack Size """
which = 'BX06'
want = 'long'
-class Completion_Sound(aetools.NProperty):
+class _Prop_Completion_Sound(aetools.NProperty):
"""Completion Sound - Play a sound when finished a Bring Up To Date or Make command. """
which = 'BX01'
want = 'bool'
-class Failure_Sound(aetools.NProperty):
+class _Prop_Failure_Sound(aetools.NProperty):
"""Failure Sound - The sound CodeWarrior plays when it cannot finish a Bring Up To Date or Make command. """
which = 'BX03'
want = 'TEXT'
-class Include_Cache_Size(aetools.NProperty):
+class _Prop_Include_Cache_Size(aetools.NProperty):
"""Include Cache Size - Include file cache size. """
which = 'BX05'
want = 'long'
-class Save_Before_Building(aetools.NProperty):
+class _Prop_Save_Before_Building(aetools.NProperty):
"""Save Before Building - Save open editor files before build operations """
which = 'BX07'
want = 'bool'
-class Success_Sound(aetools.NProperty):
+class _Prop_Success_Sound(aetools.NProperty):
"""Success Sound - The sound CodeWarrior plays when it successfully finishes a Bring Up To Date or Make command. """
which = 'BX02'
want = 'TEXT'
@@ -869,15 +869,15 @@ class Success_Sound(aetools.NProperty):
class base_class(aetools.ComponentItem):
"""base class - A base class or super class of a class """
want = 'BsCl'
-class access(aetools.NProperty):
+class _Prop_access(aetools.NProperty):
"""access - """
which = 'Acce'
want = 'Acce'
-class class_(aetools.NProperty):
+class _Prop_class_(aetools.NProperty):
"""class - The class object corresponding to this base class """
which = 'Clas'
want = 'obj '
-class virtual(aetools.NProperty):
+class _Prop_virtual(aetools.NProperty):
"""virtual - """
which = 'Virt'
want = 'bool'
@@ -887,19 +887,19 @@ base_classes = base_class
class Custom_Keywords(aetools.ComponentItem):
"""Custom Keywords - """
want = 'CUKW'
-class Custom_Color_1(aetools.NProperty):
+class _Prop_Custom_Color_1(aetools.NProperty):
"""Custom Color 1 - The color for the first set of custom keywords. """
which = 'GH05'
want = 'cRGB'
-class Custom_Color_2(aetools.NProperty):
+class _Prop_Custom_Color_2(aetools.NProperty):
"""Custom Color 2 - The color for the second set custom keywords. """
which = 'GH06'
want = 'cRGB'
-class Custom_Color_3(aetools.NProperty):
+class _Prop_Custom_Color_3(aetools.NProperty):
"""Custom Color 3 - The color for the third set of custom keywords. """
which = 'GH07'
want = 'cRGB'
-class Custom_Color_4(aetools.NProperty):
+class _Prop_Custom_Color_4(aetools.NProperty):
"""Custom Color 4 - The color for the fourth set of custom keywords. """
which = 'GH08'
want = 'cRGB'
@@ -912,31 +912,31 @@ class browser_catalog(aetools.ComponentItem):
class class_(aetools.ComponentItem):
"""class - A class, struct, or record type in the current project. """
want = 'Clas'
-class all_subclasses(aetools.NProperty):
+class _Prop_all_subclasses(aetools.NProperty):
"""all subclasses - the classes directly or indirectly derived from this class """
which = 'SubA'
want = 'Clas'
-class declaration_end_offset(aetools.NProperty):
+class _Prop_declaration_end_offset(aetools.NProperty):
"""declaration end offset - End of class declaration """
which = 'DcEn'
want = 'long'
-class declaration_file(aetools.NProperty):
+class _Prop_declaration_file(aetools.NProperty):
"""declaration file - Source file containing the class declaration """
which = 'DcFl'
want = 'fss '
-class declaration_start_offset(aetools.NProperty):
+class _Prop_declaration_start_offset(aetools.NProperty):
"""declaration start offset - Start of class declaration source code """
which = 'DcSt'
want = 'long'
-class language(aetools.NProperty):
+class _Prop_language(aetools.NProperty):
"""language - Implementation language of this class """
which = 'Lang'
want = 'Lang'
-class name(aetools.NProperty):
+class _Prop_name(aetools.NProperty):
"""name - """
which = 'pnam'
want = 'TEXT'
-class subclasses(aetools.NProperty):
+class _Prop_subclasses(aetools.NProperty):
"""subclasses - the immediate subclasses of this class """
which = 'SubC'
want = 'Clas'
@@ -949,43 +949,43 @@ classes = class_
class Debugger_Display(aetools.ComponentItem):
"""Debugger Display - Debugger Display preferences """
want = 'DbDS'
-class Default_Array_Size(aetools.NProperty):
+class _Prop_Default_Array_Size(aetools.NProperty):
"""Default Array Size - Controls whether CodeWarrior uses its own integrated editor or an external application for editing text files. """
which = 'Db08'
want = 'shor'
-class Show_As_Decimal(aetools.NProperty):
+class _Prop_Show_As_Decimal(aetools.NProperty):
"""Show As Decimal - Show variable values as decimal by default """
which = 'Db10'
want = 'bool'
-class Show_Locals(aetools.NProperty):
+class _Prop_Show_Locals(aetools.NProperty):
"""Show Locals - Show locals by default """
which = 'Db09'
want = 'bool'
-class Show_Variable_Types(aetools.NProperty):
+class _Prop_Show_Variable_Types(aetools.NProperty):
"""Show Variable Types - Show variable types by default. """
which = 'Db01'
want = 'bool'
-class Sort_By_Method(aetools.NProperty):
+class _Prop_Sort_By_Method(aetools.NProperty):
"""Sort By Method - Sort functions by method. """
which = 'Db02'
want = 'bool'
-class Threads_in_Window(aetools.NProperty):
+class _Prop_Threads_in_Window(aetools.NProperty):
"""Threads in Window - Show threads in separate windows. """
which = 'Db04'
want = 'bool'
-class Use_RTTI(aetools.NProperty):
+class _Prop_Use_RTTI(aetools.NProperty):
"""Use RTTI - Enable RunTime Type Information. """
which = 'Db03'
want = 'bool'
-class Variable_Changed_Hilite(aetools.NProperty):
+class _Prop_Variable_Changed_Hilite(aetools.NProperty):
"""Variable Changed Hilite - Variable changed hilite color. """
which = 'Db07'
want = 'cRGB'
-class Variable_Hints(aetools.NProperty):
+class _Prop_Variable_Hints(aetools.NProperty):
"""Variable Hints - Show variable hints. """
which = 'Db05'
want = 'bool'
-class Watchpoint_Hilite(aetools.NProperty):
+class _Prop_Watchpoint_Hilite(aetools.NProperty):
"""Watchpoint Hilite - Watchpoint hilite color. """
which = 'Db06'
want = 'cRGB'
@@ -993,43 +993,43 @@ class Watchpoint_Hilite(aetools.NProperty):
class Debugger_Global(aetools.ComponentItem):
"""Debugger Global - Debugger Global preferences """
want = 'DbGL'
-class Auto_Target_Libraries(aetools.NProperty):
+class _Prop_Auto_Target_Libraries(aetools.NProperty):
"""Auto Target Libraries - Automatically target libraries when debugging """
which = 'Dg11'
want = 'bool'
-class Cache_Edited_Files(aetools.NProperty):
+class _Prop_Cache_Edited_Files(aetools.NProperty):
"""Cache Edited Files - Cache edit files between debug sessions """
which = 'Dg12'
want = 'bool'
-class Confirm_Kill(aetools.NProperty):
+class _Prop_Confirm_Kill(aetools.NProperty):
"""Confirm Kill - Confirm the \xd4killing\xd5 of the process. """
which = 'Dg04'
want = 'bool'
-class Dont_Step_in_Runtime(aetools.NProperty):
+class _Prop_Dont_Step_in_Runtime(aetools.NProperty):
"""Dont Step in Runtime - Don\xd5t step into runtime code when debugging. """
which = 'Dg07'
want = 'bool'
-class File_Cache_Duration(aetools.NProperty):
+class _Prop_File_Cache_Duration(aetools.NProperty):
"""File Cache Duration - Duration to keep files in cache (in days) """
which = 'Dg13'
want = 'shor'
-class Ignore_Mod_Dates(aetools.NProperty):
+class _Prop_Ignore_Mod_Dates(aetools.NProperty):
"""Ignore Mod Dates - Ignore modification dates of files. """
which = 'Dg01'
want = 'bool'
-class Launch_Apps_on_Open(aetools.NProperty):
+class _Prop_Launch_Apps_on_Open(aetools.NProperty):
"""Launch Apps on Open - Launch applications on the opening of sym files. """
which = 'Dg03'
want = 'bool'
-class Open_All_Classes(aetools.NProperty):
+class _Prop_Open_All_Classes(aetools.NProperty):
"""Open All Classes - Open all Java class files. """
which = 'Dg02'
want = 'bool'
-class Select_Stack_Crawl(aetools.NProperty):
+class _Prop_Select_Stack_Crawl(aetools.NProperty):
"""Select Stack Crawl - Select the stack crawl. """
which = 'Dg06'
want = 'bool'
-class Stop_at_Main(aetools.NProperty):
+class _Prop_Stop_at_Main(aetools.NProperty):
"""Stop at Main - Stop to debug on the main() function. """
which = 'Dg05'
want = 'bool'
@@ -1037,35 +1037,35 @@ class Stop_at_Main(aetools.NProperty):
class Debugger_Target(aetools.ComponentItem):
"""Debugger Target - Debugger Target preferences """
want = 'DbTG'
-class Cache_symbolics(aetools.NProperty):
+class _Prop_Cache_symbolics(aetools.NProperty):
"""Cache symbolics - Cache symbolics between runs when executable doesn\xd5t change, else release symbolics files after killing process. """
which = 'Dt15'
want = 'bool'
-class Data_Update_Interval(aetools.NProperty):
+class _Prop_Data_Update_Interval(aetools.NProperty):
"""Data Update Interval - How often to update the data while running (in seconds) """
which = 'Dt09'
want = 'long'
-class Log_System_Messages(aetools.NProperty):
+class _Prop_Log_System_Messages(aetools.NProperty):
"""Log System Messages - Log all system messages while debugging. """
which = 'Dt02'
want = 'bool'
-class Relocated_Executable_Path(aetools.NProperty):
+class _Prop_Relocated_Executable_Path(aetools.NProperty):
"""Relocated Executable Path - Path to location of relocated libraries, code resources or remote debugging folder """
which = 'Dt10'
want = 'RlPt'
-class Stop_at_temp_breakpoint(aetools.NProperty):
+class _Prop_Stop_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'
want = 'bool'
-class Temp_Breakpoint_Type(aetools.NProperty):
+class _Prop_Temp_Breakpoint_Type(aetools.NProperty):
"""Temp Breakpoint Type - Type of temp breakpoint to set on program launch. """
which = 'Dt16'
want = 'TmpB'
-class Temp_breakpoint_names(aetools.NProperty):
+class _Prop_Temp_breakpoint_names(aetools.NProperty):
"""Temp breakpoint names - Comma separated list of names to attempt to stop at on program launch. First symbol to resolve in list is the temp BP that will be set. """
which = 'Dt14'
want = 'ctxt'
-class Update_Data_While_Running(aetools.NProperty):
+class _Prop_Update_Data_While_Running(aetools.NProperty):
"""Update Data While Running - Should pause to update data while running """
which = 'Dt08'
want = 'bool'
@@ -1073,11 +1073,11 @@ class Update_Data_While_Running(aetools.NProperty):
class Debugger_Windowing(aetools.ComponentItem):
"""Debugger Windowing - """
want = 'DbWN'
-class Debugging_Start_Action(aetools.NProperty):
+class _Prop_Debugging_Start_Action(aetools.NProperty):
"""Debugging Start Action - What action to take when debug session starts """
which = 'Dw01'
want = 'DbSA'
-class Do_Nothing_To_Projects(aetools.NProperty):
+class _Prop_Do_Nothing_To_Projects(aetools.NProperty):
"""Do Nothing To Projects - Suppress debugging start action for project windows """
which = 'Dw02'
want = 'bool'
@@ -1085,7 +1085,7 @@ class Do_Nothing_To_Projects(aetools.NProperty):
class data_member(aetools.ComponentItem):
"""data member - A class data member or field """
want = 'DtMb'
-class static(aetools.NProperty):
+class _Prop_static(aetools.NProperty):
"""static - """
which = 'Stat'
want = 'bool'
@@ -1095,63 +1095,63 @@ data_members = data_member
class Editor(aetools.ComponentItem):
"""Editor - """
want = 'EDTR'
-class Background_Color(aetools.NProperty):
+class _Prop_Background_Color(aetools.NProperty):
"""Background Color - Color of the background of editor windows. """
which = 'ED13'
want = 'cRGB'
-class Balance(aetools.NProperty):
+class _Prop_Balance(aetools.NProperty):
"""Balance - Flash the matching opening bracket when you type a closing bracket. """
which = 'ED03'
want = 'bool'
-class Context_Popup_Delay(aetools.NProperty):
+class _Prop_Context_Popup_Delay(aetools.NProperty):
"""Context Popup Delay - The amount of time, in sixtieths of a second, before the context popup is displayed if you click and hold on a browser symbol. """
which = 'ED14'
want = 'long'
-class Default_Text_File_Format(aetools.NProperty):
+class _Prop_Default_Text_File_Format(aetools.NProperty):
"""Default Text File Format - Default text file format (i.e. which type of line endings to use) """
which = 'ED17'
want = 'TxtF'
-class Dynamic_Scroll(aetools.NProperty):
+class _Prop_Dynamic_Scroll(aetools.NProperty):
"""Dynamic Scroll - Display a window\xd5s contents as you move the scroll box. """
which = 'ED02'
want = 'bool'
-class Flash_Delay(aetools.NProperty):
+class _Prop_Flash_Delay(aetools.NProperty):
"""Flash Delay - The amount of time, in sixtieths of a second, the editor highlights a matching bracket. """
which = 'ED01'
want = 'long'
-class Left_Margin_Line_Select(aetools.NProperty):
+class _Prop_Left_Margin_Line_Select(aetools.NProperty):
"""Left Margin Line Select - Clicking in the left margin selects lines """
which = 'ED16'
want = 'bool'
-class Main_Text_Color(aetools.NProperty):
+class _Prop_Main_Text_Color(aetools.NProperty):
"""Main Text Color - Main, default, color for text. """
which = 'ED12'
want = 'cRGB'
-class Relaxed_C_Popup_Parsing(aetools.NProperty):
+class _Prop_Relaxed_C_Popup_Parsing(aetools.NProperty):
"""Relaxed C Popup Parsing - Relax the function parser for C source files """
which = 'ED15'
want = 'bool'
-class Remember_Font(aetools.NProperty):
+class _Prop_Remember_Font(aetools.NProperty):
"""Remember Font - Display a source file with its own font settings. """
which = 'ED08'
want = 'bool'
-class Remember_Selection(aetools.NProperty):
+class _Prop_Remember_Selection(aetools.NProperty):
"""Remember Selection - Restore the previous selection in a file when you open it. """
which = 'ED09'
want = 'bool'
-class Remember_Window(aetools.NProperty):
+class _Prop_Remember_Window(aetools.NProperty):
"""Remember Window - Restore the last size and position for a source file window when you open it. """
which = 'ED10'
want = 'bool'
-class Sort_Function_Popup(aetools.NProperty):
+class _Prop_Sort_Function_Popup(aetools.NProperty):
"""Sort Function Popup - """
which = 'ED06'
want = 'bool'
-class Use_Drag__26__Drop_Editing(aetools.NProperty):
+class _Prop_Use_Drag__26__Drop_Editing(aetools.NProperty):
"""Use Drag & Drop Editing - Use Drag & Drop text editing. """
which = 'ED04'
want = 'bool'
-class Use_Multiple_Undo(aetools.NProperty):
+class _Prop_Use_Multiple_Undo(aetools.NProperty):
"""Use Multiple Undo - """
which = 'ED07'
want = 'bool'
@@ -1159,7 +1159,7 @@ class Use_Multiple_Undo(aetools.NProperty):
class Environment_Variable(aetools.ComponentItem):
"""Environment Variable - Environment variable for host OS """
want = 'EnvV'
-class value(aetools.NProperty):
+class _Prop_value(aetools.NProperty):
"""value - Value of the environment variable """
which = 'Valu'
want = 'TEXT'
@@ -1167,19 +1167,19 @@ class value(aetools.NProperty):
class Error_Information(aetools.ComponentItem):
"""Error Information - Describes a single error or warning from the compiler or the linker. """
want = 'ErrM'
-class disk_file(aetools.NProperty):
+class _Prop_disk_file(aetools.NProperty):
"""disk file - The file where the error occurred. May not be returned for certain kinds of errors (eg, link errors). """
which = 'file'
want = 'fss '
-class lineNumber(aetools.NProperty):
+class _Prop_lineNumber(aetools.NProperty):
"""lineNumber - The line in the file where the error occurred. May not be returned for certain kinds of errors (eg, link errors). """
which = 'ErrL'
want = 'long'
-class message(aetools.NProperty):
+class _Prop_message(aetools.NProperty):
"""message - The error or warning message. """
which = 'ErrS'
want = 'TEXT'
-class messageKind(aetools.NProperty):
+class _Prop_messageKind(aetools.NProperty):
"""messageKind - The type of error or warning. """
which = 'ErrT'
want = 'ErrT'
@@ -1191,7 +1191,7 @@ class Function_Information(aetools.ComponentItem):
class File_Mappings(aetools.ComponentItem):
"""File Mappings - Mappings of extensions & file types to compilers """
want = 'FLMP'
-class Mappings(aetools.NProperty):
+class _Prop_Mappings(aetools.NProperty):
"""Mappings - """
which = 'FMps'
want = 'FMap'
@@ -1199,31 +1199,31 @@ class Mappings(aetools.NProperty):
class File_Mapping(aetools.ComponentItem):
"""File Mapping - """
want = 'FMap'
-class Compiler(aetools.NProperty):
+class _Prop_Compiler(aetools.NProperty):
"""Compiler - """
which = 'TA07'
want = 'TEXT'
-class Extension(aetools.NProperty):
+class _Prop_Extension(aetools.NProperty):
"""Extension - """
which = 'TA02'
want = 'TEXT'
-class File_Type(aetools.NProperty):
+class _Prop_File_Type(aetools.NProperty):
"""File Type - """
which = 'PR04'
want = 'TEXT'
-class Ignored_by_Make(aetools.NProperty):
+class _Prop_Ignored_by_Make(aetools.NProperty):
"""Ignored by Make - """
which = 'TA06'
want = 'bool'
-class Launchable(aetools.NProperty):
+class _Prop_Launchable(aetools.NProperty):
"""Launchable - """
which = 'TA05'
want = 'bool'
-class Precompiled(aetools.NProperty):
+class _Prop_Precompiled(aetools.NProperty):
"""Precompiled - """
which = 'TA03'
want = 'bool'
-class Resource_File(aetools.NProperty):
+class _Prop_Resource_File(aetools.NProperty):
"""Resource File - """
which = 'TA04'
want = 'bool'
@@ -1231,7 +1231,7 @@ class Resource_File(aetools.NProperty):
class Global_Source_Trees(aetools.ComponentItem):
"""Global Source Trees - Globally-defined source tree roots """
want = 'GSTs'
-class Source_Trees(aetools.NProperty):
+class _Prop_Source_Trees(aetools.NProperty):
"""Source Trees - List of source tree roots """
which = 'ST01'
want = 'SrcT'
@@ -1239,39 +1239,39 @@ class Source_Trees(aetools.NProperty):
class Extras(aetools.ComponentItem):
"""Extras - """
want = 'GXTR'
-class Automatic_Toolbar_Help(aetools.NProperty):
+class _Prop_Automatic_Toolbar_Help(aetools.NProperty):
"""Automatic Toolbar Help - Automatically show balloon help in toolbar after delay """
which = 'EX19'
want = 'bool'
-class External_Reference(aetools.NProperty):
+class _Prop_External_Reference(aetools.NProperty):
"""External Reference - Which on-line function reference to use. """
which = 'EX08'
want = 'RefP'
-class Full_Screen_Zoom(aetools.NProperty):
+class _Prop_Full_Screen_Zoom(aetools.NProperty):
"""Full Screen Zoom - Zoom windows to the full screen width. """
which = 'EX07'
want = 'bool'
-class Recent_Editor_Count(aetools.NProperty):
+class _Prop_Recent_Editor_Count(aetools.NProperty):
"""Recent Editor Count - Maximum number of editor documents to show in the \xd2Open Recent\xd3 menu """
which = 'EX16'
want = 'shor'
-class Recent_Project_Count(aetools.NProperty):
+class _Prop_Recent_Project_Count(aetools.NProperty):
"""Recent Project Count - Maximum number of project documents to show in the \xd2Open Recent\xd3 menu """
which = 'EX17'
want = 'shor'
-class Use_Editor_Extensions(aetools.NProperty):
+class _Prop_Use_Editor_Extensions(aetools.NProperty):
"""Use Editor Extensions - Controls the use of the Editor Extensions menu """
which = 'EX10'
want = 'bool'
-class Use_External_Editor(aetools.NProperty):
+class _Prop_Use_External_Editor(aetools.NProperty):
"""Use External Editor - Controls whether CodeWarrior uses its own integrated editor or an external application for editing text files. """
which = 'EX11'
want = 'bool'
-class Use_Script_Menu(aetools.NProperty):
+class _Prop_Use_Script_Menu(aetools.NProperty):
"""Use Script Menu - Controls the use of the AppleScript menu """
which = 'EX12'
want = 'bool'
-class Use_ToolServer_Menu(aetools.NProperty):
+class _Prop_Use_ToolServer_Menu(aetools.NProperty):
"""Use ToolServer Menu - Controls the use of the ToolServer menu """
which = 'EX18'
want = 'bool'
@@ -1279,19 +1279,19 @@ class Use_ToolServer_Menu(aetools.NProperty):
class Build_Extras(aetools.ComponentItem):
"""Build Extras - """
want = 'LXTR'
-class Browser_Active(aetools.NProperty):
+class _Prop_Browser_Active(aetools.NProperty):
"""Browser Active - Allow the collection of browser information. """
which = 'EX09'
want = 'bool'
-class Cache_Subproject_Data(aetools.NProperty):
+class _Prop_Cache_Subproject_Data(aetools.NProperty):
"""Cache Subproject Data - """
which = 'EX31'
want = 'bool'
-class Dump_Browser_Info(aetools.NProperty):
+class _Prop_Dump_Browser_Info(aetools.NProperty):
"""Dump Browser Info - """
which = 'EX30'
want = 'bool'
-class Modification_Date_Caching(aetools.NProperty):
+class _Prop_Modification_Date_Caching(aetools.NProperty):
"""Modification Date Caching - """
which = 'EX04'
want = 'bool'
@@ -1299,15 +1299,15 @@ class Modification_Date_Caching(aetools.NProperty):
class member_function(aetools.ComponentItem):
"""member function - A class member function or method. """
want = 'MbFn'
-class implementation_end_offset(aetools.NProperty):
+class _Prop_implementation_end_offset(aetools.NProperty):
"""implementation end offset - end of member function definition """
which = 'DfEn'
want = 'long'
-class implementation_file(aetools.NProperty):
+class _Prop_implementation_file(aetools.NProperty):
"""implementation file - Source file containing the member function definition """
which = 'DfFl'
want = 'fss '
-class implementation_start_offset(aetools.NProperty):
+class _Prop_implementation_start_offset(aetools.NProperty):
"""implementation start offset - start of member function definition source code """
which = 'DfSt'
want = 'long'
@@ -1317,23 +1317,23 @@ member_functions = member_function
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):
+class _Prop_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):
+class _Prop_Convert_Paths(aetools.NProperty):
"""Convert Paths - Enables conversion of DOS & Unix-style relative paths when searching for files. """
which = 'PA04'
want = 'bool'
-class Require_Framework_Includes(aetools.NProperty):
+class _Prop_Require_Framework_Includes(aetools.NProperty):
"""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'
-class System_Paths(aetools.NProperty):
+class _Prop_System_Paths(aetools.NProperty):
"""System Paths - To add an access path for the include files. (Not supported in Pascal) """
which = 'PA03'
want = 'PInf'
-class User_Paths(aetools.NProperty):
+class _Prop_User_Paths(aetools.NProperty):
"""User Paths - To add an access path for the source files. """
which = 'PA01'
want = 'PInf'
@@ -1341,27 +1341,27 @@ class User_Paths(aetools.NProperty):
class Path_Information(aetools.ComponentItem):
"""Path Information - Contains all of the parameters that describe an access path. """
want = 'PInf'
-class format(aetools.NProperty):
+class _Prop_format(aetools.NProperty):
"""format - Format of the a """
which = 'Frmt'
want = 'PthF'
-class framework(aetools.NProperty):
+class _Prop_framework(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'
-class host_flags(aetools.NProperty):
+class _Prop_host_flags(aetools.NProperty):
"""host flags - Bit fields enabling the access path for each host OS (1 = Mac OS, 2 = Windows) """
which = 'HstF'
want = 'long'
-class origin(aetools.NProperty):
+class _Prop_origin(aetools.NProperty):
"""origin - """
which = 'Orig'
want = 'PPrm'
-class recursive(aetools.NProperty):
+class _Prop_recursive(aetools.NProperty):
"""recursive - Will the path be searched recursively? (Default is true) """
which = 'Recu'
want = 'bool'
-class root(aetools.NProperty):
+class _Prop_root(aetools.NProperty):
"""root - Name of the root of the relative path. Pre-defined values are \xd2Absolute\xd3, \xd2Project\xd3, \xd2CodeWarrior\xd3, and \xd2System\xd3. Anything else is a user-defined root. """
which = 'Root'
want = 'TEXT'
@@ -1369,11 +1369,11 @@ class root(aetools.NProperty):
class Plugin_Settings(aetools.ComponentItem):
"""Plugin Settings - Settings for plugin tools """
want = 'PSTG'
-class Disable_Third_Party_COM_Plugins(aetools.NProperty):
+class _Prop_Disable_Third_Party_COM_Plugins(aetools.NProperty):
"""Disable Third Party COM Plugins - Disable COM plugins from third parties """
which = 'PX02'
want = 'bool'
-class Plugin_Diagnostics_Level(aetools.NProperty):
+class _Prop_Plugin_Diagnostics_Level(aetools.NProperty):
"""Plugin Diagnostics Level - Plugin Diagnostics Level is for those who are developing plugins for the IDE and need to debug them. """
which = 'PX01'
want = 'PXdg'
@@ -1381,19 +1381,19 @@ class Plugin_Diagnostics_Level(aetools.NProperty):
class Runtime_Settings(aetools.ComponentItem):
"""Runtime Settings - Runtime settings """
want = 'RSTG'
-class Command_Line_Arguments(aetools.NProperty):
+class _Prop_Command_Line_Arguments(aetools.NProperty):
"""Command Line Arguments - Extra command line args to pass to executable """
which = 'RS02'
want = 'TEXT'
-class Environment_Variables(aetools.NProperty):
+class _Prop_Environment_Variables(aetools.NProperty):
"""Environment Variables - Environment variables to use when running the executable """
which = 'RS04'
want = 'EnvV'
-class Host_Application(aetools.NProperty):
+class _Prop_Host_Application(aetools.NProperty):
"""Host Application - Host application for running/debugging libraries and code resources """
which = 'RS01'
want = 'RlPt'
-class Working_Directory(aetools.NProperty):
+class _Prop_Working_Directory(aetools.NProperty):
"""Working Directory - Working directory to use when running the executable """
which = 'RS03'
want = 'TEXT'
@@ -1405,15 +1405,15 @@ class Relative_Path(aetools.ComponentItem):
class Shielded_Folder(aetools.ComponentItem):
"""Shielded Folder - """
want = 'SFit'
-class Expression_To_Match(aetools.NProperty):
+class _Prop_Expression_To_Match(aetools.NProperty):
"""Expression To Match - Regular expression which describes folders to skip """
which = 'SF01'
want = 'TEXT'
-class Skip_Find_And_Compare_Operations(aetools.NProperty):
+class _Prop_Skip_Find_And_Compare_Operations(aetools.NProperty):
"""Skip Find And Compare Operations - Matching folders will be skipped during find and compare operations """
which = 'SF03'
want = 'bool'
-class Skip_Project_Operations(aetools.NProperty):
+class _Prop_Skip_Project_Operations(aetools.NProperty):
"""Skip Project Operations - Matching folders will be skipped during project operations """
which = 'SF02'
want = 'bool'
@@ -1421,7 +1421,7 @@ class Skip_Project_Operations(aetools.NProperty):
class Shielded_Folders(aetools.ComponentItem):
"""Shielded Folders - Folders skipped when performing project and find-and-compare operations """
want = 'SHFL'
-class Shielded_Items(aetools.NProperty):
+class _Prop_Shielded_Items(aetools.NProperty):
"""Shielded Items - """
which = 'SFis'
want = 'SFit'
@@ -1429,19 +1429,19 @@ class Shielded_Items(aetools.NProperty):
class Syntax_Coloring(aetools.ComponentItem):
"""Syntax Coloring - """
want = 'SNTX'
-class Comment_Color(aetools.NProperty):
+class _Prop_Comment_Color(aetools.NProperty):
"""Comment Color - The color for comments. """
which = 'GH02'
want = 'cRGB'
-class Keyword_Color(aetools.NProperty):
+class _Prop_Keyword_Color(aetools.NProperty):
"""Keyword Color - The color for language keywords. """
which = 'GH03'
want = 'cRGB'
-class String_Color(aetools.NProperty):
+class _Prop_String_Color(aetools.NProperty):
"""String Color - The color for strings. """
which = 'GH04'
want = 'cRGB'
-class Syntax_Coloring(aetools.NProperty):
+class _Prop_Syntax_Coloring(aetools.NProperty):
"""Syntax Coloring - Mark keywords and comments with color. """
which = 'GH01'
want = 'bool'
@@ -1449,27 +1449,27 @@ class Syntax_Coloring(aetools.NProperty):
class Segment(aetools.ComponentItem):
"""Segment - A segment or group in the project """
want = 'Seg '
-class filecount(aetools.NProperty):
+class _Prop_filecount(aetools.NProperty):
"""filecount - """
which = 'NumF'
want = 'shor'
-class seg_2d_locked(aetools.NProperty):
+class _Prop_seg_2d_locked(aetools.NProperty):
"""seg-locked - Is the segment locked ? [68K only] """
which = 'PLck'
want = 'bool'
-class seg_2d_preloaded(aetools.NProperty):
+class _Prop_seg_2d_preloaded(aetools.NProperty):
"""seg-preloaded - Is the segment preloaded ? [68K only] """
which = 'Prel'
want = 'bool'
-class seg_2d_protected(aetools.NProperty):
+class _Prop_seg_2d_protected(aetools.NProperty):
"""seg-protected - Is the segment protected ? [68K only] """
which = 'Prot'
want = 'bool'
-class seg_2d_purgeable(aetools.NProperty):
+class _Prop_seg_2d_purgeable(aetools.NProperty):
"""seg-purgeable - Is the segment purgeable ? [68K only] """
which = 'Purg'
want = 'bool'
-class seg_2d_system_heap(aetools.NProperty):
+class _Prop_seg_2d_system_heap(aetools.NProperty):
"""seg-system heap - Is the segment loaded into the system heap ? [68K only] """
which = 'SysH'
want = 'bool'
@@ -1477,35 +1477,35 @@ class seg_2d_system_heap(aetools.NProperty):
class ProjectFile(aetools.ComponentItem):
"""ProjectFile - A file contained in a project """
want = 'SrcF'
-class codesize(aetools.NProperty):
+class _Prop_codesize(aetools.NProperty):
"""codesize - The size of this file\xd5s code. """
which = 'CSiz'
want = 'long'
-class datasize(aetools.NProperty):
+class _Prop_datasize(aetools.NProperty):
"""datasize - The size of this file\xd5s data. """
which = 'DSiz'
want = 'long'
-class filetype(aetools.NProperty):
+class _Prop_filetype(aetools.NProperty):
"""filetype - What kind of file is this ? """
which = 'SrcT'
want = 'SrcT'
-class includes(aetools.NProperty):
+class _Prop_includes(aetools.NProperty):
"""includes - """
which = 'IncF'
want = 'fss '
-class initialize_before(aetools.NProperty):
+class _Prop_initialize_before(aetools.NProperty):
"""initialize before - Initialize the shared library before the main application. """
which = 'Bfor'
want = 'bool'
-class symbols(aetools.NProperty):
+class _Prop_symbols(aetools.NProperty):
"""symbols - Are debugging symbols generated for this file ? """
which = 'SymG'
want = 'bool'
-class up_to_date(aetools.NProperty):
+class _Prop_up_to_date(aetools.NProperty):
"""up to date - Has the file been compiled since its last modification ? """
which = 'UpTD'
want = 'bool'
-class weak_link(aetools.NProperty):
+class _Prop_weak_link(aetools.NProperty):
"""weak link - Is this file imported weakly into the project ? [PowerPC only] """
which = 'Weak'
want = 'bool'
@@ -1513,11 +1513,11 @@ class weak_link(aetools.NProperty):
class Source_Tree(aetools.ComponentItem):
"""Source Tree - User-defined source tree root """
want = 'SrcT'
-class path(aetools.NProperty):
+class _Prop_path(aetools.NProperty):
"""path - path for the user-defined source tree root """
which = 'Path'
want = 'TEXT'
-class path_kind(aetools.NProperty):
+class _Prop_path_kind(aetools.NProperty):
"""path kind - kind of path """
which = 'Kind'
want = 'STKd'
@@ -1525,35 +1525,35 @@ class path_kind(aetools.NProperty):
class Target_Settings(aetools.ComponentItem):
"""Target Settings - Contains the definitions of a project\xd5s target. """
want = 'TARG'
-class Linker(aetools.NProperty):
+class _Prop_Linker(aetools.NProperty):
"""Linker - The name of the current linker. """
which = 'TA01'
want = 'TEXT'
-class Output_Directory_Location(aetools.NProperty):
+class _Prop_Output_Directory_Location(aetools.NProperty):
"""Output Directory Location - Location of output directory """
which = 'TA16'
want = 'RlPt'
-class Output_Directory_Origin(aetools.NProperty):
+class _Prop_Output_Directory_Origin(aetools.NProperty):
"""Output Directory Origin - Origin of path to output directory. Usage of this property is deprecated. Use the \xd2Output Directory Location\xd3 property instead. """
which = 'TA12'
want = 'PPrm'
-class Output_Directory_Path(aetools.NProperty):
+class _Prop_Output_Directory_Path(aetools.NProperty):
"""Output Directory Path - Path to output directory. Usage of this property is deprecated. Use the \xd2Output Directory Location\xd3 property instead. """
which = 'TA11'
want = 'TEXT'
-class Post_Linker(aetools.NProperty):
+class _Prop_Post_Linker(aetools.NProperty):
"""Post Linker - """
which = 'TA09'
want = 'TEXT'
-class Pre_Linker(aetools.NProperty):
+class _Prop_Pre_Linker(aetools.NProperty):
"""Pre Linker - """
which = 'TA13'
want = 'TEXT'
-class Target_Name(aetools.NProperty):
+class _Prop_Target_Name(aetools.NProperty):
"""Target Name - """
which = 'TA10'
want = 'TEXT'
-class Use_Relative_Paths(aetools.NProperty):
+class _Prop_Use_Relative_Paths(aetools.NProperty):
"""Use Relative Paths - Save project entries using relative paths """
which = 'TA15'
want = 'bool'
@@ -1565,47 +1565,47 @@ class Target_Source_Trees(aetools.ComponentItem):
class VCS_Setup(aetools.ComponentItem):
"""VCS Setup - The version control system preferences. """
want = 'VCSs'
-class Always_Prompt(aetools.NProperty):
+class _Prop_Always_Prompt(aetools.NProperty):
"""Always Prompt - Always show login dialog """
which = 'VC07'
want = 'bool'
-class Auto_Connect(aetools.NProperty):
+class _Prop_Auto_Connect(aetools.NProperty):
"""Auto Connect - Automatically connect to database when starting. """
which = 'VC05'
want = 'bool'
-class Connection_Method(aetools.NProperty):
+class _Prop_Connection_Method(aetools.NProperty):
"""Connection Method - Name of Version Control System to use. """
which = 'VC02'
want = 'TEXT'
-class Database_Path(aetools.NProperty):
+class _Prop_Database_Path(aetools.NProperty):
"""Database Path - Path to the VCS database. """
which = 'VC09'
want = 'RlPt'
-class Local_Path(aetools.NProperty):
+class _Prop_Local_Path(aetools.NProperty):
"""Local Path - Path to the local root """
which = 'VC10'
want = 'RlPt'
-class Mount_Volume(aetools.NProperty):
+class _Prop_Mount_Volume(aetools.NProperty):
"""Mount Volume - Attempt to mount the database volume if it isn't available. """
which = 'VC08'
want = 'bool'
-class Password(aetools.NProperty):
+class _Prop_Password(aetools.NProperty):
"""Password - The password for the VCS. """
which = 'VC04'
want = 'TEXT'
-class Store_Password(aetools.NProperty):
+class _Prop_Store_Password(aetools.NProperty):
"""Store Password - Store the password. """
which = 'VC06'
want = 'bool'
-class Use_Global_Settings(aetools.NProperty):
+class _Prop_Use_Global_Settings(aetools.NProperty):
"""Use Global Settings - Use the global VCS settings by default """
which = 'VC11'
want = 'bool'
-class Username(aetools.NProperty):
+class _Prop_Username(aetools.NProperty):
"""Username - The user name for the VCS. """
which = 'VC03'
want = 'TEXT'
-class VCS_Active(aetools.NProperty):
+class _Prop_VCS_Active(aetools.NProperty):
"""VCS Active - Use Version Control """
which = 'VC01'
want = 'bool'
@@ -1613,71 +1613,71 @@ class VCS_Active(aetools.NProperty):
class Font(aetools.ComponentItem):
"""Font - """
want = 'mFNT'
-class Auto_Indent(aetools.NProperty):
+class _Prop_Auto_Indent(aetools.NProperty):
"""Auto Indent - Indent new lines automatically. """
which = 'FN01'
want = 'bool'
-class Tab_Indents_Selection(aetools.NProperty):
+class _Prop_Tab_Indents_Selection(aetools.NProperty):
"""Tab Indents Selection - Tab indents selection when multiple lines are selected """
which = 'FN03'
want = 'bool'
-class Tab_Inserts_Spaces(aetools.NProperty):
+class _Prop_Tab_Inserts_Spaces(aetools.NProperty):
"""Tab Inserts Spaces - Insert spaces instead of tab character """
which = 'FN04'
want = 'bool'
-class Tab_Size(aetools.NProperty):
+class _Prop_Tab_Size(aetools.NProperty):
"""Tab Size - """
which = 'FN02'
want = 'shor'
-class Text_Font(aetools.NProperty):
+class _Prop_Text_Font(aetools.NProperty):
"""Text Font - The font used in editing windows. """
which = 'ptxf'
want = 'TEXT'
-class Text_Size(aetools.NProperty):
+class _Prop_Text_Size(aetools.NProperty):
"""Text Size - The size of the text in an editing window. """
which = 'ptps'
want = 'shor'
Browser_Coloring._superclassnames = []
Browser_Coloring._privpropdict = {
- 'Browser_Keywords' : Browser_Keywords,
- 'Classes_Color' : Classes_Color,
- 'Constants_Color' : Constants_Color,
- 'Enums_Color' : Enums_Color,
- 'Functions_Color' : Functions_Color,
- 'Globals_Color' : Globals_Color,
- 'Macros_Color' : Macros_Color,
- 'Template_Commands_in_Menu' : Template_Commands_in_Menu,
- 'Templates_Color' : Templates_Color,
- 'Typedefs_Color' : Typedefs_Color,
+ 'Browser_Keywords' : _Prop_Browser_Keywords,
+ 'Classes_Color' : _Prop_Classes_Color,
+ 'Constants_Color' : _Prop_Constants_Color,
+ 'Enums_Color' : _Prop_Enums_Color,
+ 'Functions_Color' : _Prop_Functions_Color,
+ 'Globals_Color' : _Prop_Globals_Color,
+ 'Macros_Color' : _Prop_Macros_Color,
+ 'Template_Commands_in_Menu' : _Prop_Template_Commands_in_Menu,
+ 'Templates_Color' : _Prop_Templates_Color,
+ 'Typedefs_Color' : _Prop_Typedefs_Color,
}
Browser_Coloring._privelemdict = {
}
Build_Settings._superclassnames = []
Build_Settings._privpropdict = {
- 'Build_Before_Running' : Build_Before_Running,
- 'Compiler_Thread_Stack_Size' : Compiler_Thread_Stack_Size,
- 'Completion_Sound' : Completion_Sound,
- 'Failure_Sound' : Failure_Sound,
- 'Include_Cache_Size' : Include_Cache_Size,
- 'Save_Before_Building' : Save_Before_Building,
- 'Success_Sound' : Success_Sound,
+ 'Build_Before_Running' : _Prop_Build_Before_Running,
+ 'Compiler_Thread_Stack_Size' : _Prop_Compiler_Thread_Stack_Size,
+ 'Completion_Sound' : _Prop_Completion_Sound,
+ 'Failure_Sound' : _Prop_Failure_Sound,
+ 'Include_Cache_Size' : _Prop_Include_Cache_Size,
+ 'Save_Before_Building' : _Prop_Save_Before_Building,
+ 'Success_Sound' : _Prop_Success_Sound,
}
Build_Settings._privelemdict = {
}
base_class._superclassnames = []
base_class._privpropdict = {
- 'access' : access,
- 'class_' : class_,
- 'virtual' : virtual,
+ 'access' : _Prop_access,
+ 'class_' : _Prop_class_,
+ 'virtual' : _Prop_virtual,
}
base_class._privelemdict = {
}
Custom_Keywords._superclassnames = []
Custom_Keywords._privpropdict = {
- 'Custom_Color_1' : Custom_Color_1,
- 'Custom_Color_2' : Custom_Color_2,
- 'Custom_Color_3' : Custom_Color_3,
- 'Custom_Color_4' : Custom_Color_4,
+ 'Custom_Color_1' : _Prop_Custom_Color_1,
+ 'Custom_Color_2' : _Prop_Custom_Color_2,
+ 'Custom_Color_3' : _Prop_Custom_Color_3,
+ 'Custom_Color_4' : _Prop_Custom_Color_4,
}
Custom_Keywords._privelemdict = {
}
@@ -1689,13 +1689,13 @@ browser_catalog._privelemdict = {
}
class_._superclassnames = []
class_._privpropdict = {
- 'all_subclasses' : all_subclasses,
- 'declaration_end_offset' : declaration_end_offset,
- 'declaration_file' : declaration_file,
- 'declaration_start_offset' : declaration_start_offset,
- 'language' : language,
- 'name' : name,
- 'subclasses' : subclasses,
+ 'all_subclasses' : _Prop_all_subclasses,
+ 'declaration_end_offset' : _Prop_declaration_end_offset,
+ 'declaration_file' : _Prop_declaration_file,
+ 'declaration_start_offset' : _Prop_declaration_start_offset,
+ 'language' : _Prop_language,
+ 'name' : _Prop_name,
+ 'subclasses' : _Prop_subclasses,
}
class_._privelemdict = {
'base_class' : base_class,
@@ -1704,323 +1704,323 @@ class_._privelemdict = {
}
Debugger_Display._superclassnames = []
Debugger_Display._privpropdict = {
- 'Default_Array_Size' : Default_Array_Size,
- 'Show_As_Decimal' : Show_As_Decimal,
- 'Show_Locals' : Show_Locals,
- 'Show_Variable_Types' : Show_Variable_Types,
- 'Sort_By_Method' : Sort_By_Method,
- 'Threads_in_Window' : Threads_in_Window,
- 'Use_RTTI' : Use_RTTI,
- 'Variable_Changed_Hilite' : Variable_Changed_Hilite,
- 'Variable_Hints' : Variable_Hints,
- 'Watchpoint_Hilite' : Watchpoint_Hilite,
+ 'Default_Array_Size' : _Prop_Default_Array_Size,
+ 'Show_As_Decimal' : _Prop_Show_As_Decimal,
+ 'Show_Locals' : _Prop_Show_Locals,
+ 'Show_Variable_Types' : _Prop_Show_Variable_Types,
+ 'Sort_By_Method' : _Prop_Sort_By_Method,
+ 'Threads_in_Window' : _Prop_Threads_in_Window,
+ 'Use_RTTI' : _Prop_Use_RTTI,
+ 'Variable_Changed_Hilite' : _Prop_Variable_Changed_Hilite,
+ 'Variable_Hints' : _Prop_Variable_Hints,
+ 'Watchpoint_Hilite' : _Prop_Watchpoint_Hilite,
}
Debugger_Display._privelemdict = {
}
Debugger_Global._superclassnames = []
Debugger_Global._privpropdict = {
- 'Auto_Target_Libraries' : Auto_Target_Libraries,
- 'Cache_Edited_Files' : Cache_Edited_Files,
- 'Confirm_Kill' : Confirm_Kill,
- 'Dont_Step_in_Runtime' : Dont_Step_in_Runtime,
- 'File_Cache_Duration' : File_Cache_Duration,
- 'Ignore_Mod_Dates' : Ignore_Mod_Dates,
- 'Launch_Apps_on_Open' : Launch_Apps_on_Open,
- 'Open_All_Classes' : Open_All_Classes,
- 'Select_Stack_Crawl' : Select_Stack_Crawl,
- 'Stop_at_Main' : Stop_at_Main,
+ 'Auto_Target_Libraries' : _Prop_Auto_Target_Libraries,
+ 'Cache_Edited_Files' : _Prop_Cache_Edited_Files,
+ 'Confirm_Kill' : _Prop_Confirm_Kill,
+ 'Dont_Step_in_Runtime' : _Prop_Dont_Step_in_Runtime,
+ 'File_Cache_Duration' : _Prop_File_Cache_Duration,
+ 'Ignore_Mod_Dates' : _Prop_Ignore_Mod_Dates,
+ 'Launch_Apps_on_Open' : _Prop_Launch_Apps_on_Open,
+ 'Open_All_Classes' : _Prop_Open_All_Classes,
+ 'Select_Stack_Crawl' : _Prop_Select_Stack_Crawl,
+ 'Stop_at_Main' : _Prop_Stop_at_Main,
}
Debugger_Global._privelemdict = {
}
Debugger_Target._superclassnames = []
Debugger_Target._privpropdict = {
- 'Auto_Target_Libraries' : Auto_Target_Libraries,
- 'Cache_symbolics' : Cache_symbolics,
- 'Data_Update_Interval' : Data_Update_Interval,
- 'Log_System_Messages' : Log_System_Messages,
- 'Relocated_Executable_Path' : Relocated_Executable_Path,
- 'Stop_at_temp_breakpoint' : Stop_at_temp_breakpoint,
- 'Temp_Breakpoint_Type' : Temp_Breakpoint_Type,
- 'Temp_breakpoint_names' : Temp_breakpoint_names,
- 'Update_Data_While_Running' : Update_Data_While_Running,
+ 'Auto_Target_Libraries' : _Prop_Auto_Target_Libraries,
+ 'Cache_symbolics' : _Prop_Cache_symbolics,
+ 'Data_Update_Interval' : _Prop_Data_Update_Interval,
+ 'Log_System_Messages' : _Prop_Log_System_Messages,
+ 'Relocated_Executable_Path' : _Prop_Relocated_Executable_Path,
+ 'Stop_at_temp_breakpoint' : _Prop_Stop_at_temp_breakpoint,
+ 'Temp_Breakpoint_Type' : _Prop_Temp_Breakpoint_Type,
+ 'Temp_breakpoint_names' : _Prop_Temp_breakpoint_names,
+ 'Update_Data_While_Running' : _Prop_Update_Data_While_Running,
}
Debugger_Target._privelemdict = {
}
Debugger_Windowing._superclassnames = []
Debugger_Windowing._privpropdict = {
- 'Debugging_Start_Action' : Debugging_Start_Action,
- 'Do_Nothing_To_Projects' : Do_Nothing_To_Projects,
+ 'Debugging_Start_Action' : _Prop_Debugging_Start_Action,
+ 'Do_Nothing_To_Projects' : _Prop_Do_Nothing_To_Projects,
}
Debugger_Windowing._privelemdict = {
}
data_member._superclassnames = []
data_member._privpropdict = {
- 'access' : access,
- 'declaration_end_offset' : declaration_end_offset,
- 'declaration_start_offset' : declaration_start_offset,
- 'name' : name,
- 'static' : static,
+ 'access' : _Prop_access,
+ 'declaration_end_offset' : _Prop_declaration_end_offset,
+ 'declaration_start_offset' : _Prop_declaration_start_offset,
+ 'name' : _Prop_name,
+ 'static' : _Prop_static,
}
data_member._privelemdict = {
}
Editor._superclassnames = []
Editor._privpropdict = {
- 'Background_Color' : Background_Color,
- 'Balance' : Balance,
- 'Context_Popup_Delay' : Context_Popup_Delay,
- 'Default_Text_File_Format' : Default_Text_File_Format,
- 'Dynamic_Scroll' : Dynamic_Scroll,
- 'Flash_Delay' : Flash_Delay,
- 'Left_Margin_Line_Select' : Left_Margin_Line_Select,
- 'Main_Text_Color' : Main_Text_Color,
- 'Relaxed_C_Popup_Parsing' : Relaxed_C_Popup_Parsing,
- 'Remember_Font' : Remember_Font,
- 'Remember_Selection' : Remember_Selection,
- 'Remember_Window' : Remember_Window,
- 'Sort_Function_Popup' : Sort_Function_Popup,
- 'Use_Drag__26__Drop_Editing' : Use_Drag__26__Drop_Editing,
- 'Use_Multiple_Undo' : Use_Multiple_Undo,
+ 'Background_Color' : _Prop_Background_Color,
+ 'Balance' : _Prop_Balance,
+ 'Context_Popup_Delay' : _Prop_Context_Popup_Delay,
+ 'Default_Text_File_Format' : _Prop_Default_Text_File_Format,
+ 'Dynamic_Scroll' : _Prop_Dynamic_Scroll,
+ 'Flash_Delay' : _Prop_Flash_Delay,
+ 'Left_Margin_Line_Select' : _Prop_Left_Margin_Line_Select,
+ 'Main_Text_Color' : _Prop_Main_Text_Color,
+ 'Relaxed_C_Popup_Parsing' : _Prop_Relaxed_C_Popup_Parsing,
+ 'Remember_Font' : _Prop_Remember_Font,
+ 'Remember_Selection' : _Prop_Remember_Selection,
+ 'Remember_Window' : _Prop_Remember_Window,
+ 'Sort_Function_Popup' : _Prop_Sort_Function_Popup,
+ 'Use_Drag__26__Drop_Editing' : _Prop_Use_Drag__26__Drop_Editing,
+ 'Use_Multiple_Undo' : _Prop_Use_Multiple_Undo,
}
Editor._privelemdict = {
}
Environment_Variable._superclassnames = []
Environment_Variable._privpropdict = {
- 'name' : name,
- 'value' : value,
+ 'name' : _Prop_name,
+ 'value' : _Prop_value,
}
Environment_Variable._privelemdict = {
}
Error_Information._superclassnames = []
Error_Information._privpropdict = {
- 'disk_file' : disk_file,
- 'lineNumber' : lineNumber,
- 'message' : message,
- 'messageKind' : messageKind,
+ 'disk_file' : _Prop_disk_file,
+ 'lineNumber' : _Prop_lineNumber,
+ 'message' : _Prop_message,
+ 'messageKind' : _Prop_messageKind,
}
Error_Information._privelemdict = {
}
Function_Information._superclassnames = []
Function_Information._privpropdict = {
- 'disk_file' : disk_file,
- 'lineNumber' : lineNumber,
+ 'disk_file' : _Prop_disk_file,
+ 'lineNumber' : _Prop_lineNumber,
}
Function_Information._privelemdict = {
}
File_Mappings._superclassnames = []
File_Mappings._privpropdict = {
- 'Mappings' : Mappings,
+ 'Mappings' : _Prop_Mappings,
}
File_Mappings._privelemdict = {
}
File_Mapping._superclassnames = []
File_Mapping._privpropdict = {
- 'Compiler' : Compiler,
- 'Extension' : Extension,
- 'File_Type' : File_Type,
- 'Ignored_by_Make' : Ignored_by_Make,
- 'Launchable' : Launchable,
- 'Precompiled' : Precompiled,
- 'Resource_File' : Resource_File,
+ 'Compiler' : _Prop_Compiler,
+ 'Extension' : _Prop_Extension,
+ 'File_Type' : _Prop_File_Type,
+ 'Ignored_by_Make' : _Prop_Ignored_by_Make,
+ 'Launchable' : _Prop_Launchable,
+ 'Precompiled' : _Prop_Precompiled,
+ 'Resource_File' : _Prop_Resource_File,
}
File_Mapping._privelemdict = {
}
Global_Source_Trees._superclassnames = []
Global_Source_Trees._privpropdict = {
- 'Source_Trees' : Source_Trees,
+ 'Source_Trees' : _Prop_Source_Trees,
}
Global_Source_Trees._privelemdict = {
}
Extras._superclassnames = []
Extras._privpropdict = {
- 'Automatic_Toolbar_Help' : Automatic_Toolbar_Help,
- 'External_Reference' : External_Reference,
- 'Full_Screen_Zoom' : Full_Screen_Zoom,
- 'Recent_Editor_Count' : Recent_Editor_Count,
- 'Recent_Project_Count' : Recent_Project_Count,
- 'Use_Editor_Extensions' : Use_Editor_Extensions,
- 'Use_External_Editor' : Use_External_Editor,
- 'Use_Script_Menu' : Use_Script_Menu,
- 'Use_ToolServer_Menu' : Use_ToolServer_Menu,
+ 'Automatic_Toolbar_Help' : _Prop_Automatic_Toolbar_Help,
+ 'External_Reference' : _Prop_External_Reference,
+ 'Full_Screen_Zoom' : _Prop_Full_Screen_Zoom,
+ 'Recent_Editor_Count' : _Prop_Recent_Editor_Count,
+ 'Recent_Project_Count' : _Prop_Recent_Project_Count,
+ 'Use_Editor_Extensions' : _Prop_Use_Editor_Extensions,
+ 'Use_External_Editor' : _Prop_Use_External_Editor,
+ 'Use_Script_Menu' : _Prop_Use_Script_Menu,
+ 'Use_ToolServer_Menu' : _Prop_Use_ToolServer_Menu,
}
Extras._privelemdict = {
}
Build_Extras._superclassnames = []
Build_Extras._privpropdict = {
- 'Browser_Active' : Browser_Active,
- 'Cache_Subproject_Data' : Cache_Subproject_Data,
- 'Dump_Browser_Info' : Dump_Browser_Info,
- 'Modification_Date_Caching' : Modification_Date_Caching,
+ 'Browser_Active' : _Prop_Browser_Active,
+ 'Cache_Subproject_Data' : _Prop_Cache_Subproject_Data,
+ 'Dump_Browser_Info' : _Prop_Dump_Browser_Info,
+ 'Modification_Date_Caching' : _Prop_Modification_Date_Caching,
}
Build_Extras._privelemdict = {
}
member_function._superclassnames = []
member_function._privpropdict = {
- 'access' : access,
- 'declaration_end_offset' : declaration_end_offset,
- 'declaration_file' : declaration_file,
- 'declaration_start_offset' : declaration_start_offset,
- 'implementation_end_offset' : implementation_end_offset,
- 'implementation_file' : implementation_file,
- 'implementation_start_offset' : implementation_start_offset,
- 'name' : name,
- 'static' : static,
- 'virtual' : virtual,
+ 'access' : _Prop_access,
+ 'declaration_end_offset' : _Prop_declaration_end_offset,
+ 'declaration_file' : _Prop_declaration_file,
+ 'declaration_start_offset' : _Prop_declaration_start_offset,
+ 'implementation_end_offset' : _Prop_implementation_end_offset,
+ 'implementation_file' : _Prop_implementation_file,
+ 'implementation_start_offset' : _Prop_implementation_start_offset,
+ 'name' : _Prop_name,
+ 'static' : _Prop_static,
+ 'virtual' : _Prop_virtual,
}
member_function._privelemdict = {
}
Access_Paths._superclassnames = []
Access_Paths._privpropdict = {
- 'Always_Full_Search' : Always_Full_Search,
- 'Convert_Paths' : Convert_Paths,
- 'Require_Framework_Includes' : Require_Framework_Includes,
- 'System_Paths' : System_Paths,
- 'User_Paths' : User_Paths,
+ 'Always_Full_Search' : _Prop_Always_Full_Search,
+ 'Convert_Paths' : _Prop_Convert_Paths,
+ 'Require_Framework_Includes' : _Prop_Require_Framework_Includes,
+ 'System_Paths' : _Prop_System_Paths,
+ 'User_Paths' : _Prop_User_Paths,
}
Access_Paths._privelemdict = {
}
Path_Information._superclassnames = []
Path_Information._privpropdict = {
- 'format' : format,
- 'framework' : framework,
- 'host_flags' : host_flags,
- 'name' : name,
- 'origin' : origin,
- 'recursive' : recursive,
- 'root' : root,
+ 'format' : _Prop_format,
+ 'framework' : _Prop_framework,
+ 'host_flags' : _Prop_host_flags,
+ 'name' : _Prop_name,
+ 'origin' : _Prop_origin,
+ 'recursive' : _Prop_recursive,
+ 'root' : _Prop_root,
}
Path_Information._privelemdict = {
}
Plugin_Settings._superclassnames = []
Plugin_Settings._privpropdict = {
- 'Disable_Third_Party_COM_Plugins' : Disable_Third_Party_COM_Plugins,
- 'Plugin_Diagnostics_Level' : Plugin_Diagnostics_Level,
+ 'Disable_Third_Party_COM_Plugins' : _Prop_Disable_Third_Party_COM_Plugins,
+ 'Plugin_Diagnostics_Level' : _Prop_Plugin_Diagnostics_Level,
}
Plugin_Settings._privelemdict = {
}
Runtime_Settings._superclassnames = []
Runtime_Settings._privpropdict = {
- 'Command_Line_Arguments' : Command_Line_Arguments,
- 'Environment_Variables' : Environment_Variables,
- 'Host_Application' : Host_Application,
- 'Working_Directory' : Working_Directory,
+ 'Command_Line_Arguments' : _Prop_Command_Line_Arguments,
+ 'Environment_Variables' : _Prop_Environment_Variables,
+ 'Host_Application' : _Prop_Host_Application,
+ 'Working_Directory' : _Prop_Working_Directory,
}
Runtime_Settings._privelemdict = {
}
Relative_Path._superclassnames = []
Relative_Path._privpropdict = {
- 'format' : format,
- 'name' : name,
- 'origin' : origin,
- 'root' : root,
+ 'format' : _Prop_format,
+ 'name' : _Prop_name,
+ 'origin' : _Prop_origin,
+ 'root' : _Prop_root,
}
Relative_Path._privelemdict = {
}
Shielded_Folder._superclassnames = []
Shielded_Folder._privpropdict = {
- 'Expression_To_Match' : Expression_To_Match,
- 'Skip_Find_And_Compare_Operations' : Skip_Find_And_Compare_Operations,
- 'Skip_Project_Operations' : Skip_Project_Operations,
+ 'Expression_To_Match' : _Prop_Expression_To_Match,
+ 'Skip_Find_And_Compare_Operations' : _Prop_Skip_Find_And_Compare_Operations,
+ 'Skip_Project_Operations' : _Prop_Skip_Project_Operations,
}
Shielded_Folder._privelemdict = {
}
Shielded_Folders._superclassnames = []
Shielded_Folders._privpropdict = {
- 'Shielded_Items' : Shielded_Items,
+ 'Shielded_Items' : _Prop_Shielded_Items,
}
Shielded_Folders._privelemdict = {
}
Syntax_Coloring._superclassnames = []
Syntax_Coloring._privpropdict = {
- 'Comment_Color' : Comment_Color,
- 'Custom_Color_1' : Custom_Color_1,
- 'Custom_Color_2' : Custom_Color_2,
- 'Custom_Color_3' : Custom_Color_3,
- 'Custom_Color_4' : Custom_Color_4,
- 'Keyword_Color' : Keyword_Color,
- 'String_Color' : String_Color,
- 'Syntax_Coloring' : Syntax_Coloring,
+ 'Comment_Color' : _Prop_Comment_Color,
+ 'Custom_Color_1' : _Prop_Custom_Color_1,
+ 'Custom_Color_2' : _Prop_Custom_Color_2,
+ 'Custom_Color_3' : _Prop_Custom_Color_3,
+ 'Custom_Color_4' : _Prop_Custom_Color_4,
+ 'Keyword_Color' : _Prop_Keyword_Color,
+ 'String_Color' : _Prop_String_Color,
+ 'Syntax_Coloring' : _Prop_Syntax_Coloring,
}
Syntax_Coloring._privelemdict = {
}
Segment._superclassnames = []
Segment._privpropdict = {
- 'filecount' : filecount,
- 'name' : name,
- 'seg_2d_locked' : seg_2d_locked,
- 'seg_2d_preloaded' : seg_2d_preloaded,
- 'seg_2d_protected' : seg_2d_protected,
- 'seg_2d_purgeable' : seg_2d_purgeable,
- 'seg_2d_system_heap' : seg_2d_system_heap,
+ 'filecount' : _Prop_filecount,
+ 'name' : _Prop_name,
+ 'seg_2d_locked' : _Prop_seg_2d_locked,
+ 'seg_2d_preloaded' : _Prop_seg_2d_preloaded,
+ 'seg_2d_protected' : _Prop_seg_2d_protected,
+ 'seg_2d_purgeable' : _Prop_seg_2d_purgeable,
+ 'seg_2d_system_heap' : _Prop_seg_2d_system_heap,
}
Segment._privelemdict = {
}
ProjectFile._superclassnames = []
ProjectFile._privpropdict = {
- 'codesize' : codesize,
- 'datasize' : datasize,
- 'disk_file' : disk_file,
- 'filetype' : filetype,
- 'includes' : includes,
- 'initialize_before' : initialize_before,
- 'name' : name,
- 'symbols' : symbols,
- 'up_to_date' : up_to_date,
- 'weak_link' : weak_link,
+ 'codesize' : _Prop_codesize,
+ 'datasize' : _Prop_datasize,
+ 'disk_file' : _Prop_disk_file,
+ 'filetype' : _Prop_filetype,
+ 'includes' : _Prop_includes,
+ 'initialize_before' : _Prop_initialize_before,
+ 'name' : _Prop_name,
+ 'symbols' : _Prop_symbols,
+ 'up_to_date' : _Prop_up_to_date,
+ 'weak_link' : _Prop_weak_link,
}
ProjectFile._privelemdict = {
}
Source_Tree._superclassnames = []
Source_Tree._privpropdict = {
- 'format' : format,
- 'name' : name,
- 'path' : path,
- 'path_kind' : path_kind,
+ 'format' : _Prop_format,
+ 'name' : _Prop_name,
+ 'path' : _Prop_path,
+ 'path_kind' : _Prop_path_kind,
}
Source_Tree._privelemdict = {
}
Target_Settings._superclassnames = []
Target_Settings._privpropdict = {
- 'Linker' : Linker,
- 'Output_Directory_Location' : Output_Directory_Location,
- 'Output_Directory_Origin' : Output_Directory_Origin,
- 'Output_Directory_Path' : Output_Directory_Path,
- 'Post_Linker' : Post_Linker,
- 'Pre_Linker' : Pre_Linker,
- 'Target_Name' : Target_Name,
- 'Use_Relative_Paths' : Use_Relative_Paths,
+ 'Linker' : _Prop_Linker,
+ 'Output_Directory_Location' : _Prop_Output_Directory_Location,
+ 'Output_Directory_Origin' : _Prop_Output_Directory_Origin,
+ 'Output_Directory_Path' : _Prop_Output_Directory_Path,
+ 'Post_Linker' : _Prop_Post_Linker,
+ 'Pre_Linker' : _Prop_Pre_Linker,
+ 'Target_Name' : _Prop_Target_Name,
+ 'Use_Relative_Paths' : _Prop_Use_Relative_Paths,
}
Target_Settings._privelemdict = {
}
Target_Source_Trees._superclassnames = []
Target_Source_Trees._privpropdict = {
- 'Source_Trees' : Source_Trees,
+ 'Source_Trees' : _Prop_Source_Trees,
}
Target_Source_Trees._privelemdict = {
}
VCS_Setup._superclassnames = []
VCS_Setup._privpropdict = {
- 'Always_Prompt' : Always_Prompt,
- 'Auto_Connect' : Auto_Connect,
- 'Connection_Method' : Connection_Method,
- 'Database_Path' : Database_Path,
- 'Local_Path' : Local_Path,
- 'Mount_Volume' : Mount_Volume,
- 'Password' : Password,
- 'Store_Password' : Store_Password,
- 'Use_Global_Settings' : Use_Global_Settings,
- 'Username' : Username,
- 'VCS_Active' : VCS_Active,
+ 'Always_Prompt' : _Prop_Always_Prompt,
+ 'Auto_Connect' : _Prop_Auto_Connect,
+ 'Connection_Method' : _Prop_Connection_Method,
+ 'Database_Path' : _Prop_Database_Path,
+ 'Local_Path' : _Prop_Local_Path,
+ 'Mount_Volume' : _Prop_Mount_Volume,
+ 'Password' : _Prop_Password,
+ 'Store_Password' : _Prop_Store_Password,
+ 'Use_Global_Settings' : _Prop_Use_Global_Settings,
+ 'Username' : _Prop_Username,
+ 'VCS_Active' : _Prop_VCS_Active,
}
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,
+ 'Auto_Indent' : _Prop_Auto_Indent,
+ 'Tab_Indents_Selection' : _Prop_Tab_Indents_Selection,
+ 'Tab_Inserts_Spaces' : _Prop_Tab_Inserts_Spaces,
+ 'Tab_Size' : _Prop_Tab_Size,
+ 'Text_Font' : _Prop_Text_Font,
+ 'Text_Size' : _Prop_Text_Size,
}
Font._privelemdict = {
}
@@ -2173,201 +2173,3 @@ _classdeclarations = {
'VCSs' : VCS_Setup,
'mFNT' : Font,
}
-
-_propdeclarations = {
- 'Acce' : access,
- 'BW00' : Browser_Keywords,
- 'BW01' : Classes_Color,
- 'BW02' : Constants_Color,
- 'BW03' : Enums_Color,
- 'BW04' : Functions_Color,
- 'BW05' : Globals_Color,
- 'BW06' : Macros_Color,
- 'BW07' : Templates_Color,
- 'BW08' : Typedefs_Color,
- 'BW10' : Template_Commands_in_Menu,
- 'BX01' : Completion_Sound,
- 'BX02' : Success_Sound,
- 'BX03' : Failure_Sound,
- 'BX04' : Build_Before_Running,
- 'BX05' : Include_Cache_Size,
- 'BX06' : Compiler_Thread_Stack_Size,
- 'BX07' : Save_Before_Building,
- 'Bfor' : initialize_before,
- 'CSiz' : codesize,
- 'Clas' : class_,
- 'DSiz' : datasize,
- 'Db01' : Show_Variable_Types,
- 'Db02' : Sort_By_Method,
- 'Db03' : Use_RTTI,
- 'Db04' : Threads_in_Window,
- 'Db05' : Variable_Hints,
- 'Db06' : Watchpoint_Hilite,
- 'Db07' : Variable_Changed_Hilite,
- 'Db08' : Default_Array_Size,
- 'Db09' : Show_Locals,
- 'Db10' : Show_As_Decimal,
- 'DcEn' : declaration_end_offset,
- 'DcFl' : declaration_file,
- 'DcSt' : declaration_start_offset,
- 'DfEn' : implementation_end_offset,
- 'DfFl' : implementation_file,
- 'DfSt' : implementation_start_offset,
- 'Dg01' : Ignore_Mod_Dates,
- 'Dg02' : Open_All_Classes,
- 'Dg03' : Launch_Apps_on_Open,
- 'Dg04' : Confirm_Kill,
- 'Dg05' : Stop_at_Main,
- 'Dg06' : Select_Stack_Crawl,
- 'Dg07' : Dont_Step_in_Runtime,
- 'Dg11' : Auto_Target_Libraries,
- 'Dg12' : Cache_Edited_Files,
- 'Dg13' : File_Cache_Duration,
- 'Dt02' : Log_System_Messages,
- 'Dt08' : Update_Data_While_Running,
- 'Dt09' : Data_Update_Interval,
- 'Dt10' : Relocated_Executable_Path,
- 'Dt13' : Stop_at_temp_breakpoint,
- 'Dt14' : Temp_breakpoint_names,
- 'Dt15' : Cache_symbolics,
- 'Dt16' : Temp_Breakpoint_Type,
- 'Dw01' : Debugging_Start_Action,
- 'Dw02' : Do_Nothing_To_Projects,
- 'ED01' : Flash_Delay,
- 'ED02' : Dynamic_Scroll,
- 'ED03' : Balance,
- 'ED04' : Use_Drag__26__Drop_Editing,
- 'ED06' : Sort_Function_Popup,
- 'ED07' : Use_Multiple_Undo,
- 'ED08' : Remember_Font,
- 'ED09' : Remember_Selection,
- 'ED10' : Remember_Window,
- 'ED12' : Main_Text_Color,
- 'ED13' : Background_Color,
- 'ED14' : Context_Popup_Delay,
- 'ED15' : Relaxed_C_Popup_Parsing,
- 'ED16' : Left_Margin_Line_Select,
- 'ED17' : Default_Text_File_Format,
- 'EX04' : Modification_Date_Caching,
- 'EX07' : Full_Screen_Zoom,
- 'EX08' : External_Reference,
- 'EX09' : Browser_Active,
- 'EX10' : Use_Editor_Extensions,
- 'EX11' : Use_External_Editor,
- 'EX12' : Use_Script_Menu,
- 'EX16' : Recent_Editor_Count,
- 'EX17' : Recent_Project_Count,
- 'EX18' : Use_ToolServer_Menu,
- 'EX19' : Automatic_Toolbar_Help,
- 'EX30' : Dump_Browser_Info,
- 'EX31' : Cache_Subproject_Data,
- 'ErrL' : lineNumber,
- 'ErrS' : message,
- 'ErrT' : messageKind,
- 'FMps' : Mappings,
- 'FN01' : Auto_Indent,
- 'FN02' : Tab_Size,
- 'FN03' : Tab_Indents_Selection,
- 'FN04' : Tab_Inserts_Spaces,
- 'Frmt' : format,
- 'Frmw' : framework,
- 'GH01' : Syntax_Coloring,
- 'GH02' : Comment_Color,
- 'GH03' : Keyword_Color,
- 'GH04' : String_Color,
- 'GH05' : Custom_Color_1,
- 'GH06' : Custom_Color_2,
- 'GH07' : Custom_Color_3,
- 'GH08' : Custom_Color_4,
- 'HstF' : host_flags,
- 'IncF' : includes,
- 'Kind' : path_kind,
- 'Lang' : language,
- 'NumF' : filecount,
- 'Orig' : origin,
- 'PA01' : User_Paths,
- 'PA02' : Always_Full_Search,
- 'PA03' : System_Paths,
- 'PA04' : Convert_Paths,
- 'PA05' : Require_Framework_Includes,
- 'PLck' : seg_2d_locked,
- 'PR04' : File_Type,
- 'PX01' : Plugin_Diagnostics_Level,
- 'PX02' : Disable_Third_Party_COM_Plugins,
- 'Path' : path,
- 'Prel' : seg_2d_preloaded,
- 'Prot' : seg_2d_protected,
- 'Purg' : seg_2d_purgeable,
- 'RS01' : Host_Application,
- 'RS02' : Command_Line_Arguments,
- 'RS03' : Working_Directory,
- 'RS04' : Environment_Variables,
- 'Recu' : recursive,
- 'Root' : root,
- 'SF01' : Expression_To_Match,
- 'SF02' : Skip_Project_Operations,
- 'SF03' : Skip_Find_And_Compare_Operations,
- 'SFis' : Shielded_Items,
- 'ST01' : Source_Trees,
- 'SrcT' : filetype,
- 'Stat' : static,
- 'SubA' : all_subclasses,
- 'SubC' : subclasses,
- 'SymG' : symbols,
- 'SysH' : seg_2d_system_heap,
- 'TA01' : Linker,
- 'TA02' : Extension,
- 'TA03' : Precompiled,
- 'TA04' : Resource_File,
- 'TA05' : Launchable,
- 'TA06' : Ignored_by_Make,
- 'TA07' : Compiler,
- 'TA09' : Post_Linker,
- 'TA10' : Target_Name,
- 'TA11' : Output_Directory_Path,
- 'TA12' : Output_Directory_Origin,
- 'TA13' : Pre_Linker,
- 'TA15' : Use_Relative_Paths,
- 'TA16' : Output_Directory_Location,
- 'UpTD' : up_to_date,
- 'VC01' : VCS_Active,
- 'VC02' : Connection_Method,
- 'VC03' : Username,
- 'VC04' : Password,
- 'VC05' : Auto_Connect,
- 'VC06' : Store_Password,
- 'VC07' : Always_Prompt,
- 'VC08' : Mount_Volume,
- 'VC09' : Database_Path,
- 'VC10' : Local_Path,
- 'VC11' : Use_Global_Settings,
- 'Valu' : value,
- 'Virt' : virtual,
- 'Weak' : weak_link,
- 'file' : disk_file,
- 'pnam' : name,
- 'ptps' : Text_Size,
- 'ptxf' : Text_Font,
-}
-
-_compdeclarations = {
-}
-
-_enumdeclarations = {
- 'Acce' : _Enum_Acce,
- 'BXbr' : _Enum_BXbr,
- 'DbSA' : _Enum_DbSA,
- 'DgBL' : _Enum_DgBL,
- 'ErrT' : _Enum_ErrT,
- 'Inte' : _Enum_Inte,
- 'Lang' : _Enum_Lang,
- 'PPrm' : _Enum_PPrm,
- 'PXdg' : _Enum_PXdg,
- 'PthF' : _Enum_PthF,
- 'RefP' : _Enum_RefP,
- 'STKd' : _Enum_STKd,
- 'SrcT' : _Enum_SrcT,
- 'TmpB' : _Enum_TmpB,
- 'TxtF' : _Enum_TxtF,
- 'savo' : _Enum_savo,
-}