Skip to main content


Eclipse Community Forums
Forum Search:

Search      Help    Register    Login    Home
Home » Language IDEs » C / C++ IDE (CDT) » Guidance for Customize Coding style?
Guidance for Customize Coding style? [message #754107] Mon, 31 October 2011 19:00
W Li is currently offline W LiFriend
Messages: 11
Registered: February 2011
Junior Member
Hi, the current project i am working on has some special coding style requirements that I couldn't find an option for customize in the Preference dialog.
1) swith () {
   <two spaces>case:
   <four spaces>statement
   }

2)
RET_TYPE<new line>
func_name ()
{
.......
}

3)function declaration:
RET_TYPE<new line>
func_name<no space>();




These made it hard to use cdt to format a block of code to get the correct style.

So is there any guidance to extend the current CDT coding style component to accommodate customized coding style?
Thanks,


[Updated on: Mon, 31 October 2011 19:01]

Report message to a moderator

Previous Topic:Get Eclipse to work with symlink in include path?
Next Topic:PathEntry Marker jobs never finishes, blocks many other jobs
Goto Forum:
  


Current Time: Thu Apr 25 11:25:36 GMT 2024

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

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

Back to the top