PageRenderTime 71ms CodeModel.GetById 31ms RepoModel.GetById 0ms app.codeStats 0ms

/lib-python/2.7/plat-mac/lib-scriptpackages/CodeWarrior/Metrowerks_Shell_Suite.py

https://bitbucket.org/SeanTater/pypy-bugfix-st
Python | 2373 lines | 2305 code | 29 blank | 39 comment | 12 complexity | 58b5955834b416b719158c65955ac9a5 MD5 | raw file

Large files files are truncated, but you can click here to view the full file

  1. """Suite Metrowerks Shell Suite: Events supported by the Metrowerks Project Shell
  2. Level 1, version 1
  3. Generated from /Volumes/Sap/Applications (Mac OS 9)/Metrowerks CodeWarrior 7.0/Metrowerks CodeWarrior/CodeWarrior IDE 4.2.5
  4. AETE/AEUT resource version 1/0, language 0, script 0
  5. """
  6. import aetools
  7. import MacOS
  8. _code = 'MMPR'
  9. class Metrowerks_Shell_Suite_Events:
  10. _argmap_Add_Files = {
  11. 'To_Segment' : 'Segm',
  12. }
  13. def Add_Files(self, _object, _attributes={}, **_arguments):
  14. """Add Files: Add the specified file(s) to the current project
  15. Required argument: List of files to add
  16. Keyword argument To_Segment: Segment number into which to add the file(s)
  17. Keyword argument _attributes: AppleEvent attribute dictionary
  18. Returns: Error code for each file added
  19. """
  20. _code = 'MMPR'
  21. _subcode = 'AddF'
  22. aetools.keysubst(_arguments, self._argmap_Add_Files)
  23. _arguments['----'] = _object
  24. _reply, _arguments, _attributes = self.send(_code, _subcode,
  25. _arguments, _attributes)
  26. if _arguments.get('errn', 0):
  27. raise aetools.Error, aetools.decodeerror(_arguments)
  28. # XXXX Optionally decode result
  29. if _arguments.has_key('----'):
  30. return _arguments['----']
  31. _argmap_Check_Syntax = {
  32. 'ExternalEditor' : 'Errs',
  33. }
  34. def Check_Syntax(self, _object, _attributes={}, **_arguments):
  35. """Check Syntax: Check the syntax of the specified file(s)
  36. Required argument: List of files to check the syntax of
  37. Keyword argument ExternalEditor: Should the contents of the message window be returned to the caller?
  38. Keyword argument _attributes: AppleEvent attribute dictionary
  39. Returns: Errors for each file whose syntax was checked
  40. """
  41. _code = 'MMPR'
  42. _subcode = 'Chek'
  43. aetools.keysubst(_arguments, self._argmap_Check_Syntax)
  44. _arguments['----'] = _object
  45. _reply, _arguments, _attributes = self.send(_code, _subcode,
  46. _arguments, _attributes)
  47. if _arguments.get('errn', 0):
  48. raise aetools.Error, aetools.decodeerror(_arguments)
  49. # XXXX Optionally decode result
  50. if _arguments.has_key('----'):
  51. return _arguments['----']
  52. def Close_Project(self, _no_object=None, _attributes={}, **_arguments):
  53. """Close Project: Close the current project
  54. Keyword argument _attributes: AppleEvent attribute dictionary
  55. """
  56. _code = 'MMPR'
  57. _subcode = 'ClsP'
  58. if _arguments: raise TypeError, 'No optional args expected'
  59. if _no_object is not None: raise TypeError, 'No direct arg expected'
  60. _reply, _arguments, _attributes = self.send(_code, _subcode,
  61. _arguments, _attributes)
  62. if _arguments.get('errn', 0):
  63. raise aetools.Error, aetools.decodeerror(_arguments)
  64. # XXXX Optionally decode result
  65. if _arguments.has_key('----'):
  66. return _arguments['----']
  67. _argmap_Close_Window = {
  68. 'Saving' : 'savo',
  69. }
  70. def Close_Window(self, _object, _attributes={}, **_arguments):
  71. """Close Window: Close the windows showing the specified files
  72. Required argument: The files to close
  73. Keyword argument Saving: Whether to save changes to each file before closing its window
  74. Keyword argument _attributes: AppleEvent attribute dictionary
  75. """
  76. _code = 'MMPR'
  77. _subcode = 'ClsW'
  78. aetools.keysubst(_arguments, self._argmap_Close_Window)
  79. _arguments['----'] = _object
  80. aetools.enumsubst(_arguments, 'savo', _Enum_savo)
  81. _reply, _arguments, _attributes = self.send(_code, _subcode,
  82. _arguments, _attributes)
  83. if _arguments.get('errn', 0):
  84. raise aetools.Error, aetools.decodeerror(_arguments)
  85. # XXXX Optionally decode result
  86. if _arguments.has_key('----'):
  87. return _arguments['----']
  88. _argmap_Compile = {
  89. 'ExternalEditor' : 'Errs',
  90. }
  91. def Compile(self, _object, _attributes={}, **_arguments):
  92. """Compile: Compile the specified file(s)
  93. Required argument: List of files to compile
  94. Keyword argument ExternalEditor: Should the contents of the message window be returned to the caller?
  95. Keyword argument _attributes: AppleEvent attribute dictionary
  96. Returns: Errors for each file compiled
  97. """
  98. _code = 'MMPR'
  99. _subcode = 'Comp'
  100. aetools.keysubst(_arguments, self._argmap_Compile)
  101. _arguments['----'] = _object
  102. _reply, _arguments, _attributes = self.send(_code, _subcode,
  103. _arguments, _attributes)
  104. if _arguments.get('errn', 0):
  105. raise aetools.Error, aetools.decodeerror(_arguments)
  106. # XXXX Optionally decode result
  107. if _arguments.has_key('----'):
  108. return _arguments['----']
  109. _argmap_Create_Project = {
  110. 'from_stationery' : 'Tmpl',
  111. }
  112. def Create_Project(self, _object, _attributes={}, **_arguments):
  113. """Create Project: Create a new project file
  114. Required argument: New project file specifier
  115. Keyword argument from_stationery: undocumented, typecode 'alis'
  116. Keyword argument _attributes: AppleEvent attribute dictionary
  117. """
  118. _code = 'MMPR'
  119. _subcode = 'NewP'
  120. aetools.keysubst(_arguments, self._argmap_Create_Project)
  121. _arguments['----'] = _object
  122. _reply, _arguments, _attributes = self.send(_code, _subcode,
  123. _arguments, _attributes)
  124. if _arguments.get('errn', 0):
  125. raise aetools.Error, aetools.decodeerror(_arguments)
  126. # XXXX Optionally decode result
  127. if _arguments.has_key('----'):
  128. return _arguments['----']
  129. def Get_Definition(self, _object, _attributes={}, **_arguments):
  130. """Get Definition: Returns the location(s) of a globally scoped function or data object.
  131. Required argument: undocumented, typecode 'TEXT'
  132. Keyword argument _attributes: AppleEvent attribute dictionary
  133. Returns: undocumented, typecode 'FDef'
  134. """
  135. _code = 'MMPR'
  136. _subcode = 'GDef'
  137. if _arguments: raise TypeError, 'No optional args expected'
  138. _arguments['----'] = _object
  139. _reply, _arguments, _attributes = self.send(_code, _subcode,
  140. _arguments, _attributes)
  141. if _arguments.get('errn', 0):
  142. raise aetools.Error, aetools.decodeerror(_arguments)
  143. # XXXX Optionally decode result
  144. if _arguments.has_key('----'):
  145. return _arguments['----']
  146. def Get_Open_Documents(self, _no_object=None, _attributes={}, **_arguments):
  147. """Get Open Documents: Returns the list of open documents
  148. Keyword argument _attributes: AppleEvent attribute dictionary
  149. Returns: The list of documents
  150. """
  151. _code = 'MMPR'
  152. _subcode = 'GDoc'
  153. if _arguments: raise TypeError, 'No optional args expected'
  154. if _no_object is not None: raise TypeError, 'No direct arg expected'
  155. _reply, _arguments, _attributes = self.send(_code, _subcode,
  156. _arguments, _attributes)
  157. if _arguments.get('errn', 0):
  158. raise aetools.Error, aetools.decodeerror(_arguments)
  159. # XXXX Optionally decode result
  160. if _arguments.has_key('----'):
  161. return _arguments['----']
  162. _argmap_Get_Preferences = {
  163. 'of' : 'PRec',
  164. 'from_panel' : 'PNam',
  165. }
  166. def Get_Preferences(self, _no_object=None, _attributes={}, **_arguments):
  167. """Get Preferences: Get the preferences for the current project
  168. Keyword argument of: Names of requested preferences
  169. Keyword argument from_panel: Name of the preference panel
  170. Keyword argument _attributes: AppleEvent attribute dictionary
  171. Returns: The requested preferences
  172. """
  173. _code = 'MMPR'
  174. _subcode = 'Gref'
  175. aetools.keysubst(_arguments, self._argmap_Get_Preferences)
  176. if _no_object is not None: raise TypeError, 'No direct arg expected'
  177. _reply, _arguments, _attributes = self.send(_code, _subcode,
  178. _arguments, _attributes)
  179. if _arguments.get('errn', 0):
  180. raise aetools.Error, aetools.decodeerror(_arguments)
  181. # XXXX Optionally decode result
  182. if _arguments.has_key('----'):
  183. return _arguments['----']
  184. _argmap_Get_Project_File = {
  185. 'Segment' : 'Segm',
  186. }
  187. def Get_Project_File(self, _object, _attributes={}, **_arguments):
  188. """Get Project File: Returns a description of a file in the project window.
  189. Required argument: The index of the file within its segment.
  190. Keyword argument Segment: The segment containing the file.
  191. Keyword argument _attributes: AppleEvent attribute dictionary
  192. Returns: undocumented, typecode 'SrcF'
  193. """
  194. _code = 'MMPR'
  195. _subcode = 'GFil'
  196. aetools.keysubst(_arguments, self._argmap_Get_Project_File)
  197. _arguments['----'] = _object
  198. _reply, _arguments, _attributes = self.send(_code, _subcode,
  199. _arguments, _attributes)
  200. if _arguments.get('errn', 0):
  201. raise aetools.Error, aetools.decodeerror(_arguments)
  202. # XXXX Optionally decode result
  203. if _arguments.has_key('----'):
  204. return _arguments['----']
  205. def Get_Project_Specifier(self, _no_object=None, _attributes={}, **_arguments):
  206. """Get Project Specifier: Return the File Specifier for the current project
  207. Keyword argument _attributes: AppleEvent attribute dictionary
  208. Returns: File Specifier for the current project
  209. """
  210. _code = 'MMPR'
  211. _subcode = 'GetP'
  212. if _arguments: raise TypeError, 'No optional args expected'
  213. if _no_object is not None: raise TypeError, 'No direct arg expected'
  214. _reply, _arguments, _attributes = self.send(_code, _subcode,
  215. _arguments, _attributes)
  216. if _arguments.get('errn', 0):
  217. raise aetools.Error, aetools.decodeerror(_arguments)
  218. # XXXX Optionally decode result
  219. if _arguments.has_key('----'):
  220. return _arguments['----']
  221. def Get_Segments(self, _no_object=None, _attributes={}, **_arguments):
  222. """Get Segments: Returns a description of each segment in the project.
  223. Keyword argument _attributes: AppleEvent attribute dictionary
  224. Returns: undocumented, typecode 'Seg '
  225. """
  226. _code = 'MMPR'
  227. _subcode = 'GSeg'
  228. if _arguments: raise TypeError, 'No optional args expected'
  229. if _no_object is not None: raise TypeError, 'No direct arg expected'
  230. _reply, _arguments, _attributes = self.send(_code, _subcode,
  231. _arguments, _attributes)
  232. if _arguments.get('errn', 0):
  233. raise aetools.Error, aetools.decodeerror(_arguments)
  234. # XXXX Optionally decode result
  235. if _arguments.has_key('----'):
  236. return _arguments['----']
  237. def Get_member_function_names(self, _object, _attributes={}, **_arguments):
  238. """Get member function names: Returns a list containing the names of all the member functions of a class object
  239. Required argument: must be a class object
  240. Keyword argument _attributes: AppleEvent attribute dictionary
  241. Returns: undocumented, typecode 'list'
  242. """
  243. _code = 'MMPR'
  244. _subcode = 'MbFN'
  245. if _arguments: raise TypeError, 'No optional args expected'
  246. _arguments['----'] = _object
  247. _reply, _arguments, _attributes = self.send(_code, _subcode,
  248. _arguments, _attributes)
  249. if _arguments.get('errn', 0):
  250. raise aetools.Error, aetools.decodeerror(_arguments)
  251. # XXXX Optionally decode result
  252. if _arguments.has_key('----'):
  253. return _arguments['----']
  254. def Get_nonsimple_classes(self, _no_object=None, _attributes={}, **_arguments):
  255. """Get nonsimple classes: Returns an alphabetical list of classes with member functions, bases classes, or subclasses
  256. Keyword argument _attributes: AppleEvent attribute dictionary
  257. Returns: undocumented, typecode 'list'
  258. """
  259. _code = 'MMPR'
  260. _subcode = 'NsCl'
  261. if _arguments: raise TypeError, 'No optional args expected'
  262. if _no_object is not None: raise TypeError, 'No direct arg expected'
  263. _reply, _arguments, _attributes = self.send(_code, _subcode,
  264. _arguments, _attributes)
  265. if _arguments.get('errn', 0):
  266. raise aetools.Error, aetools.decodeerror(_arguments)
  267. # XXXX Optionally decode result
  268. if _arguments.has_key('----'):
  269. return _arguments['----']
  270. def Goto_Function(self, _object, _attributes={}, **_arguments):
  271. """Goto Function: Goto Specified Function Name
  272. Required argument: undocumented, typecode 'TEXT'
  273. Keyword argument _attributes: AppleEvent attribute dictionary
  274. """
  275. _code = 'MMPR'
  276. _subcode = 'GoFn'
  277. if _arguments: raise TypeError, 'No optional args expected'
  278. _arguments['----'] = _object
  279. _reply, _arguments, _attributes = self.send(_code, _subcode,
  280. _arguments, _attributes)
  281. if _arguments.get('errn', 0):
  282. raise aetools.Error, aetools.decodeerror(_arguments)
  283. # XXXX Optionally decode result
  284. if _arguments.has_key('----'):
  285. return _arguments['----']
  286. def Goto_Line(self, _object, _attributes={}, **_arguments):
  287. """Goto Line: Goto Specified Line Number
  288. Required argument: The requested source file line number
  289. Keyword argument _attributes: AppleEvent attribute dictionary
  290. """
  291. _code = 'MMPR'
  292. _subcode = 'GoLn'
  293. if _arguments: raise TypeError, 'No optional args expected'
  294. _arguments['----'] = _object
  295. _reply, _arguments, _attributes = self.send(_code, _subcode,
  296. _arguments, _attributes)
  297. if _arguments.get('errn', 0):
  298. raise aetools.Error, aetools.decodeerror(_arguments)
  299. # XXXX Optionally decode result
  300. if _arguments.has_key('----'):
  301. return _arguments['----']
  302. def Is_In_Project(self, _object, _attributes={}, **_arguments):
  303. """Is In Project: Whether or not the specified file(s) is in the current project
  304. Required argument: List of files to check for project membership
  305. Keyword argument _attributes: AppleEvent attribute dictionary
  306. Returns: Result code for each file
  307. """
  308. _code = 'MMPR'
  309. _subcode = 'FInP'
  310. if _arguments: raise TypeError, 'No optional args expected'
  311. _arguments['----'] = _object
  312. _reply, _arguments, _attributes = self.send(_code, _subcode,
  313. _arguments, _attributes)
  314. if _arguments.get('errn', 0):
  315. raise aetools.Error, aetools.decodeerror(_arguments)
  316. # XXXX Optionally decode result
  317. if _arguments.has_key('----'):
  318. return _arguments['----']
  319. _argmap_Make_Project = {
  320. 'ExternalEditor' : 'Errs',
  321. }
  322. def Make_Project(self, _no_object=None, _attributes={}, **_arguments):
  323. """Make Project: Make the current project
  324. Keyword argument ExternalEditor: Should the contents of the message window be returned to the caller?
  325. Keyword argument _attributes: AppleEvent attribute dictionary
  326. Returns: Errors that occurred while making the project
  327. """
  328. _code = 'MMPR'
  329. _subcode = 'Make'
  330. aetools.keysubst(_arguments, self._argmap_Make_Project)
  331. if _no_object is not None: raise TypeError, 'No direct arg expected'
  332. _reply, _arguments, _attributes = self.send(_code, _subcode,
  333. _arguments, _attributes)
  334. if _arguments.get('errn', 0):
  335. raise aetools.Error, aetools.decodeerror(_arguments)
  336. # XXXX Optionally decode result
  337. if _arguments.has_key('----'):
  338. return _arguments['----']
  339. def Open_browser(self, _object, _attributes={}, **_arguments):
  340. """Open browser: Display a class, member function, or data member object in a single class browser window
  341. Required argument: an AE object reference
  342. Keyword argument _attributes: AppleEvent attribute dictionary
  343. """
  344. _code = 'MMPR'
  345. _subcode = 'Brow'
  346. if _arguments: raise TypeError, 'No optional args expected'
  347. _arguments['----'] = _object
  348. _reply, _arguments, _attributes = self.send(_code, _subcode,
  349. _arguments, _attributes)
  350. if _arguments.get('errn', 0):
  351. raise aetools.Error, aetools.decodeerror(_arguments)
  352. # XXXX Optionally decode result
  353. if _arguments.has_key('----'):
  354. return _arguments['----']
  355. _argmap_Precompile = {
  356. 'Saving_As' : 'Targ',
  357. 'ExternalEditor' : 'Errs',
  358. }
  359. def Precompile(self, _object, _attributes={}, **_arguments):
  360. """Precompile: Precompile the specified file to the specified destination file
  361. Required argument: File to precompile
  362. Keyword argument Saving_As: Destination file for precompiled header
  363. Keyword argument ExternalEditor: Should the contents of the message window be returned to the caller?
  364. Keyword argument _attributes: AppleEvent attribute dictionary
  365. Returns: Errors for the precompiled file
  366. """
  367. _code = 'MMPR'
  368. _subcode = 'PreC'
  369. aetools.keysubst(_arguments, self._argmap_Precompile)
  370. _arguments['----'] = _object
  371. _reply, _arguments, _attributes = self.send(_code, _subcode,
  372. _arguments, _attributes)
  373. if _arguments.get('errn', 0):
  374. raise aetools.Error, aetools.decodeerror(_arguments)
  375. # XXXX Optionally decode result
  376. if _arguments.has_key('----'):
  377. return _arguments['----']
  378. _argmap_Preprocess = {
  379. 'ExternalEditor' : 'Errs',
  380. }
  381. def Preprocess(self, _object, _attributes={}, **_arguments):
  382. """Preprocess: Preprocesses the specified file(s)
  383. Required argument: undocumented, typecode 'alis'
  384. Keyword argument ExternalEditor: undocumented, typecode 'bool'
  385. Keyword argument _attributes: AppleEvent attribute dictionary
  386. Returns: Errors for each preprocessed file
  387. """
  388. _code = 'MMPR'
  389. _subcode = 'PreP'
  390. aetools.keysubst(_arguments, self._argmap_Preprocess)
  391. _arguments['----'] = _object
  392. _reply, _arguments, _attributes = self.send(_code, _subcode,
  393. _arguments, _attributes)
  394. if _arguments.get('errn', 0):
  395. raise aetools.Error, aetools.decodeerror(_arguments)
  396. # XXXX Optionally decode result
  397. if _arguments.has_key('----'):
  398. return _arguments['----']
  399. def Remove_Binaries(self, _no_object=None, _attributes={}, **_arguments):
  400. """Remove Binaries: Remove the binary object code from the current project
  401. Keyword argument _attributes: AppleEvent attribute dictionary
  402. """
  403. _code = 'MMPR'
  404. _subcode = 'RemB'
  405. if _arguments: raise TypeError, 'No optional args expected'
  406. if _no_object is not None: raise TypeError, 'No direct arg expected'
  407. _reply, _arguments, _attributes = self.send(_code, _subcode,
  408. _arguments, _attributes)
  409. if _arguments.get('errn', 0):
  410. raise aetools.Error, aetools.decodeerror(_arguments)
  411. # XXXX Optionally decode result
  412. if _arguments.has_key('----'):
  413. return _arguments['----']
  414. def Remove_Files(self, _object, _attributes={}, **_arguments):
  415. """Remove Files: Remove the specified file(s) from the current project
  416. Required argument: List of files to remove
  417. Keyword argument _attributes: AppleEvent attribute dictionary
  418. Returns: Error code for each file removed
  419. """
  420. _code = 'MMPR'
  421. _subcode = 'RemF'
  422. if _arguments: raise TypeError, 'No optional args expected'
  423. _arguments['----'] = _object
  424. _reply, _arguments, _attributes = self.send(_code, _subcode,
  425. _arguments, _attributes)
  426. if _arguments.get('errn', 0):
  427. raise aetools.Error, aetools.decodeerror(_arguments)
  428. # XXXX Optionally decode result
  429. if _arguments.has_key('----'):
  430. return _arguments['----']
  431. def Reset_File_Paths(self, _no_object=None, _attributes={}, **_arguments):
  432. """Reset File Paths: Resets access paths for all files belonging to open project.
  433. Keyword argument _attributes: AppleEvent attribute dictionary
  434. """
  435. _code = 'MMPR'
  436. _subcode = 'ReFP'
  437. if _arguments: raise TypeError, 'No optional args expected'
  438. if _no_object is not None: raise TypeError, 'No direct arg expected'
  439. _reply, _arguments, _attributes = self.send(_code, _subcode,
  440. _arguments, _attributes)
  441. if _arguments.get('errn', 0):
  442. raise aetools.Error, aetools.decodeerror(_arguments)
  443. # XXXX Optionally decode result
  444. if _arguments.has_key('----'):
  445. return _arguments['----']
  446. _argmap_Run_Project = {
  447. 'ExternalEditor' : 'Errs',
  448. 'SourceDebugger' : 'DeBg',
  449. }
  450. def Run_Project(self, _no_object=None, _attributes={}, **_arguments):
  451. """Run Project: Run the current project
  452. Keyword argument ExternalEditor: Should the contents of the message window be returned to the caller?
  453. Keyword argument SourceDebugger: Run the application under the control of the source-level debugger
  454. Keyword argument _attributes: AppleEvent attribute dictionary
  455. Returns: Errors that occurred when running the project
  456. """
  457. _code = 'MMPR'
  458. _subcode = 'RunP'
  459. aetools.keysubst(_arguments, self._argmap_Run_Project)
  460. if _no_object is not None: raise TypeError, 'No direct arg expected'
  461. _reply, _arguments, _attributes = self.send(_code, _subcode,
  462. _arguments, _attributes)
  463. if _arguments.get('errn', 0):
  464. raise aetools.Error, aetools.decodeerror(_arguments)
  465. # XXXX Optionally decode result
  466. if _arguments.has_key('----'):
  467. return _arguments['----']
  468. def Save_Error_Window_As(self, _object, _attributes={}, **_arguments):
  469. """Save Error Window As: Saves the Errors & Warnings window as a text file
  470. Required argument: Destination file for Save Message Window As
  471. Keyword argument _attributes: AppleEvent attribute dictionary
  472. """
  473. _code = 'MMPR'
  474. _subcode = 'SvMs'
  475. if _arguments: raise TypeError, 'No optional args expected'
  476. _arguments['----'] = _object
  477. _reply, _arguments, _attributes = self.send(_code, _subcode,
  478. _arguments, _attributes)
  479. if _arguments.get('errn', 0):
  480. raise aetools.Error, aetools.decodeerror(_arguments)
  481. # XXXX Optionally decode result
  482. if _arguments.has_key('----'):
  483. return _arguments['----']
  484. def Set_Current_Target(self, _object=None, _attributes={}, **_arguments):
  485. """Set Current Target: Set the current target of a project
  486. Required argument: Name of target
  487. Keyword argument _attributes: AppleEvent attribute dictionary
  488. """
  489. _code = 'MMPR'
  490. _subcode = 'STrg'
  491. if _arguments: raise TypeError, 'No optional args expected'
  492. _arguments['----'] = _object
  493. _reply, _arguments, _attributes = self.send(_code, _subcode,
  494. _arguments, _attributes)
  495. if _arguments.get('errn', 0):
  496. raise aetools.Error, aetools.decodeerror(_arguments)
  497. # XXXX Optionally decode result
  498. if _arguments.has_key('----'):
  499. return _arguments['----']
  500. def Set_Default_Project(self, _object, _attributes={}, **_arguments):
  501. """Set Default Project: Set the default project
  502. Required argument: Name of project
  503. Keyword argument _attributes: AppleEvent attribute dictionary
  504. """
  505. _code = 'MMPR'
  506. _subcode = 'SDfP'
  507. if _arguments: raise TypeError, 'No optional args expected'
  508. _arguments['----'] = _object
  509. _reply, _arguments, _attributes = self.send(_code, _subcode,
  510. _arguments, _attributes)
  511. if _arguments.get('errn', 0):
  512. raise aetools.Error, aetools.decodeerror(_arguments)
  513. # XXXX Optionally decode result
  514. if _arguments.has_key('----'):
  515. return _arguments['----']
  516. _argmap_Set_Modification_Date = {
  517. 'to' : 'MDat',
  518. }
  519. def Set_Modification_Date(self, _object, _attributes={}, **_arguments):
  520. """Set Modification Date: Changes the internal modification date of the specified file(s)
  521. Required argument: List of files
  522. Keyword argument to: undocumented, typecode 'ldt '
  523. Keyword argument _attributes: AppleEvent attribute dictionary
  524. Returns: Error code for each modified file
  525. """
  526. _code = 'MMPR'
  527. _subcode = 'SMod'
  528. aetools.keysubst(_arguments, self._argmap_Set_Modification_Date)
  529. _arguments['----'] = _object
  530. _reply, _arguments, _attributes = self.send(_code, _subcode,
  531. _arguments, _attributes)
  532. if _arguments.get('errn', 0):
  533. raise aetools.Error, aetools.decodeerror(_arguments)
  534. # XXXX Optionally decode result
  535. if _arguments.has_key('----'):
  536. return _arguments['----']
  537. _argmap_Set_Preferences = {
  538. 'of_panel' : 'PNam',
  539. 'to' : 'PRec',
  540. }
  541. def Set_Preferences(self, _no_object=None, _attributes={}, **_arguments):
  542. """Set Preferences: Set the preferences for the current project
  543. Keyword argument of_panel: Name of the preference panel
  544. Keyword argument to: Preferences settings
  545. Keyword argument _attributes: AppleEvent attribute dictionary
  546. """
  547. _code = 'MMPR'
  548. _subcode = 'Pref'
  549. aetools.keysubst(_arguments, self._argmap_Set_Preferences)
  550. if _no_object is not None: raise TypeError, 'No direct arg expected'
  551. _reply, _arguments, _attributes = self.send(_code, _subcode,
  552. _arguments, _attributes)
  553. if _arguments.get('errn', 0):
  554. raise aetools.Error, aetools.decodeerror(_arguments)
  555. # XXXX Optionally decode result
  556. if _arguments.has_key('----'):
  557. return _arguments['----']
  558. _argmap_Set_Project_File = {
  559. 'to' : 'SrcS',
  560. }
  561. def Set_Project_File(self, _object, _attributes={}, **_arguments):
  562. """Set Project File: Changes the settings for a given file in the project.
  563. Required argument: The name of the file
  564. Keyword argument to: The new settings for the file
  565. Keyword argument _attributes: AppleEvent attribute dictionary
  566. """
  567. _code = 'MMPR'
  568. _subcode = 'SFil'
  569. aetools.keysubst(_arguments, self._argmap_Set_Project_File)
  570. _arguments['----'] = _object
  571. _reply, _arguments, _attributes = self.send(_code, _subcode,
  572. _arguments, _attributes)
  573. if _arguments.get('errn', 0):
  574. raise aetools.Error, aetools.decodeerror(_arguments)
  575. # XXXX Optionally decode result
  576. if _arguments.has_key('----'):
  577. return _arguments['----']
  578. _argmap_Set_Segment = {
  579. 'to' : 'Segm',
  580. }
  581. def Set_Segment(self, _object, _attributes={}, **_arguments):
  582. """Set Segment: Changes the name and attributes of a segment.
  583. Required argument: The segment to change
  584. Keyword argument to: The new name and attributes for the segment.
  585. Keyword argument _attributes: AppleEvent attribute dictionary
  586. """
  587. _code = 'MMPR'
  588. _subcode = 'SSeg'
  589. aetools.keysubst(_arguments, self._argmap_Set_Segment)
  590. _arguments['----'] = _object
  591. _reply, _arguments, _attributes = self.send(_code, _subcode,
  592. _arguments, _attributes)
  593. if _arguments.get('errn', 0):
  594. raise aetools.Error, aetools.decodeerror(_arguments)
  595. # XXXX Optionally decode result
  596. if _arguments.has_key('----'):
  597. return _arguments['----']
  598. def Touch(self, _object, _attributes={}, **_arguments):
  599. """Touch: Force recompilation of the specified file(s)
  600. Required argument: List of files to compile
  601. Keyword argument _attributes: AppleEvent attribute dictionary
  602. Returns: Error code for each file touched
  603. """
  604. _code = 'MMPR'
  605. _subcode = 'Toch'
  606. if _arguments: raise TypeError, 'No optional args expected'
  607. _arguments['----'] = _object
  608. _reply, _arguments, _attributes = self.send(_code, _subcode,
  609. _arguments, _attributes)
  610. if _arguments.get('errn', 0):
  611. raise aetools.Error, aetools.decodeerror(_arguments)
  612. # XXXX Optionally decode result
  613. if _arguments.has_key('----'):
  614. return _arguments['----']
  615. _argmap_Update_Project = {
  616. 'ExternalEditor' : 'Errs',
  617. }
  618. def Update_Project(self, _no_object=None, _attributes={}, **_arguments):
  619. """Update Project: Update the current project
  620. Keyword argument ExternalEditor: Should the contents of the message window be returned to the caller?
  621. Keyword argument _attributes: AppleEvent attribute dictionary
  622. Returns: Errors that occurred while updating the project
  623. """
  624. _code = 'MMPR'
  625. _subcode = 'UpdP'
  626. aetools.keysubst(_arguments, self._argmap_Update_Project)
  627. if _no_object is not None: raise TypeError, 'No direct arg expected'
  628. _reply, _arguments, _attributes = self.send(_code, _subcode,
  629. _arguments, _attributes)
  630. if _arguments.get('errn', 0):
  631. raise aetools.Error, aetools.decodeerror(_arguments)
  632. # XXXX Optionally decode result
  633. if _arguments.has_key('----'):
  634. return _arguments['----']
  635. class Browser_Coloring(aetools.ComponentItem):
  636. """Browser Coloring - Colors for Browser symbols. """
  637. want = 'BRKW'
  638. class _Prop_Browser_Keywords(aetools.NProperty):
  639. """Browser Keywords - Mark Browser symbols with color. """
  640. which = 'BW00'
  641. want = 'bool'
  642. class _Prop_Classes_Color(aetools.NProperty):
  643. """Classes Color - The color for classes. """
  644. which = 'BW01'
  645. want = 'cRGB'
  646. class _Prop_Constants_Color(aetools.NProperty):
  647. """Constants Color - The color for constants. """
  648. which = 'BW02'
  649. want = 'cRGB'
  650. class _Prop_Enums_Color(aetools.NProperty):
  651. """Enums Color - The color for enums. """
  652. which = 'BW03'
  653. want = 'cRGB'
  654. class _Prop_Functions_Color(aetools.NProperty):
  655. """Functions Color - Set color for functions. """
  656. which = 'BW04'
  657. want = 'cRGB'
  658. class _Prop_Globals_Color(aetools.NProperty):
  659. """Globals Color - The color for globals """
  660. which = 'BW05'
  661. want = 'cRGB'
  662. class _Prop_Macros_Color(aetools.NProperty):
  663. """Macros Color - The color for macros. """
  664. which = 'BW06'
  665. want = 'cRGB'
  666. class _Prop_Template_Commands_in_Menu(aetools.NProperty):
  667. """Template Commands in Menu - Include template commands in context menus """
  668. which = 'BW10'
  669. want = 'bool'
  670. class _Prop_Templates_Color(aetools.NProperty):
  671. """Templates Color - Set color for templates. """
  672. which = 'BW07'
  673. want = 'cRGB'
  674. class _Prop_Typedefs_Color(aetools.NProperty):
  675. """Typedefs Color - The color for typedefs. """
  676. which = 'BW08'
  677. want = 'cRGB'
  678. class Build_Settings(aetools.ComponentItem):
  679. """Build Settings - Build Settings preferences. """
  680. want = 'BSTG'
  681. class _Prop_Build_Before_Running(aetools.NProperty):
  682. """Build Before Running - Build the target before running. """
  683. which = 'BX04'
  684. want = 'BXbr'
  685. class _Prop_Compiler_Thread_Stack_Size(aetools.NProperty):
  686. """Compiler Thread Stack Size - Compiler Thread Stack Size """
  687. which = 'BX06'
  688. want = 'long'
  689. class _Prop_Completion_Sound(aetools.NProperty):
  690. """Completion Sound - Play a sound when finished a Bring Up To Date or Make command. """
  691. which = 'BX01'
  692. want = 'bool'
  693. class _Prop_Failure_Sound(aetools.NProperty):
  694. """Failure Sound - The sound CodeWarrior plays when it cannot finish a Bring Up To Date or Make command. """
  695. which = 'BX03'
  696. want = 'TEXT'
  697. class _Prop_Include_Cache_Size(aetools.NProperty):
  698. """Include Cache Size - Include file cache size. """
  699. which = 'BX05'
  700. want = 'long'
  701. class _Prop_Save_Before_Building(aetools.NProperty):
  702. """Save Before Building - Save open editor files before build operations """
  703. which = 'BX07'
  704. want = 'bool'
  705. class _Prop_Success_Sound(aetools.NProperty):
  706. """Success Sound - The sound CodeWarrior plays when it successfully finishes a Bring Up To Date or Make command. """
  707. which = 'BX02'
  708. want = 'TEXT'
  709. class base_class(aetools.ComponentItem):
  710. """base class - A base class or super class of a class """
  711. want = 'BsCl'
  712. class _Prop_access(aetools.NProperty):
  713. """access - """
  714. which = 'Acce'
  715. want = 'Acce'
  716. class _Prop_class_(aetools.NProperty):
  717. """class - The class object corresponding to this base class """
  718. which = 'Clas'
  719. want = 'obj '
  720. class _Prop_virtual(aetools.NProperty):
  721. """virtual - """
  722. which = 'Virt'
  723. want = 'bool'
  724. base_classes = base_class
  725. class Custom_Keywords(aetools.ComponentItem):
  726. """Custom Keywords - """
  727. want = 'CUKW'
  728. class _Prop_Custom_Color_1(aetools.NProperty):
  729. """Custom Color 1 - The color for the first set of custom keywords. """
  730. which = 'GH05'
  731. want = 'cRGB'
  732. class _Prop_Custom_Color_2(aetools.NProperty):
  733. """Custom Color 2 - The color for the second set custom keywords. """
  734. which = 'GH06'
  735. want = 'cRGB'
  736. class _Prop_Custom_Color_3(aetools.NProperty):
  737. """Custom Color 3 - The color for the third set of custom keywords. """
  738. which = 'GH07'
  739. want = 'cRGB'
  740. class _Prop_Custom_Color_4(aetools.NProperty):
  741. """Custom Color 4 - The color for the fourth set of custom keywords. """
  742. which = 'GH08'
  743. want = 'cRGB'
  744. class browser_catalog(aetools.ComponentItem):
  745. """browser catalog - The browser symbol catalog for the current project """
  746. want = 'Cata'
  747. # element 'Clas' as ['indx', 'name']
  748. class class_(aetools.ComponentItem):
  749. """class - A class, struct, or record type in the current project. """
  750. want = 'Clas'
  751. class _Prop_all_subclasses(aetools.NProperty):
  752. """all subclasses - the classes directly or indirectly derived from this class """
  753. which = 'SubA'
  754. want = 'Clas'
  755. class _Prop_declaration_end_offset(aetools.NProperty):
  756. """declaration end offset - End of class declaration """
  757. which = 'DcEn'
  758. want = 'long'
  759. class _Prop_declaration_file(aetools.NProperty):
  760. """declaration file - Source file containing the class declaration """
  761. which = 'DcFl'
  762. want = 'fss '
  763. class _Prop_declaration_start_offset(aetools.NProperty):
  764. """declaration start offset - Start of class declaration source code """
  765. which = 'DcSt'
  766. want = 'long'
  767. class _Prop_language(aetools.NProperty):
  768. """language - Implementation language of this class """
  769. which = 'Lang'
  770. want = 'Lang'
  771. class _Prop_name(aetools.NProperty):
  772. """name - """
  773. which = 'pnam'
  774. want = 'TEXT'
  775. class _Prop_subclasses(aetools.NProperty):
  776. """subclasses - the immediate subclasses of this class """
  777. which = 'SubC'
  778. want = 'Clas'
  779. # element 'BsCl' as ['indx']
  780. # element 'DtMb' as ['indx', 'name']
  781. # element 'MbFn' as ['indx', 'name']
  782. classes = class_
  783. class Debugger_Display(aetools.ComponentItem):
  784. """Debugger Display - Debugger Display preferences """
  785. want = 'DbDS'
  786. class _Prop_Default_Array_Size(aetools.NProperty):
  787. """Default Array Size - Controls whether CodeWarrior uses its own integrated editor or an external application for editing text files. """
  788. which = 'Db08'
  789. want = 'shor'
  790. class _Prop_Show_As_Decimal(aetools.NProperty):
  791. """Show As Decimal - Show variable values as decimal by default """
  792. which = 'Db10'
  793. want = 'bool'
  794. class _Prop_Show_Locals(aetools.NProperty):
  795. """Show Locals - Show locals by default """
  796. which = 'Db09'
  797. want = 'bool'
  798. class _Prop_Show_Variable_Types(aetools.NProperty):
  799. """Show Variable Types - Show variable types by default. """
  800. which = 'Db01'
  801. want = 'bool'
  802. class _Prop_Sort_By_Method(aetools.NProperty):
  803. """Sort By Method - Sort functions by method. """
  804. which = 'Db02'
  805. want = 'bool'
  806. class _Prop_Threads_in_Window(aetools.NProperty):
  807. """Threads in Window - Show threads in separate windows. """
  808. which = 'Db04'
  809. want = 'bool'
  810. class _Prop_Use_RTTI(aetools.NProperty):
  811. """Use RTTI - Enable RunTime Type Information. """
  812. which = 'Db03'
  813. want = 'bool'
  814. class _Prop_Variable_Changed_Hilite(aetools.NProperty):
  815. """Variable Changed Hilite - Variable changed hilite color. """
  816. which = 'Db07'
  817. want = 'cRGB'
  818. class _Prop_Variable_Hints(aetools.NProperty):
  819. """Variable Hints - Show variable hints. """
  820. which = 'Db05'
  821. want = 'bool'
  822. class _Prop_Watchpoint_Hilite(aetools.NProperty):
  823. """Watchpoint Hilite - Watchpoint hilite color. """
  824. which = 'Db06'
  825. want = 'cRGB'
  826. class Debugger_Global(aetools.ComponentItem):
  827. """Debugger Global - Debugger Global preferences """
  828. want = 'DbGL'
  829. class _Prop_Auto_Target_Libraries(aetools.NProperty):
  830. """Auto Target Libraries - Automatically target libraries when debugging """
  831. which = 'Dg11'
  832. want = 'bool'
  833. class _Prop_Cache_Edited_Files(aetools.NProperty):
  834. """Cache Edited Files - Cache edit files between debug sessions """
  835. which = 'Dg12'
  836. want = 'bool'
  837. class _Prop_Confirm_Kill(aetools.NProperty):
  838. """Confirm Kill - Confirm the \xd4killing\xd5 of the process. """
  839. which = 'Dg04'
  840. want = 'bool'
  841. class _Prop_Dont_Step_in_Runtime(aetools.NProperty):
  842. """Dont Step in Runtime - Don\xd5t step into runtime code when debugging. """
  843. which = 'Dg07'
  844. want = 'bool'
  845. class _Prop_File_Cache_Duration(aetools.NProperty):
  846. """File Cache Duration - Duration to keep files in cache (in days) """
  847. which = 'Dg13'
  848. want = 'shor'
  849. class _Prop_Ignore_Mod_Dates(aetools.NProperty):
  850. """Ignore Mod Dates - Ignore modification dates of files. """
  851. which = 'Dg01'
  852. want = 'bool'
  853. class _Prop_Launch_Apps_on_Open(aetools.NProperty):
  854. """Launch Apps on Open - Launch applications on the opening of sym files. """
  855. which = 'Dg03'
  856. want = 'bool'
  857. class _Prop_Open_All_Classes(aetools.NProperty):
  858. """Open All Classes - Open all Java class files. """
  859. which = 'Dg02'
  860. want = 'bool'
  861. class _Prop_Select_Stack_Crawl(aetools.NProperty):
  862. """Select Stack Crawl - Select the stack crawl. """
  863. which = 'Dg06'
  864. want = 'bool'
  865. class _Prop_Stop_at_Main(aetools.NProperty):
  866. """Stop at Main - Stop to debug on the main() function. """
  867. which = 'Dg05'
  868. want = 'bool'
  869. class Debugger_Target(aetools.ComponentItem):
  870. """Debugger Target - Debugger Target preferences """
  871. want = 'DbTG'
  872. class _Prop_Cache_symbolics(aetools.NProperty):
  873. """Cache symbolics - Cache symbolics between runs when executable doesn\xd5t change, else release symbolics files after killing process. """
  874. which = 'Dt15'
  875. want = 'bool'
  876. class _Prop_Data_Update_Interval(aetools.NProperty):
  877. """Data Update Interval - How often to update the data while running (in seconds) """
  878. which = 'Dt09'
  879. want = 'long'
  880. class _Prop_Log_System_Messages(aetools.NProperty):
  881. """Log System Messages - Log all system messages while debugging. """
  882. which = 'Dt02'
  883. want = 'bool'
  884. class _Prop_Relocated_Executable_Path(aetools.NProperty):
  885. """Relocated Executable Path - Path to location of relocated libraries, code resources or remote debugging folder """
  886. which = 'Dt10'
  887. want = 'RlPt'
  888. class _Prop_Stop_at_temp_breakpoint(aetools.NProperty):
  889. """Stop at temp breakpoint - Stop at a temp breakpoint on program launch. Set breakpoint type in Temp Breakpoint Type AppleEvent. """
  890. which = 'Dt13'
  891. want = 'bool'
  892. class _Prop_Temp_Breakpoint_Type(aetools.NProperty):
  893. """Temp Breakpoint Type - Type of temp breakpoint to set on program launch. """
  894. which = 'Dt16'
  895. want = 'TmpB'
  896. class _Prop_Temp_breakpoint_names(aetools.NProperty):
  897. """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. """
  898. which = 'Dt14'
  899. want = 'ctxt'
  900. class _Prop_Update_Data_While_Running(aetools.NProperty):
  901. """Update Data While Running - Should pause to update data while running """
  902. which = 'Dt08'
  903. want = 'bool'
  904. class Debugger_Windowing(aetools.ComponentItem):
  905. """Debugger Windowing - """
  906. want = 'DbWN'
  907. class _Prop_Debugging_Start_Action(aetools.NProperty):
  908. """Debugging Start Action - What action to take when debug session starts """
  909. which = 'Dw01'
  910. want = 'DbSA'
  911. class _Prop_Do_Nothing_To_Projects(aetools.NProperty):
  912. """Do Nothing To Projects - Suppress debugging start action for project windows """
  913. which = 'Dw02'
  914. want = 'bool'
  915. class data_member(aetools.ComponentItem):
  916. """data member - A class data member or field """
  917. want = 'DtMb'
  918. class _Prop_static(aetools.NProperty):
  919. """static - """
  920. which = 'Stat'
  921. want = 'bool'
  922. data_members = data_member
  923. class Editor(aetools.ComponentItem):
  924. """Editor - """
  925. want = 'EDTR'
  926. class _Prop_Background_Color(aetools.NProperty):
  927. """Background Color - Color of the background of editor windows. """
  928. which = 'ED13'
  929. want = 'cRGB'
  930. class _Prop_Balance(aetools.NProperty):
  931. """Balance - Flash the matching opening bracket when you type a closing bracket. """
  932. which = 'ED03'
  933. want = 'bool'
  934. class _Prop_Context_Popup_Delay(aetools.NProperty):
  935. """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. """
  936. which = 'ED14'
  937. want = 'long'
  938. class _Prop_Default_Text_File_Format(aetools.NProperty):
  939. """Default Text File Format - Default text file format (i.e. which type of line endings to use) """
  940. which = 'ED17'
  941. want = 'TxtF'
  942. class _Prop_Dynamic_Scroll(aetools.NProperty):
  943. """Dynamic Scroll - Display a window\xd5s contents as you move the scroll box. """
  944. which = 'ED02'
  945. want = 'bool'
  946. class _Prop_Flash_Delay(aetools.NProperty):
  947. """Flash Delay - The amount of time, in sixtieths of a second, the editor highlights a matching bracket. """
  948. which = 'ED01'
  949. want = 'long'
  950. class _Prop_Left_Margin_Line_Select(aetools.NProperty):
  951. """Left Margin Line Select - Clicking in the left margin selects lines """
  952. which = 'ED16'
  953. want = 'bool'
  954. class _Prop_Main_Text_Color(aetools.NProperty):
  955. """Main Text Color - Main, default, color for text. """
  956. which = 'ED12'
  957. want = 'cRGB'
  958. class _Prop_Relaxed_C_Popup_Parsing(aetools.NProperty):
  959. """Relaxed C Popup Parsing - Relax the function parser for C source files """
  960. which = 'ED15'
  961. want = 'bool'
  962. class _Prop_Remember_Font(aetools.NProperty):
  963. """Remember Font - Display a source file with its own font settings. """
  964. which = 'ED08'
  965. want = 'bool'
  966. class _Prop_Remember_Selection(aetools.NProperty):
  967. """Remember Selection - Restore the previous selection in a file when you open it. """
  968. which = 'ED09'
  969. want = 'bool'
  970. class _Prop_Remember_Window(aetools.NProperty):
  971. """Remember Window - Restore the last size and position for a source file window when you open it. """
  972. which = 'ED10'
  973. want = 'bool'
  974. class _Prop_Sort_Function_Popup(aetools.NProperty):
  975. """Sort Function Popup - """
  976. which = 'ED06'
  977. want = 'bool'
  978. class _Prop_Use_Drag__26__Drop_Editing(aetools.NProperty):
  979. """Use Drag & Drop Editing - Use Drag & Drop text editing. """
  980. which = 'ED04'
  981. want = 'bool'
  982. class _Prop_Use_Multiple_Undo(aetools.NProperty):
  983. """Use Multiple Undo - """
  984. which = 'ED07'
  985. want = 'bool'
  986. class Environment_Variable(aetools.ComponentItem):
  987. """Environment Variable - Environment variable for host OS """
  988. want = 'EnvV'
  989. class _Prop_value(aetools.NProperty):
  990. """value - Value of the environment variable """
  991. which = 'Valu'
  992. want = 'TEXT'
  993. class Error_Information(aetools.ComponentItem):
  994. """Error Information - Describes a single error or warning from the compiler or the linker. """
  995. want = 'ErrM'
  996. class _Prop_disk_file(aetools.NProperty):
  997. """disk file - The file where the error occurred. May not be returned for certain kinds of errors (eg, link errors). """
  998. which = 'file'
  999. want = 'fss '
  1000. class _Prop_lineNumber(aetools.NProperty):
  1001. """lineNumber - The line in the file where the error occurred. May not be returned for certain kinds of errors (eg, link errors). """
  1002. which = 'ErrL'
  1003. want = 'long'
  1004. class _Prop_message(aetools.NProperty):
  1005. """message - The error or warning message. """
  1006. which = 'ErrS'
  1007. want = 'TEXT'
  1008. class _Prop_messageKind(aetools.NProperty):
  1009. """messageKind - The type of error or warning. """
  1010. which = 'ErrT'
  1011. want = 'ErrT'
  1012. class Function_Information(aetools.ComponentItem):
  1013. """Function Information - Describes the location of any function or global data definition within the current project. """
  1014. want = 'FDef'
  1015. class File_Mappings(aetools.ComponentItem):
  1016. """File Mappings - Mappings of extensions & file types to compilers """
  1017. want = 'FLMP'
  1018. class _Prop_Mappings(aetools.NProperty):
  1019. """Mappings - """
  1020. which = 'FMps'
  1021. want = 'FMap'
  1022. class File_Mapping(aetools.ComponentItem):
  1023. """File Mapping - """
  1024. want = 'FMap'
  1025. class _Prop_Compiler(aetools.NProperty):
  1026. """Compiler - """
  1027. which = 'TA07'
  1028. want = 'TEXT'
  1029. class _Prop_Extension(aetools.NProperty):
  1030. """Extension - """
  1031. which = 'TA02'
  1032. want = 'TEXT'
  1033. class _Prop_File_Type(aetools.NProperty):
  1034. """File Type - """
  1035. which = 'PR04'
  1036. want = 'TEXT'
  1037. class _Prop_Ignored_by_Make(aetools.NProperty):
  1038. """Ignored by Make - """
  1039. which = 'TA06'
  1040. want = 'bool'
  1041. class _Prop_Launchable(aetools.NProperty):
  1042. """Launchable - """
  1043. which = 'TA05'
  1044. want = 'bool'
  1045. class _Prop_Precompiled(aetools.NProperty):
  1046. """Precompiled - """
  1047. which = 'TA03'
  1048. want = 'bool'
  1049. class _Prop_Resource_File(aetools.NProperty):
  1050. """Resource File - """
  1051. which = 'TA04'
  1052. want = 'bool'
  1053. class Global_Source_Trees(aetools.ComponentItem):
  1054. """Global Source Trees - Globally-defined source tree roots """
  1055. want = 'GSTs'
  1056. class _Prop_Source_Trees(aetools.NProperty):
  1057. """Source Trees - List of source tree roots """
  1058. which = 'ST01'
  1059. want = 'SrcT'
  1060. class Extras(aetools.ComponentItem):
  1061. """Extras - """
  1062. want = 'GXTR'
  1063. class _Prop_Automatic_Toolbar_Help(aetools.NProperty):
  1064. """Automatic Toolbar Help - Automatically show balloon help in toolbar after delay """
  1065. which = 'EX19'
  1066. want = 'bool'
  1067. class _Prop_External_Reference(aetools.NProperty):
  1068. """External Reference - Which on-line function reference to use. """
  1069. which = 'EX08'
  1070. want = 'RefP'
  1071. class _Prop_Full_Screen_Zoom(aetools.NProperty):
  1072. """Full Screen Zoom - Zoom windows to the full screen width. """
  1073. which = 'EX07'
  1074. want = 'bool'
  1075. class _Prop_Recent_Editor_Count(aetools.NProperty):
  1076. """Recent Editor Count - Maximum number of editor documents to show in the \xd2Open Recent\xd3 menu """
  1077. which = 'EX16'
  1078. want = 'shor'
  1079. class _Prop_Recent_Project_Count(aetools.NProperty):
  1080. """Recent Project Count - Maximum number of project documents to show in the \xd2Open Recent\xd3 menu """
  1081. which = 'EX17'
  1082. want = 'shor'
  1083. class _Prop_Use_Editor_Extensions(aetools.NProperty):
  1084. """Use Editor Extensions - Controls the use of the Editor Extensions menu """
  1085. which = 'EX10'
  1086. want = 'bool'
  1087. class _Prop_Use_External_Editor(aetools.NProperty):
  1088. """Use External Editor - Controls whether CodeWarrior uses its own integrated editor or an external application for editing text files. """
  1089. which = 'EX11'
  1090. want = 'bool'
  1091. class _Prop_Use_Script_Menu(aetools.NProperty):
  1092. """Use Script Menu - Controls the use of the AppleScript menu """
  1093. which = 'EX12'
  1094. want = 'bool'
  1095. class _Prop_Use_ToolServer_Menu(aetools.NProperty):
  1096. """Use ToolServer Menu - Controls the use of the ToolServer menu """
  1097. which = 'EX18'
  1098. want = 'bool'
  1099. class Build_Extras(aetools.ComponentItem):
  1100. """Build Extras - """
  1101. want = 'LXTR'
  1102. class _Prop_Browser_Active(aetools.NProperty):
  1103. """Browser Active - Allow the collection of browser information. """
  1104. which = 'EX09'
  1105. want = 'bool'
  1106. class _Prop_Cache_Subproject_Data(aetools.NProperty):
  1107. """Cache Subproject Data - """
  1108. which = 'EX31'
  1109. want = 'bool'
  1110. class _Prop_Dump_Browser_Info(aetools.NProperty):
  1111. """Dump Browser Info - """
  1112. which = 'EX30'
  1113. want = 'bool'
  1114. class _Prop_Modification_Date_Caching(aetools.NProperty):
  1115. """Modification Date Caching - """
  1116. which = 'EX04'
  1117. want = 'bool'
  1118. class member_function(aetools.ComponentItem):
  1119. """member function - A class member function or method. """
  1120. want = 'MbFn'
  1121. class _Prop_implementation_end_offset(aetools.NProperty):
  1122. """implementation end offset - end of member function definition """
  1123. which = 'DfEn'
  1124. want = 'long'
  1125. class _Prop_implementation_file(aetools.NProperty):
  1126. """implementation file - Source file containing the member function definition """
  1127. which = 'DfFl'
  1128. want = 'fss '
  1129. class _Prop_implementation_start_offset(aetools.NProperty):
  1130. """implementation start offset - start of member function definition source code """
  1131. which = 'DfSt'
  1132. want = 'long'
  1133. member_functions = member_function
  1134. class Acc

Large files files are truncated, but you can click here to view the full file