naddison36 / sol2uml

Solidity contract visualisation tool
MIT License
1.12k stars 257 forks source link

Show signs in code diffs #153

Closed 0xmichalis closed 1 year ago

0xmichalis commented 1 year ago

I think it'd be useful to show signs (+ -) in the output of sol2uml diff, otherwise if the console output is copied into another medium, it's impossible to review the code diff.

naddison36 commented 1 year ago

I'm using Google's diff-match-patch library which doesn't support signs (+ -)

:-(