Closes #332. Remove deprecated "Beautify: Beautify Editor" command

This commit is contained in:
Glavin Wiechert 2015-05-18 15:50:35 -03:00
parent 1652bd9e0b
commit de405880fd
2 changed files with 0 additions and 6 deletions

View File

@ -81,7 +81,6 @@
"atom-workspace": [
"atom-beautify:help-debug-editor",
"atom-beautify:beautify-editor",
"beautify:beautify-editor",
"core:save",
"core:save-as"
],

View File

@ -449,8 +449,3 @@ plugin.activate = ->
atom.commands.add "atom-workspace", "atom-beautify:help-debug-editor", debug
atom.commands.add ".tree-view .file .name", "atom-beautify:beautify-file", beautifyFile
atom.commands.add ".tree-view .directory .name", "atom-beautify:beautify-directory", beautifyDirectory
# Deprecated command
atom.commands.add "atom-workspace", "beautify:beautify-editor", ->
atom?.notifications.addWarning("The command \"beautify:beautify-editor\" has been removed and changed to \"atom-beautify:beautify-editor\".", dismissable : true)