Skip to main content



      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 03:14
Eclipse UserFriend
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: Thu Jul 10 05:54:53 EDT 2025

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

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

Back to the top