busimus / cutelog

GUI for logging
MIT License
484 stars 45 forks source link

Ability to show multiline messages when not in extra mode #33

Closed csm10495 closed 1 year ago

csm10495 commented 1 year ago

Right now when i have a message that has newlines in it, it gets replaced with ...

Can we have an option to display the full log even if it has newlines?

busimus commented 1 year ago

Instead of adding multiline messages, I added a word wrap toggle. Solves the same problem and a bunch more, though it has a performance penalty. Try it out:

pip install git+https://github.com/busimus/cutelog.git@word_wrap
csm10495 commented 1 year ago

Nice! Works well for me. Thanks! Hopefully it can get merged.