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

Insert Text Function Not Working #2

Closed bseymore closed 11 years ago

bseymore commented 11 years ago

Using Sublime Text 2 (Build 2220) on OS X 1.8 the insert text function does not work when using either direct input or the clipboard shortcut.

If I create five lines, each containing the word "null" and using either Command-D or Command-Click to highlight each instance (for a multiple selection) and entering any space-separated string (such as your "INPUT SELECT TEXTAREA DIV P A" example) leaves the nulls in place.

The status bar does state "Inserting INPUT SELECT TEXTAREA DIV P A".

The version I am trying this with includes the Fix No. 1 from a few hours ago.

bseymore commented 11 years ago

And the latest released fixed this issue as well! Thanks for this!