JetBrains / rd

Reactive Distributed communication framework for .NET, Kotlin, C++. Inspired by Rider IDE.
Apache License 2.0
384 stars 53 forks source link

Improve 'toString' representation of protocol entities #475

Closed JB-Dmitry closed 6 months ago

JB-Dmitry commented 6 months ago

Updates single-line PrettyPrinter logic to insert a space between joined lines.

'toString' samples Before the fix: LxMouseEvent (type = EnteredxAbs = 640yAbs = 512clickCount = 0causedByTouchEvent = falsebutton = 0popupTrigger = falsemodifiers = 0) After the fix: LxMouseEvent ( type = Moved xAbs = 870 yAbs = 632 clickCount = 0 causedByTouchEvent = false button = 0 popupTrigger = false modifiers = 0 )