Skip to main content



      Home
Home » Language IDEs » C / C++ IDE (CDT) » Guidance for Customize Coding style?
Guidance for Customize Coding style? [message #754107] Mon, 31 October 2011 15:00
Eclipse UserFriend
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 15:01] by 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: Mon Jul 14 02:58:06 EDT 2025

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

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

Back to the top