[Github-comments] [geany/geany] Can't use custom license templates in file templates (#1391)

Benjamin Mintz notifications at xxxxx
Mon Feb 13 15:39:22 UTC 2017


## Abstract
You can't replace the license templates such as "gpl" with your own ones.

## Steps to reproduce
1. `echo "test template" > ~/.config/geany/templates/test`
1. `sed -i 's/{gpl}/{test}/' ~/.config/geany/templates/fileheader`
1. (Re-)open Geany
1. File → New (with template) → main.c

## Expected behavior

```
/* 
 * ...
 * test template
 */
```

## Actual behavior

```
/* 
 * ...
 * {test}
 */
```

-- 
You are receiving this because you are subscribed to this thread.
Reply to this email directly or view it on GitHub:
https://github.com/geany/geany/issues/1391
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://lists.geany.org/pipermail/github-comments/attachments/20170213/37d4f0d0/attachment.html>


More information about the Github-comments mailing list