NicolaiSoeborg / manipulator-plugin

A plugin for manipulating text (UPPER, lower, base64, etc) in the editor "Micro"
MIT License
39 stars 3 forks source link

key bindings not working, or i am doing it wrong ? #5

Closed bokunodev closed 4 years ago

bokunodev commented 4 years ago

`` Error: manipulator.dquote does not exist

Press enter to continue Error: manipulator.squote does not exist

Press enter to continue Error: manipulator.brace does not exist

Press enter to continue Error: manipulator.curly does not exist

Press enter to continue Error: manipulator.square does not exist

Press enter to continue Error: manipulator.angle does not exist

Press enter to continue ``

gj1118 commented 4 years ago

I am facing the same issue. Can you please confirm how you were able to resolve it ? I can confirm that I am seeing manipulator in the plugin list command. Please confirm

Thanks

bokunodev commented 4 years ago

@gj1118 maybe the plugin break due to micro API change. instead of manipulator.blabla.... you can use command-edit:brace, command-edit:upper etc. its not elegant solution but it works.