Closed rahiyer closed 10 years ago
Could you describe the steps you did to reproduce this error?
Unfortunately, I'm unable to reproduce this error. It works on mac/windows as expected (without error). What version of TP are you using? You can find the Version under command palette -> list packages -> text pastry.
Any chance that you've installed "insert nums"?
I am using TP v1.3.7. I did have "Insert nums" installed and the error goes away after uninstalling that package. Closing this issue since no fix is required. Thanks for looking into this and thanks for your effort on TP.
BTW, I am getting different results between \i(1,10)
and \i(1, 10)
(added space between 1 and 10). In fact the command is not tolerant of any space inside the parenthesis. Is that expected behavior or a bug? Do you want me to open another ticket for it?
Thanks for reporting this! The next version of TP won't depend on insert nums anymore, so users will be safe to re-install insert nums if they want to.
About the new issue, this sounds rather like a bug. I'll check it out and will create a ticket if necessary, thanks.
Inserting number sequence does not work giving the following error when checked in the sublime console:
I am using Sublime Text 3, Build 3059, with Text pastry installed using Package Control.
Other commands like
Paste
work fine.