
-----------------------------------
RobinK
Fri Oct 08, 2004 10:14 pm

Eclipse auto indent?
-----------------------------------
Is there an auto indent in elipse? I can't seem to find one and clicking every line and pressing tab is getting difficult with longer programs.

-----------------------------------
Tony
Fri Oct 08, 2004 10:48 pm


-----------------------------------
i don't remember... I know that [url=http://www.scintilla.org/SciTE.html]SciTE autoindents

it ofcourse doesn't have capabilities of eclipse, but it's becoming my favourite source editor for most of programming languages

-----------------------------------
Dan
Sat Oct 09, 2004 12:19 pm


-----------------------------------
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  :roll: 

I whould like to see u get that to crash....

-----------------------------------
rizzix
Sat Oct 09, 2004 1:27 pm


-----------------------------------
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
Sat Oct 09, 2004 1:31 pm


-----------------------------------
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  :roll: 

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
Sat Oct 09, 2004 6:16 pm


-----------------------------------
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.

-----------------------------------
Hikaru79
Sun Oct 17, 2004 11:00 am


-----------------------------------
Auto-indent in Eclipse is simply Ctrl+I. Or go to "Source --> Correct Indentation."
