Hi Geany Users,
I am looking for a way to share the same snippets in two file types A and B. Ideally allowing each file type to have shared and unique snippets, but just sharing the same ones would be OK too.
In snippets.conf I have a list of [HTML] file snippets. I would like to use those snippets in [PHP] files as well.
I could just copy the snippets from [HTML] to [PHP] but that seems redundant, and means having to add new snippets in two places. I could also put all the snippets under [Default], and that would work pretty well, but then all the snippets would be available in all file types.
I was wondering if there is a trick like [HTML, PHP] as a shared header (that appears not to work). Maybe something I can set in filtypes.html or filetypes.php to treat them as the same file type?
Thanks for any help!
Cheers, Sean
On 12 September 2013 17:18, Sean Noble sean.noble.72@gmail.com wrote:
Hi Geany Users,
I am looking for a way to share the same snippets in two file types A and B. Ideally allowing each file type to have shared and unique snippets, but just sharing the same ones would be OK too.
There is no way of sharing snippets without some repetition.
In snippets.conf I have a list of [HTML] file snippets. I would like to use those snippets in [PHP] files as well.
Makes sense.
I could just copy the snippets from [HTML] to [PHP] but that seems redundant, and means having to add new snippets in two places. I could also put all the snippets under [Default], and that would work pretty well, but then all the snippets would be available in all file types.
What you can do is define the common snippets under the [special] group and then the language sections where you want them to be available can refer to the special snippet. Look at how say brace_open is used in the standard snippets.conf file.
I was wondering if there is a trick like [HTML, PHP] as a shared header (that appears not to work). Maybe something I can set in filtypes.html or filetypes.php to treat them as the same file type?
No.
Cheers Lex
Thanks for any help!
Cheers, Sean _______________________________________________ Users mailing list Users@lists.geany.org https://lists.geany.org/cgi-bin/mailman/listinfo/users
Am 12.09.2013 09:18, schrieb Sean Noble:
I am looking for a way to share the same snippets in two file types A and B. Ideally allowing each file type to have shared and unique snippets, but just sharing the same ones would be OK too.
Maybe the default typ could do this already. It's not only two or three types, but at least you can have one snippet for everything.
Cheers, Frank
Thanks Lex and Frank.
I will use the default type to share them.
Cheers, Sean
On 12 September 2013 19:12, Frank Lanitz frank@frank.uvena.de wrote:
Am 12.09.2013 09:18, schrieb Sean Noble:
I am looking for a way to share the same snippets in two file types A and B. Ideally allowing each file type to have shared and unique snippets, but just sharing the same ones would be OK too.
Maybe the default typ could do this already. It's not only two or three types, but at least you can have one snippet for everything.
Cheers, Frank
Users mailing list Users@lists.geany.org https://lists.geany.org/cgi-bin/mailman/listinfo/users