Files
gerrit/lib/codemirror
David Ostrovsky 99d8d3c21f InlineEdit: Switch to using native jump-to-line addon
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
2016-02-10 09:12:14 +00:00
..
2016-02-08 18:17:59 -05:00