I have my Eclipse projects setup to use Unix style line endings and I have configured the editor such that if there are those pesky extra carriage returns that Windows users seem to love then they show up with characters. When I use a template - for example I have a lot of them but tend to use a "sub" template a lot which sets up:
as a template for a sub. But when I do this I get those pesky extra carriage returns again! The templating system should honor the setting of the projects new text file delimiter and not add additional carriage returns.
If you would like to refer to this comment somewhere else in this project, copy and paste the following link:
I have my Eclipse projects setup to use Unix style line endings and I have configured the editor such that if there are those pesky extra carriage returns that Windows users seem to love then they show up with characters. When I use a template - for example I have a lot of them but tend to use a "sub" template a lot which sets up:
as a template for a sub. But when I do this I get those pesky extra carriage returns again! The templating system should honor the setting of the projects new text file delimiter and not add additional carriage returns.
Hi Andrew,
that was also something that was bugging me for some time. I sent a pull request for it.
https://github.com/jploski/epic-ide/pull/8
Cool!