ยปCore Development>Code coverage>Lib/plat-mac/lib-scriptpackages/CodeWarrior/Metrowerks_Shell_Suite.py

Python code coverage for Lib/plat-mac/lib-scriptpackages/CodeWarrior/Metrowerks_Shell_Suite.py

#countcontent
1n/a"""Suite Metrowerks Shell Suite: Events supported by the Metrowerks Project Shell
2n/aLevel 1, version 1
3n/a
4n/aGenerated from /Volumes/Sap/Applications (Mac OS 9)/Metrowerks CodeWarrior 7.0/Metrowerks CodeWarrior/CodeWarrior IDE 4.2.5
5n/aAETE/AEUT resource version 1/0, language 0, script 0
6n/a"""
7n/a
8n/aimport aetools
9n/aimport MacOS
10n/a
11n/a_code = 'MMPR'
12n/a
13n/aclass Metrowerks_Shell_Suite_Events:
14n/a
15n/a _argmap_Add_Files = {
16n/a 'To_Segment' : 'Segm',
17n/a }
18n/a
19n/a def Add_Files(self, _object, _attributes={}, **_arguments):
20n/a """Add Files: Add the specified file(s) to the current project
21n/a Required argument: List of files to add
22n/a Keyword argument To_Segment: Segment number into which to add the file(s)
23n/a Keyword argument _attributes: AppleEvent attribute dictionary
24n/a Returns: Error code for each file added
25n/a """
26n/a _code = 'MMPR'
27n/a _subcode = 'AddF'
28n/a
29n/a aetools.keysubst(_arguments, self._argmap_Add_Files)
30n/a _arguments['----'] = _object
31n/a
32n/a
33n/a _reply, _arguments, _attributes = self.send(_code, _subcode,
34n/a _arguments, _attributes)
35n/a if _arguments.get('errn', 0):
36n/a raise aetools.Error, aetools.decodeerror(_arguments)
37n/a # XXXX Optionally decode result
38n/a if _arguments.has_key('----'):
39n/a return _arguments['----']
40n/a
41n/a _argmap_Check_Syntax = {
42n/a 'ExternalEditor' : 'Errs',
43n/a }
44n/a
45n/a def Check_Syntax(self, _object, _attributes={}, **_arguments):
46n/a """Check Syntax: Check the syntax of the specified file(s)
47n/a Required argument: List of files to check the syntax of
48n/a Keyword argument ExternalEditor: Should the contents of the message window be returned to the caller?
49n/a Keyword argument _attributes: AppleEvent attribute dictionary
50n/a Returns: Errors for each file whose syntax was checked
51n/a """
52n/a _code = 'MMPR'
53n/a _subcode = 'Chek'
54n/a
55n/a aetools.keysubst(_arguments, self._argmap_Check_Syntax)
56n/a _arguments['----'] = _object
57n/a
58n/a
59n/a _reply, _arguments, _attributes = self.send(_code, _subcode,
60n/a _arguments, _attributes)
61n/a if _arguments.get('errn', 0):
62n/a raise aetools.Error, aetools.decodeerror(_arguments)
63n/a # XXXX Optionally decode result
64n/a if _arguments.has_key('----'):
65n/a return _arguments['----']
66n/a
67n/a def Close_Project(self, _no_object=None, _attributes={}, **_arguments):
68n/a """Close Project: Close the current project
69n/a Keyword argument _attributes: AppleEvent attribute dictionary
70n/a """
71n/a _code = 'MMPR'
72n/a _subcode = 'ClsP'
73n/a
74n/a if _arguments: raise TypeError, 'No optional args expected'
75n/a if _no_object is not None: raise TypeError, 'No direct arg expected'
76n/a
77n/a
78n/a _reply, _arguments, _attributes = self.send(_code, _subcode,
79n/a _arguments, _attributes)
80n/a if _arguments.get('errn', 0):
81n/a raise aetools.Error, aetools.decodeerror(_arguments)
82n/a # XXXX Optionally decode result
83n/a if _arguments.has_key('----'):
84n/a return _arguments['----']
85n/a
86n/a _argmap_Close_Window = {
87n/a 'Saving' : 'savo',
88n/a }
89n/a
90n/a def Close_Window(self, _object, _attributes={}, **_arguments):
91n/a """Close Window: Close the windows showing the specified files
92n/a Required argument: The files to close
93n/a Keyword argument Saving: Whether to save changes to each file before closing its window
94n/a Keyword argument _attributes: AppleEvent attribute dictionary
95n/a """
96n/a _code = 'MMPR'
97n/a _subcode = 'ClsW'
98n/a
99n/a aetools.keysubst(_arguments, self._argmap_Close_Window)
100n/a _arguments['----'] = _object
101n/a
102n/a aetools.enumsubst(_arguments, 'savo', _Enum_savo)
103n/a
104n/a _reply, _arguments, _attributes = self.send(_code, _subcode,
105n/a _arguments, _attributes)
106n/a if _arguments.get('errn', 0):
107n/a raise aetools.Error, aetools.decodeerror(_arguments)
108n/a # XXXX Optionally decode result
109n/a if _arguments.has_key('----'):
110n/a return _arguments['----']
111n/a
112n/a _argmap_Compile = {
113n/a 'ExternalEditor' : 'Errs',
114n/a }
115n/a
116n/a def Compile(self, _object, _attributes={}, **_arguments):
117n/a """Compile: Compile the specified file(s)
118n/a Required argument: List of files to compile
119n/a Keyword argument ExternalEditor: Should the contents of the message window be returned to the caller?
120n/a Keyword argument _attributes: AppleEvent attribute dictionary
121n/a Returns: Errors for each file compiled
122n/a """
123n/a _code = 'MMPR'
124n/a _subcode = 'Comp'
125n/a
126n/a aetools.keysubst(_arguments, self._argmap_Compile)
127n/a _arguments['----'] = _object
128n/a
129n/a
130n/a _reply, _arguments, _attributes = self.send(_code, _subcode,
131n/a _arguments, _attributes)
132n/a if _arguments.get('errn', 0):
133n/a raise aetools.Error, aetools.decodeerror(_arguments)
134n/a # XXXX Optionally decode result
135n/a if _arguments.has_key('----'):
136n/a return _arguments['----']
137n/a
138n/a _argmap_Create_Project = {
139n/a 'from_stationery' : 'Tmpl',
140n/a }
141n/a
142n/a def Create_Project(self, _object, _attributes={}, **_arguments):
143n/a """Create Project: Create a new project file
144n/a Required argument: New project file specifier
145n/a Keyword argument from_stationery: undocumented, typecode 'alis'
146n/a Keyword argument _attributes: AppleEvent attribute dictionary
147n/a """
148n/a _code = 'MMPR'
149n/a _subcode = 'NewP'
150n/a
151n/a aetools.keysubst(_arguments, self._argmap_Create_Project)
152n/a _arguments['----'] = _object
153n/a
154n/a
155n/a _reply, _arguments, _attributes = self.send(_code, _subcode,
156n/a _arguments, _attributes)
157n/a if _arguments.get('errn', 0):
158n/a raise aetools.Error, aetools.decodeerror(_arguments)
159n/a # XXXX Optionally decode result
160n/a if _arguments.has_key('----'):
161n/a return _arguments['----']
162n/a
163n/a def Get_Definition(self, _object, _attributes={}, **_arguments):
164n/a """Get Definition: Returns the location(s) of a globally scoped function or data object.
165n/a Required argument: undocumented, typecode 'TEXT'
166n/a Keyword argument _attributes: AppleEvent attribute dictionary
167n/a Returns: undocumented, typecode 'FDef'
168n/a """
169n/a _code = 'MMPR'
170n/a _subcode = 'GDef'
171n/a
172n/a if _arguments: raise TypeError, 'No optional args expected'
173n/a _arguments['----'] = _object
174n/a
175n/a
176n/a _reply, _arguments, _attributes = self.send(_code, _subcode,
177n/a _arguments, _attributes)
178n/a if _arguments.get('errn', 0):
179n/a raise aetools.Error, aetools.decodeerror(_arguments)
180n/a # XXXX Optionally decode result
181n/a if _arguments.has_key('----'):
182n/a return _arguments['----']
183n/a
184n/a def Get_Open_Documents(self, _no_object=None, _attributes={}, **_arguments):
185n/a """Get Open Documents: Returns the list of open documents
186n/a Keyword argument _attributes: AppleEvent attribute dictionary
187n/a Returns: The list of documents
188n/a """
189n/a _code = 'MMPR'
190n/a _subcode = 'GDoc'
191n/a
192n/a if _arguments: raise TypeError, 'No optional args expected'
193n/a if _no_object is not None: raise TypeError, 'No direct arg expected'
194n/a
195n/a
196n/a _reply, _arguments, _attributes = self.send(_code, _subcode,
197n/a _arguments, _attributes)
198n/a if _arguments.get('errn', 0):
199n/a raise aetools.Error, aetools.decodeerror(_arguments)
200n/a # XXXX Optionally decode result
201n/a if _arguments.has_key('----'):
202n/a return _arguments['----']
203n/a
204n/a _argmap_Get_Preferences = {
205n/a 'of' : 'PRec',
206n/a 'from_panel' : 'PNam',
207n/a }
208n/a
209n/a def Get_Preferences(self, _no_object=None, _attributes={}, **_arguments):
210n/a """Get Preferences: Get the preferences for the current project
211n/a Keyword argument of: Names of requested preferences
212n/a Keyword argument from_panel: Name of the preference panel
213n/a Keyword argument _attributes: AppleEvent attribute dictionary
214n/a Returns: The requested preferences
215n/a """
216n/a _code = 'MMPR'
217n/a _subcode = 'Gref'
218n/a
219n/a aetools.keysubst(_arguments, self._argmap_Get_Preferences)
220n/a if _no_object is not None: raise TypeError, 'No direct arg expected'
221n/a
222n/a
223n/a _reply, _arguments, _attributes = self.send(_code, _subcode,
224n/a _arguments, _attributes)
225n/a if _arguments.get('errn', 0):
226n/a raise aetools.Error, aetools.decodeerror(_arguments)
227n/a # XXXX Optionally decode result
228n/a if _arguments.has_key('----'):
229n/a return _arguments['----']
230n/a
231n/a _argmap_Get_Project_File = {
232n/a 'Segment' : 'Segm',
233n/a }
234n/a
235n/a def Get_Project_File(self, _object, _attributes={}, **_arguments):
236n/a """Get Project File: Returns a description of a file in the project window.
237n/a Required argument: The index of the file within its segment.
238n/a Keyword argument Segment: The segment containing the file.
239n/a Keyword argument _attributes: AppleEvent attribute dictionary
240n/a Returns: undocumented, typecode 'SrcF'
241n/a """
242n/a _code = 'MMPR'
243n/a _subcode = 'GFil'
244n/a
245n/a aetools.keysubst(_arguments, self._argmap_Get_Project_File)
246n/a _arguments['----'] = _object
247n/a
248n/a
249n/a _reply, _arguments, _attributes = self.send(_code, _subcode,
250n/a _arguments, _attributes)
251n/a if _arguments.get('errn', 0):
252n/a raise aetools.Error, aetools.decodeerror(_arguments)
253n/a # XXXX Optionally decode result
254n/a if _arguments.has_key('----'):
255n/a return _arguments['----']
256n/a
257n/a def Get_Project_Specifier(self, _no_object=None, _attributes={}, **_arguments):
258n/a """Get Project Specifier: Return the File Specifier for the current project
259n/a Keyword argument _attributes: AppleEvent attribute dictionary
260n/a Returns: File Specifier for the current project
261n/a """
262n/a _code = 'MMPR'
263n/a _subcode = 'GetP'
264n/a
265n/a if _arguments: raise TypeError, 'No optional args expected'
266n/a if _no_object is not None: raise TypeError, 'No direct arg expected'
267n/a
268n/a
269n/a _reply, _arguments, _attributes = self.send(_code, _subcode,
270n/a _arguments, _attributes)
271n/a if _arguments.get('errn', 0):
272n/a raise aetools.Error, aetools.decodeerror(_arguments)
273n/a # XXXX Optionally decode result
274n/a if _arguments.has_key('----'):
275n/a return _arguments['----']
276n/a
277n/a def Get_Segments(self, _no_object=None, _attributes={}, **_arguments):
278n/a """Get Segments: Returns a description of each segment in the project.
279n/a Keyword argument _attributes: AppleEvent attribute dictionary
280n/a Returns: undocumented, typecode 'Seg '
281n/a """
282n/a _code = 'MMPR'
283n/a _subcode = 'GSeg'
284n/a
285n/a if _arguments: raise TypeError, 'No optional args expected'
286n/a if _no_object is not None: raise TypeError, 'No direct arg expected'
287n/a
288n/a
289n/a _reply, _arguments, _attributes = self.send(_code, _subcode,
290n/a _arguments, _attributes)
291n/a if _arguments.get('errn', 0):
292n/a raise aetools.Error, aetools.decodeerror(_arguments)
293n/a # XXXX Optionally decode result
294n/a if _arguments.has_key('----'):
295n/a return _arguments['----']
296n/a
297n/a def Get_member_function_names(self, _object, _attributes={}, **_arguments):
298n/a """Get member function names: Returns a list containing the names of all the member functions of a class object
299n/a Required argument: must be a class object
300n/a Keyword argument _attributes: AppleEvent attribute dictionary
301n/a Returns: undocumented, typecode 'list'
302n/a """
303n/a _code = 'MMPR'
304n/a _subcode = 'MbFN'
305n/a
306n/a if _arguments: raise TypeError, 'No optional args expected'
307n/a _arguments['----'] = _object
308n/a
309n/a
310n/a _reply, _arguments, _attributes = self.send(_code, _subcode,
311n/a _arguments, _attributes)
312n/a if _arguments.get('errn', 0):
313n/a raise aetools.Error, aetools.decodeerror(_arguments)
314n/a # XXXX Optionally decode result
315n/a if _arguments.has_key('----'):
316n/a return _arguments['----']
317n/a
318n/a def Get_nonsimple_classes(self, _no_object=None, _attributes={}, **_arguments):
319n/a """Get nonsimple classes: Returns an alphabetical list of classes with member functions, bases classes, or subclasses
320n/a Keyword argument _attributes: AppleEvent attribute dictionary
321n/a Returns: undocumented, typecode 'list'
322n/a """
323n/a _code = 'MMPR'
324n/a _subcode = 'NsCl'
325n/a
326n/a if _arguments: raise TypeError, 'No optional args expected'
327n/a if _no_object is not None: raise TypeError, 'No direct arg expected'
328n/a
329n/a
330n/a _reply, _arguments, _attributes = self.send(_code, _subcode,
331n/a _arguments, _attributes)
332n/a if _arguments.get('errn', 0):
333n/a raise aetools.Error, aetools.decodeerror(_arguments)
334n/a # XXXX Optionally decode result
335n/a if _arguments.has_key('----'):
336n/a return _arguments['----']
337n/a
338n/a def Goto_Function(self, _object, _attributes={}, **_arguments):
339n/a """Goto Function: Goto Specified Function Name
340n/a Required argument: undocumented, typecode 'TEXT'
341n/a Keyword argument _attributes: AppleEvent attribute dictionary
342n/a """
343n/a _code = 'MMPR'
344n/a _subcode = 'GoFn'
345n/a
346n/a if _arguments: raise TypeError, 'No optional args expected'
347n/a _arguments['----'] = _object
348n/a
349n/a
350n/a _reply, _arguments, _attributes = self.send(_code, _subcode,
351n/a _arguments, _attributes)
352n/a if _arguments.get('errn', 0):
353n/a raise aetools.Error, aetools.decodeerror(_arguments)
354n/a # XXXX Optionally decode result
355n/a if _arguments.has_key('----'):
356n/a return _arguments['----']
357n/a
358n/a def Goto_Line(self, _object, _attributes={}, **_arguments):
359n/a """Goto Line: Goto Specified Line Number
360n/a Required argument: The requested source file line number
361n/a Keyword argument _attributes: AppleEvent attribute dictionary
362n/a """
363n/a _code = 'MMPR'
364n/a _subcode = 'GoLn'
365n/a
366n/a if _arguments: raise TypeError, 'No optional args expected'
367n/a _arguments['----'] = _object
368n/a
369n/a
370n/a _reply, _arguments, _attributes = self.send(_code, _subcode,
371n/a _arguments, _attributes)
372n/a if _arguments.get('errn', 0):
373n/a raise aetools.Error, aetools.decodeerror(_arguments)
374n/a # XXXX Optionally decode result
375n/a if _arguments.has_key('----'):
376n/a return _arguments['----']
377n/a
378n/a def Is_In_Project(self, _object, _attributes={}, **_arguments):
379n/a """Is In Project: Whether or not the specified file(s) is in the current project
380n/a Required argument: List of files to check for project membership
381n/a Keyword argument _attributes: AppleEvent attribute dictionary
382n/a Returns: Result code for each file
383n/a """
384n/a _code = 'MMPR'
385n/a _subcode = 'FInP'
386n/a
387n/a if _arguments: raise TypeError, 'No optional args expected'
388n/a _arguments['----'] = _object
389n/a
390n/a
391n/a _reply, _arguments, _attributes = self.send(_code, _subcode,
392n/a _arguments, _attributes)
393n/a if _arguments.get('errn', 0):
394n/a raise aetools.Error, aetools.decodeerror(_arguments)
395n/a # XXXX Optionally decode result
396n/a if _arguments.has_key('----'):
397n/a return _arguments['----']
398n/a
399n/a _argmap_Make_Project = {
400n/a 'ExternalEditor' : 'Errs',
401n/a }
402n/a
403n/a def Make_Project(self, _no_object=None, _attributes={}, **_arguments):
404n/a """Make Project: Make the current project
405n/a Keyword argument ExternalEditor: Should the contents of the message window be returned to the caller?
406n/a Keyword argument _attributes: AppleEvent attribute dictionary
407n/a Returns: Errors that occurred while making the project
408n/a """
409n/a _code = 'MMPR'
410n/a _subcode = 'Make'
411n/a
412n/a aetools.keysubst(_arguments, self._argmap_Make_Project)
413n/a if _no_object is not None: raise TypeError, 'No direct arg expected'
414n/a
415n/a
416n/a _reply, _arguments, _attributes = self.send(_code, _subcode,
417n/a _arguments, _attributes)
418n/a if _arguments.get('errn', 0):
419n/a raise aetools.Error, aetools.decodeerror(_arguments)
420n/a # XXXX Optionally decode result
421n/a if _arguments.has_key('----'):
422n/a return _arguments['----']
423n/a
424n/a def Open_browser(self, _object, _attributes={}, **_arguments):
425n/a """Open browser: Display a class, member function, or data member object in a single class browser window
426n/a Required argument: an AE object reference
427n/a Keyword argument _attributes: AppleEvent attribute dictionary
428n/a """
429n/a _code = 'MMPR'
430n/a _subcode = 'Brow'
431n/a
432n/a if _arguments: raise TypeError, 'No optional args expected'
433n/a _arguments['----'] = _object
434n/a
435n/a
436n/a _reply, _arguments, _attributes = self.send(_code, _subcode,
437n/a _arguments, _attributes)
438n/a if _arguments.get('errn', 0):
439n/a raise aetools.Error, aetools.decodeerror(_arguments)
440n/a # XXXX Optionally decode result
441n/a if _arguments.has_key('----'):
442n/a return _arguments['----']
443n/a
444n/a _argmap_Precompile = {
445n/a 'Saving_As' : 'Targ',
446n/a 'ExternalEditor' : 'Errs',
447n/a }
448n/a
449n/a def Precompile(self, _object, _attributes={}, **_arguments):
450n/a """Precompile: Precompile the specified file to the specified destination file
451n/a Required argument: File to precompile
452n/a Keyword argument Saving_As: Destination file for precompiled header
453n/a Keyword argument ExternalEditor: Should the contents of the message window be returned to the caller?
454n/a Keyword argument _attributes: AppleEvent attribute dictionary
455n/a Returns: Errors for the precompiled file
456n/a """
457n/a _code = 'MMPR'
458n/a _subcode = 'PreC'
459n/a
460n/a aetools.keysubst(_arguments, self._argmap_Precompile)
461n/a _arguments['----'] = _object
462n/a
463n/a
464n/a _reply, _arguments, _attributes = self.send(_code, _subcode,
465n/a _arguments, _attributes)
466n/a if _arguments.get('errn', 0):
467n/a raise aetools.Error, aetools.decodeerror(_arguments)
468n/a # XXXX Optionally decode result
469n/a if _arguments.has_key('----'):
470n/a return _arguments['----']
471n/a
472n/a _argmap_Preprocess = {
473n/a 'ExternalEditor' : 'Errs',
474n/a }
475n/a
476n/a def Preprocess(self, _object, _attributes={}, **_arguments):
477n/a """Preprocess: Preprocesses the specified file(s)
478n/a Required argument: undocumented, typecode 'alis'
479n/a Keyword argument ExternalEditor: undocumented, typecode 'bool'
480n/a Keyword argument _attributes: AppleEvent attribute dictionary
481n/a Returns: Errors for each preprocessed file
482n/a """
483n/a _code = 'MMPR'
484n/a _subcode = 'PreP'
485n/a
486n/a aetools.keysubst(_arguments, self._argmap_Preprocess)
487n/a _arguments['----'] = _object
488n/a
489n/a
490n/a _reply, _arguments, _attributes = self.send(_code, _subcode,
491n/a _arguments, _attributes)
492n/a if _arguments.get('errn', 0):
493n/a raise aetools.Error, aetools.decodeerror(_arguments)
494n/a # XXXX Optionally decode result
495n/a if _arguments.has_key('----'):
496n/a return _arguments['----']
497n/a
498n/a def Remove_Binaries(self, _no_object=None, _attributes={}, **_arguments):
499n/a """Remove Binaries: Remove the binary object code from the current project
500n/a Keyword argument _attributes: AppleEvent attribute dictionary
501n/a """
502n/a _code = 'MMPR'
503n/a _subcode = 'RemB'
504n/a
505n/a if _arguments: raise TypeError, 'No optional args expected'
506n/a if _no_object is not None: raise TypeError, 'No direct arg expected'
507n/a
508n/a
509n/a _reply, _arguments, _attributes = self.send(_code, _subcode,
510n/a _arguments, _attributes)
511n/a if _arguments.get('errn', 0):
512n/a raise aetools.Error, aetools.decodeerror(_arguments)
513n/a # XXXX Optionally decode result
514n/a if _arguments.has_key('----'):
515n/a return _arguments['----']
516n/a
517n/a def Remove_Files(self, _object, _attributes={}, **_arguments):
518n/a """Remove Files: Remove the specified file(s) from the current project
519n/a Required argument: List of files to remove
520n/a Keyword argument _attributes: AppleEvent attribute dictionary
521n/a Returns: Error code for each file removed
522n/a """
523n/a _code = 'MMPR'
524n/a _subcode = 'RemF'
525n/a
526n/a if _arguments: raise TypeError, 'No optional args expected'
527n/a _arguments['----'] = _object
528n/a
529n/a
530n/a _reply, _arguments, _attributes = self.send(_code, _subcode,
531n/a _arguments, _attributes)
532n/a if _arguments.get('errn', 0):
533n/a raise aetools.Error, aetools.decodeerror(_arguments)
534n/a # XXXX Optionally decode result
535n/a if _arguments.has_key('----'):
536n/a return _arguments['----']
537n/a
538n/a def Reset_File_Paths(self, _no_object=None, _attributes={}, **_arguments):
539n/a """Reset File Paths: Resets access paths for all files belonging to open project.
540n/a Keyword argument _attributes: AppleEvent attribute dictionary
541n/a """
542n/a _code = 'MMPR'
543n/a _subcode = 'ReFP'
544n/a
545n/a if _arguments: raise TypeError, 'No optional args expected'
546n/a if _no_object is not None: raise TypeError, 'No direct arg expected'
547n/a
548n/a
549n/a _reply, _arguments, _attributes = self.send(_code, _subcode,
550n/a _arguments, _attributes)
551n/a if _arguments.get('errn', 0):
552n/a raise aetools.Error, aetools.decodeerror(_arguments)
553n/a # XXXX Optionally decode result
554n/a if _arguments.has_key('----'):
555n/a return _arguments['----']
556n/a
557n/a _argmap_Run_Project = {
558n/a 'ExternalEditor' : 'Errs',
559n/a 'SourceDebugger' : 'DeBg',
560n/a }
561n/a
562n/a def Run_Project(self, _no_object=None, _attributes={}, **_arguments):
563n/a """Run Project: Run the current project
564n/a Keyword argument ExternalEditor: Should the contents of the message window be returned to the caller?
565n/a Keyword argument SourceDebugger: Run the application under the control of the source-level debugger
566n/a Keyword argument _attributes: AppleEvent attribute dictionary
567n/a Returns: Errors that occurred when running the project
568n/a """
569n/a _code = 'MMPR'
570n/a _subcode = 'RunP'
571n/a
572n/a aetools.keysubst(_arguments, self._argmap_Run_Project)
573n/a if _no_object is not None: raise TypeError, 'No direct arg expected'
574n/a
575n/a
576n/a _reply, _arguments, _attributes = self.send(_code, _subcode,
577n/a _arguments, _attributes)
578n/a if _arguments.get('errn', 0):
579n/a raise aetools.Error, aetools.decodeerror(_arguments)
580n/a # XXXX Optionally decode result
581n/a if _arguments.has_key('----'):
582n/a return _arguments['----']
583n/a
584n/a def Save_Error_Window_As(self, _object, _attributes={}, **_arguments):
585n/a """Save Error Window As: Saves the Errors & Warnings window as a text file
586n/a Required argument: Destination file for Save Message Window As
587n/a Keyword argument _attributes: AppleEvent attribute dictionary
588n/a """
589n/a _code = 'MMPR'
590n/a _subcode = 'SvMs'
591n/a
592n/a if _arguments: raise TypeError, 'No optional args expected'
593n/a _arguments['----'] = _object
594n/a
595n/a
596n/a _reply, _arguments, _attributes = self.send(_code, _subcode,
597n/a _arguments, _attributes)
598n/a if _arguments.get('errn', 0):
599n/a raise aetools.Error, aetools.decodeerror(_arguments)
600n/a # XXXX Optionally decode result
601n/a if _arguments.has_key('----'):
602n/a return _arguments['----']
603n/a
604n/a def Set_Current_Target(self, _object=None, _attributes={}, **_arguments):
605n/a """Set Current Target: Set the current target of a project
606n/a Required argument: Name of target
607n/a Keyword argument _attributes: AppleEvent attribute dictionary
608n/a """
609n/a _code = 'MMPR'
610n/a _subcode = 'STrg'
611n/a
612n/a if _arguments: raise TypeError, 'No optional args expected'
613n/a _arguments['----'] = _object
614n/a
615n/a
616n/a _reply, _arguments, _attributes = self.send(_code, _subcode,
617n/a _arguments, _attributes)
618n/a if _arguments.get('errn', 0):
619n/a raise aetools.Error, aetools.decodeerror(_arguments)
620n/a # XXXX Optionally decode result
621n/a if _arguments.has_key('----'):
622n/a return _arguments['----']
623n/a
624n/a def Set_Default_Project(self, _object, _attributes={}, **_arguments):
625n/a """Set Default Project: Set the default project
626n/a Required argument: Name of project
627n/a Keyword argument _attributes: AppleEvent attribute dictionary
628n/a """
629n/a _code = 'MMPR'
630n/a _subcode = 'SDfP'
631n/a
632n/a if _arguments: raise TypeError, 'No optional args expected'
633n/a _arguments['----'] = _object
634n/a
635n/a
636n/a _reply, _arguments, _attributes = self.send(_code, _subcode,
637n/a _arguments, _attributes)
638n/a if _arguments.get('errn', 0):
639n/a raise aetools.Error, aetools.decodeerror(_arguments)
640n/a # XXXX Optionally decode result
641n/a if _arguments.has_key('----'):
642n/a return _arguments['----']
643n/a
644n/a _argmap_Set_Modification_Date = {
645n/a 'to' : 'MDat',
646n/a }
647n/a
648n/a def Set_Modification_Date(self, _object, _attributes={}, **_arguments):
649n/a """Set Modification Date: Changes the internal modification date of the specified file(s)
650n/a Required argument: List of files
651n/a Keyword argument to: undocumented, typecode 'ldt '
652n/a Keyword argument _attributes: AppleEvent attribute dictionary
653n/a Returns: Error code for each modified file
654n/a """
655n/a _code = 'MMPR'
656n/a _subcode = 'SMod'
657n/a
658n/a aetools.keysubst(_arguments, self._argmap_Set_Modification_Date)
659n/a _arguments['----'] = _object
660n/a
661n/a
662n/a _reply, _arguments, _attributes = self.send(_code, _subcode,
663n/a _arguments, _attributes)
664n/a if _arguments.get('errn', 0):
665n/a raise aetools.Error, aetools.decodeerror(_arguments)
666n/a # XXXX Optionally decode result
667n/a if _arguments.has_key('----'):
668n/a return _arguments['----']
669n/a
670n/a _argmap_Set_Preferences = {
671n/a 'of_panel' : 'PNam',
672n/a 'to' : 'PRec',
673n/a }
674n/a
675n/a def Set_Preferences(self, _no_object=None, _attributes={}, **_arguments):
676n/a """Set Preferences: Set the preferences for the current project
677n/a Keyword argument of_panel: Name of the preference panel
678n/a Keyword argument to: Preferences settings
679n/a Keyword argument _attributes: AppleEvent attribute dictionary
680n/a """
681n/a _code = 'MMPR'
682n/a _subcode = 'Pref'
683n/a
684n/a aetools.keysubst(_arguments, self._argmap_Set_Preferences)
685n/a if _no_object is not None: raise TypeError, 'No direct arg expected'
686n/a
687n/a
688n/a _reply, _arguments, _attributes = self.send(_code, _subcode,
689n/a _arguments, _attributes)
690n/a if _arguments.get('errn', 0):
691n/a raise aetools.Error, aetools.decodeerror(_arguments)
692n/a # XXXX Optionally decode result
693n/a if _arguments.has_key('----'):
694n/a return _arguments['----']
695n/a
696n/a _argmap_Set_Project_File = {
697n/a 'to' : 'SrcS',
698n/a }
699n/a
700n/a def Set_Project_File(self, _object, _attributes={}, **_arguments):
701n/a """Set Project File: Changes the settings for a given file in the project.
702n/a Required argument: The name of the file
703n/a Keyword argument to: The new settings for the file
704n/a Keyword argument _attributes: AppleEvent attribute dictionary
705n/a """
706n/a _code = 'MMPR'
707n/a _subcode = 'SFil'
708n/a
709n/a aetools.keysubst(_arguments, self._argmap_Set_Project_File)
710n/a _arguments['----'] = _object
711n/a
712n/a
713n/a _reply, _arguments, _attributes = self.send(_code, _subcode,
714n/a _arguments, _attributes)
715n/a if _arguments.get('errn', 0):
716n/a raise aetools.Error, aetools.decodeerror(_arguments)
717n/a # XXXX Optionally decode result
718n/a if _arguments.has_key('----'):
719n/a return _arguments['----']
720n/a
721n/a _argmap_Set_Segment = {
722n/a 'to' : 'Segm',
723n/a }
724n/a
725n/a def Set_Segment(self, _object, _attributes={}, **_arguments):
726n/a """Set Segment: Changes the name and attributes of a segment.
727n/a Required argument: The segment to change
728n/a Keyword argument to: The new name and attributes for the segment.
729n/a Keyword argument _attributes: AppleEvent attribute dictionary
730n/a """
731n/a _code = 'MMPR'
732n/a _subcode = 'SSeg'
733n/a
734n/a aetools.keysubst(_arguments, self._argmap_Set_Segment)
735n/a _arguments['----'] = _object
736n/a
737n/a
738n/a _reply, _arguments, _attributes = self.send(_code, _subcode,
739n/a _arguments, _attributes)
740n/a if _arguments.get('errn', 0):
741n/a raise aetools.Error, aetools.decodeerror(_arguments)
742n/a # XXXX Optionally decode result
743n/a if _arguments.has_key('----'):
744n/a return _arguments['----']
745n/a
746n/a def Touch(self, _object, _attributes={}, **_arguments):
747n/a """Touch: Force recompilation of the specified file(s)
748n/a Required argument: List of files to compile
749n/a Keyword argument _attributes: AppleEvent attribute dictionary
750n/a Returns: Error code for each file touched
751n/a """
752n/a _code = 'MMPR'
753n/a _subcode = 'Toch'
754n/a
755n/a if _arguments: raise TypeError, 'No optional args expected'
756n/a _arguments['----'] = _object
757n/a
758n/a
759n/a _reply, _arguments, _attributes = self.send(_code, _subcode,
760n/a _arguments, _attributes)
761n/a if _arguments.get('errn', 0):
762n/a raise aetools.Error, aetools.decodeerror(_arguments)
763n/a # XXXX Optionally decode result
764n/a if _arguments.has_key('----'):
765n/a return _arguments['----']
766n/a
767n/a _argmap_Update_Project = {
768n/a 'ExternalEditor' : 'Errs',
769n/a }
770n/a
771n/a def Update_Project(self, _no_object=None, _attributes={}, **_arguments):
772n/a """Update Project: Update the current project
773n/a Keyword argument ExternalEditor: Should the contents of the message window be returned to the caller?
774n/a Keyword argument _attributes: AppleEvent attribute dictionary
775n/a Returns: Errors that occurred while updating the project
776n/a """
777n/a _code = 'MMPR'
778n/a _subcode = 'UpdP'
779n/a
780n/a aetools.keysubst(_arguments, self._argmap_Update_Project)
781n/a if _no_object is not None: raise TypeError, 'No direct arg expected'
782n/a
783n/a
784n/a _reply, _arguments, _attributes = self.send(_code, _subcode,
785n/a _arguments, _attributes)
786n/a if _arguments.get('errn', 0):
787n/a raise aetools.Error, aetools.decodeerror(_arguments)
788n/a # XXXX Optionally decode result
789n/a if _arguments.has_key('----'):
790n/a return _arguments['----']
791n/a
792n/a
793n/aclass Browser_Coloring(aetools.ComponentItem):
794n/a """Browser Coloring - Colors for Browser symbols. """
795n/a want = 'BRKW'
796n/aclass _Prop_Browser_Keywords(aetools.NProperty):
797n/a """Browser Keywords - Mark Browser symbols with color. """
798n/a which = 'BW00'
799n/a want = 'bool'
800n/aclass _Prop_Classes_Color(aetools.NProperty):
801n/a """Classes Color - The color for classes. """
802n/a which = 'BW01'
803n/a want = 'cRGB'
804n/aclass _Prop_Constants_Color(aetools.NProperty):
805n/a """Constants Color - The color for constants. """
806n/a which = 'BW02'
807n/a want = 'cRGB'
808n/aclass _Prop_Enums_Color(aetools.NProperty):
809n/a """Enums Color - The color for enums. """
810n/a which = 'BW03'
811n/a want = 'cRGB'
812n/aclass _Prop_Functions_Color(aetools.NProperty):
813n/a """Functions Color - Set color for functions. """
814n/a which = 'BW04'
815n/a want = 'cRGB'
816n/aclass _Prop_Globals_Color(aetools.NProperty):
817n/a """Globals Color - The color for globals """
818n/a which = 'BW05'
819n/a want = 'cRGB'
820n/aclass _Prop_Macros_Color(aetools.NProperty):
821n/a """Macros Color - The color for macros. """
822n/a which = 'BW06'
823n/a want = 'cRGB'
824n/aclass _Prop_Template_Commands_in_Menu(aetools.NProperty):
825n/a """Template Commands in Menu - Include template commands in context menus """
826n/a which = 'BW10'
827n/a want = 'bool'
828n/aclass _Prop_Templates_Color(aetools.NProperty):
829n/a """Templates Color - Set color for templates. """
830n/a which = 'BW07'
831n/a want = 'cRGB'
832n/aclass _Prop_Typedefs_Color(aetools.NProperty):
833n/a """Typedefs Color - The color for typedefs. """
834n/a which = 'BW08'
835n/a want = 'cRGB'
836n/a
837n/aclass Build_Settings(aetools.ComponentItem):
838n/a """Build Settings - Build Settings preferences. """
839n/a want = 'BSTG'
840n/aclass _Prop_Build_Before_Running(aetools.NProperty):
841n/a """Build Before Running - Build the target before running. """
842n/a which = 'BX04'
843n/a want = 'BXbr'
844n/aclass _Prop_Compiler_Thread_Stack_Size(aetools.NProperty):
845n/a """Compiler Thread Stack Size - Compiler Thread Stack Size """
846n/a which = 'BX06'
847n/a want = 'long'
848n/aclass _Prop_Completion_Sound(aetools.NProperty):
849n/a """Completion Sound - Play a sound when finished a Bring Up To Date or Make command. """
850n/a which = 'BX01'
851n/a want = 'bool'
852n/aclass _Prop_Failure_Sound(aetools.NProperty):
853n/a """Failure Sound - The sound CodeWarrior plays when it cannot finish a Bring Up To Date or Make command. """
854n/a which = 'BX03'
855n/a want = 'TEXT'
856n/aclass _Prop_Include_Cache_Size(aetools.NProperty):
857n/a """Include Cache Size - Include file cache size. """
858n/a which = 'BX05'
859n/a want = 'long'
860n/aclass _Prop_Save_Before_Building(aetools.NProperty):
861n/a """Save Before Building - Save open editor files before build operations """
862n/a which = 'BX07'
863n/a want = 'bool'
864n/aclass _Prop_Success_Sound(aetools.NProperty):
865n/a """Success Sound - The sound CodeWarrior plays when it successfully finishes a Bring Up To Date or Make command. """
866n/a which = 'BX02'
867n/a want = 'TEXT'
868n/a
869n/aclass base_class(aetools.ComponentItem):
870n/a """base class - A base class or super class of a class """
871n/a want = 'BsCl'
872n/aclass _Prop_access(aetools.NProperty):
873n/a """access - """
874n/a which = 'Acce'
875n/a want = 'Acce'
876n/aclass _Prop_class_(aetools.NProperty):
877n/a """class - The class object corresponding to this base class """
878n/a which = 'Clas'
879n/a want = 'obj '
880n/aclass _Prop_virtual(aetools.NProperty):
881n/a """virtual - """
882n/a which = 'Virt'
883n/a want = 'bool'
884n/a
885n/abase_classes = base_class
886n/a
887n/aclass Custom_Keywords(aetools.ComponentItem):
888n/a """Custom Keywords - """
889n/a want = 'CUKW'
890n/aclass _Prop_Custom_Color_1(aetools.NProperty):
891n/a """Custom Color 1 - The color for the first set of custom keywords. """
892n/a which = 'GH05'
893n/a want = 'cRGB'
894n/aclass _Prop_Custom_Color_2(aetools.NProperty):
895n/a """Custom Color 2 - The color for the second set custom keywords. """
896n/a which = 'GH06'
897n/a want = 'cRGB'
898n/aclass _Prop_Custom_Color_3(aetools.NProperty):
899n/a """Custom Color 3 - The color for the third set of custom keywords. """
900n/a which = 'GH07'
901n/a want = 'cRGB'
902n/aclass _Prop_Custom_Color_4(aetools.NProperty):
903n/a """Custom Color 4 - The color for the fourth set of custom keywords. """
904n/a which = 'GH08'
905n/a want = 'cRGB'
906n/a
907n/aclass browser_catalog(aetools.ComponentItem):
908n/a """browser catalog - The browser symbol catalog for the current project """
909n/a want = 'Cata'
910n/a# element 'Clas' as ['indx', 'name']
911n/a
912n/aclass class_(aetools.ComponentItem):
913n/a """class - A class, struct, or record type in the current project. """
914n/a want = 'Clas'
915n/aclass _Prop_all_subclasses(aetools.NProperty):
916n/a """all subclasses - the classes directly or indirectly derived from this class """
917n/a which = 'SubA'
918n/a want = 'Clas'
919n/aclass _Prop_declaration_end_offset(aetools.NProperty):
920n/a """declaration end offset - End of class declaration """
921n/a which = 'DcEn'
922n/a want = 'long'
923n/aclass _Prop_declaration_file(aetools.NProperty):
924n/a """declaration file - Source file containing the class declaration """
925n/a which = 'DcFl'
926n/a want = 'fss '
927n/aclass _Prop_declaration_start_offset(aetools.NProperty):
928n/a """declaration start offset - Start of class declaration source code """
929n/a which = 'DcSt'
930n/a want = 'long'
931n/aclass _Prop_language(aetools.NProperty):
932n/a """language - Implementation language of this class """
933n/a which = 'Lang'
934n/a want = 'Lang'
935n/aclass _Prop_name(aetools.NProperty):
936n/a """name - """
937n/a which = 'pnam'
938n/a want = 'TEXT'
939n/aclass _Prop_subclasses(aetools.NProperty):
940n/a """subclasses - the immediate subclasses of this class """
941n/a which = 'SubC'
942n/a want = 'Clas'
943n/a# element 'BsCl' as ['indx']
944n/a# element 'DtMb' as ['indx', 'name']
945n/a# element 'MbFn' as ['indx', 'name']
946n/a
947n/aclasses = class_
948n/a
949n/aclass Debugger_Display(aetools.ComponentItem):
950n/a """Debugger Display - Debugger Display preferences """
951n/a want = 'DbDS'
952n/aclass _Prop_Default_Array_Size(aetools.NProperty):
953n/a """Default Array Size - Controls whether CodeWarrior uses its own integrated editor or an external application for editing text files. """
954n/a which = 'Db08'
955n/a want = 'shor'
956n/aclass _Prop_Show_As_Decimal(aetools.NProperty):
957n/a """Show As Decimal - Show variable values as decimal by default """
958n/a which = 'Db10'
959n/a want = 'bool'
960n/aclass _Prop_Show_Locals(aetools.NProperty):
961n/a """Show Locals - Show locals by default """
962n/a which = 'Db09'
963n/a want = 'bool'
964n/aclass _Prop_Show_Variable_Types(aetools.NProperty):
965n/a """Show Variable Types - Show variable types by default. """
966n/a which = 'Db01'
967n/a want = 'bool'
968n/aclass _Prop_Sort_By_Method(aetools.NProperty):
969n/a """Sort By Method - Sort functions by method. """
970n/a which = 'Db02'
971n/a want = 'bool'
972n/aclass _Prop_Threads_in_Window(aetools.NProperty):
973n/a """Threads in Window - Show threads in separate windows. """
974n/a which = 'Db04'
975n/a want = 'bool'
976n/aclass _Prop_Use_RTTI(aetools.NProperty):
977n/a """Use RTTI - Enable RunTime Type Information. """
978n/a which = 'Db03'
979n/a want = 'bool'
980n/aclass _Prop_Variable_Changed_Hilite(aetools.NProperty):
981n/a """Variable Changed Hilite - Variable changed hilite color. """
982n/a which = 'Db07'
983n/a want = 'cRGB'
984n/aclass _Prop_Variable_Hints(aetools.NProperty):
985n/a """Variable Hints - Show variable hints. """
986n/a which = 'Db05'
987n/a want = 'bool'
988n/aclass _Prop_Watchpoint_Hilite(aetools.NProperty):
989n/a """Watchpoint Hilite - Watchpoint hilite color. """
990n/a which = 'Db06'
991n/a want = 'cRGB'
992n/a
993n/aclass Debugger_Global(aetools.ComponentItem):
994n/a """Debugger Global - Debugger Global preferences """
995n/a want = 'DbGL'
996n/aclass _Prop_Auto_Target_Libraries(aetools.NProperty):
997n/a """Auto Target Libraries - Automatically target libraries when debugging """
998n/a which = 'Dg11'
999n/a want = 'bool'
1000n/aclass _Prop_Cache_Edited_Files(aetools.NProperty):
1001n/a """Cache Edited Files - Cache edit files between debug sessions """
1002n/a which = 'Dg12'
1003n/a want = 'bool'
1004n/aclass _Prop_Confirm_Kill(aetools.NProperty):
1005n/a """Confirm Kill - Confirm the \xd4killing\xd5 of the process. """
1006n/a which = 'Dg04'
1007n/a want = 'bool'
1008n/aclass _Prop_Dont_Step_in_Runtime(aetools.NProperty):
1009n/a """Dont Step in Runtime - Don\xd5t step into runtime code when debugging. """
1010n/a which = 'Dg07'
1011n/a want = 'bool'
1012n/aclass _Prop_File_Cache_Duration(aetools.NProperty):
1013n/a """File Cache Duration - Duration to keep files in cache (in days) """
1014n/a which = 'Dg13'
1015n/a want = 'shor'
1016n/aclass _Prop_Ignore_Mod_Dates(aetools.NProperty):
1017n/a """Ignore Mod Dates - Ignore modification dates of files. """
1018n/a which = 'Dg01'
1019n/a want = 'bool'
1020n/aclass _Prop_Launch_Apps_on_Open(aetools.NProperty):
1021n/a """Launch Apps on Open - Launch applications on the opening of sym files. """
1022n/a which = 'Dg03'
1023n/a want = 'bool'
1024n/aclass _Prop_Open_All_Classes(aetools.NProperty):
1025n/a """Open All Classes - Open all Java class files. """
1026n/a which = 'Dg02'
1027n/a want = 'bool'
1028n/aclass _Prop_Select_Stack_Crawl(aetools.NProperty):
1029n/a """Select Stack Crawl - Select the stack crawl. """
1030n/a which = 'Dg06'
1031n/a want = 'bool'
1032n/aclass _Prop_Stop_at_Main(aetools.NProperty):
1033n/a """Stop at Main - Stop to debug on the main() function. """
1034n/a which = 'Dg05'
1035n/a want = 'bool'
1036n/a
1037n/aclass Debugger_Target(aetools.ComponentItem):
1038n/a """Debugger Target - Debugger Target preferences """
1039n/a want = 'DbTG'
1040n/aclass _Prop_Cache_symbolics(aetools.NProperty):
1041n/a """Cache symbolics - Cache symbolics between runs when executable doesn\xd5t change, else release symbolics files after killing process. """
1042n/a which = 'Dt15'
1043n/a want = 'bool'
1044n/aclass _Prop_Data_Update_Interval(aetools.NProperty):
1045n/a """Data Update Interval - How often to update the data while running (in seconds) """
1046n/a which = 'Dt09'
1047n/a want = 'long'
1048n/aclass _Prop_Log_System_Messages(aetools.NProperty):
1049n/a """Log System Messages - Log all system messages while debugging. """
1050n/a which = 'Dt02'
1051n/a want = 'bool'
1052n/aclass _Prop_Relocated_Executable_Path(aetools.NProperty):
1053n/a """Relocated Executable Path - Path to location of relocated libraries, code resources or remote debugging folder """
1054n/a which = 'Dt10'
1055n/a want = 'RlPt'
1056n/aclass _Prop_Stop_at_temp_breakpoint(aetools.NProperty):
1057n/a """Stop at temp breakpoint - Stop at a temp breakpoint on program launch. Set breakpoint type in Temp Breakpoint Type AppleEvent. """
1058n/a which = 'Dt13'
1059n/a want = 'bool'
1060n/aclass _Prop_Temp_Breakpoint_Type(aetools.NProperty):
1061n/a """Temp Breakpoint Type - Type of temp breakpoint to set on program launch. """
1062n/a which = 'Dt16'
1063n/a want = 'TmpB'
1064n/aclass _Prop_Temp_breakpoint_names(aetools.NProperty):
1065n/a """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. """
1066n/a which = 'Dt14'
1067n/a want = 'ctxt'
1068n/aclass _Prop_Update_Data_While_Running(aetools.NProperty):
1069n/a """Update Data While Running - Should pause to update data while running """
1070n/a which = 'Dt08'
1071n/a want = 'bool'
1072n/a
1073n/aclass Debugger_Windowing(aetools.ComponentItem):
1074n/a """Debugger Windowing - """
1075n/a want = 'DbWN'
1076n/aclass _Prop_Debugging_Start_Action(aetools.NProperty):
1077n/a """Debugging Start Action - What action to take when debug session starts """
1078n/a which = 'Dw01'
1079n/a want = 'DbSA'
1080n/aclass _Prop_Do_Nothing_To_Projects(aetools.NProperty):
1081n/a """Do Nothing To Projects - Suppress debugging start action for project windows """
1082n/a which = 'Dw02'
1083n/a want = 'bool'
1084n/a
1085n/aclass data_member(aetools.ComponentItem):
1086n/a """data member - A class data member or field """
1087n/a want = 'DtMb'
1088n/aclass _Prop_static(aetools.NProperty):
1089n/a """static - """
1090n/a which = 'Stat'
1091n/a want = 'bool'
1092n/a
1093n/adata_members = data_member
1094n/a
1095n/aclass Editor(aetools.ComponentItem):
1096n/a """Editor - """
1097n/a want = 'EDTR'
1098n/aclass _Prop_Background_Color(aetools.NProperty):
1099n/a """Background Color - Color of the background of editor windows. """
1100n/a which = 'ED13'
1101n/a want = 'cRGB'
1102n/aclass _Prop_Balance(aetools.NProperty):
1103n/a """Balance - Flash the matching opening bracket when you type a closing bracket. """
1104n/a which = 'ED03'
1105n/a want = 'bool'
1106n/aclass _Prop_Context_Popup_Delay(aetools.NProperty):
1107n/a """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. """
1108n/a which = 'ED14'
1109n/a want = 'long'
1110n/aclass _Prop_Default_Text_File_Format(aetools.NProperty):
1111n/a """Default Text File Format - Default text file format (i.e. which type of line endings to use) """
1112n/a which = 'ED17'
1113n/a want = 'TxtF'
1114n/aclass _Prop_Dynamic_Scroll(aetools.NProperty):
1115n/a """Dynamic Scroll - Display a window\xd5s contents as you move the scroll box. """
1116n/a which = 'ED02'
1117n/a want = 'bool'
1118n/aclass _Prop_Flash_Delay(aetools.NProperty):
1119n/a """Flash Delay - The amount of time, in sixtieths of a second, the editor highlights a matching bracket. """
1120n/a which = 'ED01'
1121n/a want = 'long'
1122n/aclass _Prop_Left_Margin_Line_Select(aetools.NProperty):
1123n/a """Left Margin Line Select - Clicking in the left margin selects lines """
1124n/a which = 'ED16'
1125n/a want = 'bool'
1126n/aclass _Prop_Main_Text_Color(aetools.NProperty):
1127n/a """Main Text Color - Main, default, color for text. """
1128n/a which = 'ED12'
1129n/a want = 'cRGB'
1130n/aclass _Prop_Relaxed_C_Popup_Parsing(aetools.NProperty):
1131n/a """Relaxed C Popup Parsing - Relax the function parser for C source files """
1132n/a which = 'ED15'
1133n/a want = 'bool'
1134n/aclass _Prop_Remember_Font(aetools.NProperty):
1135n/a """Remember Font - Display a source file with its own font settings. """
1136n/a which = 'ED08'
1137n/a want = 'bool'
1138n/aclass _Prop_Remember_Selection(aetools.NProperty):
1139n/a """Remember Selection - Restore the previous selection in a file when you open it. """
1140n/a which = 'ED09'
1141n/a want = 'bool'
1142n/aclass _Prop_Remember_Window(aetools.NProperty):
1143n/a """Remember Window - Restore the last size and position for a source file window when you open it. """
1144n/a which = 'ED10'
1145n/a want = 'bool'
1146n/aclass _Prop_Sort_Function_Popup(aetools.NProperty):
1147n/a """Sort Function Popup - """
1148n/a which = 'ED06'
1149n/a want = 'bool'
1150n/aclass _Prop_Use_Drag__26__Drop_Editing(aetools.NProperty):
1151n/a """Use Drag & Drop Editing - Use Drag & Drop text editing. """
1152n/a which = 'ED04'
1153n/a want = 'bool'
1154n/aclass _Prop_Use_Multiple_Undo(aetools.NProperty):
1155n/a """Use Multiple Undo - """
1156n/a which = 'ED07'
1157n/a want = 'bool'
1158n/a
1159n/aclass Environment_Variable(aetools.ComponentItem):
1160n/a """Environment Variable - Environment variable for host OS """
1161n/a want = 'EnvV'
1162n/aclass _Prop_value(aetools.NProperty):
1163n/a """value - Value of the environment variable """
1164n/a which = 'Valu'
1165n/a want = 'TEXT'
1166n/a
1167n/aclass Error_Information(aetools.ComponentItem):
1168n/a """Error Information - Describes a single error or warning from the compiler or the linker. """
1169n/a want = 'ErrM'
1170n/aclass _Prop_disk_file(aetools.NProperty):
1171n/a """disk file - The file where the error occurred. May not be returned for certain kinds of errors (eg, link errors). """
1172n/a which = 'file'
1173n/a want = 'fss '
1174n/aclass _Prop_lineNumber(aetools.NProperty):
1175n/a """lineNumber - The line in the file where the error occurred. May not be returned for certain kinds of errors (eg, link errors). """
1176n/a which = 'ErrL'
1177n/a want = 'long'
1178n/aclass _Prop_message(aetools.NProperty):
1179n/a """message - The error or warning message. """
1180n/a which = 'ErrS'
1181n/a want = 'TEXT'
1182n/aclass _Prop_messageKind(aetools.NProperty):
1183n/a """messageKind - The type of error or warning. """
1184n/a which = 'ErrT'
1185n/a want = 'ErrT'
1186n/a
1187n/aclass Function_Information(aetools.ComponentItem):
1188n/a """Function Information - Describes the location of any function or global data definition within the current project. """
1189n/a want = 'FDef'
1190n/a
1191n/aclass File_Mappings(aetools.ComponentItem):
1192n/a """File Mappings - Mappings of extensions & file types to compilers """
1193n/a want = 'FLMP'
1194n/aclass _Prop_Mappings(aetools.NProperty):
1195n/a """Mappings - """
1196n/a which = 'FMps'
1197n/a want = 'FMap'
1198n/a
1199n/aclass File_Mapping(aetools.ComponentItem):
1200n/a """File Mapping - """
1201n/a want = 'FMap'
1202n/aclass _Prop_Compiler(aetools.NProperty):
1203n/a """Compiler - """
1204n/a which = 'TA07'
1205n/a want = 'TEXT'
1206n/aclass _Prop_Extension(aetools.NProperty):
1207n/a """Extension - """
1208n/a which = 'TA02'
1209n/a want = 'TEXT'
1210n/aclass _Prop_File_Type(aetools.NProperty):
1211n/a """File Type - """
1212n/a which = 'PR04'
1213n/a want = 'TEXT'
1214n/aclass _Prop_Ignored_by_Make(aetools.NProperty):
1215n/a """Ignored by Make - """
1216n/a which = 'TA06'
1217n/a want = 'bool'
1218n/aclass _Prop_Launchable(aetools.NProperty):
1219n/a """Launchable - """
1220n/a which = 'TA05'
1221n/a want = 'bool'
1222n/aclass _Prop_Precompiled(aetools.NProperty):
1223n/a """Precompiled - """
1224n/a which = 'TA03'
1225n/a want = 'bool'
1226n/aclass _Prop_Resource_File(aetools.NProperty):
1227n/a """Resource File - """
1228n/a which = 'TA04'
1229n/a want = 'bool'
1230n/a
1231n/aclass Global_Source_Trees(aetools.ComponentItem):
1232n/a """Global Source Trees - Globally-defined source tree roots """
1233n/a want = 'GSTs'
1234n/aclass _Prop_Source_Trees(aetools.NProperty):
1235n/a """Source Trees - List of source tree roots """
1236n/a which = 'ST01'
1237n/a want = 'SrcT'
1238n/a
1239n/aclass Extras(aetools.ComponentItem):
1240n/a """Extras - """
1241n/a want = 'GXTR'
1242n/aclass _Prop_Automatic_Toolbar_Help(aetools.NProperty):
1243n/a """Automatic Toolbar Help - Automatically show balloon help in toolbar after delay """
1244n/a which = 'EX19'
1245n/a want = 'bool'
1246n/aclass _Prop_External_Reference(aetools.NProperty):
1247n/a """External Reference - Which on-line function reference to use. """
1248n/a which = 'EX08'
1249n/a want = 'RefP'
1250n/aclass _Prop_Full_Screen_Zoom(aetools.NProperty):
1251n/a """Full Screen Zoom - Zoom windows to the full screen width. """
1252n/a which = 'EX07'
1253n/a want = 'bool'
1254n/aclass _Prop_Recent_Editor_Count(aetools.NProperty):
1255n/a """Recent Editor Count - Maximum number of editor documents to show in the \xd2Open Recent\xd3 menu """
1256n/a which = 'EX16'
1257n/a want = 'shor'
1258n/aclass _Prop_Recent_Project_Count(aetools.NProperty):
1259n/a """Recent Project Count - Maximum number of project documents to show in the \xd2Open Recent\xd3 menu """
1260n/a which = 'EX17'
1261n/a want = 'shor'
1262n/aclass _Prop_Use_Editor_Extensions(aetools.NProperty):
1263n/a """Use Editor Extensions - Controls the use of the Editor Extensions menu """
1264n/a which = 'EX10'
1265n/a want = 'bool'
1266n/aclass _Prop_Use_External_Editor(aetools.NProperty):
1267n/a """Use External Editor - Controls whether CodeWarrior uses its own integrated editor or an external application for editing text files. """
1268n/a which = 'EX11'
1269n/a want = 'bool'
1270n/aclass _Prop_Use_Script_Menu(aetools.NProperty):
1271n/a """Use Script Menu - Controls the use of the AppleScript menu """
1272n/a which = 'EX12'
1273n/a want = 'bool'
1274n/aclass _Prop_Use_ToolServer_Menu(aetools.NProperty):
1275n/a """Use ToolServer Menu - Controls the use of the ToolServer menu """
1276n/a which = 'EX18'
1277n/a want = 'bool'
1278n/a
1279n/aclass Build_Extras(aetools.ComponentItem):
1280n/a """Build Extras - """
1281n/a want = 'LXTR'
1282n/aclass _Prop_Browser_Active(aetools.NProperty):
1283n/a """Browser Active - Allow the collection of browser information. """
1284n/a which = 'EX09'
1285n/a want = 'bool'
1286n/aclass _Prop_Cache_Subproject_Data(aetools.NProperty):
1287n/a """Cache Subproject Data - """
1288n/a which = 'EX31'
1289n/a want = 'bool'
1290n/aclass _Prop_Dump_Browser_Info(aetools.NProperty):
1291n/a """Dump Browser Info - """
1292n/a which = 'EX30'
1293n/a want = 'bool'
1294n/aclass _Prop_Modification_Date_Caching(aetools.NProperty):
1295n/a """Modification Date Caching - """
1296n/a which = 'EX04'
1297n/a want = 'bool'
1298n/a
1299n/aclass member_function(aetools.ComponentItem):
1300n/a """member function - A class member function or method. """
1301n/a want = 'MbFn'
1302n/aclass _Prop_implementation_end_offset(aetools.NProperty):
1303n/a """implementation end offset - end of member function definition """
1304n/a which = 'DfEn'
1305n/a want = 'long'
1306n/aclass _Prop_implementation_file(aetools.NProperty):
1307n/a """implementation file - Source file containing the member function definition """
1308n/a which = 'DfFl'
1309n/a want = 'fss '
1310n/aclass _Prop_implementation_start_offset(aetools.NProperty):
1311n/a """implementation start offset - start of member function definition source code """
1312n/a which = 'DfSt'
1313n/a want = 'long'
1314n/a
1315n/amember_functions = member_function
1316n/a
1317n/aclass Access_Paths(aetools.ComponentItem):
1318n/a """Access Paths - Contains the definitions of a project\xd5s access (search) paths. """
1319n/a want = 'PATH'
1320n/aclass _Prop_Always_Full_Search(aetools.NProperty):
1321n/a """Always Full Search - To force the compiler to search for system includes like it searches for user includes. """
1322n/a which = 'PA02'
1323n/a want = 'bool'
1324n/aclass _Prop_Convert_Paths(aetools.NProperty):
1325n/a """Convert Paths - Enables conversion of DOS & Unix-style relative paths when searching for files. """
1326n/a which = 'PA04'
1327n/a want = 'bool'
1328n/aclass _Prop_Require_Framework_Includes(aetools.NProperty):
1329n/a """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. """
1330n/a which = 'PA05'
1331n/a want = 'bool'
1332n/aclass _Prop_System_Paths(aetools.NProperty):
1333n/a """System Paths - To add an access path for the include files. (Not supported in Pascal) """
1334n/a which = 'PA03'
1335n/a want = 'PInf'
1336n/aclass _Prop_User_Paths(aetools.NProperty):
1337n/a """User Paths - To add an access path for the source files. """
1338n/a which = 'PA01'
1339n/a want = 'PInf'
1340n/a
1341n/aclass Path_Information(aetools.ComponentItem):
1342n/a """Path Information - Contains all of the parameters that describe an access path. """
1343n/a want = 'PInf'
1344n/aclass _Prop_format(aetools.NProperty):
1345n/a """format - Format of the a """
1346n/a which = 'Frmt'
1347n/a want = 'PthF'
1348n/aclass _Prop_framework(aetools.NProperty):
1349n/a """framework - Is the path a Mac OS X framework style path? (This flag is readable but not writeable from AppleScript.) """
1350n/a which = 'Frmw'
1351n/a want = 'bool'
1352n/aclass _Prop_host_flags(aetools.NProperty):
1353n/a """host flags - Bit fields enabling the access path for each host OS (1 = Mac OS, 2 = Windows) """
1354n/a which = 'HstF'
1355n/a want = 'long'
1356n/aclass _Prop_origin(aetools.NProperty):
1357n/a """origin - """
1358n/a which = 'Orig'
1359n/a want = 'PPrm'
1360n/aclass _Prop_recursive(aetools.NProperty):
1361n/a """recursive - Will the path be searched recursively? (Default is true) """
1362n/a which = 'Recu'
1363n/a want = 'bool'
1364n/aclass _Prop_root(aetools.NProperty):
1365n/a """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. """
1366n/a which = 'Root'
1367n/a want = 'TEXT'
1368n/a
1369n/aclass Plugin_Settings(aetools.ComponentItem):
1370n/a """Plugin Settings - Settings for plugin tools """
1371n/a want = 'PSTG'
1372n/aclass _Prop_Disable_Third_Party_COM_Plugins(aetools.NProperty):
1373n/a """Disable Third Party COM Plugins - Disable COM plugins from third parties """
1374n/a which = 'PX02'
1375n/a want = 'bool'
1376n/aclass _Prop_Plugin_Diagnostics_Level(aetools.NProperty):
1377n/a """Plugin Diagnostics Level - Plugin Diagnostics Level is for those who are developing plugins for the IDE and need to debug them. """
1378n/a which = 'PX01'
1379n/a want = 'PXdg'
1380n/a
1381n/aclass Runtime_Settings(aetools.ComponentItem):
1382n/a """Runtime Settings - Runtime settings """
1383n/a want = 'RSTG'
1384n/aclass _Prop_Command_Line_Arguments(aetools.NProperty):
1385n/a """Command Line Arguments - Extra command line args to pass to executable """
1386n/a which = 'RS02'
1387n/a want = 'TEXT'
1388n/aclass _Prop_Environment_Variables(aetools.NProperty):
1389n/a """Environment Variables - Environment variables to use when running the executable """
1390n/a which = 'RS04'
1391n/a want = 'EnvV'
1392n/aclass _Prop_Host_Application(aetools.NProperty):
1393n/a """Host Application - Host application for running/debugging libraries and code resources """
1394n/a which = 'RS01'
1395n/a want = 'RlPt'
1396n/aclass _Prop_Working_Directory(aetools.NProperty):
1397n/a """Working Directory - Working directory to use when running the executable """
1398n/a which = 'RS03'
1399n/a want = 'TEXT'
1400n/a
1401n/aclass Relative_Path(aetools.ComponentItem):
1402n/a """Relative Path - Relative path from some root """
1403n/a want = 'RlPt'
1404n/a
1405n/aclass Shielded_Folder(aetools.ComponentItem):
1406n/a """Shielded Folder - """
1407n/a want = 'SFit'
1408n/aclass _Prop_Expression_To_Match(aetools.NProperty):
1409n/a """Expression To Match - Regular expression which describes folders to skip """
1410n/a which = 'SF01'
1411n/a want = 'TEXT'
1412n/aclass _Prop_Skip_Find_And_Compare_Operations(aetools.NProperty):
1413n/a """Skip Find And Compare Operations - Matching folders will be skipped during find and compare operations """
1414n/a which = 'SF03'
1415n/a want = 'bool'
1416n/aclass _Prop_Skip_Project_Operations(aetools.NProperty):
1417n/a """Skip Project Operations - Matching folders will be skipped during project operations """
1418n/a which = 'SF02'
1419n/a want = 'bool'
1420n/a
1421n/aclass Shielded_Folders(aetools.ComponentItem):
1422n/a """Shielded Folders - Folders skipped when performing project and find-and-compare operations """
1423n/a want = 'SHFL'
1424n/aclass _Prop_Shielded_Items(aetools.NProperty):
1425n/a """Shielded Items - """
1426n/a which = 'SFis'
1427n/a want = 'SFit'
1428n/a
1429n/aclass Syntax_Coloring(aetools.ComponentItem):
1430n/a """Syntax Coloring - """
1431n/a want = 'SNTX'
1432n/aclass _Prop_Comment_Color(aetools.NProperty):
1433n/a """Comment Color - The color for comments. """
1434n/a which = 'GH02'
1435n/a want = 'cRGB'
1436n/aclass _Prop_Keyword_Color(aetools.NProperty):
1437n/a """Keyword Color - The color for language keywords. """
1438n/a which = 'GH03'
1439n/a want = 'cRGB'
1440n/aclass _Prop_String_Color(aetools.NProperty):
1441n/a """String Color - The color for strings. """
1442n/a which = 'GH04'
1443n/a want = 'cRGB'
1444n/aclass _Prop_Syntax_Coloring(aetools.NProperty):
1445n/a """Syntax Coloring - Mark keywords and comments with color. """
1446n/a which = 'GH01'
1447n/a want = 'bool'
1448n/a
1449n/aclass Segment(aetools.ComponentItem):
1450n/a """Segment - A segment or group in the project """
1451n/a want = 'Seg '
1452n/aclass _Prop_filecount(aetools.NProperty):
1453n/a """filecount - """
1454n/a which = 'NumF'
1455n/a want = 'shor'
1456n/aclass _Prop_seg_2d_locked(aetools.NProperty):
1457n/a """seg-locked - Is the segment locked ? [68K only] """
1458n/a which = 'PLck'
1459n/a want = 'bool'
1460n/aclass _Prop_seg_2d_preloaded(aetools.NProperty):
1461n/a """seg-preloaded - Is the segment preloaded ? [68K only] """
1462n/a which = 'Prel'
1463n/a want = 'bool'
1464n/aclass _Prop_seg_2d_protected(aetools.NProperty):
1465n/a """seg-protected - Is the segment protected ? [68K only] """
1466n/a which = 'Prot'
1467n/a want = 'bool'
1468n/aclass _Prop_seg_2d_purgeable(aetools.NProperty):
1469n/a """seg-purgeable - Is the segment purgeable ? [68K only] """
1470n/a which = 'Purg'
1471n/a want = 'bool'
1472n/aclass _Prop_seg_2d_system_heap(aetools.NProperty):
1473n/a """seg-system heap - Is the segment loaded into the system heap ? [68K only] """
1474n/a which = 'SysH'
1475n/a want = 'bool'
1476n/a
1477n/aclass ProjectFile(aetools.ComponentItem):
1478n/a """ProjectFile - A file contained in a project """
1479n/a want = 'SrcF'
1480n/aclass _Prop_codesize(aetools.NProperty):
1481n/a """codesize - The size of this file\xd5s code. """
1482n/a which = 'CSiz'
1483n/a want = 'long'
1484n/aclass _Prop_datasize(aetools.NProperty):
1485n/a """datasize - The size of this file\xd5s data. """
1486n/a which = 'DSiz'
1487n/a want = 'long'
1488n/aclass _Prop_filetype(aetools.NProperty):
1489n/a """filetype - What kind of file is this ? """
1490n/a which = 'SrcT'
1491n/a want = 'SrcT'
1492n/aclass _Prop_includes(aetools.NProperty):
1493n/a """includes - """
1494n/a which = 'IncF'
1495n/a want = 'fss '
1496n/aclass _Prop_initialize_before(aetools.NProperty):
1497n/a """initialize before - Initialize the shared library before the main application. """
1498n/a which = 'Bfor'
1499n/a want = 'bool'
1500n/aclass _Prop_symbols(aetools.NProperty):
1501n/a """symbols - Are debugging symbols generated for this file ? """
1502n/a which = 'SymG'
1503n/a want = 'bool'
1504n/aclass _Prop_up_to_date(aetools.NProperty):
1505n/a """up to date - Has the file been compiled since its last modification ? """
1506n/a which = 'UpTD'
1507n/a want = 'bool'
1508n/aclass _Prop_weak_link(aetools.NProperty):
1509n/a """weak link - Is this file imported weakly into the project ? [PowerPC only] """
1510n/a which = 'Weak'
1511n/a want = 'bool'
1512n/a
1513n/aclass Source_Tree(aetools.ComponentItem):
1514n/a """Source Tree - User-defined source tree root """
1515n/a want = 'SrcT'
1516n/aclass _Prop_path(aetools.NProperty):
1517n/a """path - path for the user-defined source tree root """
1518n/a which = 'Path'
1519n/a want = 'TEXT'
1520n/aclass _Prop_path_kind(aetools.NProperty):
1521n/a """path kind - kind of path """
1522n/a which = 'Kind'
1523n/a want = 'STKd'
1524n/a
1525n/aclass Target_Settings(aetools.ComponentItem):
1526n/a """Target Settings - Contains the definitions of a project\xd5s target. """
1527n/a want = 'TARG'
1528n/aclass _Prop_Linker(aetools.NProperty):
1529n/a """Linker - The name of the current linker. """
1530n/a which = 'TA01'
1531n/a want = 'TEXT'
1532n/aclass _Prop_Output_Directory_Location(aetools.NProperty):
1533n/a """Output Directory Location - Location of output directory """
1534n/a which = 'TA16'
1535n/a want = 'RlPt'
1536n/aclass _Prop_Output_Directory_Origin(aetools.NProperty):
1537n/a """Output Directory Origin - Origin of path to output directory. Usage of this property is deprecated. Use the \xd2Output Directory Location\xd3 property instead. """
1538n/a which = 'TA12'
1539n/a want = 'PPrm'
1540n/aclass _Prop_Output_Directory_Path(aetools.NProperty):
1541n/a """Output Directory Path - Path to output directory. Usage of this property is deprecated. Use the \xd2Output Directory Location\xd3 property instead. """
1542n/a which = 'TA11'
1543n/a want = 'TEXT'
1544n/aclass _Prop_Post_Linker(aetools.NProperty):
1545n/a """Post Linker - """
1546n/a which = 'TA09'
1547n/a want = 'TEXT'
1548n/aclass _Prop_Pre_Linker(aetools.NProperty):
1549n/a """Pre Linker - """
1550n/a which = 'TA13'
1551n/a want = 'TEXT'
1552n/aclass _Prop_Target_Name(aetools.NProperty):
1553n/a """Target Name - """
1554n/a which = 'TA10'
1555n/a want = 'TEXT'
1556n/aclass _Prop_Use_Relative_Paths(aetools.NProperty):
1557n/a """Use Relative Paths - Save project entries using relative paths """
1558n/a which = 'TA15'
1559n/a want = 'bool'
1560n/a
1561n/aclass Target_Source_Trees(aetools.ComponentItem):
1562n/a """Target Source Trees - Target-specific user-defined source tree roots """
1563n/a want = 'TSTs'
1564n/a
1565n/aclass VCS_Setup(aetools.ComponentItem):
1566n/a """VCS Setup - The version control system preferences. """
1567n/a want = 'VCSs'
1568n/aclass _Prop_Always_Prompt(aetools.NProperty):
1569n/a """Always Prompt - Always show login dialog """
1570n/a which = 'VC07'
1571n/a want = 'bool'
1572n/aclass _Prop_Auto_Connect(aetools.NProperty):
1573n/a """Auto Connect - Automatically connect to database when starting. """
1574n/a which = 'VC05'
1575n/a want = 'bool'
1576n/aclass _Prop_Connection_Method(aetools.NProperty):
1577n/a """Connection Method - Name of Version Control System to use. """
1578n/a which = 'VC02'
1579n/a want = 'TEXT'
1580n/aclass _Prop_Database_Path(aetools.NProperty):
1581n/a """Database Path - Path to the VCS database. """
1582n/a which = 'VC09'
1583n/a want = 'RlPt'
1584n/aclass _Prop_Local_Path(aetools.NProperty):
1585n/a """Local Path - Path to the local root """
1586n/a which = 'VC10'
1587n/a want = 'RlPt'
1588n/aclass _Prop_Mount_Volume(aetools.NProperty):
1589n/a """Mount Volume - Attempt to mount the database volume if it isn't available. """
1590n/a which = 'VC08'
1591n/a want = 'bool'
1592n/aclass _Prop_Password(aetools.NProperty):
1593n/a """Password - The password for the VCS. """
1594n/a which = 'VC04'
1595n/a want = 'TEXT'
1596n/aclass _Prop_Store_Password(aetools.NProperty):
1597n/a """Store Password - Store the password. """
1598n/a which = 'VC06'
1599n/a want = 'bool'
1600n/aclass _Prop_Use_Global_Settings(aetools.NProperty):
1601n/a """Use Global Settings - Use the global VCS settings by default """
1602n/a which = 'VC11'
1603n/a want = 'bool'
1604n/aclass _Prop_Username(aetools.NProperty):
1605n/a """Username - The user name for the VCS. """
1606n/a which = 'VC03'
1607n/a want = 'TEXT'
1608n/aclass _Prop_VCS_Active(aetools.NProperty):
1609n/a """VCS Active - Use Version Control """
1610n/a which = 'VC01'
1611n/a want = 'bool'
1612n/a
1613n/aclass Font(aetools.ComponentItem):
1614n/a """Font - """
1615n/a want = 'mFNT'
1616n/aclass _Prop_Auto_Indent(aetools.NProperty):
1617n/a """Auto Indent - Indent new lines automatically. """
1618n/a which = 'FN01'
1619n/a want = 'bool'
1620n/aclass _Prop_Tab_Indents_Selection(aetools.NProperty):
1621n/a """Tab Indents Selection - Tab indents selection when multiple lines are selected """
1622n/a which = 'FN03'
1623n/a want = 'bool'
1624n/aclass _Prop_Tab_Inserts_Spaces(aetools.NProperty):
1625n/a """Tab Inserts Spaces - Insert spaces instead of tab character """
1626n/a which = 'FN04'
1627n/a want = 'bool'
1628n/aclass _Prop_Tab_Size(aetools.NProperty):
1629n/a """Tab Size - """
1630n/a which = 'FN02'
1631n/a want = 'shor'
1632n/aclass _Prop_Text_Font(aetools.NProperty):
1633n/a """Text Font - The font used in editing windows. """
1634n/a which = 'ptxf'
1635n/a want = 'TEXT'
1636n/aclass _Prop_Text_Size(aetools.NProperty):
1637n/a """Text Size - The size of the text in an editing window. """
1638n/a which = 'ptps'
1639n/a want = 'shor'
1640n/aBrowser_Coloring._superclassnames = []
1641n/aBrowser_Coloring._privpropdict = {
1642n/a 'Browser_Keywords' : _Prop_Browser_Keywords,
1643n/a 'Classes_Color' : _Prop_Classes_Color,
1644n/a 'Constants_Color' : _Prop_Constants_Color,
1645n/a 'Enums_Color' : _Prop_Enums_Color,
1646n/a 'Functions_Color' : _Prop_Functions_Color,
1647n/a 'Globals_Color' : _Prop_Globals_Color,
1648n/a 'Macros_Color' : _Prop_Macros_Color,
1649n/a 'Template_Commands_in_Menu' : _Prop_Template_Commands_in_Menu,
1650n/a 'Templates_Color' : _Prop_Templates_Color,
1651n/a 'Typedefs_Color' : _Prop_Typedefs_Color,
1652n/a}
1653n/aBrowser_Coloring._privelemdict = {
1654n/a}
1655n/aBuild_Settings._superclassnames = []
1656n/aBuild_Settings._privpropdict = {
1657n/a 'Build_Before_Running' : _Prop_Build_Before_Running,
1658n/a 'Compiler_Thread_Stack_Size' : _Prop_Compiler_Thread_Stack_Size,
1659n/a 'Completion_Sound' : _Prop_Completion_Sound,
1660n/a 'Failure_Sound' : _Prop_Failure_Sound,
1661n/a 'Include_Cache_Size' : _Prop_Include_Cache_Size,
1662n/a 'Save_Before_Building' : _Prop_Save_Before_Building,
1663n/a 'Success_Sound' : _Prop_Success_Sound,
1664n/a}
1665n/aBuild_Settings._privelemdict = {
1666n/a}
1667n/abase_class._superclassnames = []
1668n/abase_class._privpropdict = {
1669n/a 'access' : _Prop_access,
1670n/a 'class_' : _Prop_class_,
1671n/a 'virtual' : _Prop_virtual,
1672n/a}
1673n/abase_class._privelemdict = {
1674n/a}
1675n/aCustom_Keywords._superclassnames = []
1676n/aCustom_Keywords._privpropdict = {
1677n/a 'Custom_Color_1' : _Prop_Custom_Color_1,
1678n/a 'Custom_Color_2' : _Prop_Custom_Color_2,
1679n/a 'Custom_Color_3' : _Prop_Custom_Color_3,
1680n/a 'Custom_Color_4' : _Prop_Custom_Color_4,
1681n/a}
1682n/aCustom_Keywords._privelemdict = {
1683n/a}
1684n/abrowser_catalog._superclassnames = []
1685n/abrowser_catalog._privpropdict = {
1686n/a}
1687n/abrowser_catalog._privelemdict = {
1688n/a 'class_' : class_,
1689n/a}
1690n/aclass_._superclassnames = []
1691n/aclass_._privpropdict = {
1692n/a 'all_subclasses' : _Prop_all_subclasses,
1693n/a 'declaration_end_offset' : _Prop_declaration_end_offset,
1694n/a 'declaration_file' : _Prop_declaration_file,
1695n/a 'declaration_start_offset' : _Prop_declaration_start_offset,
1696n/a 'language' : _Prop_language,
1697n/a 'name' : _Prop_name,
1698n/a 'subclasses' : _Prop_subclasses,
1699n/a}
1700n/aclass_._privelemdict = {
1701n/a 'base_class' : base_class,
1702n/a 'data_member' : data_member,
1703n/a 'member_function' : member_function,
1704n/a}
1705n/aDebugger_Display._superclassnames = []
1706n/aDebugger_Display._privpropdict = {
1707n/a 'Default_Array_Size' : _Prop_Default_Array_Size,
1708n/a 'Show_As_Decimal' : _Prop_Show_As_Decimal,
1709n/a 'Show_Locals' : _Prop_Show_Locals,
1710n/a 'Show_Variable_Types' : _Prop_Show_Variable_Types,
1711n/a 'Sort_By_Method' : _Prop_Sort_By_Method,
1712n/a 'Threads_in_Window' : _Prop_Threads_in_Window,
1713n/a 'Use_RTTI' : _Prop_Use_RTTI,
1714n/a 'Variable_Changed_Hilite' : _Prop_Variable_Changed_Hilite,
1715n/a 'Variable_Hints' : _Prop_Variable_Hints,
1716n/a 'Watchpoint_Hilite' : _Prop_Watchpoint_Hilite,
1717n/a}
1718n/aDebugger_Display._privelemdict = {
1719n/a}
1720n/aDebugger_Global._superclassnames = []
1721n/aDebugger_Global._privpropdict = {
1722n/a 'Auto_Target_Libraries' : _Prop_Auto_Target_Libraries,
1723n/a 'Cache_Edited_Files' : _Prop_Cache_Edited_Files,
1724n/a 'Confirm_Kill' : _Prop_Confirm_Kill,
1725n/a 'Dont_Step_in_Runtime' : _Prop_Dont_Step_in_Runtime,
1726n/a 'File_Cache_Duration' : _Prop_File_Cache_Duration,
1727n/a 'Ignore_Mod_Dates' : _Prop_Ignore_Mod_Dates,
1728n/a 'Launch_Apps_on_Open' : _Prop_Launch_Apps_on_Open,
1729n/a 'Open_All_Classes' : _Prop_Open_All_Classes,
1730n/a 'Select_Stack_Crawl' : _Prop_Select_Stack_Crawl,
1731n/a 'Stop_at_Main' : _Prop_Stop_at_Main,
1732n/a}
1733n/aDebugger_Global._privelemdict = {
1734n/a}
1735n/aDebugger_Target._superclassnames = []
1736n/aDebugger_Target._privpropdict = {
1737n/a 'Auto_Target_Libraries' : _Prop_Auto_Target_Libraries,
1738n/a 'Cache_symbolics' : _Prop_Cache_symbolics,
1739n/a 'Data_Update_Interval' : _Prop_Data_Update_Interval,
1740n/a 'Log_System_Messages' : _Prop_Log_System_Messages,
1741n/a 'Relocated_Executable_Path' : _Prop_Relocated_Executable_Path,
1742n/a 'Stop_at_temp_breakpoint' : _Prop_Stop_at_temp_breakpoint,
1743n/a 'Temp_Breakpoint_Type' : _Prop_Temp_Breakpoint_Type,
1744n/a 'Temp_breakpoint_names' : _Prop_Temp_breakpoint_names,
1745n/a 'Update_Data_While_Running' : _Prop_Update_Data_While_Running,
1746n/a}
1747n/aDebugger_Target._privelemdict = {
1748n/a}
1749n/aDebugger_Windowing._superclassnames = []
1750n/aDebugger_Windowing._privpropdict = {
1751n/a 'Debugging_Start_Action' : _Prop_Debugging_Start_Action,
1752n/a 'Do_Nothing_To_Projects' : _Prop_Do_Nothing_To_Projects,
1753n/a}
1754n/aDebugger_Windowing._privelemdict = {
1755n/a}
1756n/adata_member._superclassnames = []
1757n/adata_member._privpropdict = {
1758n/a 'access' : _Prop_access,
1759n/a 'declaration_end_offset' : _Prop_declaration_end_offset,
1760n/a 'declaration_start_offset' : _Prop_declaration_start_offset,
1761n/a 'name' : _Prop_name,
1762n/a 'static' : _Prop_static,
1763n/a}
1764n/adata_member._privelemdict = {
1765n/a}
1766n/aEditor._superclassnames = []
1767n/aEditor._privpropdict = {
1768n/a 'Background_Color' : _Prop_Background_Color,
1769n/a 'Balance' : _Prop_Balance,
1770n/a 'Context_Popup_Delay' : _Prop_Context_Popup_Delay,
1771n/a 'Default_Text_File_Format' : _Prop_Default_Text_File_Format,
1772n/a 'Dynamic_Scroll' : _Prop_Dynamic_Scroll,
1773n/a 'Flash_Delay' : _Prop_Flash_Delay,
1774n/a 'Left_Margin_Line_Select' : _Prop_Left_Margin_Line_Select,
1775n/a 'Main_Text_Color' : _Prop_Main_Text_Color,
1776n/a 'Relaxed_C_Popup_Parsing' : _Prop_Relaxed_C_Popup_Parsing,
1777n/a 'Remember_Font' : _Prop_Remember_Font,
1778n/a 'Remember_Selection' : _Prop_Remember_Selection,
1779n/a 'Remember_Window' : _Prop_Remember_Window,
1780n/a 'Sort_Function_Popup' : _Prop_Sort_Function_Popup,
1781n/a 'Use_Drag__26__Drop_Editing' : _Prop_Use_Drag__26__Drop_Editing,
1782n/a 'Use_Multiple_Undo' : _Prop_Use_Multiple_Undo,
1783n/a}
1784n/aEditor._privelemdict = {
1785n/a}
1786n/aEnvironment_Variable._superclassnames = []
1787n/aEnvironment_Variable._privpropdict = {
1788n/a 'name' : _Prop_name,
1789n/a 'value' : _Prop_value,
1790n/a}
1791n/aEnvironment_Variable._privelemdict = {
1792n/a}
1793n/aError_Information._superclassnames = []
1794n/aError_Information._privpropdict = {
1795n/a 'disk_file' : _Prop_disk_file,
1796n/a 'lineNumber' : _Prop_lineNumber,
1797n/a 'message' : _Prop_message,
1798n/a 'messageKind' : _Prop_messageKind,
1799n/a}
1800n/aError_Information._privelemdict = {
1801n/a}
1802n/aFunction_Information._superclassnames = []
1803n/aFunction_Information._privpropdict = {
1804n/a 'disk_file' : _Prop_disk_file,
1805n/a 'lineNumber' : _Prop_lineNumber,
1806n/a}
1807n/aFunction_Information._privelemdict = {
1808n/a}
1809n/aFile_Mappings._superclassnames = []
1810n/aFile_Mappings._privpropdict = {
1811n/a 'Mappings' : _Prop_Mappings,
1812n/a}
1813n/aFile_Mappings._privelemdict = {
1814n/a}
1815n/aFile_Mapping._superclassnames = []
1816n/aFile_Mapping._privpropdict = {
1817n/a 'Compiler' : _Prop_Compiler,
1818n/a 'Extension' : _Prop_Extension,
1819n/a 'File_Type' : _Prop_File_Type,
1820n/a 'Ignored_by_Make' : _Prop_Ignored_by_Make,
1821n/a 'Launchable' : _Prop_Launchable,
1822n/a 'Precompiled' : _Prop_Precompiled,
1823n/a 'Resource_File' : _Prop_Resource_File,
1824n/a}
1825n/aFile_Mapping._privelemdict = {
1826n/a}
1827n/aGlobal_Source_Trees._superclassnames = []
1828n/aGlobal_Source_Trees._privpropdict = {
1829n/a 'Source_Trees' : _Prop_Source_Trees,
1830n/a}
1831n/aGlobal_Source_Trees._privelemdict = {
1832n/a}
1833n/aExtras._superclassnames = []
1834n/aExtras._privpropdict = {
1835n/a 'Automatic_Toolbar_Help' : _Prop_Automatic_Toolbar_Help,
1836n/a 'External_Reference' : _Prop_External_Reference,
1837n/a 'Full_Screen_Zoom' : _Prop_Full_Screen_Zoom,
1838n/a 'Recent_Editor_Count' : _Prop_Recent_Editor_Count,
1839n/a 'Recent_Project_Count' : _Prop_Recent_Project_Count,
1840n/a 'Use_Editor_Extensions' : _Prop_Use_Editor_Extensions,
1841n/a 'Use_External_Editor' : _Prop_Use_External_Editor,
1842n/a 'Use_Script_Menu' : _Prop_Use_Script_Menu,
1843n/a 'Use_ToolServer_Menu' : _Prop_Use_ToolServer_Menu,
1844n/a}
1845n/aExtras._privelemdict = {
1846n/a}
1847n/aBuild_Extras._superclassnames = []
1848n/aBuild_Extras._privpropdict = {
1849n/a 'Browser_Active' : _Prop_Browser_Active,
1850n/a 'Cache_Subproject_Data' : _Prop_Cache_Subproject_Data,
1851n/a 'Dump_Browser_Info' : _Prop_Dump_Browser_Info,
1852n/a 'Modification_Date_Caching' : _Prop_Modification_Date_Caching,
1853n/a}
1854n/aBuild_Extras._privelemdict = {
1855n/a}
1856n/amember_function._superclassnames = []
1857n/amember_function._privpropdict = {
1858n/a 'access' : _Prop_access,
1859n/a 'declaration_end_offset' : _Prop_declaration_end_offset,
1860n/a 'declaration_file' : _Prop_declaration_file,
1861n/a 'declaration_start_offset' : _Prop_declaration_start_offset,
1862n/a 'implementation_end_offset' : _Prop_implementation_end_offset,
1863n/a 'implementation_file' : _Prop_implementation_file,
1864n/a 'implementation_start_offset' : _Prop_implementation_start_offset,
1865n/a 'name' : _Prop_name,
1866n/a 'static' : _Prop_static,
1867n/a 'virtual' : _Prop_virtual,
1868n/a}
1869n/amember_function._privelemdict = {
1870n/a}
1871n/aAccess_Paths._superclassnames = []
1872n/aAccess_Paths._privpropdict = {
1873n/a 'Always_Full_Search' : _Prop_Always_Full_Search,
1874n/a 'Convert_Paths' : _Prop_Convert_Paths,
1875n/a 'Require_Framework_Includes' : _Prop_Require_Framework_Includes,
1876n/a 'System_Paths' : _Prop_System_Paths,
1877n/a 'User_Paths' : _Prop_User_Paths,
1878n/a}
1879n/aAccess_Paths._privelemdict = {
1880n/a}
1881n/aPath_Information._superclassnames = []
1882n/aPath_Information._privpropdict = {
1883n/a 'format' : _Prop_format,
1884n/a 'framework' : _Prop_framework,
1885n/a 'host_flags' : _Prop_host_flags,
1886n/a 'name' : _Prop_name,
1887n/a 'origin' : _Prop_origin,
1888n/a 'recursive' : _Prop_recursive,
1889n/a 'root' : _Prop_root,
1890n/a}
1891n/aPath_Information._privelemdict = {
1892n/a}
1893n/aPlugin_Settings._superclassnames = []
1894n/aPlugin_Settings._privpropdict = {
1895n/a 'Disable_Third_Party_COM_Plugins' : _Prop_Disable_Third_Party_COM_Plugins,
1896n/a 'Plugin_Diagnostics_Level' : _Prop_Plugin_Diagnostics_Level,
1897n/a}
1898n/aPlugin_Settings._privelemdict = {
1899n/a}
1900n/aRuntime_Settings._superclassnames = []
1901n/aRuntime_Settings._privpropdict = {
1902n/a 'Command_Line_Arguments' : _Prop_Command_Line_Arguments,
1903n/a 'Environment_Variables' : _Prop_Environment_Variables,
1904n/a 'Host_Application' : _Prop_Host_Application,
1905n/a 'Working_Directory' : _Prop_Working_Directory,
1906n/a}
1907n/aRuntime_Settings._privelemdict = {
1908n/a}
1909n/aRelative_Path._superclassnames = []
1910n/aRelative_Path._privpropdict = {
1911n/a 'format' : _Prop_format,
1912n/a 'name' : _Prop_name,
1913n/a 'origin' : _Prop_origin,
1914n/a 'root' : _Prop_root,
1915n/a}
1916n/aRelative_Path._privelemdict = {
1917n/a}
1918n/aShielded_Folder._superclassnames = []
1919n/aShielded_Folder._privpropdict = {
1920n/a 'Expression_To_Match' : _Prop_Expression_To_Match,
1921n/a 'Skip_Find_And_Compare_Operations' : _Prop_Skip_Find_And_Compare_Operations,
1922n/a 'Skip_Project_Operations' : _Prop_Skip_Project_Operations,
1923n/a}
1924n/aShielded_Folder._privelemdict = {
1925n/a}
1926n/aShielded_Folders._superclassnames = []
1927n/aShielded_Folders._privpropdict = {
1928n/a 'Shielded_Items' : _Prop_Shielded_Items,
1929n/a}
1930n/aShielded_Folders._privelemdict = {
1931n/a}
1932n/aSyntax_Coloring._superclassnames = []
1933n/aSyntax_Coloring._privpropdict = {
1934n/a 'Comment_Color' : _Prop_Comment_Color,
1935n/a 'Custom_Color_1' : _Prop_Custom_Color_1,
1936n/a 'Custom_Color_2' : _Prop_Custom_Color_2,
1937n/a 'Custom_Color_3' : _Prop_Custom_Color_3,
1938n/a 'Custom_Color_4' : _Prop_Custom_Color_4,
1939n/a 'Keyword_Color' : _Prop_Keyword_Color,
1940n/a 'String_Color' : _Prop_String_Color,
1941n/a 'Syntax_Coloring' : _Prop_Syntax_Coloring,
1942n/a}
1943n/aSyntax_Coloring._privelemdict = {
1944n/a}
1945n/aSegment._superclassnames = []
1946n/aSegment._privpropdict = {
1947n/a 'filecount' : _Prop_filecount,
1948n/a 'name' : _Prop_name,
1949n/a 'seg_2d_locked' : _Prop_seg_2d_locked,
1950n/a 'seg_2d_preloaded' : _Prop_seg_2d_preloaded,
1951n/a 'seg_2d_protected' : _Prop_seg_2d_protected,
1952n/a 'seg_2d_purgeable' : _Prop_seg_2d_purgeable,
1953n/a 'seg_2d_system_heap' : _Prop_seg_2d_system_heap,
1954n/a}
1955n/aSegment._privelemdict = {
1956n/a}
1957n/aProjectFile._superclassnames = []
1958n/aProjectFile._privpropdict = {
1959n/a 'codesize' : _Prop_codesize,
1960n/a 'datasize' : _Prop_datasize,
1961n/a 'disk_file' : _Prop_disk_file,
1962n/a 'filetype' : _Prop_filetype,
1963n/a 'includes' : _Prop_includes,
1964n/a 'initialize_before' : _Prop_initialize_before,
1965n/a 'name' : _Prop_name,
1966n/a 'symbols' : _Prop_symbols,
1967n/a 'up_to_date' : _Prop_up_to_date,
1968n/a 'weak_link' : _Prop_weak_link,
1969n/a}
1970n/aProjectFile._privelemdict = {
1971n/a}
1972n/aSource_Tree._superclassnames = []
1973n/aSource_Tree._privpropdict = {
1974n/a 'format' : _Prop_format,
1975n/a 'name' : _Prop_name,
1976n/a 'path' : _Prop_path,
1977n/a 'path_kind' : _Prop_path_kind,
1978n/a}
1979n/aSource_Tree._privelemdict = {
1980n/a}
1981n/aTarget_Settings._superclassnames = []
1982n/aTarget_Settings._privpropdict = {
1983n/a 'Linker' : _Prop_Linker,
1984n/a 'Output_Directory_Location' : _Prop_Output_Directory_Location,
1985n/a 'Output_Directory_Origin' : _Prop_Output_Directory_Origin,
1986n/a 'Output_Directory_Path' : _Prop_Output_Directory_Path,
1987n/a 'Post_Linker' : _Prop_Post_Linker,
1988n/a 'Pre_Linker' : _Prop_Pre_Linker,
1989n/a 'Target_Name' : _Prop_Target_Name,
1990n/a 'Use_Relative_Paths' : _Prop_Use_Relative_Paths,
1991n/a}
1992n/aTarget_Settings._privelemdict = {
1993n/a}
1994n/aTarget_Source_Trees._superclassnames = []
1995n/aTarget_Source_Trees._privpropdict = {
1996n/a 'Source_Trees' : _Prop_Source_Trees,
1997n/a}
1998n/aTarget_Source_Trees._privelemdict = {
1999n/a}
2000n/aVCS_Setup._superclassnames = []
2001n/aVCS_Setup._privpropdict = {
2002n/a 'Always_Prompt' : _Prop_Always_Prompt,
2003n/a 'Auto_Connect' : _Prop_Auto_Connect,
2004n/a 'Connection_Method' : _Prop_Connection_Method,
2005n/a 'Database_Path' : _Prop_Database_Path,
2006n/a 'Local_Path' : _Prop_Local_Path,
2007n/a 'Mount_Volume' : _Prop_Mount_Volume,
2008n/a 'Password' : _Prop_Password,
2009n/a 'Store_Password' : _Prop_Store_Password,
2010n/a 'Use_Global_Settings' : _Prop_Use_Global_Settings,
2011n/a 'Username' : _Prop_Username,
2012n/a 'VCS_Active' : _Prop_VCS_Active,
2013n/a}
2014n/aVCS_Setup._privelemdict = {
2015n/a}
2016n/aFont._superclassnames = []
2017n/aFont._privpropdict = {
2018n/a 'Auto_Indent' : _Prop_Auto_Indent,
2019n/a 'Tab_Indents_Selection' : _Prop_Tab_Indents_Selection,
2020n/a 'Tab_Inserts_Spaces' : _Prop_Tab_Inserts_Spaces,
2021n/a 'Tab_Size' : _Prop_Tab_Size,
2022n/a 'Text_Font' : _Prop_Text_Font,
2023n/a 'Text_Size' : _Prop_Text_Size,
2024n/a}
2025n/aFont._privelemdict = {
2026n/a}
2027n/a_Enum_Acce = {
2028n/a 'public' : 'Publ', #
2029n/a 'protected' : 'Prot', #
2030n/a 'private' : 'Priv', #
2031n/a}
2032n/a
2033n/a_Enum_BXbr = {
2034n/a 'Always_Build' : 'BXb1', # Always build the target before running.
2035n/a 'Ask_Build' : 'BXb2', # Ask before building the target when running.
2036n/a 'Never_Build' : 'BXb3', # Never before building the target before running.
2037n/a}
2038n/a
2039n/a_Enum_DbSA = {
2040n/a 'No_Action' : 'DSA1', # Don\xd5t do anything to non-debug windows
2041n/a 'Hide_Windows' : 'DSA2', # Hide non-debugging windows
2042n/a 'Collapse_Windows' : 'DSA3', # Collapse non-debugging windows
2043n/a 'Close_Windows' : 'DSA4', # Close non-debugging windows
2044n/a}
2045n/a
2046n/a_Enum_DgBL = {
2047n/a 'Always' : 'DgB0', # Always build before debugging.
2048n/a 'Never' : 'DgB1', # Never build before debugging.
2049n/a 'Ask' : 'DgB2', # Ask about building before debugging.
2050n/a}
2051n/a
2052n/a_Enum_ErrT = {
2053n/a 'information' : 'ErIn', #
2054n/a 'compiler_warning' : 'ErCW', #
2055n/a 'compiler_error' : 'ErCE', #
2056n/a 'definition' : 'ErDf', #
2057n/a 'linker_warning' : 'ErLW', #
2058n/a 'linker_error' : 'ErLE', #
2059n/a 'find_result' : 'ErFn', #
2060n/a 'generic_error' : 'ErGn', #
2061n/a}
2062n/a
2063n/a_Enum_Inte = {
2064n/a 'never_interact' : 'eNvr', # Never allow user interactions
2065n/a 'interact_with_self' : 'eInS', # Allow user interaction only when an AppleEvent is sent from within CodeWarrior
2066n/a 'interact_with_local' : 'eInL', # Allow user interaction when AppleEvents are sent from applications on the same machine (default)
2067n/a 'interact_with_all' : 'eInA', # Allow user interaction from both local and remote AppleEvents
2068n/a}
2069n/a
2070n/a_Enum_Lang = {
2071n/a 'C' : 'LC ', #
2072n/a 'C_2b__2b_' : 'LC++', #
2073n/a 'Pascal' : 'LP ', #
2074n/a 'Object_Pascal' : 'LP++', #
2075n/a 'Java' : 'LJav', #
2076n/a 'Assembler' : 'LAsm', #
2077n/a 'Unknown' : 'L? ', #
2078n/a}
2079n/a
2080n/a_Enum_PPrm = {
2081n/a 'absolute' : 'Abso', # An absolute path name, including volume name.
2082n/a 'project_relative' : 'PRel', # A path relative to the current project\xd5s folder.
2083n/a 'shell_relative' : 'SRel', # A path relative to the CodeWarrior\xaa folder.
2084n/a 'system_relative' : 'YRel', # A path relative to the system folder
2085n/a 'root_relative' : 'RRel', #
2086n/a}
2087n/a
2088n/a_Enum_PXdg = {
2089n/a 'Diagnose_None' : 'PXd1', # No Plugin Diagnostics.
2090n/a 'Diagnose_Errors' : 'PXd2', # Plugin Diagnostics for errors only.
2091n/a 'Diagnose_All' : 'PXd3', # Plugin Diagnostics for everything.
2092n/a}
2093n/a
2094n/a_Enum_PthF = {
2095n/a 'Generic_Path' : 'PFGn', #
2096n/a 'MacOS_Path' : 'PFMc', # MacOS path using colon as separator
2097n/a 'Windows_Path' : 'PFWn', # Windows path using backslash as separator
2098n/a 'Unix_Path' : 'PFUx', # Unix path using slash as separator
2099n/a}
2100n/a
2101n/a_Enum_RefP = {
2102n/a 'Think_Reference' : 'DanR', #
2103n/a 'QuickView' : 'ALTV', #
2104n/a}
2105n/a
2106n/a_Enum_STKd = {
2107n/a 'Absolute_Path' : 'STK0', # The \xd2path\xd3 property is an absolute path to the location of the source tree.
2108n/a 'Registry_Key' : 'STK1', # The \xd2path\xd3 property is the name of a registry key that contains the path to the root.
2109n/a 'Environment_Variable' : 'STK2', # The \xd2path\xd3 property is the name of an environment variable that contains the path to the root.
2110n/a}
2111n/a
2112n/a_Enum_SrcT = {
2113n/a 'source' : 'FTxt', # A source file (.c, .cp, .p, etc).
2114n/a 'unknown' : 'FUnk', # An unknown file type.
2115n/a}
2116n/a
2117n/a_Enum_TmpB = {
2118n/a 'User_Specified' : 'Usrs', # Use user specified symbols when setting temporary breakpoints on program launch.
2119n/a 'Default' : 'Dflt', # Use system default symbols when setting temporary breakpoints on program launch.
2120n/a}
2121n/a
2122n/a_Enum_TxtF = {
2123n/a 'MacOS' : 'TxF0', # MacOS text format
2124n/a 'DOS' : 'TxF1', # DOS text format
2125n/a 'Unix' : 'TxF2', # Unix text format
2126n/a}
2127n/a
2128n/a_Enum_savo = {
2129n/a 'yes' : 'yes ', # Save changes
2130n/a 'no' : 'no ', # Do not save changes
2131n/a 'ask' : 'ask ', # Ask the user whether to save
2132n/a}
2133n/a
2134n/a
2135n/a#
2136n/a# Indices of types declared in this module
2137n/a#
2138n/a_classdeclarations = {
2139n/a 'BRKW' : Browser_Coloring,
2140n/a 'BSTG' : Build_Settings,
2141n/a 'BsCl' : base_class,
2142n/a 'CUKW' : Custom_Keywords,
2143n/a 'Cata' : browser_catalog,
2144n/a 'Clas' : class_,
2145n/a 'DbDS' : Debugger_Display,
2146n/a 'DbGL' : Debugger_Global,
2147n/a 'DbTG' : Debugger_Target,
2148n/a 'DbWN' : Debugger_Windowing,
2149n/a 'DtMb' : data_member,
2150n/a 'EDTR' : Editor,
2151n/a 'EnvV' : Environment_Variable,
2152n/a 'ErrM' : Error_Information,
2153n/a 'FDef' : Function_Information,
2154n/a 'FLMP' : File_Mappings,
2155n/a 'FMap' : File_Mapping,
2156n/a 'GSTs' : Global_Source_Trees,
2157n/a 'GXTR' : Extras,
2158n/a 'LXTR' : Build_Extras,
2159n/a 'MbFn' : member_function,
2160n/a 'PATH' : Access_Paths,
2161n/a 'PInf' : Path_Information,
2162n/a 'PSTG' : Plugin_Settings,
2163n/a 'RSTG' : Runtime_Settings,
2164n/a 'RlPt' : Relative_Path,
2165n/a 'SFit' : Shielded_Folder,
2166n/a 'SHFL' : Shielded_Folders,
2167n/a 'SNTX' : Syntax_Coloring,
2168n/a 'Seg ' : Segment,
2169n/a 'SrcF' : ProjectFile,
2170n/a 'SrcT' : Source_Tree,
2171n/a 'TARG' : Target_Settings,
2172n/a 'TSTs' : Target_Source_Trees,
2173n/a 'VCSs' : VCS_Setup,
2174n/a 'mFNT' : Font,
2175n/a}
2176n/a
2177n/a_propdeclarations = {
2178n/a 'Acce' : _Prop_access,
2179n/a 'BW00' : _Prop_Browser_Keywords,
2180n/a 'BW01' : _Prop_Classes_Color,
2181n/a 'BW02' : _Prop_Constants_Color,
2182n/a 'BW03' : _Prop_Enums_Color,
2183n/a 'BW04' : _Prop_Functions_Color,
2184n/a 'BW05' : _Prop_Globals_Color,
2185n/a 'BW06' : _Prop_Macros_Color,
2186n/a 'BW07' : _Prop_Templates_Color,
2187n/a 'BW08' : _Prop_Typedefs_Color,
2188n/a 'BW10' : _Prop_Template_Commands_in_Menu,
2189n/a 'BX01' : _Prop_Completion_Sound,
2190n/a 'BX02' : _Prop_Success_Sound,
2191n/a 'BX03' : _Prop_Failure_Sound,
2192n/a 'BX04' : _Prop_Build_Before_Running,
2193n/a 'BX05' : _Prop_Include_Cache_Size,
2194n/a 'BX06' : _Prop_Compiler_Thread_Stack_Size,
2195n/a 'BX07' : _Prop_Save_Before_Building,
2196n/a 'Bfor' : _Prop_initialize_before,
2197n/a 'CSiz' : _Prop_codesize,
2198n/a 'Clas' : _Prop_class_,
2199n/a 'DSiz' : _Prop_datasize,
2200n/a 'Db01' : _Prop_Show_Variable_Types,
2201n/a 'Db02' : _Prop_Sort_By_Method,
2202n/a 'Db03' : _Prop_Use_RTTI,
2203n/a 'Db04' : _Prop_Threads_in_Window,
2204n/a 'Db05' : _Prop_Variable_Hints,
2205n/a 'Db06' : _Prop_Watchpoint_Hilite,
2206n/a 'Db07' : _Prop_Variable_Changed_Hilite,
2207n/a 'Db08' : _Prop_Default_Array_Size,
2208n/a 'Db09' : _Prop_Show_Locals,
2209n/a 'Db10' : _Prop_Show_As_Decimal,
2210n/a 'DcEn' : _Prop_declaration_end_offset,
2211n/a 'DcFl' : _Prop_declaration_file,
2212n/a 'DcSt' : _Prop_declaration_start_offset,
2213n/a 'DfEn' : _Prop_implementation_end_offset,
2214n/a 'DfFl' : _Prop_implementation_file,
2215n/a 'DfSt' : _Prop_implementation_start_offset,
2216n/a 'Dg01' : _Prop_Ignore_Mod_Dates,
2217n/a 'Dg02' : _Prop_Open_All_Classes,
2218n/a 'Dg03' : _Prop_Launch_Apps_on_Open,
2219n/a 'Dg04' : _Prop_Confirm_Kill,
2220n/a 'Dg05' : _Prop_Stop_at_Main,
2221n/a 'Dg06' : _Prop_Select_Stack_Crawl,
2222n/a 'Dg07' : _Prop_Dont_Step_in_Runtime,
2223n/a 'Dg11' : _Prop_Auto_Target_Libraries,
2224n/a 'Dg12' : _Prop_Cache_Edited_Files,
2225n/a 'Dg13' : _Prop_File_Cache_Duration,
2226n/a 'Dt02' : _Prop_Log_System_Messages,
2227n/a 'Dt08' : _Prop_Update_Data_While_Running,
2228n/a 'Dt09' : _Prop_Data_Update_Interval,
2229n/a 'Dt10' : _Prop_Relocated_Executable_Path,
2230n/a 'Dt13' : _Prop_Stop_at_temp_breakpoint,
2231n/a 'Dt14' : _Prop_Temp_breakpoint_names,
2232n/a 'Dt15' : _Prop_Cache_symbolics,
2233n/a 'Dt16' : _Prop_Temp_Breakpoint_Type,
2234n/a 'Dw01' : _Prop_Debugging_Start_Action,
2235n/a 'Dw02' : _Prop_Do_Nothing_To_Projects,
2236n/a 'ED01' : _Prop_Flash_Delay,
2237n/a 'ED02' : _Prop_Dynamic_Scroll,
2238n/a 'ED03' : _Prop_Balance,
2239n/a 'ED04' : _Prop_Use_Drag__26__Drop_Editing,
2240n/a 'ED06' : _Prop_Sort_Function_Popup,
2241n/a 'ED07' : _Prop_Use_Multiple_Undo,
2242n/a 'ED08' : _Prop_Remember_Font,
2243n/a 'ED09' : _Prop_Remember_Selection,
2244n/a 'ED10' : _Prop_Remember_Window,
2245n/a 'ED12' : _Prop_Main_Text_Color,
2246n/a 'ED13' : _Prop_Background_Color,
2247n/a 'ED14' : _Prop_Context_Popup_Delay,
2248n/a 'ED15' : _Prop_Relaxed_C_Popup_Parsing,
2249n/a 'ED16' : _Prop_Left_Margin_Line_Select,
2250n/a 'ED17' : _Prop_Default_Text_File_Format,
2251n/a 'EX04' : _Prop_Modification_Date_Caching,
2252n/a 'EX07' : _Prop_Full_Screen_Zoom,
2253n/a 'EX08' : _Prop_External_Reference,
2254n/a 'EX09' : _Prop_Browser_Active,
2255n/a 'EX10' : _Prop_Use_Editor_Extensions,
2256n/a 'EX11' : _Prop_Use_External_Editor,
2257n/a 'EX12' : _Prop_Use_Script_Menu,
2258n/a 'EX16' : _Prop_Recent_Editor_Count,
2259n/a 'EX17' : _Prop_Recent_Project_Count,
2260n/a 'EX18' : _Prop_Use_ToolServer_Menu,
2261n/a 'EX19' : _Prop_Automatic_Toolbar_Help,
2262n/a 'EX30' : _Prop_Dump_Browser_Info,
2263n/a 'EX31' : _Prop_Cache_Subproject_Data,
2264n/a 'ErrL' : _Prop_lineNumber,
2265n/a 'ErrS' : _Prop_message,
2266n/a 'ErrT' : _Prop_messageKind,
2267n/a 'FMps' : _Prop_Mappings,
2268n/a 'FN01' : _Prop_Auto_Indent,
2269n/a 'FN02' : _Prop_Tab_Size,
2270n/a 'FN03' : _Prop_Tab_Indents_Selection,
2271n/a 'FN04' : _Prop_Tab_Inserts_Spaces,
2272n/a 'Frmt' : _Prop_format,
2273n/a 'Frmw' : _Prop_framework,
2274n/a 'GH01' : _Prop_Syntax_Coloring,
2275n/a 'GH02' : _Prop_Comment_Color,
2276n/a 'GH03' : _Prop_Keyword_Color,
2277n/a 'GH04' : _Prop_String_Color,
2278n/a 'GH05' : _Prop_Custom_Color_1,
2279n/a 'GH06' : _Prop_Custom_Color_2,
2280n/a 'GH07' : _Prop_Custom_Color_3,
2281n/a 'GH08' : _Prop_Custom_Color_4,
2282n/a 'HstF' : _Prop_host_flags,
2283n/a 'IncF' : _Prop_includes,
2284n/a 'Kind' : _Prop_path_kind,
2285n/a 'Lang' : _Prop_language,
2286n/a 'NumF' : _Prop_filecount,
2287n/a 'Orig' : _Prop_origin,
2288n/a 'PA01' : _Prop_User_Paths,
2289n/a 'PA02' : _Prop_Always_Full_Search,
2290n/a 'PA03' : _Prop_System_Paths,
2291n/a 'PA04' : _Prop_Convert_Paths,
2292n/a 'PA05' : _Prop_Require_Framework_Includes,
2293n/a 'PLck' : _Prop_seg_2d_locked,
2294n/a 'PR04' : _Prop_File_Type,
2295n/a 'PX01' : _Prop_Plugin_Diagnostics_Level,
2296n/a 'PX02' : _Prop_Disable_Third_Party_COM_Plugins,
2297n/a 'Path' : _Prop_path,
2298n/a 'Prel' : _Prop_seg_2d_preloaded,
2299n/a 'Prot' : _Prop_seg_2d_protected,
2300n/a 'Purg' : _Prop_seg_2d_purgeable,
2301n/a 'RS01' : _Prop_Host_Application,
2302n/a 'RS02' : _Prop_Command_Line_Arguments,
2303n/a 'RS03' : _Prop_Working_Directory,
2304n/a 'RS04' : _Prop_Environment_Variables,
2305n/a 'Recu' : _Prop_recursive,
2306n/a 'Root' : _Prop_root,
2307n/a 'SF01' : _Prop_Expression_To_Match,
2308n/a 'SF02' : _Prop_Skip_Project_Operations,
2309n/a 'SF03' : _Prop_Skip_Find_And_Compare_Operations,
2310n/a 'SFis' : _Prop_Shielded_Items,
2311n/a 'ST01' : _Prop_Source_Trees,
2312n/a 'SrcT' : _Prop_filetype,
2313n/a 'Stat' : _Prop_static,
2314n/a 'SubA' : _Prop_all_subclasses,
2315n/a 'SubC' : _Prop_subclasses,
2316n/a 'SymG' : _Prop_symbols,
2317n/a 'SysH' : _Prop_seg_2d_system_heap,
2318n/a 'TA01' : _Prop_Linker,
2319n/a 'TA02' : _Prop_Extension,
2320n/a 'TA03' : _Prop_Precompiled,
2321n/a 'TA04' : _Prop_Resource_File,
2322n/a 'TA05' : _Prop_Launchable,
2323n/a 'TA06' : _Prop_Ignored_by_Make,
2324n/a 'TA07' : _Prop_Compiler,
2325n/a 'TA09' : _Prop_Post_Linker,
2326n/a 'TA10' : _Prop_Target_Name,
2327n/a 'TA11' : _Prop_Output_Directory_Path,
2328n/a 'TA12' : _Prop_Output_Directory_Origin,
2329n/a 'TA13' : _Prop_Pre_Linker,
2330n/a 'TA15' : _Prop_Use_Relative_Paths,
2331n/a 'TA16' : _Prop_Output_Directory_Location,
2332n/a 'UpTD' : _Prop_up_to_date,
2333n/a 'VC01' : _Prop_VCS_Active,
2334n/a 'VC02' : _Prop_Connection_Method,
2335n/a 'VC03' : _Prop_Username,
2336n/a 'VC04' : _Prop_Password,
2337n/a 'VC05' : _Prop_Auto_Connect,
2338n/a 'VC06' : _Prop_Store_Password,
2339n/a 'VC07' : _Prop_Always_Prompt,
2340n/a 'VC08' : _Prop_Mount_Volume,
2341n/a 'VC09' : _Prop_Database_Path,
2342n/a 'VC10' : _Prop_Local_Path,
2343n/a 'VC11' : _Prop_Use_Global_Settings,
2344n/a 'Valu' : _Prop_value,
2345n/a 'Virt' : _Prop_virtual,
2346n/a 'Weak' : _Prop_weak_link,
2347n/a 'file' : _Prop_disk_file,
2348n/a 'pnam' : _Prop_name,
2349n/a 'ptps' : _Prop_Text_Size,
2350n/a 'ptxf' : _Prop_Text_Font,
2351n/a}
2352n/a
2353n/a_compdeclarations = {
2354n/a}
2355n/a
2356n/a_enumdeclarations = {
2357n/a 'Acce' : _Enum_Acce,
2358n/a 'BXbr' : _Enum_BXbr,
2359n/a 'DbSA' : _Enum_DbSA,
2360n/a 'DgBL' : _Enum_DgBL,
2361n/a 'ErrT' : _Enum_ErrT,
2362n/a 'Inte' : _Enum_Inte,
2363n/a 'Lang' : _Enum_Lang,
2364n/a 'PPrm' : _Enum_PPrm,
2365n/a 'PXdg' : _Enum_PXdg,
2366n/a 'PthF' : _Enum_PthF,
2367n/a 'RefP' : _Enum_RefP,
2368n/a 'STKd' : _Enum_STKd,
2369n/a 'SrcT' : _Enum_SrcT,
2370n/a 'TmpB' : _Enum_TmpB,
2371n/a 'TxtF' : _Enum_TxtF,
2372n/a 'savo' : _Enum_savo,
2373n/a}