[Qt-creator] Settings for naming conventions

Nikolai Kosjar nikolai.kosjar at theqtcompany.com
Fri Jan 15 10:16:14 CET 2016


On 01/14/2016 08:57 PM, Jochen Becher wrote:
> Hi Nikolai,
>
> the solution you prefer (= my first proposal) is of course the easiest
> implementation. I only wondered if naming conventions is really related
> that much to coding style (which is more about whitespaces and
> indentation) that we want to handle it with the same settings class.

There is nothing yet in CppCodeStyleSettings, that's true. But in 
general naming conventions are regarded as part of the coding style:

https://doc-snapshots.qt.io/qtcreator-extending/coding-style.html#class-member-names

https://google.github.io/styleguide/cppguide.html#Naming

http://llvm.org/docs/CodingStandards.html#name-types-functions-variables-and-enumerators-properly

> So I will go for your proposal.

OK.


Nikolai




More information about the Qt-creator mailing list