On 1 November 2013 08:10, Nikolai Kosjar <[email protected]> wrote: > On 10/31/2013 11:54 PM, Mateusz Loskot wrote: >> >> Would anyone know how to make the C++ code style >> machinery in Qt Creator to automagically indent parameters >> with leading comma (can't figure out a better term) like this: > > Currently this is not supported. Please report at > https://bugreports.qt-project.org/. Alternatively, start hacking in > CppQtStyleIndenter::indent() :)
Nikolai, I see, thanks for pointing out where to look at the code to implement it. Once I finish my little plugin (means, learn a bit more about Qt Creator), I'll see if I can do anything for the indenter. Best regards, -- Mateusz Loskot, http://mateusz.loskot.net _______________________________________________ Qt-creator mailing list [email protected] http://lists.qt-project.org/mailman/listinfo/qt-creator
