3

I know the Python coding standard has a limit of 78 characters per line. I am working in Notepad++ and how do I set it so it wraps after 78 characters?

2
  • 2
    it's not about automated wrapping, you should write you code in a way that it should not exceed character limit Commented Feb 21, 2013 at 5:13
  • 6
    @Domber Check out this question on superuser: superuser.com/questions/414209/notepad-80-character-line-marker Commented Feb 21, 2013 at 5:28

2 Answers 2

6

There's a good writeup in the Notepad++ User Manual about managing line lengths. It suggests using the Settings -> Preferences -> Editing -> Vertical edge settings. There doesn't appear to be a way to have it automatically wrap to a new line as you are typing.

Sign up to request clarification or add additional context in comments.

2 Comments

Notepad++ wiki has moved since the original answer to this question. Functionality checked and is working in Notepad++ 6.6.7.
The Notepad++ wiki seems to have vanished, but now there is a new and better User Manual.
0

To apply the WordWrap, just goo to view in the Menu bar and check the WordWrap option.

1 Comment

This only changes the way lines are displayed, that doesn't wrap the line within the file.

Start asking to get answers

Find the answer to your question by asking.

Ask question

Explore related questions

See similar questions with these tags.