Reputation: 88678
I have one file in my project, (the readme file,) which I would like Wing IDE to display with wrapped lines. Is it possible?
Upvotes: 2
Views: 1155
Reputation: 2049
Source -> Justify text will reflow one paragraph of text. Unfortuneatly you have to invoke it one paragraph at a time if you want the whole file reformatted.
I realize you may actually be looking for a viewing transformation that does not modify the file.
Upvotes: 1
Reputation: 114025
Yes this is possible. Here's how you would do this:
Edit > Preferences > Editor > Line Wrapping
In this window, make sure that the "Wrap Long Lines" box is checked. You can then edit settings in the same window like at what position the line show wrap, etc.
Upvotes: 4