robhurring / atom-change-case

atom plugin for node-change-case
MIT License
34 stars 14 forks source link

How to use in file name dialog? #7

Closed elado closed 7 years ago

elado commented 10 years ago

I tried to add the functionality to '.quick-move-file, .tree-view-dialog' with this keymap:

'.quick-move-file, .tree-view-dialog':
  'ctrl-alt-c ctrl-alt-s': 'change-case:snake'
  'ctrl-alt-c ctrl-alt-c': 'change-case:camel'
  'ctrl-alt-c ctrl-alt-d': 'change-case:param'
  'ctrl-alt-c ctrl-alt-h': 'change-case:param'

When in one of those file dialogs and hitting the shortcuts, the key binding resolver pane shows the right action but it doesn't really change the text.

Any way to enable it?

deiga commented 10 years ago

This needs to be investigated further, since currently it's targeted on the editor and not the tree-view

deiga commented 7 years ago

@elado This works now, thanks to #37

Just upgrade to v.0.6.4 :)