From dd3f0b133d89a2b19e3e79fbdb2c9de1b75c5c72 Mon Sep 17 00:00:00 2001 From: coderaiser Date: Thu, 15 May 2014 09:55:03 -0400 Subject: [PATCH] feature(edit) add "Go To Line" --- lib/client/edit.js | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/lib/client/edit.js b/lib/client/edit.js index aa7f8a0b..917bdd08 100644 --- a/lib/client/edit.js +++ b/lib/client/edit.js @@ -377,7 +377,8 @@ var CloudCmd, Util, DOM, CloudFunc, ace, DiffProto, diff_match_patch, Zip, MenuI }; Menu = new MenuIO(element, options, { - 'Save': save + 'Save Ctrl+S': save, + 'Go To Line Ctrl+G': Edit.goToLine }); }); }