pudb icon indicating copy to clipboard operation
pudb copied to clipboard

Include text-wrapping abilities

Open nikhilweee opened this issue 4 years ago • 1 comments

While most code is PEP compliant and well within 80 columns, some of it isn't. I was wondering whether PuDB has the ability to wrap code if it exceeds the current width? If not, is this a reasonable feature to include?

nikhilweee avatar Dec 05 '21 06:12 nikhilweee

The capability doesn't currently exist. As a matter of personal need, it's not something that I would use a lot, but I wouldn't object to a PR.

inducer avatar Dec 05 '21 20:12 inducer