Link to home
Start Free TrialLog in
Avatar of TimDSmith
TimDSmith

asked on

Setting editor line length

Simple question that I can't find in the help.

How can I set my code line length to 80 chars/columns. I need to know so I can wrap the code. Just a line down the right side of my code at 80 chars would do.
Avatar of AndyAinscow
AndyAinscow
Flag of Switzerland image

I don't think that is possible in the development environment.
If you are talking about an edit control on your app you will need to have it as owner drawn and process each line yourself.
Avatar of TimDSmith
TimDSmith

ASKER

Yes - I mean the development environment.

Oh well ...
ASKER CERTIFIED SOLUTION
Avatar of AndyAinscow
AndyAinscow
Flag of Switzerland image

Link to home
membership
This solution is only available to members.
To access this solution, you must be a member of Experts Exchange.
Start Free Trial
Good question!

But it would still be possible to do this - it would just mean re-writing Visual studio and adding the functionality. LOL :)