Configuration.XML 23 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522523524525526527528529530531532533534535536537538539540541542543544545546547548549550551552553554555556557558559560561562563564565566567568569570571572573574575576577578579580581582583584585586587588589590591592593594595596597598599600601602603604605606607608609610611612613614615616617618619620621622623624625626627628629630631632633634635636637638639640641642643644645646647648649650651652653654655656657658659660661662663664665
  1. <?xml version="1.0" encoding="UTF-8" standalone="yes"?>
  2. <!--
  3. Configuration
  4. To edit: PET.Open Configuration.XML
  5. To update: Configuration.Init ~
  6. -->
  7. <Config>
  8. <!-- Localization -->
  9. <Section name="Local">
  10. <Section name="Formats">
  11. <Section name="Date">
  12. <Setting name="Short" value="dd.mm.yy"/>
  13. <Setting name="Long" value="www, dd.mm.yyyy"/>
  14. </Section>
  15. <Section name="Time">
  16. <Setting name="Short" value="hh:nn"/>
  17. <Setting name="Long" value="hh:nn:ss"/>
  18. </Section>
  19. <Section name="Timezone">
  20. <Setting name="Name" value="GMT-1"/>
  21. <Setting name="GMTDiff" value="+1"/>
  22. </Section>
  23. </Section>
  24. <!-- ISO 936-1 language code -->
  25. <Setting name="Language" value="en"/>
  26. </Section>
  27. <!-- File systems -->
  28. <Section name="Files">
  29. <Section name="Alias">
  30. <Setting name="AosFS" value="DiskVolumes.New;DiskFS.NewFS"/>
  31. <Setting name="OldAosFS" value="OldDiskVolumes.New;OldDiskFS.NewFS"/>
  32. <Setting name="NatFS" value="DiskVolumes.New;DiskFS.NewFS"/>
  33. <Setting name="RamFS" value="RAMVolumes.New;DiskFS.NewFS"/>
  34. <Setting name="FatFS" value="FATVolumes.New;FATFiles.NewFS"/>
  35. <Setting name="IsoFS" value="ISO9660Volumes.New;ISO9660Files.NewFS"/>
  36. <Setting name="ZipFS" value="NIL;ZipFS.NewFS"/>
  37. <Setting name="RelativeFileSystem" value="NIL;RelativeFileSystem.NewFS"/>
  38. <Setting name="SmbFS" value="NIL;SambaClient.NewFS"/>
  39. </Section>
  40. </Section>
  41. <!-- Autostart -->
  42. <Section name="Autostart">
  43. <Setting name="FileTrapWriter" value="FileTrapWriter.Install"/>
  44. <Setting name="TrapWriter" value="WMTrapWriter.Install"/>
  45. <Setting name="Uptime Monitor" value="UpTime.Install"/>
  46. <Setting name="Start the main menu" value="StartMenu.Open"/>
  47. <Setting name="DefaultSkin" value="SkinEngine.Unload"/>
  48. <Setting name="Restore the desktop" value="WMRestorable.Load Auto.dsk"/>
  49. <Setting name="navigation manager" value="WMNavigate.Open -vs -n 1 0 0 Navigation:TaskList"/>
  50. <!-- Pinyin Input Method Editor (remove comment to activate)
  51. <Setting value="WMPinyinIME.Test"/>
  52. -->
  53. <Setting name="Tasklist" value="WMNavigate.Open -vs 1 0 0 Navigation:TaskList"/>
  54. <Setting name="Hotkey support" value="HotKeys.Open"/>
  55. <!-- Setting name="Hardware Detection" value="PCITools.DetectHardware"/-->
  56. </Section>
  57. <!-- WindowManager -->
  58. <Section name="WindowManager">
  59. <Section name="ColorScheme">
  60. <Section name="Default">
  61. <Setting name="TextBackColor" value="0H"/>
  62. <Setting name="TextColor" value="0FFH"/>
  63. </Section>
  64. </Section>
  65. <Section name="FontManager">
  66. <!-- switching off sharpening can result in visually
  67. hard to see lines in small chinese fonts -->
  68. <Setting name="SharpenContours" value="FALSE"/>
  69. <Section name="DefaultFont">
  70. <Setting name="Name" value="Vera"/>
  71. <Setting name="Size" value="14"/>
  72. <!-- font style - <empty>|Regular|Bold|Italic|BoldItalic -->
  73. <Setting name="Style" value=""/>
  74. </Section>
  75. <Section name="BoldFont">
  76. <Setting name="Name" value=""/>
  77. <Setting name="Size" value=""/>
  78. <!-- font style - <empty>|Regular|Bold|Italic|BoldItalic -->
  79. <Setting name="Style" value=""/>
  80. </Section>
  81. <Section name="MonospaceFont">
  82. <Setting name="Name" value=""/>
  83. <Setting name="Size" value=""/>
  84. <!-- font style - <empty>|Regular|Bold|Italic|BoldItalic -->
  85. <Setting name="Style" value=""/>
  86. </Section>
  87. <Section name="SerifFont">
  88. <Setting name="Name" value=""/>
  89. <Setting name="Size" value=""/>
  90. <!-- font style - <empty>|Regular|Bold|Italic|BoldItalic -->
  91. <Setting name="Style" value=""/>
  92. </Section>
  93. <Section name="SansSerifFont">
  94. <Setting name="Name" value=""/>
  95. <Setting name="Size" value=""/>
  96. <!-- font style - <empty>|Regular|Bold|Italic|BoldItalic -->
  97. <Setting name="Style" value=""/>
  98. </Section>
  99. <Section name="CursiveFont">
  100. <Setting name="Name" value=""/>
  101. <Setting name="Size" value=""/>
  102. <!-- font style - <empty>|Regular|Bold|Italic|BoldItalic -->
  103. <Setting name="Style" value=""/>
  104. </Section>
  105. <Section name="CasualFont">
  106. <Setting name="Name" value=""/>
  107. <Setting name="Size" value=""/>
  108. <!-- font style - <empty>|Regular|Bold|Italic|BoldItalic -->
  109. <Setting name="Style" value=""/>
  110. </Section>
  111. <Section name="FontLoaders">
  112. <Section name="OberonFonts">
  113. <Setting name="Exact" value="WMOberonFonts.LoadExactFont"/>
  114. <Setting name="Approximate" value="WMOberonFonts.LoadApproximateFont"/>
  115. </Section>
  116. <Section name="BitmapFonts">
  117. <Setting name="Exact" value="WMBitmapFont.LoadExactFont"/>
  118. <Setting name="Approximate" value="WMBitmapFont.LoadApproximateFont"/>
  119. </Section>
  120. <Section name="CCGFonts">
  121. <Setting name="Exact" value="WMCCGFonts.LoadExactFont"/>
  122. <Setting name="Approximate" value="WMCCGFonts.LoadApproximateFont"/>
  123. </Section>
  124. <Section name="OTFonts">
  125. <Setting name="Exact" value="WMOTFonts.LoadExactFont"/>
  126. <Setting name="Approximate" value="WMOTFonts.LoadApproximateFont"/>
  127. </Section>
  128. </Section>
  129. </Section>
  130. </Section>
  131. <!-- Font formats for GfxFonts.Open -->
  132. <Section name="FontFormats">
  133. <Setting name="TTF" value="GfxOType.Install"/>
  134. <Setting name="pk" value="GfxPKFonts.Install"/>
  135. </Section>
  136. <!-- TLS Settings -->
  137. <Section name="TLS">
  138. <Setting name="Certificate" value="bluebottleselfsigned.der"/>
  139. <Setting name="pHex" value="00fbe3108714d0f161c79b2fd03eaf8be07b477fbd534a1059d7244513b075700ec6d00cd6c61445932f6439ed31050e6ad43a51f1692e51e3e4691cab3d230ba7"/>
  140. <Setting name="qHex" value="00e7e7a06664c5a91c0502a010e2efffdbddf2fb6cbac07116e63c4b2090d1bd1ef1db15619a73cd34a490df9c1c86259bfa2bf71aab5e4f5414d4b9cc2f777d0d"/>
  141. <Setting name="eHex" value="10001"/>
  142. <Setting name="pLen" value="130"/>
  143. <Setting name="qLen" value="130"/>
  144. <Setting name="eLen" value="5"/>
  145. </Section>
  146. <!-- Archives -->
  147. <Section name="Archives">
  148. <Setting name="tar" value="Tar"/>
  149. <Setting name="skin" value="Tar"/>
  150. <Setting name="rep" value="Tar"/>
  151. </Section>
  152. <!-- Codecs -->
  153. <Section name="Codecs">
  154. <Section name="Multiplexer"/>
  155. <Section name="Demultiplexer">
  156. <Setting name="AVI" value="AVI.Factory"/>
  157. <Setting name="MPG" value="MPEGVideoDecoder.DemuxFactory"/>
  158. </Section>
  159. <Section name="Encoder">
  160. <Section name="Text">
  161. <Setting name="Oberon" value="TextUtilities.OberonEncoderFactory"/>
  162. <Setting name="BBT" value="TextUtilities.BluebottleEncoderFactory"/>
  163. <Setting name="UTF-8" value="TextUtilities.UTF8EncoderFactory"/>
  164. <Setting name="HEX" value="TextUtilities.HEXEncoderFactory"/>
  165. <Setting name="ISO8859-1" value="TextUtilities.ISO88591EncoderFactory"/>
  166. <Setting name="ISO-8859-5" value="CyrillicUtilities.ISO88595EncoderFactory"/>
  167. <Setting name="KOI8-R" value="CyrillicUtilities.KOI8REncoderFactory"/>
  168. <Setting name="KOI8-U" value="CyrillicUtilities.KOI8UEncoderFactory"/>
  169. <Setting name="CP1251" value="CyrillicUtilities.CP1251EncoderFactory"/>
  170. <Setting name="CP866" value="CyrillicUtilities.CP866EncoderFactory"/>
  171. </Section>
  172. <Section name="Image">
  173. <Setting name="BMP" value="BMPCodec.EncoderFactory"/>
  174. <Setting name="GIF" value="GIFCodec.ImageEncoderFactory"/>
  175. </Section>
  176. <Section name="Video"/>
  177. <Section name="Audio">
  178. <Setting name="WAV" value="WAVCodec.EncoderFactory"/>
  179. </Section>
  180. <Section name="Animation"/>
  181. </Section>
  182. <Section name="Decoder">
  183. <Section name="Text">
  184. <Setting name="Oberon" value="TextUtilities.OberonDecoderFactory"/>
  185. <Setting name="BBT" value="TextUtilities.BluebottleDecoderFactory"/>
  186. <Setting name="UTF-8" value="TextUtilities.UTF8DecoderFactory"/>
  187. <Setting name="HEX" value="TextUtilities.HEXDecoderFactory"/>
  188. <Setting name="ISO8859-1" value="TextUtilities.ISO88591DecoderFactory"/>
  189. <Setting name="ISO-8859-5" value="CyrillicUtilities.ISO88595DecoderFactory"/>
  190. <Setting name="KOI8-R" value="CyrillicUtilities.KOI8RDecoderFactory"/>
  191. <Setting name="KOI8-U" value="CyrillicUtilities.KOI8UDecoderFactory"/>
  192. <Setting name="CP1251" value="CyrillicUtilities.CP1251DecoderFactory"/>
  193. <Setting name="CP866" value="CyrillicUtilities.CP866DecoderFactory"/>
  194. </Section>
  195. <Section name="Image">
  196. <Setting name="JP2" value="JPEG2000Decoder.Factory"/>
  197. <Setting name="PNG" value="PNGDecoder.Factory"/>
  198. <Setting name="BMP" value="BMPCodec.DecoderFactory"/>
  199. <Setting name="GIF" value="GIFCodec.ImageDecoderFactory"/>
  200. <Setting name="JPEG" value="JPEGDecoder.Factory"/>
  201. <Setting name="JPG" value="JPEGDecoder.Factory"/>
  202. <Setting name="SVG" value="SVGDecoder.Factory"/>
  203. </Section>
  204. <Section name="Video">
  205. <Setting name="DivX" value="DivXDecoder.Factory"/>
  206. <Setting name="DIVX" value="DivXDecoder.Factory"/>
  207. <Setting name="divx" value="DivXDecoder.Factory"/>
  208. <Setting name="MPG" value="MPEGVideoDecoder.DecoderFactory"/>
  209. </Section>
  210. <Section name="Audio">
  211. <Setting name="MP3" value="MP3Decoder.Factory"/>
  212. <Setting name="WAV" value="WAVCodec.DecoderFactory"/>
  213. </Section>
  214. <Section name="Animation">
  215. <Setting name="GIF" value="GIFCodec.AnimationDecoderFactory"/>
  216. <Setting name="ANI" value="AnimationCodec.GenDecoder"/>
  217. </Section>
  218. </Section>
  219. </Section>
  220. <!-- IME -->
  221. <Section name="IME">
  222. <Setting name="Arabic" value="WMArabicIME.Install"/>
  223. <Setting name="Russian" value="WMRussianIME.Install"/>
  224. <Setting name="Ukrainian" value="WMUkrainianIME.Install"/>
  225. <Setting name="Armenian" value="WMArmenianIME.Install"/>
  226. <Setting name="Hebrew" value="WMHebrewIME.Install"/>
  227. <Setting name="Pinyin" value="WMPinyinIME.Install"/>
  228. <Setting name="Ethiopic" value="WMEthiopicIME.Install"/>
  229. <Setting name="Unicode" value="WMUnicodeIME.Install"/>
  230. </Section>
  231. <!-- Contextual Dependency -->
  232. <Section name="Context">
  233. <Setting name="Arabic" value="ArabicContext.xml"/>
  234. <Setting name="Test" value="TestContext.xml"/>
  235. </Section>
  236. <!-- Filehandler
  237. For each file extension, multiple handlers that perform different actions on a file can be
  238. registered. The action "Open" is considered to open the file with an application.
  239. Occurences of the string @filename in the attribute value of settings will be replaced by
  240. the filename parameter -->
  241. <Section name="Filehandlers">
  242. <!-- use lower case for extensions, sort lexographically -->
  243. <Section name="asm">
  244. <Setting name="Open" value="PET.Open"/>
  245. </Section>
  246. <Section name="atg">
  247. <Setting name="Open" value="PET.Open"/>
  248. </Section>
  249. <Section name="avi">
  250. <Setting name="Open" value="WMPlayer.Open"/>
  251. </Section>
  252. <Section name="bak">
  253. <Setting name="Open" value="PET.Open"/>
  254. </Section>
  255. <Section name="bmp">
  256. <Setting name="Open" value="WMPicView.Open"/>
  257. <Setting name="Set as background" value="WMBackdrop.AddBackdropImage '@filename' ? ? ? ?"/>
  258. </Section>
  259. <Section name="bnf">
  260. <Setting name="Open" value="PET.Open"/>
  261. </Section>
  262. <Section name="cwd">
  263. <Setting name="Open" value="WMComponents.Open"/>
  264. </Section>
  265. <Section name="dsk">
  266. <Setting name="Open" value="PET.Open"/>
  267. <Setting name="Load desktop" value="WMDesktops.Load"/>
  268. </Section>
  269. <Section name="ebnf">
  270. <Setting name="Open" value="PET.Open"/>
  271. </Section>
  272. <Section name="gif">
  273. <Setting name="Open" value="WMPicView.Open"/>
  274. <Setting name="Set as background" value="WMBackdrop.AddBackdropImage '@filename' ? ? ? ?"/>
  275. </Section>
  276. <Section name="htm">
  277. <Setting name="Open" value="WebBrowser.OpenFile"/>
  278. </Section>
  279. <Section name="html">
  280. <Setting name="Open" value="WebBrowser.OpenFile"/>
  281. </Section>
  282. <Section name="ini">
  283. <Setting name="Open" value="PET.Open"/>
  284. </Section>
  285. <Section name="jp2">
  286. <Setting name="Open" value="WMPicView.Open"/>
  287. <Setting name="Set as background" value="WMBackdrop.AddBackdropImage '@filename' ? ? ? ?"/>
  288. </Section>
  289. <Section name="jpeg">
  290. <Setting name="Open" value="WMPicView.Open"/>
  291. <Setting name="Set as background" value="WMBackdrop.AddBackdropImage '@filename' ? ? ? ?"/>
  292. </Section>
  293. <Section name="jpg">
  294. <Setting name="Open" value="WMPicView.Open"/>
  295. <Setting name="Set as background" value="WMBackdrop.AddBackdropImage '@filename' ? ? ? ?"/>
  296. </Section>
  297. <Section name="kul">
  298. <Setting name="Open" value="PET.Open"/>
  299. </Section>
  300. <Section name="log">
  301. <Setting name="Open" value="PET.Open"/>
  302. </Section>
  303. <Section name="mod">
  304. <Setting name="Open" value="PET.Open"/>
  305. <Setting name="Compile" value="Compiler.Compile @filename"/>
  306. </Section>
  307. <Section name="sym">
  308. <Setting name="Open" value="PET.Open"/>
  309. </Section>
  310. <Section name="gof">
  311. <Setting name="Open" value="FoxGenericObjectFile.Show"/>
  312. </Section>
  313. <Section name="mdf">
  314. <Setting name="Open" value="PET.Open"/>
  315. <Setting name="Compile" value="Compiler.Compile --activeCells -b=TRM @filename"/>
  316. </Section>
  317. <Section name="mos">
  318. <Setting name="Open" value="PET.Open"/>
  319. <Setting name="Compile" value="OSACompiler0.Compile \s @filename"/>
  320. </Section>
  321. <Section name="mpeg">
  322. <Setting name="Open" value="WMPlayer.Open"/>
  323. </Section>
  324. <Section name="mpg">
  325. <Setting name="Open" value="WMPlayer.Open"/>
  326. </Section>
  327. <Section name="abx">
  328. <Setting name="Open" value="Decoder.Open"/>
  329. </Section>
  330. <Section name="oba">
  331. <Setting name="Open" value="Decoder.Open"/>
  332. </Section>
  333. <Section name="obw">
  334. <Setting name="Open" value="Decoder.Open"/>
  335. </Section>
  336. <Section name="obx">
  337. <Setting name="Open" value="Decoder.Open"/>
  338. </Section>
  339. <Section name="obj">
  340. <Setting name="Open" value="Decoder.Open"/>
  341. </Section>
  342. <Section name="ogg">
  343. <Setting name="Open" value="OGGVorbisPlayer.Play"/>
  344. </Section>
  345. <Section name="pet">
  346. <Setting name="Open" value="PET.OpenState"/>
  347. </Section>
  348. <Section name="pict">
  349. <Setting name="Open" value="WMPicView.Open"/>
  350. </Section>
  351. <Section name="png">
  352. <Setting name="Open" value="WMPicView.Open"/>
  353. <Setting name="Set as background" value="WMBackdrop.AddBackdropImage '@filename' ? ? ? ?"/>
  354. </Section>
  355. <Section name="rep">
  356. <Setting name="Open" value="WMArchives.Open"/>
  357. </Section>
  358. <Section name="skin">
  359. <Setting name="Open" value="SkinEditor.Open"/>
  360. <Setting name="Set as skin" value="SkinEngine.Load"/>
  361. <Setting name="Open archive" value="WMArchives.Open"/>
  362. </Section>
  363. <Section name="svg">
  364. <Setting name="Open" value="WebBrowser.OpenFile"/>
  365. </Section>
  366. <Section name="tar">
  367. <Setting name="Open" value="WMArchives.Open"/>
  368. <Setting name="Untar" value="Tar.Extract"/>
  369. </Section>
  370. <Section name="test">
  371. <Setting name="Open" value="PET.Open"/>
  372. </Section>
  373. <Section name="text">
  374. <Setting name="Open" value="Notepad.Open"/>
  375. </Section>
  376. <Section name="txt">
  377. <Setting name="Open" value="Notepad.Open"/>
  378. </Section>
  379. <Section name="tool">
  380. <Setting name="Open" value="PET.Open"/>
  381. </Section>
  382. <Section name="wav">
  383. <Setting name="Open" value="WMPlayer.Open"/>
  384. </Section>
  385. <Section name="xml">
  386. <Setting name="Open" value="PET.Open"/>
  387. </Section>
  388. <Section name="zip">
  389. <Setting name="Extract" value="ZipTool.ExtractAll"/>
  390. </Section>
  391. </Section>
  392. <!-- Net Configuration Example -->
  393. <!--Section name="NetConfig">
  394. <Setting name="IPForwarding" value="FALSE" />
  395. <Setting name="EchoReply" value="TRUE" />
  396. <Setting name="PreferredProtocol" value="4" />
  397. <Section name="IPv4">
  398. <Section name="AutoNetConfig">
  399. <Setting name="Enabled" value="TRUE" />
  400. </Section>
  401. <Section name="Interface">
  402. <Setting name="Device" value="RTL8139#0" />
  403. <Setting name="Name" value="localv4" />
  404. <Setting name="Domain" value="mydomain.com" />
  405. <Setting name="DHCP" value="FALSE" />
  406. <Setting name="LocalAdr" value="192.168.1.17" />
  407. <Setting name="Gateway" value="192.168.1.1" />
  408. <Setting name="Netmask" value="255.255.255.0" />
  409. <Setting name="DNS" value="192.168.1.1" />
  410. </Section>
  411. <Section name="Interface">
  412. <Setting name="Device" value="RTL8139#0" />
  413. <Setting name="Name" value="dhcp" />
  414. <Setting name="Domain" value="mydomain.com" />
  415. <Setting name="DHCP" value="TRUE" />
  416. </Section>
  417. </Section>
  418. <Section name="IPv6">
  419. <Section name="AutoNetConfig">
  420. <Setting name="Enabled" value="TRUE" />
  421. <Setting name="DNS" value="2001::1" />
  422. </Section>
  423. <Section name="Interface">
  424. <Setting name="Device" value="RTL8139#0" />
  425. <Setting name="Name" value="v6Static" />
  426. <Setting name="DHCP" value="FALSE" />
  427. <Setting name="LocalAdr" value="2001:db8::1234:abcd" />
  428. <Setting name="Prefix" value="2001:db8::/32" />
  429. <Setting name="DNS" value="2001::1" />
  430. </Section>
  431. </Section>
  432. <Section name="NTP">
  433. <Setting name="Server0" value="0.ch.pool.ntp.org" />
  434. <Setting name="Server1" value="1.ch.pool.ntp.org" />
  435. <Setting name="Server2" value="2.ch.pool.ntp.org" />
  436. <Setting name="Server3" value="3.ch.pool.ntp.org" />
  437. </Section>
  438. </Section -->
  439. <!-- Applications -->
  440. <Section name="Applications">
  441. <Section name="PET">
  442. <Section name="General">
  443. <Setting name="BackupOnStore" value="Yes"/> <!-- No | Yes | Paranoid -->
  444. <Setting name="BackupOnCompile" value="FALSE"/>
  445. <Setting name="ShowPathInTabs" value="FALSE"/>
  446. <Setting name="ScratchPanelHeight" value="5"/>
  447. <Setting name="EnableWhitespaceWarnings" value="FALSE"/>
  448. <Setting name="ShowLineNumbers" value="FALSE"/>
  449. <Setting name="IndicateTabs" value="FALSE"/>
  450. <Setting name="CurrentLineColor" value="0"/>
  451. </Section>
  452. <Section name="Compilers">
  453. <Section name="PACO">
  454. <Setting name="caption" value="Compile"/>
  455. <Setting name="options" value="\Ws"/>
  456. <Setting name="fileExtension" value="MOLD"/>
  457. <Setting name="loadmodule" value="PC"/>
  458. <Setting name="genTree" value="PETModuleTree.GenModuleTree"/>
  459. <Setting name="findPC" value="TRUE"/>
  460. </Section>
  461. <Section name="Fox">
  462. <Setting name="caption" value="Compile"/>
  463. <Setting name="options" value="-w"/>
  464. <Setting name="fileExtension" value="MOD"/>
  465. <Setting name="loadmodule" value="TextCompiler"/>
  466. <Setting name="genTree" value="PETModuleTree.GenModuleTree"/>
  467. <Setting name="findPC" value="TRUE"/>
  468. </Section>
  469. <Section name="Fox">
  470. <Setting name="caption" value="Compile"/>
  471. <Setting name="options" value="--cellsAreObjects"/>
  472. <Setting name="fileExtension" value="MDF"/>
  473. <Setting name="loadmodule" value="TextCompiler"/>
  474. <Setting name="genTree" value="PETModuleTree.GenModuleTree"/>
  475. <Setting name="findPC" value="TRUE"/>
  476. </Section>
  477. <Section name="ReleaseTool">
  478. <Setting name="caption" value="Parse"/>
  479. <Setting name="options" value="\check"/>
  480. <Setting name="fileExtension" value="TOOL"/>
  481. <Setting name="loadmodule" value="Release"/>
  482. <Setting name="genTree" value="PETReleaseTree.GenBuildTree"/>
  483. <Setting name="findPC" value="FALSE"/>
  484. </Section>
  485. <Section name="AAMD64">
  486. <Setting name="caption" value="Assemble"/>
  487. <Setting name="options" value=""/>
  488. <Setting name="fileExtension" value="ASM"/>
  489. <Setting name="loadmodule" value="PCAAMD64"/>
  490. <Setting name="genTree" value=""/>
  491. <Setting name="findPC" value="FALSE"/>
  492. </Section>
  493. <Section name="XML">
  494. <Setting name="caption" value="Parse"/>
  495. <Setting name="options" value=""/>
  496. <Setting name="fileExtension" value="XML"/>
  497. <Setting name="loadmodule" value="PETXMLTree"/>
  498. <Setting name="genTree" value="PETXMLTree.GenXMLTree"/>
  499. <Setting name="findPC" value="FALSE"/>
  500. </Section>
  501. <Section name="OSACompiler0">
  502. <Setting name="caption" value="Compile"/>
  503. <Setting name="options" value="\s"/>
  504. <Setting name="fileExtension" value="MOS"/>
  505. <Setting name="loadmodule" value="OSACompiler0"/>
  506. <Setting name="genTree" value="PETModuleTree.GenModuleTree"/>
  507. <Setting name="findPC" value="TRUE"/>
  508. </Section>
  509. <Section name="TestTool">
  510. <Setting name="caption" value="Test"/>
  511. <Setting name="options" value="\e \r"/>
  512. <Setting name="fileExtension" value="TEST"/>
  513. <Setting name="loadmodule" value="PCTest"/>
  514. <Setting name="genTree" value=""/>
  515. <Setting name="findPC" value="FALSE"/>
  516. </Section>
  517. </Section>
  518. <Section name="SyntaxHighlighter">
  519. <!-- Map file extension to SyntaxHighlighter name -->
  520. <Setting name="MOD" value="Oberon"/>
  521. <Setting name ="MDF" value="DataflowOberon"/>
  522. <Setting name="MOS" value="Oberon"/>
  523. <Setting name="XML" value="XML"/>
  524. <Setting name="ASM" value="Assembler"/>
  525. <Setting name="TOOL" value="ReleaseTool"/>
  526. <Setting name="C" value="C"/>
  527. </Section>
  528. <Section name="Diff">
  529. <Setting name="Command" value="WMDiff.Open"/>
  530. <Setting name="Prefix" value=""/>
  531. <Setting name="Suffix" value=".Bak"/>
  532. </Section>
  533. <Section name="Search">
  534. <Setting name="Wrap" value="FALSE"/>
  535. <Setting name="HighlightAll" value="FALSE"/>
  536. <Setting name="CaseSensitive" value="TRUE"/>
  537. </Section>
  538. </Section>
  539. <Section name="WMV24Component">
  540. <Setting name="WindowStartupSize" value="800x400"/>
  541. <Setting name="IndicateKeyboardFocus" value="TRUE"/>
  542. <Setting name="LineFeed" value="FALSE"/>
  543. <Setting name="UseBackspace" value="TRUE"/>
  544. <Setting name="ShowStatusBar" value="TRUE"/>
  545. <Setting name="Echo" value="FALSE"/>
  546. <!-- PortNumber Bps Databits Stopbits Parity -->
  547. <Setting name="PortSettings" value="1 115200 8 1 none"/>
  548. <!-- When pressing X/Y-Send buttons, the optional command string is sent to the target device (incl. CR) before sending -->
  549. <Setting name="XReceiveCommand" value=""/>
  550. <Setting name="YReceiveCommand" value=""/>
  551. <!-- When pressing X/Y-Receive buttons, the optional command string and the filename is sent to the target device -->
  552. <Setting name="XSendCommand" value=""/>
  553. <Setting name="YSendCommand" value=""/>
  554. <!-- User-defined commands for the command menu -->
  555. <Section name="CommandMenu">
  556. <Setting name="Command1" value=""/>
  557. <Setting name="Command2" value=""/>
  558. </Section>
  559. </Section>
  560. <Section name="MailClient">
  561. <Setting name="IMAPServer" value=""/>
  562. <Setting name="UserName" value=""/>
  563. <Setting name="SMTPServer" value=""/>
  564. <Setting name="SMTPThisHost" value=""/>
  565. <Setting name="ExpungeOnFolderChange" value="TRUE"/>
  566. <Setting name="ExpungeOnDelete" value="FALSE"/>
  567. <Setting name="UseDragNDropAsMove" value="TRUE"/>
  568. <Setting name="ExpungeOnMove" value="TRUE"/>
  569. <Setting name="UseATrashBin" value="FALSE"/>
  570. <Setting name="SentFolder" value=""/>
  571. <Setting name="DraftFolder" value=""/>
  572. <Setting name="TrashBin" value=""/>
  573. <Setting name="From" value=""/>
  574. </Section>
  575. <Section name="Performance Monitor">
  576. <Section name="Plugins">
  577. <!-- Specify which plugins should be loaded at startup -->
  578. <Setting name="WMPerfMonPluginCpu" value="TRUE"/>
  579. <Setting name="WMPerfMonPluginMemory" value="TRUE"/>
  580. <Setting name="WMPerfMonPluginPerfMon" value="TRUE"/>
  581. <Setting name="WMPerfMonPluginMessages" value="TRUE"/>
  582. <Setting name="WMPerfMonPluginNetStats" value="FALSE"/>
  583. <Setting name="WMPerfMonPluginEvents" value="TRUE"/>
  584. <!-- kernel statistics plugins -->
  585. <Setting name="WMPerfMonPluginHeap" value="FALSE"/>
  586. <!-- device performance plugins -->
  587. <Setting name="WMPerfMonPluginNetwork" value="TRUE"/>
  588. <Setting name="WMPerfMonPluginSerials" value="FALSE"/>
  589. <Setting name="WMPerfMonPluginDisks" value="TRUE"/>
  590. <Setting name="WMPerfMonPluginUsb" value="TRUE"/>
  591. <!-- server statistics plugins -->
  592. <Setting name="WMPerfMonPluginHTTPServer" value="FALSE"/>
  593. <Setting name="WMPerfMonPluginFTPServer" value="FALSE"/>
  594. <Setting name="WMPerfMonPluginVNCServer" value="FALSE"/>
  595. <Setting name="WMPerfMonPluginQuoteServer" value="FALSE"/>
  596. <!-- other plugins -->
  597. <Setting name="WMPerfMonPluginExample" value="FALSE"/>
  598. </Section>
  599. </Section>
  600. </Section>
  601. <!-- Paco Compiler -->
  602. <Section name="Paco">
  603. <Setting name="ErrorMessages" value="Errors.XML"/>
  604. </Section>
  605. </Config>