• After 15+ years, we've made a big change: Android Forums is now Early Bird Club. Learn more here.

Apps Noob question about Eclipse line breaks

badkarma

Newbie
Hi all,

I'm a noob to Eclipse and am looking for some guidance.

I have installed Eclipse 3.6 Helios and the Android SDK and am happily coding away but for the life of me I can't see an option in the preferences to let the editor visibly show a "__________________" line between code chunks (like between methods / classes in the same file etc).

I don't really know what this effect is called so Google doesn't give up much either ... hopefully you will know what I mean and know a ashortcut to have this displayed, for example:

Code:
ClassX
{
   code this;
   code that;
   code theOther;
}
____________________________________________________________
 
ClassY
{
   code this;
   code that;
   code theOther;
}
____________________________________________________________
 
ClassZ
{
   etc
   etc
   etc
}

Hope you can help please!
 
Back
Top Bottom