Advertisement
Guest User

Untitled

a guest
Jul 15th, 2011
642
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 2.19 KB | None | 0 0
  1. [Commands]
  2. ; Syntax: <Item name>=<Left text>|<Right text>
  3. ; Known escape sequences: \\ \t \n \r
  4. &A=<a href="#">|</a>
  5. Div &Class=<div class="">|</div>
  6. Div &Id=<div id="">|</div>
  7. &Em=<em>|</em>
  8. H&1=<h1>|</h1>
  9. H&2=<h2>|</h2>
  10. H&3=<h3>|</h3>
  11. H&4=<h4>|</h4>
  12. H&5=<h5>|</h5>
  13. H&6=<h6>|</h6>
  14. &Li=<li>|</li>
  15. &Ol=<ol>|</ol>
  16. &P=<p>|</p>
  17. Spa&n=<span>|</span>
  18. &Strong=<strong>|</strong>
  19. St&yle=<style>|</style>
  20. &Table=<table>|</table>
  21. T&d=<td>|</td>
  22. T&r=<tr>|</tr>
  23. &Ul=<ul>|</ul>
  24. &Prm=<pre lang="mysql">|</pre>
  25. &Prp=<pre lang="php">|</pre>
  26.  
  27. ; Free accelerators: bfghjkmqvwxz0789
  28.  
  29. [Toolbar]
  30. ; Syntax: <slot number>=<fileName>.bmp
  31. ; The bitmap files should be placed in to the plugins\Config folder.
  32. ; Example:
  33. 1=a.bmp
  34. 2=dc.bmp
  35. 3=di.bmp
  36. 4=em.bmp
  37. 5=h1.bmp
  38. 6=h2.bmp
  39. 7=h3.bmp
  40. 8=h4.bmp
  41. 9=h5.bmp
  42. 10=h6.bmp
  43. 11=li.bmp
  44. 12=ol.bmp
  45. 13=p.bmp
  46. 14=sp.bmp
  47. 15=s.bmp
  48. 16=st.bmp
  49. 17=t.bmp
  50. 18=td.bmp
  51. 19=tr.bmp
  52. 20=ul.bmp
  53. 21=p.bmp
  54. 22=p.bmp
  55.  
  56. [Tags]
  57. ; Tags are replaced with their Replacement when you select the
  58. ; "WebEdit\Replace Tag" menu item (Alt+Enter by default).
  59. ; Syntax: <Tag>=<Replacement>
  60. ; Tags can contain characters a-z, A-Z, 0-9. Maximum length of a tag is 32
  61. ; characters. The number of Tags is not limited. The pipe character "|" marks
  62. ; the caret position after the tag replacement.
  63. ; Known escape sequences:
  64. ; \c = system clipboard contents
  65. ; \i = indentation
  66. ; \n = new line
  67. ; \t = tab character
  68. ; \| = |
  69. ; \\ = \
  70. m=MODULE \c;\n\n(* ------------------------------------------------------------------------\n * (C) 2010 by Alexander Iljin\n * ------------------------------------------------------------------------ *)\n\nIMPORT\n\i|;\n\n(** ------------------------------------------------------------------------\n * TODO: Add module description\n * ----------------------------------------------------------------------- *)\n\nEND \c.\n
  71. rep=REPEAT\n\i\nUNTIL |;
  72. a=ASSERT (|);
  73. c=CASE | OF\n\|\i:\nEND;
  74. d=DEC (|);\n
  75. di=DEC (i);\n|
  76. if=IF | THEN\n\i\nEND;
  77. ife=IF | THEN\n\i\nELSE\n\i\nEND;
  78. i=INC (|);\n
  79. ii=INC (i);\n|
  80. rec=RECORD\n\i|\nEND;
  81. whi=i := 0;\nWHILE i < c DO\n\i|\n\iINC (i);\nEND;
  82. r=RETURN res
  83. w=WHILE | DO\n\i\n\iINC (i);\nEND;
  84. p=PROCEDURE \c|;\nBEGIN\n\i\nEND \c;\n
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement