duydao / Text-Pastry

Extend the power of multiple selections in Sublime Text. Modify selections, insert numeric sequences, incremental numbers, generate uuids, date ranges, insert continuously from a word list and more.
MIT License
832 stars 46 forks source link

auto detect case in preset letters #70

Closed SmartManoj closed 5 years ago

SmartManoj commented 6 years ago

previously letters A C upper (or) letters a c upper now letters A C

duydao commented 5 years ago

Thank you for this pull request. That's a neat idea. I've added my own implementation that uses the options argument instead of introducing a new parameter "cases". It will be in the next release and you will be credited for your contribution. Thanks!