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?
-
2it's not about automated wrapping, you should write you code in a way that it should not exceed character limitavasal– avasal2013-02-21 05:13:48 +00:00Commented Feb 21, 2013 at 5:13
-
6@Domber Check out this question on superuser: superuser.com/questions/414209/notepad-80-character-line-markervstm– vstm2013-02-21 05:28:40 +00:00Commented Feb 21, 2013 at 5:28
Add a comment
|
2 Answers
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.
To apply the WordWrap, just goo to view in the Menu bar and check the WordWrap option.
1 Comment
Toto
This only changes the way lines are displayed, that doesn't wrap the line within the file.