I'm editing an XML file with the Eclipse IDE and need to input paragraphs of text. It doesn't seem that eclipse has a line-wrap feature though. Anyone knows if it does or if there's a plugin for that?
|
Try this plugin http://colorer.sourceforge.net/eclipsecolorer/ It looks like eclipse only has the ability to do it manually on its own and here are the commands. At that point you must reformat the highlighted text manually. It's not terribly obvious how to control Eclipse line width and line wrapping in your Java source files. Here's how and where: Comment width and line wrapping is set in Preferences->Java->Code Style->Formatter, then click on the Edit button and select the Comments tab. I like Line Width for Comments to be 120. Code line wrapping is set nearby, in Preferences->Java->Code Style- >Formatter, then click on the Edit button and select the Line Wrapping tab. I like a line width of 120 and indent size of 4. Indentation is set separately, in Preferences->Java->Code Style- >Formatter, then click on the Edit button and select the Indentation tab. I like an indent size of 4, consistent with the Line Wrapping indent setting. As if that's not enough, you can also set printer margins, tab size, etc, in Preferences>General>Editors>Text Editors where I set the Displayed Tab Width to 4 and Print Margin Column to 120 or more. You can also check the Show Print Margin box to get a faint vertical line at the printer margin column |
||||
|
Just for the record, while Eclipse Colorer might bring wrapping for xml files, Eclipse has not in general a soft wrapping feature for Text editor.
This is one of the most upvoted bugs in Eclipse history: bug 35779 (9 years and counting, 200+ votes) Update February 2013: That bug references an old Word wrap plugin, but Oak mentions in his answer (upvoted) a new plugin for recent (Juno+) versions of Eclipse (so 3.8.x, 4.x, may have been seen working with 3.7) Right click in an opened file and select "Toggle Word Wrap" (shortcut ctrl+alt+e)
|
||||
|
|
|
Ctrl+Shift+F will format a file in Eclipse, breaking long lines into multiple lines and nicely word-wrapping comments. You can also highlight just a section of text and format that. I realize this is not an automatic soft/hard word wrap like the other answers, but I don't think the question was asking for anything fancy. |
|||
|
|
|
The Eclipse Word-Wrap plugin works for any type of file for me. |
|||||||||
|
|
Word wrap comes out of the box with Juno now. Right Click on the editor and select the "Word Wrap" option from the dropdown. |
||||
|
From Bug 35779 - Comment 187:
|
|||
|
|
|
Ahti Kitsik's plugin is mentioned above, but there's a newer plugin by another author that works with newer versions of Eclipse (up to Juno, at least), and also fixed the line numbering issue in the older plugin. There are full installation instructions on the author's website, but here's the short version:
|
||||
|
|


