[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [Newsgroup Home]
[news.eclipse.newcomer] Re: Line wrap in Eclipse standart editor

Rolandas A.'s message received 10/17/2005 9:34 AM:
Hi all, is there any possibility to wrap long lines in standard Eclipse
text editor ? Currently in my work sources contains many very long lines
and wrap would be very usefull. I tried to dig in preferences but didn't
find any usefull.
Thanks for answers.
You can use Source->Format to reformat the text, but it will add permanent newlines at the wrapping points. If that's okay, then you'll want to go to Preferences->Java->Code Style->Formatter (assuming you are editing Java - I'm not sure how it works with the C/C++ plug-in) and make sure the settings are what you want.