
The feature request to add native jump-to-line dialog to CodeMirror: [1] was solved in context of this PR: [2]. So that now we can switch from native and ugly Window#prompt() to nice looking CodeMirror addon. Test Plan: - Open change editor - Type Alt-G|Ctrl-L|Cmd-L - Jump to line dialog appears - Type the line number: 42 and hit enter - Confirm that the cursor is jumped to line 42 [1] https://github.com/codemirror/CodeMirror/issues/3030 [2] https://github.com/codemirror/CodeMirror/pull/3682 Change-Id: Ic9b889ea1efe26b3a19c5e885f1668009acc12ad