Skip to main content


Eclipse Community Forums
Forum Search:

Search      Help    Register    Login    Home
Home » Language IDEs » Java Development Tools (JDT) » eclipse Formatter(formatter.insert_space_before_assignment_operator)
eclipse Formatter [message #1791580] Mon, 02 July 2018 15:38 Go to next message
Friedhelm Kramer is currently offline Friedhelm KramerFriend
Messages: 1
Registered: July 2018
Junior Member
In my C code I have more than one space between my variable definition and the value assignment.

I want to get this in the following format.

UINT Variable ......................= 0x01;
UINT Variable_Two ...........= 0x02;
UINT Variable_Three .......= 0x03;

After a Formatter Run, I get this result.
UINT Variable .=.0x01;
UINT Variable_Two.=. 0x02;
UINT Variable_Three. =.0x03;

Has someone an advice for me, how I have to configurate the eclipse formater, so that I get the expected results?
Re: eclipse Formatter [message #1792136 is a reply to message #1791580] Thu, 12 July 2018 06:18 Go to previous message
Ed Merks is currently offline Ed MerksFriend
Messages: 33113
Registered: July 2009
Senior Member
Try the CDT forum instead: https://www.eclipse.org/forums/eclipse.tools.cdt

Ed Merks
Professional Support: https://www.macromodeling.com/
Previous Topic:Maven Projects always Build when Opening in Eclipse Photon
Next Topic:How to retrieve information from request?
Goto Forum:
  


Current Time: Fri Mar 29 01:22:40 GMT 2024

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

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

Back to the top