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
_______________________________________________
Qt-creator mailing list
[email protected]
http://lists.qt-project.org/mailman/listinfo/qt-creator