Posted: Sat Oct 09, 2004 12:19 pm Post subject: (No subject)
Is it realy that hard to fromat your code your self? I use the unix shell with pico (a shell text editor) as my editor for most of my C and C++ code
I whould like to see u get that to crash....
Computer Science CanadaHelp with programming in C, C++, Java, PHP, Ruby, Turing, VB and more!
rizzix
Posted: Sat Oct 09, 2004 1:27 pm Post subject: (No subject)
yea its possible to auto indent in eclipse.. i forgot the shortcut.. (haven't been doing much programming lately) but if u look under edit or something... it's called Format Code.. click that.
rizzix
Posted: Sat Oct 09, 2004 1:31 pm Post subject: (No subject)
Hacker Dan wrote:
Is it realy that hard to fromat your code your self? I use the unix shell with pico (a shell text editor) as my editor for most of my C and C++ code
I whould like to see u get that to crash....
stable releases of eclipse wouln't crash dan.. but yea neither would pico.. although i prefer vim (but if you you like the pico feel.. use nano.. pico is too limiting).. nevertheless there is a program called astyle for unix that you can use to autoformat ur code.
Dan
Posted: Sat Oct 09, 2004 6:16 pm Post subject: (No subject)
Well this is on the schools super comps so i do not realy get to pic what apps are there or not. Also i did not mean to impley that eclipes whould or whould not crash just that you whould have to put a lot of work in to geting pico to crash.
Computer Science CanadaHelp with programming in C, C++, Java, PHP, Ruby, Turing, VB and more!
Hikaru79
Posted: Sun Oct 17, 2004 11:00 am Post subject: (No subject)
Auto-indent in Eclipse is simply Ctrl+I. Or go to "Source --> Correct Indentation."