[Geany] How to stop fileheader from indenting?

Nick Treleaven nick.treleaven at xxxxx
Fri Jan 22 16:34:00 UTC 2010


On Fri, 22 Jan 2010 10:52:48 -0500
"Michael A. Brooke" <mbrooke at magstarinc.com> wrote:

> I an new to Geany, could someone help me in stopping the fileheader from 
> indenting with whitespace whenever I use it from the menu bar.

It seems to be hardcoded in templates.c:

templates_get_template_fileheader()
...
	result = make_comment_block(template, ft_id, 8);

So if you build from source, Try setting the 8 to 0.

We should make it configurable by editing a template file IMO.

Regards,
Nick



More information about the Users mailing list