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

TextPastryHistory is not defined / ST3 / #48

Closed Kcko closed 8 years ago

Kcko commented 8 years ago

Hi, I cant use shortcut alt +b (insert character "{") because TextPastry is screaming:

"TextPastryHistory is not defined"

I obviously override shortcut in sublime-keymap but TextPastry remember native shortcut defined in plugin.

Can you help me?

Screenshots:

duydao commented 8 years ago

Hi

You should be able to overwrite the key binding through your user keybindings file.

The error is worries me, I'll check it out.

Thanks for using Text Pastry!

Kcko commented 8 years ago

Hi DuyDao,

it should be ..., but it does not work with :), it seems to be like a bug ... with others plugins i have no problem with overriding key-mapping.

Can you help me how to do it? I want to use ur great plugin, but need more use ctrl alt b :)

Kcko commented 8 years ago

So what? Or how to remove "pastry history action"? Overriding not working :(

Kcko commented 8 years ago

Any progress pls?

duydao commented 8 years ago

Hi @Kcko

Yeah, I've tried to rebind alt+b and ctrl+alt+b to the swirly brace and it works without problems. To verify that it is a problem with Text Pastry, you could disable the plugin and try again.

duydao commented 8 years ago

You could also use AutoHotKey to do key bindings: https://autohotkey.com/