biati-digital / nova-text-tools

Swiss Army knife for text manipulation and selection Sort, Transform, Filter, Delete Duplicates, Encode, Decode and much more...
16 stars 2 forks source link

Align Text does not work and play well with double colons :: #21

Open ProfStringer opened 1 year ago

ProfStringer commented 1 year ago

I'm really appreciating the tool, especially the Align Text feature. One issue I've noticed is that it explodes double colons (e.g. static method designators in PHP). For example:

$thingOne = something();
$thing2 = Something::else();

becomes

$thingOne = something();
$thing2   = Something:          :else();