Skip to main content



      Home
Home » Language IDEs » C / C++ IDE (CDT) » Indentation of initializer lists
Indentation of initializer lists [message #899974] Fri, 03 August 2012 05:56
Eclipse UserFriend
Is it possible to let Eclipse perform automatic indentation of initializer lists of constructors?

Consider this example:

class_c::class_c( arg1, arg2, arg3, arg4 ) :
  parent_c( arg1, arg2 ),
  _member3( arg3 ),
  _member4( arg4 )
{
  // Body
}


When pressing Enter after the colon, Eclipse should indent to $n spaces right to the class name. Instead, indentation is at "arg1".

-- Jens
Previous Topic:C++ class usage
Next Topic:Empty build configuration list after update to Juno
Goto Forum:
  


Current Time: Wed Jun 18 17:27:08 EDT 2025

Powered by FUDForum. Page generated in 0.04627 seconds
.:: Contact :: Home ::.

Powered by: FUDforum 3.0.2.
Copyright ©2001-2010 FUDforum Bulletin Board Software

Back to the top