home *** CD-ROM | disk | FTP | other *** search
/ Australian Personal Computer 1999 November / APC411-1.ISO / workshop / win95 / boxer.exe / TEMPLATE.INI < prev    next >
Encoding:
Text File  |  1999-09-04  |  11.4 KB  |  943 lines

  1. [Boxer Template Information]
  2.  
  3. [set=C]
  4. [insertmode=1]
  5.  
  6. [template=for]
  7. for (|;;)
  8.     {
  9. }
  10. [end template]
  11.  
  12. [template=while]
  13. while (|)
  14.     {
  15. }
  16. [end template]
  17.  
  18. [template=if]
  19. if (|)
  20.     {
  21. }
  22. [end template]
  23.  
  24. [template=main]
  25. void main(int argc, char *argv[])
  26. {
  27. }
  28.  
  29. [end template]
  30.  
  31. [template=do-while]
  32. do
  33.     {
  34. }
  35. ~while (|);
  36. [end template]
  37.  
  38. [template=if-else]
  39. if (|)
  40.     {
  41. }
  42. ~else
  43.     {
  44. }
  45. [end template]
  46. [end set]
  47.  
  48. [set=Examples]
  49. [insertmode=0]
  50.  
  51. [template=Address]
  52. Boxer Software
  53. P.O. Box 14545
  54. Scottsdale, AZ 85267-4545
  55. [end template]
  56.  
  57. [template=Website]
  58. http://www.boxersoftware.com
  59. [end template]
  60.  
  61. [template=Phones]
  62. voice: 602-485-1635
  63.   fax: 602-485-1636
  64. sales: 800-982-6937
  65. [end template]
  66.  
  67. [template=Email]
  68. info@boxersoftware.com
  69. [end template]
  70.  
  71. [template=Tagline]
  72. ----- Developers of the Award-Winning Boxer Text Editors -----
  73. email: sales@boxersoftware.com  website: www.boxersoftware.com
  74. voice: 602-485-1635    fax: 602-485-1636   sales: 800-982-6937
  75. Boxer Software, P.O. Box 14545, Scottsdale, AZ 85267-4545  USA
  76. [end template]
  77. [end set]
  78.  
  79. [set=HTML]
  80. [insertmode=0]
  81.  
  82. [template=address]
  83. <address>
  84. |
  85. </address>
  86.  
  87. [end template]
  88.  
  89. [template=bold]
  90. <b>|</b>
  91. [end template]
  92.  
  93. [template=center]
  94. <center>|</center>
  95. [end template]
  96.  
  97. [template=dir]
  98. <dir>
  99. |
  100. </dir>
  101.  
  102. [end template]
  103.  
  104. [template=empty page]
  105. <html>
  106.  
  107. <head>
  108. <title>|</title>
  109. </head>
  110.  
  111. <body>
  112. </body>
  113. </html>
  114.  
  115. [end template]
  116.  
  117. [template=form]
  118. <form>
  119. |
  120. </form>
  121.  
  122. [end template]
  123.  
  124. [template=graphic (img...)]
  125. <img src="|" alt="" align=>
  126.  
  127. [end template]
  128.  
  129. [template=head]
  130. <head>
  131. |
  132. </head>
  133.  
  134. [end template]
  135.  
  136. [template=italic (i)]
  137. <i>|</i>
  138. [end template]
  139.  
  140. [template=kbd]
  141. <kbd>|</kbd>
  142. [end template]
  143.  
  144. [template=list item (li)]
  145. <li>|
  146. [end template]
  147.  
  148. [template=mailto]
  149. <a href="mailto:|"></a>
  150.  
  151. [end template]
  152.  
  153. [template=newline (br)]
  154. <br>
  155. [end template]
  156.  
  157. [template=ordered list (ol)]
  158. <ol>
  159. |
  160. </ol>
  161. [end template]
  162.  
  163. [template=paragraph (p)]
  164. <p>
  165. [end template]
  166.  
  167. [template=quote mark]
  168. "
  169. [end template]
  170.  
  171. [template=horizontal rule]
  172. <hr>
  173.  
  174. [end template]
  175.  
  176. [template=strong]
  177. <strong>|</strong>
  178. [end template]
  179.  
  180. [template=title]
  181. <title>|</title>
  182.  
  183. [end template]
  184.  
  185. [template=underline]
  186. <u>|</u>
  187. [end template]
  188.  
  189. [template=var]
  190. <var>|</var>
  191. [end template]
  192.  
  193. [template=width]
  194. width=|
  195. [end template]
  196.  
  197. [template=fixed font (tt)]
  198. <tt>|</tt>
  199. [end template]
  200.  
  201. [template=body]
  202. <body>
  203. |
  204. </body>
  205.  
  206. [end template]
  207.  
  208. [template=href...]
  209. <a href="|"></a>
  210.  
  211. [end template]
  212.  
  213. [template=&]
  214. &
  215. [end template]
  216.  
  217. [template=<]
  218. <
  219. [end template]
  220.  
  221. [template=>]
  222. >
  223. [end template]
  224.  
  225. [template=copyright]
  226. ©
  227. [end template]
  228.  
  229. [template=registered]
  230. ®
  231. [end template]
  232.  
  233. [template=1/4]
  234. ¼
  235. [end template]
  236.  
  237. [template=1/2]
  238. ½
  239. [end template]
  240.  
  241. [template=3/4]
  242. ¾
  243. [end template]
  244. [end set]
  245.  
  246. [set=Macro Scheduler]
  247. [insertmode=0]
  248.  
  249. [template=Add]
  250. Add>
  251. [end template]
  252.  
  253. [template=Ask]
  254. Ask>
  255. [end template]
  256.  
  257. [template=Change Directory]
  258. Change Directory>
  259. [end template]
  260.  
  261. [template=CloseWindow]
  262. CloseWindow>
  263. [end template]
  264.  
  265. [template=ConCat]
  266. ConCat>
  267. [end template]
  268.  
  269. [template=CopyFile]
  270. CopyFile>
  271. [end template]
  272.  
  273. [template=CountFiles]
  274. CountFiles>
  275. [end template]
  276.  
  277. [template=CreateDir]
  278. CreateDir>
  279. [end template]
  280.  
  281. [template=DayOfWeek]
  282. DayOfWeek>
  283. [end template]
  284.  
  285. [template=DDEPoke]
  286. DDEPoke>
  287. [end template]
  288.  
  289. [template=DDERequest]
  290. DDERequest>
  291. [end template]
  292.  
  293. [template=DeleteFile]
  294. DeleteFile>
  295. [end template]
  296.  
  297. [template=EditIniFile]
  298. EditIniFile>
  299. [end template]
  300.  
  301. [template=ExecuteFile]
  302. ExecuteFile>
  303. [end template]
  304.  
  305. [template=FileDate]
  306. FileDate>
  307. [end template]
  308.  
  309. [template=FileSize]
  310. FileSize>
  311. [end template]
  312.  
  313. [template=FindWindowWithText]
  314. FindWindowWithText>
  315. [end template]
  316.  
  317. [template=FTPGetFile]
  318. FTPGetFile>
  319. [end template]
  320.  
  321. [template=FTPPutFile]
  322. FTPPutFile>
  323. [end template]
  324.  
  325. [template=GetActiveWindow]
  326. GetActiveWindow>
  327. [end template]
  328.  
  329. [template=GetClipBoard]
  330. GetClipBoard>
  331. [end template]
  332.  
  333. [template=GetCursorPos]
  334. GetCursorPos>
  335. [end template]
  336.  
  337. [template=GetDate]
  338. GetDate>
  339. [end template]
  340.  
  341. [template=GetTime]
  342. GetTime>
  343. [end template]
  344.  
  345. [template=GetWindowPos]
  346. GetWindowPos>
  347. [end template]
  348.  
  349. [template=Hour]
  350. Hour>
  351. [end template]
  352.  
  353. [template=Input]
  354. Input>
  355. [end template]
  356.  
  357. [template=Length]
  358. Length>
  359. [end template]
  360.  
  361. [template=Let]
  362. Let>
  363. [end template]
  364.  
  365. [template=Macro]
  366. Macro>
  367. [end template]
  368.  
  369. [template=Message]
  370. Message>
  371. [end template]
  372.  
  373. [template=MessageModal]
  374. MessageModal>
  375. [end template]
  376.  
  377. [template=MidStr]
  378. MidStr>
  379. [end template]
  380.  
  381. [template=Min]
  382. Min>
  383. [end template]
  384.  
  385. [template=Month]
  386. Month>
  387. [end template]
  388.  
  389. [template=MouseMove]
  390. MouseMove>
  391. [end template]
  392.  
  393. [template=MouseMoveRel]
  394. MouseMoveRel>
  395. [end template]
  396.  
  397. [template=MouseOver]
  398. MouseOver>
  399. [end template]
  400.  
  401. [template=MoveFile]
  402. MoveFile>
  403. [end template]
  404.  
  405. [template=PlayWav]
  406. PlayWav>
  407. [end template]
  408.  
  409. [template=Position]
  410. Position>
  411. [end template]
  412.  
  413. [template=PushButton]
  414. PushButton>
  415. [end template]
  416.  
  417. [template=PutClipBoard]
  418. PutClipBoard>
  419. [end template]
  420.  
  421. [template=Random]
  422. Random>
  423. [end template]
  424.  
  425. [template=ReadIniFile]
  426. ReadIniFile>
  427. [end template]
  428.  
  429. [template=ReadLn]
  430. ReadLn>
  431. [end template]
  432.  
  433. [template=Remark]
  434. Remark>
  435. [end template]
  436.  
  437. [template=Run Program]
  438. Run Program>
  439. [end template]
  440.  
  441. [template=Sec]
  442. Sec>
  443. [end template]
  444.  
  445. [template=Send Character/Text]
  446. Send Character/Text>
  447. [end template]
  448.  
  449. [template=SetFocus]
  450. SetFocus>
  451. [end template]
  452.  
  453. [template=Sub]
  454. Sub>
  455. [end template]
  456.  
  457. [template=TimeStamp]
  458. TimeStamp>
  459. [end template]
  460.  
  461. [template=Wait]
  462. Wait>
  463. [end template]
  464.  
  465. [template=WaitCursorChanged]
  466. WaitCursorChanged>
  467. [end template]
  468.  
  469. [template=WaitPixelColor]
  470. WaitPixelColor>
  471. [end template]
  472.  
  473. [template=WaitWindowClosed]
  474. WaitWindowClosed>
  475. [end template]
  476.  
  477. [template=WaitWindowOpen]
  478. WaitWindowOpen>
  479. [end template]
  480.  
  481. [template=WriteLn]
  482. WriteLn>
  483. [end template]
  484.  
  485. [template=Year]
  486. Year>
  487. [end template]
  488.  
  489. [template=If]
  490. If>
  491. [end template]
  492.  
  493. [template=IfFileExists]
  494. IfFileExists>
  495. [end template]
  496.  
  497. [template=IfFileChanged]
  498. IfFileChanged>
  499. [end template]
  500.  
  501. [template=IfWindowOpen]
  502. IfWindowOpen>
  503. [end template]
  504.  
  505. [template=Label]
  506. Label>
  507. [end template]
  508.  
  509. [template=VBEND]
  510. VBEND>
  511. [end template]
  512.  
  513. [template=VBEval]
  514. VBEval>
  515. [end template]
  516.  
  517. [template=VBSTART]
  518. VBSTART>
  519. [end template]
  520.  
  521. [template=VBRun]
  522. VBRun>
  523. [end template]
  524.  
  525. [template=LClick]
  526. LClick
  527. [end template]
  528.  
  529. [template=LDblClick]
  530. LDblClick
  531. [end template]
  532.  
  533. [template=LDown]
  534. LDown
  535. [end template]
  536.  
  537. [template=LUp]
  538. LUp
  539. [end template]
  540.  
  541. [template=RUp]
  542. RUp
  543. [end template]
  544.  
  545. [template=ScrollOff]
  546. ScrollOff
  547. [end template]
  548.  
  549. [template=ScrollOn]
  550. ScrollOn
  551. [end template]
  552.  
  553. [template=RClick]
  554. RClick
  555. [end template]
  556.  
  557. [template=RDblClick]
  558. RDblClick
  559. [end template]
  560.  
  561. [template=RDown]
  562. RDown
  563. [end template]
  564.  
  565. [template=Press ALT]
  566. Press ALT
  567. [end template]
  568.  
  569. [template=Press ALTGR]
  570. Press ALTGR
  571. [end template]
  572.  
  573. [template=Press Backspace]
  574. Press Backspace
  575. [end template]
  576.  
  577. [template=Press CAPS]
  578. Press CAPS
  579. [end template]
  580.  
  581. [template=Press CapsOff]
  582. Press CapsOff
  583. [end template]
  584.  
  585. [template=Press CapsOn]
  586. Press CapsOn
  587. [end template]
  588.  
  589. [template=Press CTRL]
  590. Press CTRL
  591. [end template]
  592.  
  593. [template=Press Down]
  594. Press Down
  595. [end template]
  596.  
  597. [template=Press End]
  598. Press End
  599. [end template]
  600.  
  601. [template=Press Enter]
  602. Press Enter
  603. [end template]
  604.  
  605. [template=Press Esc]
  606. Press Esc
  607. [end template]
  608.  
  609. [template=Press F1]
  610. Press F1
  611. [end template]
  612.  
  613. [template=Press F10]
  614. Press F10
  615. [end template]
  616.  
  617. [template=Press F11]
  618. Press F11
  619. [end template]
  620.  
  621. [template=Press F12]
  622. Press F12
  623. [end template]
  624.  
  625. [template=Press F2]
  626. Press F2
  627. [end template]
  628.  
  629. [template=Press F3]
  630. Press F3
  631. [end template]
  632.  
  633. [template=Press F4]
  634. Press F4
  635. [end template]
  636.  
  637. [template=Press F5]
  638. Press F5
  639. [end template]
  640.  
  641. [template=Press F6]
  642. Press F6
  643. [end template]
  644.  
  645. [template=Press F7]
  646. Press F7
  647. [end template]
  648.  
  649. [template=Press F8]
  650. Press F8
  651. [end template]
  652.  
  653. [template=Press F9]
  654. Press F9
  655. [end template]
  656.  
  657. [template=Press Home]
  658. Press Home
  659. [end template]
  660.  
  661. [template=Press Ins]
  662. Press Ins
  663. [end template]
  664.  
  665. [template=Press Left]
  666. Press Left
  667. [end template]
  668.  
  669. [template=Press LWinKey]
  670. Press LWinKey
  671. [end template]
  672.  
  673. [template=Press MenuKey]
  674. Press MenuKey
  675. [end template]
  676.  
  677. [template=Press NP Add]
  678. Press NP Add
  679. [end template]
  680.  
  681. [template=Press NP Decimal]
  682. Press NP Decimal
  683. [end template]
  684.  
  685. [template=Press NP Divide]
  686. Press NP Divide
  687. [end template]
  688.  
  689. [template=Press NP Enter]
  690. Press NP Enter
  691. [end template]
  692.  
  693. [template=Press NP Multiply]
  694. Press NP Multiply
  695. [end template]
  696.  
  697. [template=Press NP Subtract]
  698. Press NP Subtract
  699. [end template]
  700.  
  701. [template=Press NP0]
  702. Press NP0
  703. [end template]
  704.  
  705. [template=Press NP1]
  706. Press NP1
  707. [end template]
  708.  
  709. [template=Press NP2]
  710. Press NP2
  711. [end template]
  712.  
  713. [template=Press NP3]
  714. Press NP3
  715. [end template]
  716.  
  717. [template=Press NP4]
  718. Press NP4
  719. [end template]
  720.  
  721. [template=Press NP5]
  722. Press NP5
  723. [end template]
  724.  
  725. [template=Press NP6]
  726. Press NP6
  727. [end template]
  728.  
  729. [template=Press NP7]
  730. Press NP7
  731. [end template]
  732.  
  733. [template=Press NP8]
  734. Press NP8
  735. [end template]
  736.  
  737. [template=Press NP9]
  738. Press NP9
  739. [end template]
  740.  
  741. [template=Press Num Lock]
  742. Press Num Lock
  743. [end template]
  744.  
  745. [template=Press NumOff]
  746. Press NumOff
  747. [end template]
  748.  
  749. [template=Press NumOn]
  750. Press NumOn
  751. [end template]
  752.  
  753. [template=Press Page Down]
  754. Press Page Down
  755. [end template]
  756.  
  757. [template=Press Page Up]
  758. Press Page Up
  759. [end template]
  760.  
  761. [template=Press Print Screen]
  762. Press Print Screen
  763. [end template]
  764.  
  765. [template=Press Release]
  766. Press Release
  767. [end template]
  768.  
  769. [template=Press Right]
  770. Press Right
  771. [end template]
  772.  
  773. [template=Press RWinKey]
  774. Press RWinKey
  775. [end template]
  776.  
  777. [template=Press Scroll Lock]
  778. Press Scroll Lock
  779. [end template]
  780.  
  781. [template=Press Shift]
  782. Press Shift
  783. [end template]
  784.  
  785. [template=Press Tab]
  786. Press Tab
  787. [end template]
  788.  
  789. [template=Press Up]
  790. Press Up
  791. [end template]
  792. [end set]
  793.  
  794. [set=Pascal]
  795. [insertmode=1]
  796.  
  797. [template=if-then]
  798. if  | then
  799.     begin
  800. ;
  801. end;
  802. [end template]
  803.  
  804. [template=if-then-else]
  805. if  | then
  806.     begin
  807. ;
  808. end
  809. ~else
  810.     begin
  811. ;
  812. end;
  813.  
  814. [end template]
  815.  
  816. [template=repeat-until]
  817. repeat
  818.  
  819. until (|);
  820. [end template]
  821.  
  822. [template=while-do]
  823. while | do
  824.     begin
  825. ;
  826. end;
  827. [end template]
  828.  
  829. [template=case-of]
  830. case  | of
  831.  
  832. end;
  833. [end template]
  834. [end set]
  835.  
  836. [set=Smileys]
  837. [insertmode=0]
  838.  
  839. [template=smile]
  840. :-)
  841. [end template]
  842.  
  843. [template=wink]
  844. ;-)
  845. [end template]
  846.  
  847. [template=dollar signs]
  848. $-)
  849. [end template]
  850.  
  851. [template=sunglasses]
  852. B-)
  853. [end template]
  854.  
  855. [template=glasses]
  856. 8-)
  857. [end template]
  858.  
  859. [template=Reagan]
  860. 7:^)
  861. [end template]
  862.  
  863. [template=sad]
  864. :-(
  865. [end template]
  866.  
  867. [template=tongue]
  868. :-P
  869. [end template]
  870.  
  871. [template=sleeping]
  872. |-)
  873. [end template]
  874.  
  875. [template=surprised]
  876. :-O
  877. [end template]
  878.  
  879. [template=laughing]
  880. :-D
  881. [end template]
  882.  
  883. [template=devilish grin]
  884. >:-)
  885. [end template]
  886.  
  887. [template=left handed]
  888. (-:
  889. [end template]
  890.  
  891. [template=confused]
  892. %-/
  893. [end template]
  894.  
  895. [template=very sad]
  896. (:-(
  897. [end template]
  898.  
  899. [template=baseball hat]
  900. d:-)
  901. [end template]
  902.  
  903. [template=drunk]
  904. :*)
  905. [end template]
  906.  
  907. [template=Elvis]
  908. 5:-)
  909. [end template]
  910.  
  911. [template=neutral]
  912. :-|
  913. [end template]
  914.  
  915. [template=undecided]
  916. :-/
  917. [end template]
  918.  
  919. [template=angel]
  920. O:-)
  921. [end template]
  922.  
  923. [template=mustache]
  924. :-{
  925. [end template]
  926.  
  927. [template=foot in mouth]
  928. :-!
  929. [end template]
  930.  
  931. [template=sealed lips]
  932. :-X
  933. [end template]
  934.  
  935. [template=slapping forehead]
  936. m-)
  937. [end template]
  938.  
  939. [template=hair]
  940. #:-)
  941. [end template]
  942. [end set]
  943.