Ram Rachum
Ram Rachum

Reputation: 88678

Making Wing IDE wrap lines on one file

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

Answers (3)

goertzenator
goertzenator

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

Ram Rachum
Ram Rachum

Reputation: 88678

It seems like it's currently not possible.

Upvotes: 0

inspectorG4dget
inspectorG4dget

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

Related Questions