Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Both sides previous revisionPrevious revision
snippets:c:library_headers [2011/05/25 21:35] codebrainzsnippets:c:library_headers [2011/05/26 23:58] (current) codebrainz
Line 1: Line 1:
 ===== Library Header file Snippet ===== ===== Library Header file Snippet =====
 +
 +
 +{{ :snippets:c:libheadersnippet.png?300|}}
  
 This is an absurd, yet extremely useful snippet I use often.  It is for creating a library header file in an existing file.  This would be best as a [[http://www.geany.org/manual/current/index.html#file-templates|File Template]] but since the filename is important, it won't work like that.  First open up your [[http://www.geany.org/manual/current/index.html#user-definable-snippets|Snippets]] file and copy & paste the following under the **[Special]** group: This is an absurd, yet extremely useful snippet I use often.  It is for creating a library header file in an existing file.  This would be best as a [[http://www.geany.org/manual/current/index.html#file-templates|File Template]] but since the filename is important, it won't work like that.  First open up your [[http://www.geany.org/manual/current/index.html#user-definable-snippets|Snippets]] file and copy & paste the following under the **[Special]** group:
Print/export