Code::Blocks Forums
Welcome,
Guest
. Please
login
or
register
.
Did you miss your
activation email
?
1 Hour
1 Day
1 Week
1 Month
Forever
Login with username, password and session length
News:
As usual while waiting for the next release - don't forget to check the
nightly builds
in the forum.
Home
Help
Search
Login
Register
Code::Blocks Forums
»
Developer forums (C::B DEVELOPMENT STRICTLY!)
»
Development
»
how to indent code to make it look neat?
« previous
next »
Send this topic
Print
Pages: [
1
]
Go Down
Author
Topic: how to indent code to make it look neat? (Read 9201 times)
xdiepx
Guest
how to indent code to make it look neat?
«
on:
July 20, 2012, 01:31:44 pm »
hi i came across Xcode a few weeks ago and decided use this. is there a way to indent my code to make it look neater? i.e
void something()
{
something;
}
press a button it should look like this
void something(){
somethin;
}
Logged
jarod42
Multiple posting newcomer
Posts: 87
Re: how to indent code to make it look neat?
«
Reply #1 on:
July 20, 2012, 01:45:18 pm »
There is Source code formatter (AStyle) plugin which does more than that...
Logged
Send this topic
Print
Pages: [
1
]
Go Up
« previous
next »
Code::Blocks Forums
»
Developer forums (C::B DEVELOPMENT STRICTLY!)
»
Development
»
how to indent code to make it look neat?