|
Line wrapping class constructor initialization list in Momentics
|
04/11/2011 11:33 PM
post84884
|
Line wrapping class constructor initialization list in Momentics
Is there anyway to get Momentics to put each parameter in the initialization list of a class constructor on a different
line?
The Preferences->Code Style->Edit->Line Wrapping has an option for "initialization list" but it doesn't work for classes
.
I am after line wrapping for three or more variables, eg:
Class:Class(param1, param2)
:
member_1,
member_2,
member_3
{
};
|
|
|