# Geany's snippets configuration file for SPIP dev # # use \n or %newline% for a new line (it will be replaced by the used EOL char(s) - LF, CR/LF, CR). # use \t or %ws% for an indentation step, it will be replaced according to the current document's indent mode. # use \s to force whitespace at beginning or end of a value ('key= value' won't work, use 'key=\svalue'). # use %key% for all keys defined in the [Special] section. # use %cursor% to define where the cursor should be placed after completion. You can define multiple # %cursor% wildcards and use the "Move cursor in snippet" to jump to the next defined cursor # position in the completed snippet. # You can define a section for each supported filetype to overwrite default settings, the section # name must match exactly the internal filetype name, run 'geany --ft-names' for a full list. # # Additionally, you can use most of the template wildcards like {developer}, {command:...}, # or {date} in the snippets. # See the documentation for details. # For a list of available filetype names, execute: # geany --ft-names # Default is used for all filetypes and keys can be overwritten by [filetype] sections [Default] rem=[(#REM) %cursor% ] _=[(#%cursor%)] b=%boucle% bb=\n%boucle%\n\n bbb=\n%boucle%\n\n\n test=[(#|=={}|?{'',''})] debug=[
(#ENV**|unserialize|print_r{1})
] debug2=[(#ENV**|unserialize|foreach)] inclure=[(#INCLURE{fond=%cursor%})] env=[
(#ENV**|unserialize|print_r{1})
] fb=console.log(%cursor%); [Special] brace_open= {\n\t brace_close=}\n block= {\n\t\n}\n block_cursor= {\n\t%cursor%\n}\n boucle= [PHP] _r=_request("%cursor%") echo=echo "\\n

"; print_r(%cursor%); echo "
"; pre=echo "\\n
"; print_r(%cursor%); echo "
"; doc=/**\n * %cursor%\n *\n * @param \n * @return \n**/ file=/**\n * %cursor%\n *\n * @package SPIP\\\n**/ lic=/**\n * %cursor% \n * Licence GPL (c) 2010 Matthieu Marcillaud \n**/ aa=array_map('array_shift', $%cursor%); [HTML] xhtml=\n\n\n %cursor%\n \n\n\n\n\n style=\n link= jquery= doctype= script= img= ul=\n ol=
    \n
  1. %cursor%
  2. \n $\n
\n li=
  • %cursor%
  • lia=
  • a= table=\n \n \n \n \n\n
    %cursor%
    \n form=
    \n \n
    \n dump=
    {{ dump( %cursor% ) }}
    [CSS] bg=background:transparent url(%cursor%) left top no-repeat; [Javascript] jquery=(function($){\n$(document).ready(function(){\n\t$("%cursor%").();\n});\n})(jQuery);\n log=console.log(%cursor%);\n