GumTreeDiff / gumtree

An awesome code differencing tool
https://github.com/GumTreeDiff/gumtree/wiki
GNU Lesser General Public License v3.0
893 stars 170 forks source link

Customizable label truncation and format for output (dotdiff) #304

Open mahtab-nejati opened 1 year ago

mahtab-nejati commented 1 year ago

The current version truncates the labels of nodes in the .dot output file (see code here). It would be helpful if this feature could be turned off or the length of the truncated label could be adjustable. In cases where the output must be further processed, a full label might be preferred.

Formatting the labels in a way that the original information can be easily parsed and retrieved is also desirable.

jrfaller commented 1 year ago

Hi @mahtab-nejati !

It would sure be a nice enhancement. I will try to see if I can find the time to implement this.

Cheers!