Enable codemirror search/replace shortcuts

This commit is contained in:
Thomas Kluyver 2014-11-05 17:31:08 -08:00
parent 59b13f2d08
commit c1d012d703
2 changed files with 2 additions and 0 deletions

View File

@ -6,6 +6,7 @@ define([
'base/js/utils',
'codemirror/lib/codemirror',
'codemirror/mode/meta',
'codemirror/addon/search/search'
],
function($,
utils,

View File

@ -4,6 +4,7 @@
{% block stylesheet %}
<link rel="stylesheet" href="{{ static_url('components/codemirror/lib/codemirror.css') }}">
<link rel="stylesheet" href="{{ static_url('components/codemirror/addon/dialog/dialog.css') }}">
{{super()}}
{% endblock %}