On Fri, 22 Jan 2010 10:52:48 -0500
"Michael A. Brooke" <[email protected]> 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
_______________________________________________
Geany mailing list
[email protected]
http://lists.uvena.de/cgi-bin/mailman/listinfo/geany