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

"global name 'TextPastryHistory' is not defined" #66

Closed slhck closed 5 years ago

slhck commented 6 years ago

I'm using Text Pastry with Sublime Build 3143 on macOS 10.12.

When I hit super-alt-b, I get this error in the Console:

command: text_pastry_redo
Traceback (most recent call last):
  File "/Applications/Sublime Text.app/Contents/MacOS/sublime_plugin.py", line 797, in run_
    return self.run()
  File "text_pastry in /Users/werner/Library/Application Support/Sublime Text 3/Installed Packages/Text Pastry.sublime-package", line 817, in run
NameError: global name 'TextPastryHistory' is not defined

(I would actually like to override this keyboard shortcut but when trying so I discovered this error.)

duydao commented 5 years ago

Thanks for reporting this & thanks for using Text Pastry!