Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

How to add custom template in Geany?

How can I load my custom template in Geany? Or edit the exiting ones?

Is there any wild-card or tag to load dates, names automatically?

like image 530
Arafat Hasan Avatar asked Dec 23 '22 16:12

Arafat Hasan


1 Answers

Paste your custom template file in ~/.config/geany/templates/files/ directory. Then the template file can be loaded through File -> New (With Template) -> pasted_file_name.ext

See the picture (as picture simple_skeleton.cpp file is pasted to the directory)

Geany custom template load

Wildcards can be used such as {date}, {developer}. See more: Geany Templates

like image 97
Arafat Hasan Avatar answered Jan 18 '23 10:01

Arafat Hasan