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

Command line error #1

Closed S0und closed 12 years ago

S0und commented 12 years ago

Command line commands does not work for me. Command palette works fine.

When i select some stuff with ctrl+d, and using a simple command like \i, i got this error, plus nothing happends.

Traceback (most recent call last): File ".\text_pastry.py", line 238, in on_done TypeError: parse() takes exactly 1 argument (2 given)

duydao commented 12 years ago

thanks!