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
  2. sed -i 's/{gpl}/{test}/' ~/.config/geany/templates/fileheader
  3. (Re-)open Geany
  4. 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, view it on GitHub, or mute the thread.