Skip to main content


Eclipse Community Forums
Forum Search:

Search      Help    Register    Login    Home
Home » Language IDEs » C / C++ IDE (CDT) » Avoid auto-format on #include directives
Avoid auto-format on #include directives [message #1726098] Wed, 09 March 2016 15:10
Harald-R. Flasch is currently offline Harald-R. FlaschFriend
Messages: 6
Registered: March 2016
Junior Member
How to avoid auto-format on #include directives?

What Eclipse/IDE does: Automatically changes \ to /
- large code base (don't want a mix of / and \
- shared code (e.g. "MS-Test for C++" - prefer \ (we're working under Windows here)


When renaming a .h it changes the order of the include directives:
- we have a defined order of #includes (more common --> upper)
e.g. (pseudo code)

#include <GNU CC stuff>
#include <3rd party sdk>
#include <project stuff>

So, the simple question is: Where can a turn-off that "auto-format" for #include directives?

Thanks in advance,
hfrmobile
Previous Topic:Get ITranslationUnit from ASTTranslationUnit
Next Topic:problems with dark theme
Goto Forum:
  


Current Time: Tue Mar 19 09:27:53 GMT 2024

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

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

Back to the top