Re: New DCD and dfmt betas

2016-01-26 Thread Jacob Carlborg via Digitalmars-d-announce
On 2016-01-26 21:57, Brian Schott wrote: Fixed: https://github.com/Hackerpilot/dfmt/issues/226 Thanks. -- /Jacob Carlborg

Re: New DCD and dfmt betas

2016-01-26 Thread Jacob Carlborg via Digitalmars-d-announce
On 2016-01-26 03:18, Brian Schott wrote: https://github.com/Hackerpilot/dfmt/releases/tag/v0.5.0-beta2 This version of dfmt includes several whitespace and indentation fixes. There is also some fine-tuning in the line wrap calculation algorithm and a new option to control the formatting of

Re: New DCD and dfmt betas

2016-01-26 Thread Jacob Carlborg via Digitalmars-d-announce
On 2016-01-26 10:05, Brian Schott wrote: I recently ran dfmt on itself. You can get a pretty good idea of its default output by looking at the source. I'm asking because it doesn't manage to line break this code at all: void main() { auto a = 1234567890 + 1234567890 + 1234567890 +

Re: New DCD and dfmt betas

2016-01-26 Thread Brian Schott via Digitalmars-d-announce
On Tuesday, 26 January 2016 at 13:37:45 UTC, Jacob Carlborg wrote: I'm asking because it doesn't manage to line break this code at all: Fixed: https://github.com/Hackerpilot/dfmt/issues/226

Re: New DCD and dfmt betas

2016-01-26 Thread Brian Schott via Digitalmars-d-announce
On Tuesday, 26 January 2016 at 08:37:10 UTC, Jacob Carlborg wrote: On 2016-01-26 03:18, Brian Schott wrote: https://github.com/Hackerpilot/dfmt/releases/tag/v0.5.0-beta2 This version of dfmt includes several whitespace and indentation fixes. There is also some fine-tuning in the line wrap

New DCD and dfmt betas

2016-01-25 Thread Brian Schott via Digitalmars-d-announce
https://github.com/Hackerpilot/dfmt/releases/tag/v0.5.0-beta2 This version of dfmt includes several whitespace and indentation fixes. There is also some fine-tuning in the line wrap calculation algorithm and a new option to control the formatting of template constraints. Bash-completion