icsharpcode / SharpDevelop

#develop (short for SharpDevelop) is a free IDE for .NET programming languages.
2.09k stars 773 forks source link

Request: Change templates for an empty ${StandardHeader.*} #647

Open dazoe opened 9 years ago

dazoe commented 9 years ago

If we have the Standard Headers blank the templates will add an empty line at the top of the file. It's a simple change just remove the new line after any reference to a StandardHeader in the templates and add a new line to the end of the default Standard Headers. Of course for people updating from older version they will need to add a new line to the end of any configured standard header, or the installer could detect and change it automatically.

Just a simple request. I know it's not "Best Practice" but the choice should be ours. Personally when working my projects I'm always removing the headers.

lvv83 commented 9 years ago

Yep. Agree with you. I think that Standard headers should have an option to be disabled (#589)

Another good approach is to storage headers at project level.