Hi Kenny. Do you mean "Soft Wrap"? If so. Go to: Main menu > Eclipse Preferences > Java Code Style > Formatter > Edit (Active Profile) > Line wrapping (tab) And config here your "wrap preferences".
Saludos! 2011/9/13 Kenny Riddile <[email protected]> > On 9/13/2011 4:38 PM, Tor Norbye wrote: > >> He's probably asking about soft wrapping. Eclipse does not support it >> directly; see >> https://bugs.eclipse.org/bugs/**show_bug.cgi?id=35779<https://bugs.eclipse.org/bugs/show_bug.cgi?id=35779> >> (though from a quick skim it looks like there might be some support in >> the framework and some plugins to enable it.) >> >> -- Tor >> >> On Tue, Sep 13, 2011 at 1:28 PM, Kenny Riddile<[email protected]> >> wrote: >> >>> On 9/13/2011 4:22 PM, bob wrote: >>> >>>> >>>> Is there a way to make Eclipse do word wrapping? Do you all use word >>>> wrapping or no? >>>> >>>> >>> You mean word wrapping your source code? I've never seen anyone want to >>> or >>> do that ever in my entire development career. >>> >>> -- >>> You received this message because you are subscribed to the Google >>> Groups "Android Developers" group. >>> To post to this group, send email to android-developers@** >>> googlegroups.com <[email protected]> >>> To unsubscribe from this group, send email to >>> android-developers+**[email protected]<android-developers%[email protected]> >>> For more options, visit this group at >>> http://groups.google.com/**group/android-developers?hl=en<http://groups.google.com/group/android-developers?hl=en> >>> >>> >> > Uggh...looks terrible to me. If you have lines in your code that are long > enough to require word-wrapping, then those lines are too long, especially > with today's large monitors and high resolutions. Decompose them and make > the code more readable IMO. > > -- > You received this message because you are subscribed to the Google > Groups "Android Developers" group. > To post to this group, send email to > android-developers@**googlegroups.com<[email protected]> > To unsubscribe from this group, send email to > android-developers+**[email protected]<android-developers%[email protected]> > For more options, visit this group at > http://groups.google.com/**group/android-developers?hl=en<http://groups.google.com/group/android-developers?hl=en> > -- You received this message because you are subscribed to the Google Groups "Android Developers" group. To post to this group, send email to [email protected] To unsubscribe from this group, send email to [email protected] For more options, visit this group at http://groups.google.com/group/android-developers?hl=en

