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

Support geometric sequence #92

Closed fmario closed 3 years ago

fmario commented 3 years ago

Hi,

I just added the support for geometric squences. So far only positive numbers are allowed.

The command works like the one for decimal range: geo 1 16 2 1 2 4 8 16 32 or geo 16 1 0.5 16 8.0 4.00 2.000 1.0000 0.50000

duydao commented 3 years ago

Nicely done, thank you for your contribution!