Skip to main content


Eclipse Community Forums
Forum Search:

Search      Help    Register    Login    Home
Home » Language IDEs » C / C++ IDE (CDT) » The code formatter indent left aligned comments
The code formatter indent left aligned comments [message #1699265] Tue, 23 June 2015 07:14
fcy mk2 is currently offline fcy mk2Friend
Messages: 1
Registered: June 2015
Junior Member
I'm using Eclipse CDT 4.4.1 on Windows 8 64-bit.

In c files I'm commenting code using the CTRL+/ combination. That combination add "//" as the first two characters in the line.

for example:

i = 0;

using CTRL+/

// i = 0; ("//" is the first tow characters in the line)

Is there a way to achieve the following effects:

using CTRL+/

//i = 0; ("//" is the two characters on "i" left)

Thanks
Previous Topic:Linked resource (folder/file) Luna/Mars
Next Topic:Eclipse CDT ignore my include setting
Goto Forum:
  


Current Time: Fri Mar 29 04:51:14 GMT 2024

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

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

Back to the top