1 """Suite Metrowerks Shell Suite: Events supported by the Metrowerks Project Shell
4 Generated from /Volumes/Sap/Applications (Mac OS 9)/Metrowerks CodeWarrior 7.0/Metrowerks CodeWarrior/CodeWarrior IDE 4.2.5
5 AETE/AEUT resource version 1/0, language 0, script 0
13 class Metrowerks_Shell_Suite_Events
:
16 'To_Segment' : 'Segm',
19 def Add_Files(self
, _object
, _attributes
={}, **_arguments
):
20 """Add Files: Add the specified file(s) to the current project
21 Required argument: List of files to add
22 Keyword argument To_Segment: Segment number into which to add the file(s)
23 Keyword argument _attributes: AppleEvent attribute dictionary
24 Returns: Error code for each file added
29 aetools
.keysubst(_arguments
, self
._argmap
_Add
_Files
)
30 _arguments
['----'] = _object
33 _reply
, _arguments
, _attributes
= self
.send(_code
, _subcode
,
34 _arguments
, _attributes
)
35 if _arguments
.get('errn', 0):
36 raise aetools
.Error
, aetools
.decodeerror(_arguments
)
37 # XXXX Optionally decode result
38 if _arguments
.has_key('----'):
39 return _arguments
['----']
41 _argmap_Check_Syntax
= {
42 'ExternalEditor' : 'Errs',
45 def Check_Syntax(self
, _object
, _attributes
={}, **_arguments
):
46 """Check Syntax: Check the syntax of the specified file(s)
47 Required argument: List of files to check the syntax of
48 Keyword argument ExternalEditor: Should the contents of the message window be returned to the caller?
49 Keyword argument _attributes: AppleEvent attribute dictionary
50 Returns: Errors for each file whose syntax was checked
55 aetools
.keysubst(_arguments
, self
._argmap
_Check
_Syntax
)
56 _arguments
['----'] = _object
59 _reply
, _arguments
, _attributes
= self
.send(_code
, _subcode
,
60 _arguments
, _attributes
)
61 if _arguments
.get('errn', 0):
62 raise aetools
.Error
, aetools
.decodeerror(_arguments
)
63 # XXXX Optionally decode result
64 if _arguments
.has_key('----'):
65 return _arguments
['----']
67 def Close_Project(self
, _no_object
=None, _attributes
={}, **_arguments
):
68 """Close Project: Close the current project
69 Keyword argument _attributes: AppleEvent attribute dictionary
74 if _arguments
: raise TypeError, 'No optional args expected'
75 if _no_object
!= None: raise TypeError, 'No direct arg expected'
78 _reply
, _arguments
, _attributes
= self
.send(_code
, _subcode
,
79 _arguments
, _attributes
)
80 if _arguments
.get('errn', 0):
81 raise aetools
.Error
, aetools
.decodeerror(_arguments
)
82 # XXXX Optionally decode result
83 if _arguments
.has_key('----'):
84 return _arguments
['----']
86 _argmap_Close_Window
= {
90 def Close_Window(self
, _object
, _attributes
={}, **_arguments
):
91 """Close Window: Close the windows showing the specified files
92 Required argument: The files to close
93 Keyword argument Saving: Whether to save changes to each file before closing its window
94 Keyword argument _attributes: AppleEvent attribute dictionary
99 aetools
.keysubst(_arguments
, self
._argmap
_Close
_Window
)
100 _arguments
['----'] = _object
102 aetools
.enumsubst(_arguments
, 'savo', _Enum_savo
)
104 _reply
, _arguments
, _attributes
= self
.send(_code
, _subcode
,
105 _arguments
, _attributes
)
106 if _arguments
.get('errn', 0):
107 raise aetools
.Error
, aetools
.decodeerror(_arguments
)
108 # XXXX Optionally decode result
109 if _arguments
.has_key('----'):
110 return _arguments
['----']
113 'ExternalEditor' : 'Errs',
116 def Compile(self
, _object
, _attributes
={}, **_arguments
):
117 """Compile: Compile the specified file(s)
118 Required argument: List of files to compile
119 Keyword argument ExternalEditor: Should the contents of the message window be returned to the caller?
120 Keyword argument _attributes: AppleEvent attribute dictionary
121 Returns: Errors for each file compiled
126 aetools
.keysubst(_arguments
, self
._argmap
_Compile
)
127 _arguments
['----'] = _object
130 _reply
, _arguments
, _attributes
= self
.send(_code
, _subcode
,
131 _arguments
, _attributes
)
132 if _arguments
.get('errn', 0):
133 raise aetools
.Error
, aetools
.decodeerror(_arguments
)
134 # XXXX Optionally decode result
135 if _arguments
.has_key('----'):
136 return _arguments
['----']
138 _argmap_Create_Project
= {
139 'from_stationery' : 'Tmpl',
142 def Create_Project(self
, _object
, _attributes
={}, **_arguments
):
143 """Create Project: Create a new project file
144 Required argument: New project file specifier
145 Keyword argument from_stationery: undocumented, typecode 'alis'
146 Keyword argument _attributes: AppleEvent attribute dictionary
151 aetools
.keysubst(_arguments
, self
._argmap
_Create
_Project
)
152 _arguments
['----'] = _object
155 _reply
, _arguments
, _attributes
= self
.send(_code
, _subcode
,
156 _arguments
, _attributes
)
157 if _arguments
.get('errn', 0):
158 raise aetools
.Error
, aetools
.decodeerror(_arguments
)
159 # XXXX Optionally decode result
160 if _arguments
.has_key('----'):
161 return _arguments
['----']
163 def Get_Definition(self
, _object
, _attributes
={}, **_arguments
):
164 """Get Definition: Returns the location(s) of a globally scoped function or data object.
165 Required argument: undocumented, typecode 'TEXT'
166 Keyword argument _attributes: AppleEvent attribute dictionary
167 Returns: undocumented, typecode 'FDef'
172 if _arguments
: raise TypeError, 'No optional args expected'
173 _arguments
['----'] = _object
176 _reply
, _arguments
, _attributes
= self
.send(_code
, _subcode
,
177 _arguments
, _attributes
)
178 if _arguments
.get('errn', 0):
179 raise aetools
.Error
, aetools
.decodeerror(_arguments
)
180 # XXXX Optionally decode result
181 if _arguments
.has_key('----'):
182 return _arguments
['----']
184 def Get_Open_Documents(self
, _no_object
=None, _attributes
={}, **_arguments
):
185 """Get Open Documents: Returns the list of open documents
186 Keyword argument _attributes: AppleEvent attribute dictionary
187 Returns: The list of documents
192 if _arguments
: raise TypeError, 'No optional args expected'
193 if _no_object
!= None: raise TypeError, 'No direct arg expected'
196 _reply
, _arguments
, _attributes
= self
.send(_code
, _subcode
,
197 _arguments
, _attributes
)
198 if _arguments
.get('errn', 0):
199 raise aetools
.Error
, aetools
.decodeerror(_arguments
)
200 # XXXX Optionally decode result
201 if _arguments
.has_key('----'):
202 return _arguments
['----']
204 _argmap_Get_Preferences
= {
206 'from_panel' : 'PNam',
209 def Get_Preferences(self
, _no_object
=None, _attributes
={}, **_arguments
):
210 """Get Preferences: Get the preferences for the current project
211 Keyword argument of: Names of requested preferences
212 Keyword argument from_panel: Name of the preference panel
213 Keyword argument _attributes: AppleEvent attribute dictionary
214 Returns: The requested preferences
219 aetools
.keysubst(_arguments
, self
._argmap
_Get
_Preferences
)
220 if _no_object
!= None: raise TypeError, 'No direct arg expected'
223 _reply
, _arguments
, _attributes
= self
.send(_code
, _subcode
,
224 _arguments
, _attributes
)
225 if _arguments
.get('errn', 0):
226 raise aetools
.Error
, aetools
.decodeerror(_arguments
)
227 # XXXX Optionally decode result
228 if _arguments
.has_key('----'):
229 return _arguments
['----']
231 _argmap_Get_Project_File
= {
235 def Get_Project_File(self
, _object
, _attributes
={}, **_arguments
):
236 """Get Project File: Returns a description of a file in the project window.
237 Required argument: The index of the file within its segment.
238 Keyword argument Segment: The segment containing the file.
239 Keyword argument _attributes: AppleEvent attribute dictionary
240 Returns: undocumented, typecode 'SrcF'
245 aetools
.keysubst(_arguments
, self
._argmap
_Get
_Project
_File
)
246 _arguments
['----'] = _object
249 _reply
, _arguments
, _attributes
= self
.send(_code
, _subcode
,
250 _arguments
, _attributes
)
251 if _arguments
.get('errn', 0):
252 raise aetools
.Error
, aetools
.decodeerror(_arguments
)
253 # XXXX Optionally decode result
254 if _arguments
.has_key('----'):
255 return _arguments
['----']
257 def Get_Project_Specifier(self
, _no_object
=None, _attributes
={}, **_arguments
):
258 """Get Project Specifier: Return the File Specifier for the current project
259 Keyword argument _attributes: AppleEvent attribute dictionary
260 Returns: File Specifier for the current project
265 if _arguments
: raise TypeError, 'No optional args expected'
266 if _no_object
!= None: raise TypeError, 'No direct arg expected'
269 _reply
, _arguments
, _attributes
= self
.send(_code
, _subcode
,
270 _arguments
, _attributes
)
271 if _arguments
.get('errn', 0):
272 raise aetools
.Error
, aetools
.decodeerror(_arguments
)
273 # XXXX Optionally decode result
274 if _arguments
.has_key('----'):
275 return _arguments
['----']
277 def Get_Segments(self
, _no_object
=None, _attributes
={}, **_arguments
):
278 """Get Segments: Returns a description of each segment in the project.
279 Keyword argument _attributes: AppleEvent attribute dictionary
280 Returns: undocumented, typecode 'Seg '
285 if _arguments
: raise TypeError, 'No optional args expected'
286 if _no_object
!= None: raise TypeError, 'No direct arg expected'
289 _reply
, _arguments
, _attributes
= self
.send(_code
, _subcode
,
290 _arguments
, _attributes
)
291 if _arguments
.get('errn', 0):
292 raise aetools
.Error
, aetools
.decodeerror(_arguments
)
293 # XXXX Optionally decode result
294 if _arguments
.has_key('----'):
295 return _arguments
['----']
297 def Goto_Function(self
, _object
, _attributes
={}, **_arguments
):
298 """Goto Function: Goto Specified Function Name
299 Required argument: undocumented, typecode 'TEXT'
300 Keyword argument _attributes: AppleEvent attribute dictionary
305 if _arguments
: raise TypeError, 'No optional args expected'
306 _arguments
['----'] = _object
309 _reply
, _arguments
, _attributes
= self
.send(_code
, _subcode
,
310 _arguments
, _attributes
)
311 if _arguments
.get('errn', 0):
312 raise aetools
.Error
, aetools
.decodeerror(_arguments
)
313 # XXXX Optionally decode result
314 if _arguments
.has_key('----'):
315 return _arguments
['----']
317 def Goto_Line(self
, _object
, _attributes
={}, **_arguments
):
318 """Goto Line: Goto Specified Line Number
319 Required argument: The requested source file line number
320 Keyword argument _attributes: AppleEvent attribute dictionary
325 if _arguments
: raise TypeError, 'No optional args expected'
326 _arguments
['----'] = _object
329 _reply
, _arguments
, _attributes
= self
.send(_code
, _subcode
,
330 _arguments
, _attributes
)
331 if _arguments
.get('errn', 0):
332 raise aetools
.Error
, aetools
.decodeerror(_arguments
)
333 # XXXX Optionally decode result
334 if _arguments
.has_key('----'):
335 return _arguments
['----']
337 def Is_In_Project(self
, _object
, _attributes
={}, **_arguments
):
338 """Is In Project: Whether or not the specified file(s) is in the current project
339 Required argument: List of files to check for project membership
340 Keyword argument _attributes: AppleEvent attribute dictionary
341 Returns: Result code for each file
346 if _arguments
: raise TypeError, 'No optional args expected'
347 _arguments
['----'] = _object
350 _reply
, _arguments
, _attributes
= self
.send(_code
, _subcode
,
351 _arguments
, _attributes
)
352 if _arguments
.get('errn', 0):
353 raise aetools
.Error
, aetools
.decodeerror(_arguments
)
354 # XXXX Optionally decode result
355 if _arguments
.has_key('----'):
356 return _arguments
['----']
358 _argmap_Make_Project
= {
359 'ExternalEditor' : 'Errs',
362 def Make_Project(self
, _no_object
=None, _attributes
={}, **_arguments
):
363 """Make Project: Make the current project
364 Keyword argument ExternalEditor: Should the contents of the message window be returned to the caller?
365 Keyword argument _attributes: AppleEvent attribute dictionary
366 Returns: Errors that occurred while making the project
371 aetools
.keysubst(_arguments
, self
._argmap
_Make
_Project
)
372 if _no_object
!= None: raise TypeError, 'No direct arg expected'
375 _reply
, _arguments
, _attributes
= self
.send(_code
, _subcode
,
376 _arguments
, _attributes
)
377 if _arguments
.get('errn', 0):
378 raise aetools
.Error
, aetools
.decodeerror(_arguments
)
379 # XXXX Optionally decode result
380 if _arguments
.has_key('----'):
381 return _arguments
['----']
383 _argmap_Precompile
= {
384 'Saving_As' : 'Targ',
385 'ExternalEditor' : 'Errs',
388 def Precompile(self
, _object
, _attributes
={}, **_arguments
):
389 """Precompile: Precompile the specified file to the specified destination file
390 Required argument: File to precompile
391 Keyword argument Saving_As: Destination file for precompiled header
392 Keyword argument ExternalEditor: Should the contents of the message window be returned to the caller?
393 Keyword argument _attributes: AppleEvent attribute dictionary
394 Returns: Errors for the precompiled file
399 aetools
.keysubst(_arguments
, self
._argmap
_Precompile
)
400 _arguments
['----'] = _object
403 _reply
, _arguments
, _attributes
= self
.send(_code
, _subcode
,
404 _arguments
, _attributes
)
405 if _arguments
.get('errn', 0):
406 raise aetools
.Error
, aetools
.decodeerror(_arguments
)
407 # XXXX Optionally decode result
408 if _arguments
.has_key('----'):
409 return _arguments
['----']
411 _argmap_Preprocess
= {
412 'ExternalEditor' : 'Errs',
415 def Preprocess(self
, _object
, _attributes
={}, **_arguments
):
416 """Preprocess: Preprocesses the specified file(s)
417 Required argument: undocumented, typecode 'alis'
418 Keyword argument ExternalEditor: undocumented, typecode 'bool'
419 Keyword argument _attributes: AppleEvent attribute dictionary
420 Returns: Errors for each preprocessed file
425 aetools
.keysubst(_arguments
, self
._argmap
_Preprocess
)
426 _arguments
['----'] = _object
429 _reply
, _arguments
, _attributes
= self
.send(_code
, _subcode
,
430 _arguments
, _attributes
)
431 if _arguments
.get('errn', 0):
432 raise aetools
.Error
, aetools
.decodeerror(_arguments
)
433 # XXXX Optionally decode result
434 if _arguments
.has_key('----'):
435 return _arguments
['----']
437 def Remove_Binaries(self
, _no_object
=None, _attributes
={}, **_arguments
):
438 """Remove Binaries: Remove the binary object code from the current project
439 Keyword argument _attributes: AppleEvent attribute dictionary
444 if _arguments
: raise TypeError, 'No optional args expected'
445 if _no_object
!= None: raise TypeError, 'No direct arg expected'
448 _reply
, _arguments
, _attributes
= self
.send(_code
, _subcode
,
449 _arguments
, _attributes
)
450 if _arguments
.get('errn', 0):
451 raise aetools
.Error
, aetools
.decodeerror(_arguments
)
452 # XXXX Optionally decode result
453 if _arguments
.has_key('----'):
454 return _arguments
['----']
456 def Remove_Files(self
, _object
, _attributes
={}, **_arguments
):
457 """Remove Files: Remove the specified file(s) from the current project
458 Required argument: List of files to remove
459 Keyword argument _attributes: AppleEvent attribute dictionary
460 Returns: Error code for each file removed
465 if _arguments
: raise TypeError, 'No optional args expected'
466 _arguments
['----'] = _object
469 _reply
, _arguments
, _attributes
= self
.send(_code
, _subcode
,
470 _arguments
, _attributes
)
471 if _arguments
.get('errn', 0):
472 raise aetools
.Error
, aetools
.decodeerror(_arguments
)
473 # XXXX Optionally decode result
474 if _arguments
.has_key('----'):
475 return _arguments
['----']
477 def Reset_File_Paths(self
, _no_object
=None, _attributes
={}, **_arguments
):
478 """Reset File Paths: Resets access paths for all files belonging to open project.
479 Keyword argument _attributes: AppleEvent attribute dictionary
484 if _arguments
: raise TypeError, 'No optional args expected'
485 if _no_object
!= None: raise TypeError, 'No direct arg expected'
488 _reply
, _arguments
, _attributes
= self
.send(_code
, _subcode
,
489 _arguments
, _attributes
)
490 if _arguments
.get('errn', 0):
491 raise aetools
.Error
, aetools
.decodeerror(_arguments
)
492 # XXXX Optionally decode result
493 if _arguments
.has_key('----'):
494 return _arguments
['----']
496 _argmap_Run_Project
= {
497 'ExternalEditor' : 'Errs',
498 'SourceDebugger' : 'DeBg',
501 def Run_Project(self
, _no_object
=None, _attributes
={}, **_arguments
):
502 """Run Project: Run the current project
503 Keyword argument ExternalEditor: Should the contents of the message window be returned to the caller?
504 Keyword argument SourceDebugger: Run the application under the control of the source-level debugger
505 Keyword argument _attributes: AppleEvent attribute dictionary
506 Returns: Errors that occurred when running the project
511 aetools
.keysubst(_arguments
, self
._argmap
_Run
_Project
)
512 if _no_object
!= None: raise TypeError, 'No direct arg expected'
515 _reply
, _arguments
, _attributes
= self
.send(_code
, _subcode
,
516 _arguments
, _attributes
)
517 if _arguments
.get('errn', 0):
518 raise aetools
.Error
, aetools
.decodeerror(_arguments
)
519 # XXXX Optionally decode result
520 if _arguments
.has_key('----'):
521 return _arguments
['----']
523 def Save_Error_Window_As(self
, _object
, _attributes
={}, **_arguments
):
524 """Save Error Window As: Saves the Errors & Warnings window as a text file
525 Required argument: Destination file for Save Message Window As
526 Keyword argument _attributes: AppleEvent attribute dictionary
531 if _arguments
: raise TypeError, 'No optional args expected'
532 _arguments
['----'] = _object
535 _reply
, _arguments
, _attributes
= self
.send(_code
, _subcode
,
536 _arguments
, _attributes
)
537 if _arguments
.get('errn', 0):
538 raise aetools
.Error
, aetools
.decodeerror(_arguments
)
539 # XXXX Optionally decode result
540 if _arguments
.has_key('----'):
541 return _arguments
['----']
543 def Set_Current_Target(self
, _object
=None, _attributes
={}, **_arguments
):
544 """Set Current Target: Set the current target of a project
545 Required argument: Name of target
546 Keyword argument _attributes: AppleEvent attribute dictionary
551 if _arguments
: raise TypeError, 'No optional args expected'
552 _arguments
['----'] = _object
555 _reply
, _arguments
, _attributes
= self
.send(_code
, _subcode
,
556 _arguments
, _attributes
)
557 if _arguments
.get('errn', 0):
558 raise aetools
.Error
, aetools
.decodeerror(_arguments
)
559 # XXXX Optionally decode result
560 if _arguments
.has_key('----'):
561 return _arguments
['----']
563 def Set_Default_Project(self
, _object
, _attributes
={}, **_arguments
):
564 """Set Default Project: Set the default project
565 Required argument: Name of project
566 Keyword argument _attributes: AppleEvent attribute dictionary
571 if _arguments
: raise TypeError, 'No optional args expected'
572 _arguments
['----'] = _object
575 _reply
, _arguments
, _attributes
= self
.send(_code
, _subcode
,
576 _arguments
, _attributes
)
577 if _arguments
.get('errn', 0):
578 raise aetools
.Error
, aetools
.decodeerror(_arguments
)
579 # XXXX Optionally decode result
580 if _arguments
.has_key('----'):
581 return _arguments
['----']
583 _argmap_Set_Modification_Date
= {
587 def Set_Modification_Date(self
, _object
, _attributes
={}, **_arguments
):
588 """Set Modification Date: Changes the internal modification date of the specified file(s)
589 Required argument: List of files
590 Keyword argument to: undocumented, typecode 'ldt '
591 Keyword argument _attributes: AppleEvent attribute dictionary
592 Returns: Error code for each modified file
597 aetools
.keysubst(_arguments
, self
._argmap
_Set
_Modification
_Date
)
598 _arguments
['----'] = _object
601 _reply
, _arguments
, _attributes
= self
.send(_code
, _subcode
,
602 _arguments
, _attributes
)
603 if _arguments
.get('errn', 0):
604 raise aetools
.Error
, aetools
.decodeerror(_arguments
)
605 # XXXX Optionally decode result
606 if _arguments
.has_key('----'):
607 return _arguments
['----']
609 _argmap_Set_Preferences
= {
614 def Set_Preferences(self
, _no_object
=None, _attributes
={}, **_arguments
):
615 """Set Preferences: Set the preferences for the current project
616 Keyword argument of_panel: Name of the preference panel
617 Keyword argument to: Preferences settings
618 Keyword argument _attributes: AppleEvent attribute dictionary
623 aetools
.keysubst(_arguments
, self
._argmap
_Set
_Preferences
)
624 if _no_object
!= None: raise TypeError, 'No direct arg expected'
627 _reply
, _arguments
, _attributes
= self
.send(_code
, _subcode
,
628 _arguments
, _attributes
)
629 if _arguments
.get('errn', 0):
630 raise aetools
.Error
, aetools
.decodeerror(_arguments
)
631 # XXXX Optionally decode result
632 if _arguments
.has_key('----'):
633 return _arguments
['----']
635 _argmap_Set_Project_File
= {
639 def Set_Project_File(self
, _object
, _attributes
={}, **_arguments
):
640 """Set Project File: Changes the settings for a given file in the project.
641 Required argument: The name of the file
642 Keyword argument to: The new settings for the file
643 Keyword argument _attributes: AppleEvent attribute dictionary
648 aetools
.keysubst(_arguments
, self
._argmap
_Set
_Project
_File
)
649 _arguments
['----'] = _object
652 _reply
, _arguments
, _attributes
= self
.send(_code
, _subcode
,
653 _arguments
, _attributes
)
654 if _arguments
.get('errn', 0):
655 raise aetools
.Error
, aetools
.decodeerror(_arguments
)
656 # XXXX Optionally decode result
657 if _arguments
.has_key('----'):
658 return _arguments
['----']
660 _argmap_Set_Segment
= {
664 def Set_Segment(self
, _object
, _attributes
={}, **_arguments
):
665 """Set Segment: Changes the name and attributes of a segment.
666 Required argument: The segment to change
667 Keyword argument to: The new name and attributes for the segment.
668 Keyword argument _attributes: AppleEvent attribute dictionary
673 aetools
.keysubst(_arguments
, self
._argmap
_Set
_Segment
)
674 _arguments
['----'] = _object
677 _reply
, _arguments
, _attributes
= self
.send(_code
, _subcode
,
678 _arguments
, _attributes
)
679 if _arguments
.get('errn', 0):
680 raise aetools
.Error
, aetools
.decodeerror(_arguments
)
681 # XXXX Optionally decode result
682 if _arguments
.has_key('----'):
683 return _arguments
['----']
685 def Touch(self
, _object
, _attributes
={}, **_arguments
):
686 """Touch: Force recompilation of the specified file(s)
687 Required argument: List of files to compile
688 Keyword argument _attributes: AppleEvent attribute dictionary
689 Returns: Error code for each file touched
694 if _arguments
: raise TypeError, 'No optional args expected'
695 _arguments
['----'] = _object
698 _reply
, _arguments
, _attributes
= self
.send(_code
, _subcode
,
699 _arguments
, _attributes
)
700 if _arguments
.get('errn', 0):
701 raise aetools
.Error
, aetools
.decodeerror(_arguments
)
702 # XXXX Optionally decode result
703 if _arguments
.has_key('----'):
704 return _arguments
['----']
706 _argmap_Update_Project
= {
707 'ExternalEditor' : 'Errs',
710 def Update_Project(self
, _no_object
=None, _attributes
={}, **_arguments
):
711 """Update Project: Update the current project
712 Keyword argument ExternalEditor: Should the contents of the message window be returned to the caller?
713 Keyword argument _attributes: AppleEvent attribute dictionary
714 Returns: Errors that occurred while updating the project
719 aetools
.keysubst(_arguments
, self
._argmap
_Update
_Project
)
720 if _no_object
!= None: raise TypeError, 'No direct arg expected'
723 _reply
, _arguments
, _attributes
= self
.send(_code
, _subcode
,
724 _arguments
, _attributes
)
725 if _arguments
.get('errn', 0):
726 raise aetools
.Error
, aetools
.decodeerror(_arguments
)
727 # XXXX Optionally decode result
728 if _arguments
.has_key('----'):
729 return _arguments
['----']
731 def Open_browser(self
, _object
, _attributes
={}, **_arguments
):
732 """Open browser: Display a class, member function, or data member object in a single class browser window
733 Required argument: an AE object reference
734 Keyword argument _attributes: AppleEvent attribute dictionary
739 if _arguments
: raise TypeError, 'No optional args expected'
740 _arguments
['----'] = _object
743 _reply
, _arguments
, _attributes
= self
.send(_code
, _subcode
,
744 _arguments
, _attributes
)
745 if _arguments
.get('errn', 0):
746 raise aetools
.Error
, aetools
.decodeerror(_arguments
)
747 # XXXX Optionally decode result
748 if _arguments
.has_key('----'):
749 return _arguments
['----']
751 def Get_nonsimple_classes(self
, _no_object
=None, _attributes
={}, **_arguments
):
752 """Get nonsimple classes: Returns an alphabetical list of classes with member functions, bases classes, or subclasses
753 Keyword argument _attributes: AppleEvent attribute dictionary
754 Returns: undocumented, typecode 'list'
759 if _arguments
: raise TypeError, 'No optional args expected'
760 if _no_object
!= None: raise TypeError, 'No direct arg expected'
763 _reply
, _arguments
, _attributes
= self
.send(_code
, _subcode
,
764 _arguments
, _attributes
)
765 if _arguments
.get('errn', 0):
766 raise aetools
.Error
, aetools
.decodeerror(_arguments
)
767 # XXXX Optionally decode result
768 if _arguments
.has_key('----'):
769 return _arguments
['----']
771 def Get_member_function_names(self
, _object
, _attributes
={}, **_arguments
):
772 """Get member function names: Returns a list containing the names of all the member functions of a class object
773 Required argument: must be a class object
774 Keyword argument _attributes: AppleEvent attribute dictionary
775 Returns: undocumented, typecode 'list'
780 if _arguments
: raise TypeError, 'No optional args expected'
781 _arguments
['----'] = _object
784 _reply
, _arguments
, _attributes
= self
.send(_code
, _subcode
,
785 _arguments
, _attributes
)
786 if _arguments
.get('errn', 0):
787 raise aetools
.Error
, aetools
.decodeerror(_arguments
)
788 # XXXX Optionally decode result
789 if _arguments
.has_key('----'):
790 return _arguments
['----']
793 class Access_Paths(aetools
.ComponentItem
):
794 """Access Paths - Contains the definitions of a project\xd5s access (search) paths. """
796 class User_Paths(aetools
.NProperty
):
797 """User Paths - To add an access path for the source files. """
800 class System_Paths(aetools
.NProperty
):
801 """System Paths - To add an access path for the include files. (Not supported in Pascal) """
804 class Always_Full_Search(aetools
.NProperty
):
805 """Always Full Search - To force the compiler to search for system includes like it searches for user includes. """
808 class Convert_Paths(aetools
.NProperty
):
809 """Convert Paths - Enables conversion of DOS & Unix-style relative paths when searching for files. """
812 class Require_Framework_Includes(aetools
.NProperty
):
813 """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. """
817 class Browser_Coloring(aetools
.ComponentItem
):
818 """Browser Coloring - Colors for Browser symbols. """
820 class Browser_Keywords(aetools
.NProperty
):
821 """Browser Keywords - Mark Browser symbols with color. """
824 class Classes_Color(aetools
.NProperty
):
825 """Classes Color - The color for classes. """
828 class Constants_Color(aetools
.NProperty
):
829 """Constants Color - The color for constants. """
832 class Enums_Color(aetools
.NProperty
):
833 """Enums Color - The color for enums. """
836 class Functions_Color(aetools
.NProperty
):
837 """Functions Color - Set color for functions. """
840 class Globals_Color(aetools
.NProperty
):
841 """Globals Color - The color for globals """
844 class Macros_Color(aetools
.NProperty
):
845 """Macros Color - The color for macros. """
848 class Templates_Color(aetools
.NProperty
):
849 """Templates Color - Set color for templates. """
852 class Typedefs_Color(aetools
.NProperty
):
853 """Typedefs Color - The color for typedefs. """
856 class Template_Commands_in_Menu(aetools
.NProperty
):
857 """Template Commands in Menu - Include template commands in context menus """
861 class Build_Extras(aetools
.ComponentItem
):
862 """Build Extras - """
864 class Browser_Active(aetools
.NProperty
):
865 """Browser Active - Allow the collection of browser information. """
868 class Modification_Date_Caching(aetools
.NProperty
):
869 """Modification Date Caching - """
872 class Dump_Browser_Info(aetools
.NProperty
):
873 """Dump Browser Info - """
876 class Cache_Subproject_Data(aetools
.NProperty
):
877 """Cache Subproject Data - """
881 class Build_Settings(aetools
.ComponentItem
):
882 """Build Settings - Build Settings preferences. """
884 class Completion_Sound(aetools
.NProperty
):
885 """Completion Sound - Play a sound when finished a Bring Up To Date or Make command. """
888 class Success_Sound(aetools
.NProperty
):
889 """Success Sound - The sound CodeWarrior plays when it successfully finishes a Bring Up To Date or Make command. """
892 class Failure_Sound(aetools
.NProperty
):
893 """Failure Sound - The sound CodeWarrior plays when it cannot finish a Bring Up To Date or Make command. """
896 class Save_Before_Building(aetools
.NProperty
):
897 """Save Before Building - Save open editor files before build operations """
900 class Build_Before_Running(aetools
.NProperty
):
901 """Build Before Running - Build the target before running. """
904 class Include_Cache_Size(aetools
.NProperty
):
905 """Include Cache Size - Include file cache size. """
908 class Compiler_Thread_Stack_Size(aetools
.NProperty
):
909 """Compiler Thread Stack Size - Compiler Thread Stack Size """
913 class Custom_Keywords(aetools
.ComponentItem
):
914 """Custom Keywords - """
916 class Custom_Color_1(aetools
.NProperty
):
917 """Custom Color 1 - The color for the first set of custom keywords. """
920 class Custom_Color_2(aetools
.NProperty
):
921 """Custom Color 2 - The color for the second set custom keywords. """
924 class Custom_Color_3(aetools
.NProperty
):
925 """Custom Color 3 - The color for the third set of custom keywords. """
928 class Custom_Color_4(aetools
.NProperty
):
929 """Custom Color 4 - The color for the fourth set of custom keywords. """
933 class Debugger_Display(aetools
.ComponentItem
):
934 """Debugger Display - Debugger Display preferences """
936 class Show_Variable_Types(aetools
.NProperty
):
937 """Show Variable Types - Show variable types by default. """
940 class Show_Locals(aetools
.NProperty
):
941 """Show Locals - Show locals by default """
944 class Sort_By_Method(aetools
.NProperty
):
945 """Sort By Method - Sort functions by method. """
948 class Use_RTTI(aetools
.NProperty
):
949 """Use RTTI - Enable RunTime Type Information. """
952 class Threads_in_Window(aetools
.NProperty
):
953 """Threads in Window - Show threads in separate windows. """
956 class Variable_Hints(aetools
.NProperty
):
957 """Variable Hints - Show variable hints. """
960 class Watchpoint_Hilite(aetools
.NProperty
):
961 """Watchpoint Hilite - Watchpoint hilite color. """
964 class Variable_Changed_Hilite(aetools
.NProperty
):
965 """Variable Changed Hilite - Variable changed hilite color. """
968 class Default_Array_Size(aetools
.NProperty
):
969 """Default Array Size - Controls whether CodeWarrior uses its own integrated editor or an external application for editing text files. """
972 class Show_As_Decimal(aetools
.NProperty
):
973 """Show As Decimal - Show variable values as decimal by default """
977 class Debugger_Global(aetools
.ComponentItem
):
978 """Debugger Global - Debugger Global preferences """
980 class Cache_Edited_Files(aetools
.NProperty
):
981 """Cache Edited Files - Cache edit files between debug sessions """
984 class File_Cache_Duration(aetools
.NProperty
):
985 """File Cache Duration - Duration to keep files in cache (in days) """
988 class Ignore_Mod_Dates(aetools
.NProperty
):
989 """Ignore Mod Dates - Ignore modification dates of files. """
992 class Open_All_Classes(aetools
.NProperty
):
993 """Open All Classes - Open all Java class files. """
996 class Launch_Apps_on_Open(aetools
.NProperty
):
997 """Launch Apps on Open - Launch applications on the opening of sym files. """
1000 class Confirm_Kill(aetools
.NProperty
):
1001 """Confirm Kill - Confirm the \xd4killing\xd5 of the process. """
1004 class Stop_at_Main(aetools
.NProperty
):
1005 """Stop at Main - Stop to debug on the main() function. """
1008 class Select_Stack_Crawl(aetools
.NProperty
):
1009 """Select Stack Crawl - Select the stack crawl. """
1012 class Dont_Step_in_Runtime(aetools
.NProperty
):
1013 """Dont Step in Runtime - Don\xd5t step into runtime code when debugging. """
1016 class Auto_Target_Libraries(aetools
.NProperty
):
1017 """Auto Target Libraries - Automatically target libraries when debugging """
1021 class Debugger_Target(aetools
.ComponentItem
):
1022 """Debugger Target - Debugger Target preferences """
1024 class Log_System_Messages(aetools
.NProperty
):
1025 """Log System Messages - Log all system messages while debugging. """
1028 class Relocated_Executable_Path(aetools
.NProperty
):
1029 """Relocated Executable Path - Path to location of relocated libraries, code resources or remote debugging folder """
1032 class Update_Data_While_Running(aetools
.NProperty
):
1033 """Update Data While Running - Should pause to update data while running """
1036 class Data_Update_Interval(aetools
.NProperty
):
1037 """Data Update Interval - How often to update the data while running (in seconds) """
1040 class Stop_at_temp_breakpoint(aetools
.NProperty
):
1041 """Stop at temp breakpoint - Stop at a temp breakpoint on program launch. Set breakpoint type in Temp Breakpoint Type AppleEvent. """
1044 class Temp_breakpoint_names(aetools
.NProperty
):
1045 """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. """
1048 class Cache_symbolics(aetools
.NProperty
):
1049 """Cache symbolics - Cache symbolics between runs when executable doesn\xd5t change, else release symbolics files after killing process. """
1052 class Temp_Breakpoint_Type(aetools
.NProperty
):
1053 """Temp Breakpoint Type - Type of temp breakpoint to set on program launch. """
1057 class Debugger_Windowing(aetools
.ComponentItem
):
1058 """Debugger Windowing - """
1060 class Debugging_Start_Action(aetools
.NProperty
):
1061 """Debugging Start Action - What action to take when debug session starts """
1064 class Do_Nothing_To_Projects(aetools
.NProperty
):
1065 """Do Nothing To Projects - Suppress debugging start action for project windows """
1069 class Editor(aetools
.ComponentItem
):
1072 class Flash_Delay(aetools
.NProperty
):
1073 """Flash Delay - The amount of time, in sixtieths of a second, the editor highlights a matching bracket. """
1076 class Dynamic_Scroll(aetools
.NProperty
):
1077 """Dynamic Scroll - Display a window\xd5s contents as you move the scroll box. """
1080 class Balance(aetools
.NProperty
):
1081 """Balance - Flash the matching opening bracket when you type a closing bracket. """
1084 class Use_Drag__26__Drop_Editing(aetools
.NProperty
):
1085 """Use Drag & Drop Editing - Use Drag & Drop text editing. """
1088 class Sort_Function_Popup(aetools
.NProperty
):
1089 """Sort Function Popup - """
1092 class Use_Multiple_Undo(aetools
.NProperty
):
1093 """Use Multiple Undo - """
1096 class Relaxed_C_Popup_Parsing(aetools
.NProperty
):
1097 """Relaxed C Popup Parsing - Relax the function parser for C source files """
1100 class Left_Margin_Line_Select(aetools
.NProperty
):
1101 """Left Margin Line Select - Clicking in the left margin selects lines """
1104 class Default_Text_File_Format(aetools
.NProperty
):
1105 """Default Text File Format - Default text file format (i.e. which type of line endings to use) """
1108 class Remember_Font(aetools
.NProperty
):
1109 """Remember Font - Display a source file with its own font settings. """
1112 class Remember_Selection(aetools
.NProperty
):
1113 """Remember Selection - Restore the previous selection in a file when you open it. """
1116 class Remember_Window(aetools
.NProperty
):
1117 """Remember Window - Restore the last size and position for a source file window when you open it. """
1120 class Main_Text_Color(aetools
.NProperty
):
1121 """Main Text Color - Main, default, color for text. """
1124 class Background_Color(aetools
.NProperty
):
1125 """Background Color - Color of the background of editor windows. """
1128 class Context_Popup_Delay(aetools
.NProperty
):
1129 """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. """
1133 class Environment_Variable(aetools
.ComponentItem
):
1134 """Environment Variable - Environment variable for host OS """
1136 class name(aetools
.NProperty
):
1140 class value(aetools
.NProperty
):
1141 """value - Value of the environment variable """
1145 class Error_Information(aetools
.ComponentItem
):
1146 """Error Information - Describes a single error or warning from the compiler or the linker. """
1148 class messageKind(aetools
.NProperty
):
1149 """messageKind - The type of error or warning. """
1152 class message(aetools
.NProperty
):
1153 """message - The error or warning message. """
1156 class disk_file(aetools
.NProperty
):
1157 """disk file - The file where the error occurred. May not be returned for certain kinds of errors (eg, link errors). """
1160 class lineNumber(aetools
.NProperty
):
1161 """lineNumber - The line in the file where the error occurred. May not be returned for certain kinds of errors (eg, link errors). """
1165 class Extras(aetools
.ComponentItem
):
1168 class Automatic_Toolbar_Help(aetools
.NProperty
):
1169 """Automatic Toolbar Help - Automatically show balloon help in toolbar after delay """
1172 class External_Reference(aetools
.NProperty
):
1173 """External Reference - Which on-line function reference to use. """
1176 class Full_Screen_Zoom(aetools
.NProperty
):
1177 """Full Screen Zoom - Zoom windows to the full screen width. """
1180 class Recent_Editor_Count(aetools
.NProperty
):
1181 """Recent Editor Count - Maximum number of editor documents to show in the \xd2Open Recent\xd3 menu """
1184 class Recent_Project_Count(aetools
.NProperty
):
1185 """Recent Project Count - Maximum number of project documents to show in the \xd2Open Recent\xd3 menu """
1188 class Use_Editor_Extensions(aetools
.NProperty
):
1189 """Use Editor Extensions - Controls the use of the Editor Extensions menu """
1192 class Use_External_Editor(aetools
.NProperty
):
1193 """Use External Editor - Controls whether CodeWarrior uses its own integrated editor or an external application for editing text files. """
1196 class Use_Script_Menu(aetools
.NProperty
):
1197 """Use Script Menu - Controls the use of the AppleScript menu """
1200 class Use_ToolServer_Menu(aetools
.NProperty
):
1201 """Use ToolServer Menu - Controls the use of the ToolServer menu """
1205 class File_Mapping(aetools
.ComponentItem
):
1206 """File Mapping - """
1208 class File_Type(aetools
.NProperty
):
1212 class Extension(aetools
.NProperty
):
1216 class Precompiled(aetools
.NProperty
):
1217 """Precompiled - """
1220 class Resource_File(aetools
.NProperty
):
1221 """Resource File - """
1224 class Launchable(aetools
.NProperty
):
1228 class Ignored_by_Make(aetools
.NProperty
):
1229 """Ignored by Make - """
1232 class Compiler(aetools
.NProperty
):
1237 class File_Mappings(aetools
.ComponentItem
):
1238 """File Mappings - Mappings of extensions & file types to compilers """
1240 class Mappings(aetools
.NProperty
):
1245 class Font(aetools
.ComponentItem
):
1248 class Auto_Indent(aetools
.NProperty
):
1249 """Auto Indent - Indent new lines automatically. """
1252 class Tab_Size(aetools
.NProperty
):
1256 class Tab_Indents_Selection(aetools
.NProperty
):
1257 """Tab Indents Selection - Tab indents selection when multiple lines are selected """
1260 class Tab_Inserts_Spaces(aetools
.NProperty
):
1261 """Tab Inserts Spaces - Insert spaces instead of tab character """
1264 class Text_Font(aetools
.NProperty
):
1265 """Text Font - The font used in editing windows. """
1268 class Text_Size(aetools
.NProperty
):
1269 """Text Size - The size of the text in an editing window. """
1273 class Function_Information(aetools
.ComponentItem
):
1274 """Function Information - Describes the location of any function or global data definition within the current project. """
1277 class Global_Source_Trees(aetools
.ComponentItem
):
1278 """Global Source Trees - Globally-defined source tree roots """
1280 class Source_Trees(aetools
.NProperty
):
1281 """Source Trees - List of source tree roots """
1285 class Path_Information(aetools
.ComponentItem
):
1286 """Path Information - Contains all of the parameters that describe an access path. """
1288 class format(aetools
.NProperty
):
1289 """format - Format of the a """
1292 class origin(aetools
.NProperty
):
1296 class root(aetools
.NProperty
):
1297 """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. """
1300 class recursive(aetools
.NProperty
):
1301 """recursive - Will the path be searched recursively? (Default is true) """
1304 class framework(aetools
.NProperty
):
1305 """framework - Is the path a Mac OS X framework style path? (This flag is readable but not writeable from AppleScript.) """
1308 class host_flags(aetools
.NProperty
):
1309 """host flags - Bit fields enabling the access path for each host OS (1 = Mac OS, 2 = Windows) """
1313 class Plugin_Settings(aetools
.ComponentItem
):
1314 """Plugin Settings - Settings for plugin tools """
1316 class Plugin_Diagnostics_Level(aetools
.NProperty
):
1317 """Plugin Diagnostics Level - Plugin Diagnostics Level is for those who are developing plugins for the IDE and need to debug them. """
1320 class Disable_Third_Party_COM_Plugins(aetools
.NProperty
):
1321 """Disable Third Party COM Plugins - Disable COM plugins from third parties """
1325 class ProjectFile(aetools
.ComponentItem
):
1326 """ProjectFile - A file contained in a project """
1328 class filetype(aetools
.NProperty
):
1329 """filetype - What kind of file is this ? """
1332 class codesize(aetools
.NProperty
):
1333 """codesize - The size of this file\xd5s code. """
1336 class datasize(aetools
.NProperty
):
1337 """datasize - The size of this file\xd5s data. """
1340 class up_to_date(aetools
.NProperty
):
1341 """up to date - Has the file been compiled since its last modification ? """
1344 class symbols(aetools
.NProperty
):
1345 """symbols - Are debugging symbols generated for this file ? """
1348 class weak_link(aetools
.NProperty
):
1349 """weak link - Is this file imported weakly into the project ? [PowerPC only] """
1352 class initialize_before(aetools
.NProperty
):
1353 """initialize before - Initialize the shared library before the main application. """
1356 class includes(aetools
.NProperty
):
1361 class Relative_Path(aetools
.ComponentItem
):
1362 """Relative Path - Relative path from some root """
1365 class Runtime_Settings(aetools
.ComponentItem
):
1366 """Runtime Settings - Runtime settings """
1368 class Host_Application(aetools
.NProperty
):
1369 """Host Application - Host application for running/debugging libraries and code resources """
1372 class Command_Line_Arguments(aetools
.NProperty
):
1373 """Command Line Arguments - Extra command line args to pass to executable """
1376 class Working_Directory(aetools
.NProperty
):
1377 """Working Directory - Working directory to use when running the executable """
1380 class Environment_Variables(aetools
.NProperty
):
1381 """Environment Variables - Environment variables to use when running the executable """
1385 class Segment(aetools
.ComponentItem
):
1386 """Segment - A segment or group in the project """
1388 class filecount(aetools
.NProperty
):
1392 class seg_2d_preloaded(aetools
.NProperty
):
1393 """seg-preloaded - Is the segment preloaded ? [68K only] """
1396 class seg_2d_protected(aetools
.NProperty
):
1397 """seg-protected - Is the segment protected ? [68K only] """
1400 class seg_2d_locked(aetools
.NProperty
):
1401 """seg-locked - Is the segment locked ? [68K only] """
1404 class seg_2d_purgeable(aetools
.NProperty
):
1405 """seg-purgeable - Is the segment purgeable ? [68K only] """
1408 class seg_2d_system_heap(aetools
.NProperty
):
1409 """seg-system heap - Is the segment loaded into the system heap ? [68K only] """
1413 class Shielded_Folder(aetools
.ComponentItem
):
1414 """Shielded Folder - """
1416 class Expression_To_Match(aetools
.NProperty
):
1417 """Expression To Match - Regular expression which describes folders to skip """
1420 class Skip_Project_Operations(aetools
.NProperty
):
1421 """Skip Project Operations - Matching folders will be skipped during project operations """
1424 class Skip_Find_And_Compare_Operations(aetools
.NProperty
):
1425 """Skip Find And Compare Operations - Matching folders will be skipped during find and compare operations """
1429 class Shielded_Folders(aetools
.ComponentItem
):
1430 """Shielded Folders - Folders skipped when performing project and find-and-compare operations """
1432 class Shielded_Items(aetools
.NProperty
):
1433 """Shielded Items - """
1437 class Source_Tree(aetools
.ComponentItem
):
1438 """Source Tree - User-defined source tree root """
1440 class path(aetools
.NProperty
):
1441 """path - path for the user-defined source tree root """
1444 class path_kind(aetools
.NProperty
):
1445 """path kind - kind of path """
1449 class Syntax_Coloring(aetools
.ComponentItem
):
1450 """Syntax Coloring - """
1452 class Syntax_Coloring(aetools
.NProperty
):
1453 """Syntax Coloring - Mark keywords and comments with color. """
1456 class Comment_Color(aetools
.NProperty
):
1457 """Comment Color - The color for comments. """
1460 class Keyword_Color(aetools
.NProperty
):
1461 """Keyword Color - The color for language keywords. """
1464 class String_Color(aetools
.NProperty
):
1465 """String Color - The color for strings. """
1469 class Target_Settings(aetools
.ComponentItem
):
1470 """Target Settings - Contains the definitions of a project\xd5s target. """
1472 class Linker(aetools
.NProperty
):
1473 """Linker - The name of the current linker. """
1476 class Pre_Linker(aetools
.NProperty
):
1480 class Post_Linker(aetools
.NProperty
):
1481 """Post Linker - """
1484 class Target_Name(aetools
.NProperty
):
1485 """Target Name - """
1488 class Output_Directory_Path(aetools
.NProperty
):
1489 """Output Directory Path - Path to output directory. Usage of this property is deprecated. Use the \xd2Output Directory Location\xd3 property instead. """
1492 class Output_Directory_Origin(aetools
.NProperty
):
1493 """Output Directory Origin - Origin of path to output directory. Usage of this property is deprecated. Use the \xd2Output Directory Location\xd3 property instead. """
1496 class Output_Directory_Location(aetools
.NProperty
):
1497 """Output Directory Location - Location of output directory """
1500 class Use_Relative_Paths(aetools
.NProperty
):
1501 """Use Relative Paths - Save project entries using relative paths """
1505 class Target_Source_Trees(aetools
.ComponentItem
):
1506 """Target Source Trees - Target-specific user-defined source tree roots """
1509 class VCS_Setup(aetools
.ComponentItem
):
1510 """VCS Setup - The version control system preferences. """
1512 class VCS_Active(aetools
.NProperty
):
1513 """VCS Active - Use Version Control """
1516 class Use_Global_Settings(aetools
.NProperty
):
1517 """Use Global Settings - Use the global VCS settings by default """
1520 class Connection_Method(aetools
.NProperty
):
1521 """Connection Method - Name of Version Control System to use. """
1524 class Username(aetools
.NProperty
):
1525 """Username - The user name for the VCS. """
1528 class Password(aetools
.NProperty
):
1529 """Password - The password for the VCS. """
1532 class Auto_Connect(aetools
.NProperty
):
1533 """Auto Connect - Automatically connect to database when starting. """
1536 class Store_Password(aetools
.NProperty
):
1537 """Store Password - Store the password. """
1540 class Always_Prompt(aetools
.NProperty
):
1541 """Always Prompt - Always show login dialog """
1544 class Mount_Volume(aetools
.NProperty
):
1545 """Mount Volume - Attempt to mount the database volume if it isn't available. """
1548 class Database_Path(aetools
.NProperty
):
1549 """Database Path - Path to the VCS database. """
1552 class Local_Path(aetools
.NProperty
):
1553 """Local Path - Path to the local root """
1557 class class_(aetools
.ComponentItem
):
1558 """class - A class, struct, or record type in the current project. """
1560 class language(aetools
.NProperty
):
1561 """language - Implementation language of this class """
1564 class declaration_file(aetools
.NProperty
):
1565 """declaration file - Source file containing the class declaration """
1568 class declaration_start_offset(aetools
.NProperty
):
1569 """declaration start offset - Start of class declaration source code """
1572 class declaration_end_offset(aetools
.NProperty
):
1573 """declaration end offset - End of class declaration """
1576 class subclasses(aetools
.NProperty
):
1577 """subclasses - the immediate subclasses of this class """
1580 class all_subclasses(aetools
.NProperty
):
1581 """all subclasses - the classes directly or indirectly derived from this class """
1584 # element 'BsCl' as ['indx']
1585 # element 'MbFn' as ['indx', 'name']
1586 # element 'DtMb' as ['indx', 'name']
1590 class member_function(aetools
.ComponentItem
):
1591 """member function - A class member function or method. """
1593 class access(aetools
.NProperty
):
1597 class virtual(aetools
.NProperty
):
1601 class static(aetools
.NProperty
):
1605 class implementation_file(aetools
.NProperty
):
1606 """implementation file - Source file containing the member function definition """
1609 class implementation_start_offset(aetools
.NProperty
):
1610 """implementation start offset - start of member function definition source code """
1613 class implementation_end_offset(aetools
.NProperty
):
1614 """implementation end offset - end of member function definition """
1618 member_functions
= member_function
1620 class data_member(aetools
.ComponentItem
):
1621 """data member - A class data member or field """
1624 data_members
= data_member
1626 class base_class(aetools
.ComponentItem
):
1627 """base class - A base class or super class of a class """
1629 class class_(aetools
.NProperty
):
1630 """class - The class object corresponding to this base class """
1634 base_classes
= base_class
1636 class browser_catalog(aetools
.ComponentItem
):
1637 """browser catalog - The browser symbol catalog for the current project """
1639 # element 'Clas' as ['indx', 'name']
1640 Access_Paths
._superclassnames
= []
1641 Access_Paths
._privpropdict
= {
1642 'User_Paths' : User_Paths
,
1643 'System_Paths' : System_Paths
,
1644 'Always_Full_Search' : Always_Full_Search
,
1645 'Convert_Paths' : Convert_Paths
,
1646 'Require_Framework_Includes' : Require_Framework_Includes
,
1648 Access_Paths
._privelemdict
= {
1650 Browser_Coloring
._superclassnames
= []
1651 Browser_Coloring
._privpropdict
= {
1652 'Browser_Keywords' : Browser_Keywords
,
1653 'Classes_Color' : Classes_Color
,
1654 'Constants_Color' : Constants_Color
,
1655 'Enums_Color' : Enums_Color
,
1656 'Functions_Color' : Functions_Color
,
1657 'Globals_Color' : Globals_Color
,
1658 'Macros_Color' : Macros_Color
,
1659 'Templates_Color' : Templates_Color
,
1660 'Typedefs_Color' : Typedefs_Color
,
1661 'Template_Commands_in_Menu' : Template_Commands_in_Menu
,
1663 Browser_Coloring
._privelemdict
= {
1665 Build_Extras
._superclassnames
= []
1666 Build_Extras
._privpropdict
= {
1667 'Browser_Active' : Browser_Active
,
1668 'Modification_Date_Caching' : Modification_Date_Caching
,
1669 'Dump_Browser_Info' : Dump_Browser_Info
,
1670 'Cache_Subproject_Data' : Cache_Subproject_Data
,
1672 Build_Extras
._privelemdict
= {
1674 Build_Settings
._superclassnames
= []
1675 Build_Settings
._privpropdict
= {
1676 'Completion_Sound' : Completion_Sound
,
1677 'Success_Sound' : Success_Sound
,
1678 'Failure_Sound' : Failure_Sound
,
1679 'Save_Before_Building' : Save_Before_Building
,
1680 'Build_Before_Running' : Build_Before_Running
,
1681 'Include_Cache_Size' : Include_Cache_Size
,
1682 'Compiler_Thread_Stack_Size' : Compiler_Thread_Stack_Size
,
1684 Build_Settings
._privelemdict
= {
1686 Custom_Keywords
._superclassnames
= []
1687 Custom_Keywords
._privpropdict
= {
1688 'Custom_Color_1' : Custom_Color_1
,
1689 'Custom_Color_2' : Custom_Color_2
,
1690 'Custom_Color_3' : Custom_Color_3
,
1691 'Custom_Color_4' : Custom_Color_4
,
1693 Custom_Keywords
._privelemdict
= {
1695 Debugger_Display
._superclassnames
= []
1696 Debugger_Display
._privpropdict
= {
1697 'Show_Variable_Types' : Show_Variable_Types
,
1698 'Show_Locals' : Show_Locals
,
1699 'Sort_By_Method' : Sort_By_Method
,
1700 'Use_RTTI' : Use_RTTI
,
1701 'Threads_in_Window' : Threads_in_Window
,
1702 'Variable_Hints' : Variable_Hints
,
1703 'Watchpoint_Hilite' : Watchpoint_Hilite
,
1704 'Variable_Changed_Hilite' : Variable_Changed_Hilite
,
1705 'Default_Array_Size' : Default_Array_Size
,
1706 'Show_As_Decimal' : Show_As_Decimal
,
1708 Debugger_Display
._privelemdict
= {
1710 Debugger_Global
._superclassnames
= []
1711 Debugger_Global
._privpropdict
= {
1712 'Cache_Edited_Files' : Cache_Edited_Files
,
1713 'File_Cache_Duration' : File_Cache_Duration
,
1714 'Ignore_Mod_Dates' : Ignore_Mod_Dates
,
1715 'Open_All_Classes' : Open_All_Classes
,
1716 'Launch_Apps_on_Open' : Launch_Apps_on_Open
,
1717 'Confirm_Kill' : Confirm_Kill
,
1718 'Stop_at_Main' : Stop_at_Main
,
1719 'Select_Stack_Crawl' : Select_Stack_Crawl
,
1720 'Dont_Step_in_Runtime' : Dont_Step_in_Runtime
,
1721 'Auto_Target_Libraries' : Auto_Target_Libraries
,
1723 Debugger_Global
._privelemdict
= {
1725 Debugger_Target
._superclassnames
= []
1726 Debugger_Target
._privpropdict
= {
1727 'Log_System_Messages' : Log_System_Messages
,
1728 'Relocated_Executable_Path' : Relocated_Executable_Path
,
1729 'Update_Data_While_Running' : Update_Data_While_Running
,
1730 'Data_Update_Interval' : Data_Update_Interval
,
1731 'Auto_Target_Libraries' : Auto_Target_Libraries
,
1732 'Stop_at_temp_breakpoint' : Stop_at_temp_breakpoint
,
1733 'Temp_breakpoint_names' : Temp_breakpoint_names
,
1734 'Cache_symbolics' : Cache_symbolics
,
1735 'Temp_Breakpoint_Type' : Temp_Breakpoint_Type
,
1737 Debugger_Target
._privelemdict
= {
1739 Debugger_Windowing
._superclassnames
= []
1740 Debugger_Windowing
._privpropdict
= {
1741 'Debugging_Start_Action' : Debugging_Start_Action
,
1742 'Do_Nothing_To_Projects' : Do_Nothing_To_Projects
,
1744 Debugger_Windowing
._privelemdict
= {
1746 Editor
._superclassnames
= []
1747 Editor
._privpropdict
= {
1748 'Flash_Delay' : Flash_Delay
,
1749 'Dynamic_Scroll' : Dynamic_Scroll
,
1750 'Balance' : Balance
,
1751 'Use_Drag__26__Drop_Editing' : Use_Drag__26__Drop_Editing
,
1752 'Sort_Function_Popup' : Sort_Function_Popup
,
1753 'Use_Multiple_Undo' : Use_Multiple_Undo
,
1754 'Relaxed_C_Popup_Parsing' : Relaxed_C_Popup_Parsing
,
1755 'Left_Margin_Line_Select' : Left_Margin_Line_Select
,
1756 'Default_Text_File_Format' : Default_Text_File_Format
,
1757 'Remember_Font' : Remember_Font
,
1758 'Remember_Selection' : Remember_Selection
,
1759 'Remember_Window' : Remember_Window
,
1760 'Main_Text_Color' : Main_Text_Color
,
1761 'Background_Color' : Background_Color
,
1762 'Context_Popup_Delay' : Context_Popup_Delay
,
1764 Editor
._privelemdict
= {
1766 Environment_Variable
._superclassnames
= []
1767 Environment_Variable
._privpropdict
= {
1771 Environment_Variable
._privelemdict
= {
1773 Error_Information
._superclassnames
= []
1774 Error_Information
._privpropdict
= {
1775 'messageKind' : messageKind
,
1776 'message' : message
,
1777 'disk_file' : disk_file
,
1778 'lineNumber' : lineNumber
,
1780 Error_Information
._privelemdict
= {
1782 Extras
._superclassnames
= []
1783 Extras
._privpropdict
= {
1784 'Automatic_Toolbar_Help' : Automatic_Toolbar_Help
,
1785 'External_Reference' : External_Reference
,
1786 'Full_Screen_Zoom' : Full_Screen_Zoom
,
1787 'Recent_Editor_Count' : Recent_Editor_Count
,
1788 'Recent_Project_Count' : Recent_Project_Count
,
1789 'Use_Editor_Extensions' : Use_Editor_Extensions
,
1790 'Use_External_Editor' : Use_External_Editor
,
1791 'Use_Script_Menu' : Use_Script_Menu
,
1792 'Use_ToolServer_Menu' : Use_ToolServer_Menu
,
1794 Extras
._privelemdict
= {
1796 File_Mapping
._superclassnames
= []
1797 File_Mapping
._privpropdict
= {
1798 'File_Type' : File_Type
,
1799 'Extension' : Extension
,
1800 'Precompiled' : Precompiled
,
1801 'Resource_File' : Resource_File
,
1802 'Launchable' : Launchable
,
1803 'Ignored_by_Make' : Ignored_by_Make
,
1804 'Compiler' : Compiler
,
1806 File_Mapping
._privelemdict
= {
1808 File_Mappings
._superclassnames
= []
1809 File_Mappings
._privpropdict
= {
1810 'Mappings' : Mappings
,
1812 File_Mappings
._privelemdict
= {
1814 Font
._superclassnames
= []
1815 Font
._privpropdict
= {
1816 'Auto_Indent' : Auto_Indent
,
1817 'Tab_Size' : Tab_Size
,
1818 'Tab_Indents_Selection' : Tab_Indents_Selection
,
1819 'Tab_Inserts_Spaces' : Tab_Inserts_Spaces
,
1820 'Text_Font' : Text_Font
,
1821 'Text_Size' : Text_Size
,
1823 Font
._privelemdict
= {
1825 Function_Information
._superclassnames
= []
1826 Function_Information
._privpropdict
= {
1827 'disk_file' : disk_file
,
1828 'lineNumber' : lineNumber
,
1830 Function_Information
._privelemdict
= {
1832 Global_Source_Trees
._superclassnames
= []
1833 Global_Source_Trees
._privpropdict
= {
1834 'Source_Trees' : Source_Trees
,
1836 Global_Source_Trees
._privelemdict
= {
1838 Path_Information
._superclassnames
= []
1839 Path_Information
._privpropdict
= {
1844 'recursive' : recursive
,
1845 'framework' : framework
,
1846 'host_flags' : host_flags
,
1848 Path_Information
._privelemdict
= {
1850 Plugin_Settings
._superclassnames
= []
1851 Plugin_Settings
._privpropdict
= {
1852 'Plugin_Diagnostics_Level' : Plugin_Diagnostics_Level
,
1853 'Disable_Third_Party_COM_Plugins' : Disable_Third_Party_COM_Plugins
,
1855 Plugin_Settings
._privelemdict
= {
1857 ProjectFile
._superclassnames
= []
1858 ProjectFile
._privpropdict
= {
1859 'filetype' : filetype
,
1861 'disk_file' : disk_file
,
1862 'codesize' : codesize
,
1863 'datasize' : datasize
,
1864 'up_to_date' : up_to_date
,
1865 'symbols' : symbols
,
1866 'weak_link' : weak_link
,
1867 'initialize_before' : initialize_before
,
1868 'includes' : includes
,
1870 ProjectFile
._privelemdict
= {
1872 Relative_Path
._superclassnames
= []
1873 Relative_Path
._privpropdict
= {
1879 Relative_Path
._privelemdict
= {
1881 Runtime_Settings
._superclassnames
= []
1882 Runtime_Settings
._privpropdict
= {
1883 'Host_Application' : Host_Application
,
1884 'Command_Line_Arguments' : Command_Line_Arguments
,
1885 'Working_Directory' : Working_Directory
,
1886 'Environment_Variables' : Environment_Variables
,
1888 Runtime_Settings
._privelemdict
= {
1890 Segment
._superclassnames
= []
1891 Segment
._privpropdict
= {
1893 'filecount' : filecount
,
1894 'seg_2d_preloaded' : seg_2d_preloaded
,
1895 'seg_2d_protected' : seg_2d_protected
,
1896 'seg_2d_locked' : seg_2d_locked
,
1897 'seg_2d_purgeable' : seg_2d_purgeable
,
1898 'seg_2d_system_heap' : seg_2d_system_heap
,
1900 Segment
._privelemdict
= {
1902 Shielded_Folder
._superclassnames
= []
1903 Shielded_Folder
._privpropdict
= {
1904 'Expression_To_Match' : Expression_To_Match
,
1905 'Skip_Project_Operations' : Skip_Project_Operations
,
1906 'Skip_Find_And_Compare_Operations' : Skip_Find_And_Compare_Operations
,
1908 Shielded_Folder
._privelemdict
= {
1910 Shielded_Folders
._superclassnames
= []
1911 Shielded_Folders
._privpropdict
= {
1912 'Shielded_Items' : Shielded_Items
,
1914 Shielded_Folders
._privelemdict
= {
1916 Source_Tree
._superclassnames
= []
1917 Source_Tree
._privpropdict
= {
1920 'path_kind' : path_kind
,
1923 Source_Tree
._privelemdict
= {
1925 Syntax_Coloring
._superclassnames
= []
1926 Syntax_Coloring
._privpropdict
= {
1927 'Syntax_Coloring' : Syntax_Coloring
,
1928 'Comment_Color' : Comment_Color
,
1929 'Keyword_Color' : Keyword_Color
,
1930 'String_Color' : String_Color
,
1931 'Custom_Color_1' : Custom_Color_1
,
1932 'Custom_Color_2' : Custom_Color_2
,
1933 'Custom_Color_3' : Custom_Color_3
,
1934 'Custom_Color_4' : Custom_Color_4
,
1936 Syntax_Coloring
._privelemdict
= {
1938 Target_Settings
._superclassnames
= []
1939 Target_Settings
._privpropdict
= {
1941 'Pre_Linker' : Pre_Linker
,
1942 'Post_Linker' : Post_Linker
,
1943 'Target_Name' : Target_Name
,
1944 'Output_Directory_Path' : Output_Directory_Path
,
1945 'Output_Directory_Origin' : Output_Directory_Origin
,
1946 'Output_Directory_Location' : Output_Directory_Location
,
1947 'Use_Relative_Paths' : Use_Relative_Paths
,
1949 Target_Settings
._privelemdict
= {
1951 Target_Source_Trees
._superclassnames
= []
1952 Target_Source_Trees
._privpropdict
= {
1953 'Source_Trees' : Source_Trees
,
1955 Target_Source_Trees
._privelemdict
= {
1957 VCS_Setup
._superclassnames
= []
1958 VCS_Setup
._privpropdict
= {
1959 'VCS_Active' : VCS_Active
,
1960 'Use_Global_Settings' : Use_Global_Settings
,
1961 'Connection_Method' : Connection_Method
,
1962 'Username' : Username
,
1963 'Password' : Password
,
1964 'Auto_Connect' : Auto_Connect
,
1965 'Store_Password' : Store_Password
,
1966 'Always_Prompt' : Always_Prompt
,
1967 'Mount_Volume' : Mount_Volume
,
1968 'Database_Path' : Database_Path
,
1969 'Local_Path' : Local_Path
,
1971 VCS_Setup
._privelemdict
= {
1973 class_
._superclassnames
= []
1974 class_
._privpropdict
= {
1976 'language' : language
,
1977 'declaration_file' : declaration_file
,
1978 'declaration_start_offset' : declaration_start_offset
,
1979 'declaration_end_offset' : declaration_end_offset
,
1980 'subclasses' : subclasses
,
1981 'all_subclasses' : all_subclasses
,
1983 class_
._privelemdict
= {
1984 'base_class' : base_class
,
1985 'member_function' : member_function
,
1986 'data_member' : data_member
,
1988 member_function
._superclassnames
= []
1989 member_function
._privpropdict
= {
1992 'virtual' : virtual
,
1994 'declaration_file' : declaration_file
,
1995 'declaration_start_offset' : declaration_start_offset
,
1996 'declaration_end_offset' : declaration_end_offset
,
1997 'implementation_file' : implementation_file
,
1998 'implementation_start_offset' : implementation_start_offset
,
1999 'implementation_end_offset' : implementation_end_offset
,
2001 member_function
._privelemdict
= {
2003 data_member
._superclassnames
= []
2004 data_member
._privpropdict
= {
2008 'declaration_start_offset' : declaration_start_offset
,
2009 'declaration_end_offset' : declaration_end_offset
,
2011 data_member
._privelemdict
= {
2013 base_class
._superclassnames
= []
2014 base_class
._privpropdict
= {
2017 'virtual' : virtual
,
2019 base_class
._privelemdict
= {
2021 browser_catalog
._superclassnames
= []
2022 browser_catalog
._privpropdict
= {
2024 browser_catalog
._privelemdict
= {
2028 'User_Specified' : 'Usrs', # Use user specified symbols when setting temporary breakpoints on program launch.
2029 'Default' : 'Dflt', # Use system default symbols when setting temporary breakpoints on program launch.
2033 'MacOS' : 'TxF0', # MacOS text format
2034 'DOS' : 'TxF1', # DOS text format
2035 'Unix' : 'TxF2', # Unix text format
2039 'yes' : 'yes ', # Save changes
2040 'no' : 'no ', # Do not save changes
2041 'ask' : 'ask ', # Ask the user whether to save
2045 'information' : 'ErIn', #
2046 'compiler_warning' : 'ErCW', #
2047 'compiler_error' : 'ErCE', #
2048 'definition' : 'ErDf', #
2049 'linker_warning' : 'ErLW', #
2050 'linker_error' : 'ErLE', #
2051 'find_result' : 'ErFn', #
2052 'generic_error' : 'ErGn', #
2056 'source' : 'FTxt', # A source file (.c, .cp, .p, etc).
2057 'unknown' : 'FUnk', # An unknown file type.
2061 'absolute' : 'Abso', # An absolute path name, including volume name.
2062 'project_relative' : 'PRel', # A path relative to the current project\xd5s folder.
2063 'shell_relative' : 'SRel', # A path relative to the CodeWarrior\xaa folder.
2064 'system_relative' : 'YRel', # A path relative to the system folder
2065 'root_relative' : 'RRel', #
2069 'No_Action' : 'DSA1', # Don\xd5t do anything to non-debug windows
2070 'Hide_Windows' : 'DSA2', # Hide non-debugging windows
2071 'Collapse_Windows' : 'DSA3', # Collapse non-debugging windows
2072 'Close_Windows' : 'DSA4', # Close non-debugging windows
2077 'C_2b__2b_' : 'LC++', #
2079 'Object_Pascal' : 'LP++', #
2081 'Assembler' : 'LAsm', #
2082 'Unknown' : 'L? ', #
2086 'public' : 'Publ', #
2087 'protected' : 'Prot', #
2088 'private' : 'Priv', #
2092 'never_interact' : 'eNvr', # Never allow user interactions
2093 'interact_with_self' : 'eInS', # Allow user interaction only when an AppleEvent is sent from within CodeWarrior
2094 'interact_with_local' : 'eInL', # Allow user interaction when AppleEvents are sent from applications on the same machine (default)
2095 'interact_with_all' : 'eInA', # Allow user interaction from both local and remote AppleEvents
2099 'Always' : 'DgB0', # Always build before debugging.
2100 'Never' : 'DgB1', # Never build before debugging.
2101 'Ask' : 'DgB2', # Ask about building before debugging.
2105 'Think_Reference' : 'DanR', #
2106 'QuickView' : 'ALTV', #
2110 'Diagnose_None' : 'PXd1', # No Plugin Diagnostics.
2111 'Diagnose_Errors' : 'PXd2', # Plugin Diagnostics for errors only.
2112 'Diagnose_All' : 'PXd3', # Plugin Diagnostics for everything.
2116 'Always_Build' : 'BXb1', # Always build the target before running.
2117 'Ask_Build' : 'BXb2', # Ask before building the target when running.
2118 'Never_Build' : 'BXb3', # Never before building the target before running.
2122 'Absolute_Path' : 'STK0', # The \xd2path\xd3 property is an absolute path to the location of the source tree.
2123 'Registry_Key' : 'STK1', # The \xd2path\xd3 property is the name of a registry key that contains the path to the root.
2124 'Environment_Variable' : 'STK2', # The \xd2path\xd3 property is the name of an environment variable that contains the path to the root.
2128 'Generic_Path' : 'PFGn', #
2129 'MacOS_Path' : 'PFMc', # MacOS path using colon as separator
2130 'Windows_Path' : 'PFWn', # Windows path using backslash as separator
2131 'Unix_Path' : 'PFUx', # Unix path using slash as separator
2136 # Indices of types declared in this module
2138 _classdeclarations
= {
2139 'FMap' : File_Mapping
,
2140 'Cata' : browser_catalog
,
2141 'BSTG' : Build_Settings
,
2142 'SrcF' : ProjectFile
,
2143 'BRKW' : Browser_Coloring
,
2144 'ErrM' : Error_Information
,
2147 'SHFL' : Shielded_Folders
,
2148 'SFit' : Shielded_Folder
,
2149 'CUKW' : Custom_Keywords
,
2150 'PInf' : Path_Information
,
2151 'FLMP' : File_Mappings
,
2153 'DbTG' : Debugger_Target
,
2154 'FDef' : Function_Information
,
2155 'PATH' : Access_Paths
,
2157 'DbWN' : Debugger_Windowing
,
2158 'GSTs' : Global_Source_Trees
,
2159 'SNTX' : Syntax_Coloring
,
2160 'BsCl' : base_class
,
2161 'RlPt' : Relative_Path
,
2162 'TARG' : Target_Settings
,
2163 'EnvV' : Environment_Variable
,
2164 'SrcT' : Source_Tree
,
2165 'DbGL' : Debugger_Global
,
2166 'MbFn' : member_function
,
2167 'RSTG' : Runtime_Settings
,
2168 'PSTG' : Plugin_Settings
,
2169 'DtMb' : data_member
,
2170 'LXTR' : Build_Extras
,
2172 'TSTs' : Target_Source_Trees
,
2173 'DbDS' : Debugger_Display
,
2177 _propdeclarations
= {
2179 'BX02' : Success_Sound
,
2180 'BX03' : Failure_Sound
,
2181 'BX01' : Completion_Sound
,
2182 'BX06' : Compiler_Thread_Stack_Size
,
2183 'BX07' : Save_Before_Building
,
2184 'BX04' : Build_Before_Running
,
2185 'BX05' : Include_Cache_Size
,
2189 'FN01' : Auto_Indent
,
2191 'FN03' : Tab_Indents_Selection
,
2192 'FN04' : Tab_Inserts_Spaces
,
2193 'Dg07' : Dont_Step_in_Runtime
,
2194 'Dg06' : Select_Stack_Crawl
,
2195 'Dg05' : Stop_at_Main
,
2196 'Dg04' : Confirm_Kill
,
2197 'Dg03' : Launch_Apps_on_Open
,
2198 'Dg02' : Open_All_Classes
,
2199 'Dg01' : Ignore_Mod_Dates
,
2201 'DcFl' : declaration_file
,
2204 'TA16' : Output_Directory_Location
,
2205 'Db10' : Show_As_Decimal
,
2207 'ErrL' : lineNumber
,
2208 'Dt16' : Temp_Breakpoint_Type
,
2210 'BW07' : Templates_Color
,
2211 'ErrT' : messageKind
,
2212 'EX18' : Use_ToolServer_Menu
,
2213 'EX19' : Automatic_Toolbar_Help
,
2214 'TA15' : Use_Relative_Paths
,
2215 'TA12' : Output_Directory_Origin
,
2216 'TA13' : Pre_Linker
,
2217 'TA10' : Target_Name
,
2218 'TA11' : Output_Directory_Path
,
2219 'EX10' : Use_Editor_Extensions
,
2220 'EX11' : Use_External_Editor
,
2221 'EX12' : Use_Script_Menu
,
2222 'EX16' : Recent_Editor_Count
,
2223 'EX17' : Recent_Project_Count
,
2224 'DfEn' : implementation_end_offset
,
2226 'BW02' : Constants_Color
,
2228 'Db08' : Default_Array_Size
,
2229 'Db09' : Show_Locals
,
2231 'Db02' : Sort_By_Method
,
2233 'Db01' : Show_Variable_Types
,
2234 'Db06' : Watchpoint_Hilite
,
2235 'Db07' : Variable_Changed_Hilite
,
2236 'Db04' : Threads_in_Window
,
2237 'Db05' : Variable_Hints
,
2239 'EX09' : Browser_Active
,
2240 'EX08' : External_Reference
,
2241 'TA05' : Launchable
,
2242 'TA04' : Resource_File
,
2244 'TA06' : Ignored_by_Make
,
2245 'RS01' : Host_Application
,
2246 'RS03' : Working_Directory
,
2247 'RS02' : Command_Line_Arguments
,
2248 'EX07' : Full_Screen_Zoom
,
2249 'RS04' : Environment_Variables
,
2250 'EX04' : Modification_Date_Caching
,
2252 'DfSt' : implementation_start_offset
,
2254 'GH01' : Syntax_Coloring
,
2255 'GH03' : Keyword_Color
,
2256 'GH02' : Comment_Color
,
2257 'GH05' : Custom_Color_1
,
2258 'GH04' : String_Color
,
2259 'GH07' : Custom_Color_3
,
2260 'GH06' : Custom_Color_2
,
2261 'GH08' : Custom_Color_4
,
2262 'ST01' : Source_Trees
,
2263 'EX30' : Dump_Browser_Info
,
2264 'EX31' : Cache_Subproject_Data
,
2267 'ED14' : Context_Popup_Delay
,
2268 'ED15' : Relaxed_C_Popup_Parsing
,
2269 'ED16' : Left_Margin_Line_Select
,
2270 'ED17' : Default_Text_File_Format
,
2271 'ED10' : Remember_Window
,
2272 'ED12' : Main_Text_Color
,
2273 'ED13' : Background_Color
,
2274 'Prot' : seg_2d_protected
,
2275 'Purg' : seg_2d_purgeable
,
2276 'HstF' : host_flags
,
2279 'PA01' : User_Paths
,
2280 'DcSt' : declaration_start_offset
,
2283 'ED07' : Use_Multiple_Undo
,
2284 'ED06' : Sort_Function_Popup
,
2285 'ED04' : Use_Drag__26__Drop_Editing
,
2287 'ED02' : Dynamic_Scroll
,
2288 'ED01' : Flash_Delay
,
2289 'ED09' : Remember_Selection
,
2290 'ED08' : Remember_Font
,
2291 'SF03' : Skip_Find_And_Compare_Operations
,
2292 'SF02' : Skip_Project_Operations
,
2293 'SF01' : Expression_To_Match
,
2294 'SubC' : subclasses
,
2295 'SubA' : all_subclasses
,
2297 'Dg11' : Auto_Target_Libraries
,
2298 'PX01' : Plugin_Diagnostics_Level
,
2299 'PX02' : Disable_Third_Party_COM_Plugins
,
2301 'BW10' : Template_Commands_in_Menu
,
2302 'Dt08' : Update_Data_While_Running
,
2303 'Dt09' : Data_Update_Interval
,
2305 'Dt02' : Log_System_Messages
,
2307 'Prel' : seg_2d_preloaded
,
2308 'UpTD' : up_to_date
,
2309 'Dw02' : Do_Nothing_To_Projects
,
2310 'SFis' : Shielded_Items
,
2311 'SysH' : seg_2d_system_heap
,
2313 'Bfor' : initialize_before
,
2314 'VC10' : Local_Path
,
2315 'VC11' : Use_Global_Settings
,
2316 'PLck' : seg_2d_locked
,
2317 'BW06' : Macros_Color
,
2318 'BW08' : Typedefs_Color
,
2319 'Dw01' : Debugging_Start_Action
,
2320 'BW05' : Globals_Color
,
2321 'BW04' : Functions_Color
,
2322 'Dt15' : Cache_symbolics
,
2323 'Dt14' : Temp_breakpoint_names
,
2324 'Dt13' : Stop_at_temp_breakpoint
,
2325 'BW00' : Browser_Keywords
,
2326 'BW03' : Enums_Color
,
2327 'Dt10' : Relocated_Executable_Path
,
2328 'DfFl' : implementation_file
,
2329 'BW01' : Classes_Color
,
2330 'TA03' : Precompiled
,
2332 'PA05' : Require_Framework_Includes
,
2333 'PA04' : Convert_Paths
,
2335 'PA03' : System_Paths
,
2336 'PA02' : Always_Full_Search
,
2337 'VC09' : Database_Path
,
2338 'VC08' : Mount_Volume
,
2339 'Dg12' : Cache_Edited_Files
,
2340 'Dg13' : File_Cache_Duration
,
2341 'VC05' : Auto_Connect
,
2343 'VC07' : Always_Prompt
,
2344 'VC06' : Store_Password
,
2345 'VC01' : VCS_Active
,
2347 'VC02' : Connection_Method
,
2349 'TA09' : Post_Linker
,
2350 'DcEn' : declaration_end_offset
,
2353 _compdeclarations
= {
2356 _enumdeclarations
= {
2357 'Lang' : _Enum_Lang
,
2358 'Inte' : _Enum_Inte
,
2359 'STKd' : _Enum_STKd
,
2360 'DgBL' : _Enum_DgBL
,
2361 'Acce' : _Enum_Acce
,
2362 'RefP' : _Enum_RefP
,
2363 'TxtF' : _Enum_TxtF
,
2364 'DbSA' : _Enum_DbSA
,
2365 'TmpB' : _Enum_TmpB
,
2366 'savo' : _Enum_savo
,
2367 'PthF' : _Enum_PthF
,
2368 'SrcT' : _Enum_SrcT
,
2369 'PXdg' : _Enum_PXdg
,
2370 'ErrT' : _Enum_ErrT
,
2371 'BXbr' : _Enum_BXbr
,
2372 'PPrm' : _Enum_PPrm
,