How to wrap words in thonny?

1,095 views
Skip to first unread message

Shohidul Islam Razu

unread,
Jan 5, 2022, 1:47:37 PM1/5/22
to thonny
Hi Everyone,
i hope you are doing well.
i am trying to find wordwrap option in thonny but no luck, can you please help find the option, please?
Thank you very much

Aivar Annamaa

unread,
Jan 5, 2022, 2:12:20 PM1/5/22
to thonny
Hi!

Thonny does not provide such option.

It is customary to manually break lines in program code. Of course you should following syntax rules in doing so -- for example, when breaking a long comment you need to insert # in the beginning of each line; when breaking an expression, it needs to be in parentheses etc.

Automatic/soft linebreaks don't fit well with languages where linebreaks and indentation are part of the syntax.

Best regards,
Aivar

Reply all
Reply to author
Forward
0 new messages