SRombauts / UEPlasticPlugin

Plastic SCM Plugin for Unreal Engine
http://srombauts.github.io/UEPlasticPlugin
146 stars 28 forks source link

Add option to omit domain name from email address usernames #100

Closed mikeseese closed 2 years ago

mikeseese commented 2 years ago

This is related to #99 in that it provides another option for displaying less text for email-based usernames for Plastic Cloud repos. I believe that having both #99 and this feature would be beneficial, where this feature could be the MVP.

This option would attempt to omit the email domain name if the username is an email address (i.e. sleepypanda@gmail.com becomes sleepypanda).

SRombauts commented 2 years ago

Yes, I totally agree, thanks for both of your suggestions! This one could even be enabled by default I believe, as most often the domain part of the email addresses is meaningless; either always the same for everyone in the organization, or the reverse, very diverse/chaotic but not relevant

mikeseese commented 2 years ago

Fixed in #101