Remove fold all command which interferes with typing } on Danish keyboards

This commit is contained in:
James Allen 2014-02-25 10:58:25 +00:00
parent 2c69cbbb78
commit c723fbb789

View file

@ -141,6 +141,7 @@ define [
readOnly: true
aceEditor.commands.removeCommand "transposeletters"
aceEditor.commands.removeCommand "showSettingsMenu"
aceEditor.commands.removeCommand "foldall"
aceEditor.showCommandLine = (args...) =>
@trigger "showCommandLine", aceEditor, args...