Skip to main content


Eclipse Community Forums
Forum Search:

Search      Help    Register    Login    Home
Home » Language IDEs » C / C++ IDE (CDT) » Indentation of initializer lists
Indentation of initializer lists [message #899974] Fri, 03 August 2012 09:56
Jens Müller is currently offline Jens MüllerFriend
Messages: 2
Registered: July 2012
Junior Member
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: Thu Apr 25 07:00:46 GMT 2024

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

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

Back to the top