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
830 stars 46 forks source link

piping bag does not work #78

Closed jakemkc closed 5 years ago

jakemkc commented 6 years ago

Hi,

I tried to follow the instruction to use the piping feature to incrementally modify content of multiple text files as follow:

Open the command palette and look for "Text Pastry: Show Piping Bag" or open Tools -> Text Pastry -> Show Piping Bag.

CMD + Shift + P -> Text Pastry: Generate a list of numbers from 1 to 100

Open a file

Make 4 selections

Open the command palette and select Text Pastry: Pipe into selections

text pastry will only replace the 1st selection with the first number in the piping bag.

I wonder am I missing something here?

I am using MacOS 10.13.3 sublime 3.1.1

thanks!

duydao commented 5 years ago

Hi @jakemkc,

This seems to be a bug, I'll check it out.

Thanks for using Text Pastry!