From c723fbb789a2fc3aee6b27348824ff06ff7a16fe Mon Sep 17 00:00:00 2001 From: James Allen Date: Tue, 25 Feb 2014 10:58:25 +0000 Subject: [PATCH] Remove fold all command which interferes with typing } on Danish keyboards --- services/web/public/coffee/editor/Editor.coffee | 1 + 1 file changed, 1 insertion(+) diff --git a/services/web/public/coffee/editor/Editor.coffee b/services/web/public/coffee/editor/Editor.coffee index e3e60f79d9..15f5307995 100644 --- a/services/web/public/coffee/editor/Editor.coffee +++ b/services/web/public/coffee/editor/Editor.coffee @@ -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...