Code::Blocks Forums

User forums => General (but related to Code::Blocks) => Topic started by: Commaster on April 27, 2017, 11:36:02 AM

Title: Minor typos in Source formatter
Post by: Commaster on April 27, 2017, 11:36:02 AM
Indentation:
    Last item has "of" and "#" swapped around.
Padding:
    "paren" is missing a "t" in items 6 and 7.

Thank you.
Title: Re: Minor typos in Source formatter
Post by: oBFusCATed on April 27, 2017, 08:42:04 PM
Have you checked if this is still wrongly spelled in a night build?
We've already fixed such problems.
Title: Re: Minor typos in Source formatter
Post by: Commaster on April 29, 2017, 04:56:51 AM
This was discovered on svn 11047.
Title: Re: Minor typos in Source formatter
Post by: oBFusCATed on April 29, 2017, 08:12:14 AM
Quote from: Commaster on April 27, 2017, 11:36:02 AM
Padding:
    "paren" is missing a "t" in items 6 and 7.
This is correct I think. It is meant to mean '(' or ')'...
Google finds it as a correct word and the lines are two long, so I prefer if we use shorter words.
Title: Re: Minor typos in Source formatter
Post by: Commaster on April 29, 2017, 09:04:26 PM
But we can still swap # and of in the first case, right?
Title: Re: Minor typos in Source formatter
Post by: oBFusCATed on April 29, 2017, 11:31:11 PM
Yes, I'll do that in the next commit batch...
Title: Re: Minor typos in Source formatter
Post by: Commaster on April 30, 2017, 12:57:32 AM
Thank you!