Guest User

Untitled

a guest
Dec 11th, 2017
80
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.78 KB | None | 0 0
  1. [Commands]
  2. ; Syntax: <Item name>=<Left text>|<Right text>
  3. ; Known escape sequences: \\ \t \n \r
  4.  
  5. ; Free accelerators: bfghjkmqvwxz0789
  6.  
  7. [Toolbar]
  8. ; Syntax: <slot number>=<fileName>.bmp
  9. ; The bitmap files should be placed in to the plugins\Config folder.
  10. ; Example:
  11.  
  12. [Tags]
  13. ; Tags are replaced with their Replacement when you select the
  14. ; "WebEdit\Replace Tag" menu item (Alt+Enter by default).
  15. ; Syntax: <Tag>=<Replacement>
  16. ; Tags can contain characters a-z, A-Z, 0-9. Maximum length of a tag is 32
  17. ; characters. The number of Tags is not limited. The pipe character "|" marks
  18. ; the caret position after the tag replacement.
  19. ; Known escape sequences:
  20. ; \c = system clipboard contents
  21. ; \i = indentation
  22. ; \n = new line
  23. ; \t = tab character
  24. ; \| = |
  25. ; \\ = \
  26. php=<?php | ?>
  27. peach=\i<?php if(empty($\c)){ ?>\n\i\t\n\i<?php } else { ?>\n\i\t<?php foreach($\c as $|) { ?>\n\n\n\i\t<?php } ?>\n\i<?php } ?>
  28. th=$this->
  29. tex=throw new Exception('|');\n
  30. tc=try\n{\n\i|\n}\ncatch(Exception $e)\n{\n\i\n}\n
  31. rp=$request->getParameter('|',false);
  32. rp500=if(false===$request->getParameter('|',false))\n\ithrow new Exception('');\n
  33. pdebug=<?php alert('debug de \c'); debug($\c); ?>
  34. fact=/**\n *\n * @param sfWebRequest $request requête courante\n */\npublic function execute|($request)\n{\n\i\n}\n
  35. puf=/**\n *\n */\npublic function |()\n{\n\i\n}\n
  36. prf=/**\n *\n */\nprotected function |()\n{\n\i\n}\n
  37. ;
  38. ; -------------------------------------------------
  39. ; tags de commentaires
  40. ; -------------------------------------------------
  41. ct=/**\n * |\n */
  42. ctpr=/**\n * |\n * @param\n *\n * @return \n */
  43. cp=\n* @param
  44. cr=\n* @return
  45. cu=\n* @uses
  46. cs=\n* @see
  47. cb=//---------------------------------------------------------------\n// |\n//---------------------------------------------------------------
Add Comment
Please, Sign In to add comment