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

Same UUID on multiple selections? #41

Closed JoshRiser closed 8 years ago

JoshRiser commented 8 years ago

Currently when I us Sublimes Multiline Selection and run the uuid/UUID command with Text Pastry, it generates different UUIDs for each selection. I understand the reasoning behind this, but is there any way I can make it generate the same UUID on each selection?

duydao commented 8 years ago

Hey mate

Unfortunately, there is no switch to reuse the same uuid multiple times. Wouldn't it be easier to copy the uuid and use sublimes multi-paste?

Thanks for using Text Pastry!

Am 28.01.2016 um 17:21 schrieb Josh Riser notifications@github.com:

Currently when I us Sublimes Multiline Selection and run the uuid/UUID command with Text Pastry, it generates different UUIDs for each selection I understand the reasoning behind this, but is there any way I can make it generate the same UUID on each selection?

— Reply to this email directly or view it on GitHub.

JoshRiser commented 8 years ago

I can, but I will have to generate one, copy it, and multipaste it almost 200 times for what I am trying to accomplish. It will be tedious but it looks like that is the solution in this case.

Cheers, great plugin otherwise!

duydao commented 8 years ago

Thanks for using Text Pastry!