Hello again,
I understand. I could make it as an option for the next version. Meanwhile, if you want to remove the “clamping” right now, please open up Ports.cs and change line about #50 var displayNameCaped = displayName.CapLength(18); to something like var displayNameCaped = displayName; (basically remove the CapLength, or increase the length if you like).