##// END OF EJS Templates
Enable codemirror search/replace shortcuts
Thomas Kluyver -
Show More
@@ -6,6 +6,7 b' define(['
6 'base/js/utils',
6 'base/js/utils',
7 'codemirror/lib/codemirror',
7 'codemirror/lib/codemirror',
8 'codemirror/mode/meta',
8 'codemirror/mode/meta',
9 'codemirror/addon/search/search'
9 ],
10 ],
10 function($,
11 function($,
11 utils,
12 utils,
@@ -4,6 +4,7 b''
4
4
5 {% block stylesheet %}
5 {% block stylesheet %}
6 <link rel="stylesheet" href="{{ static_url('components/codemirror/lib/codemirror.css') }}">
6 <link rel="stylesheet" href="{{ static_url('components/codemirror/lib/codemirror.css') }}">
7 <link rel="stylesheet" href="{{ static_url('components/codemirror/addon/dialog/dialog.css') }}">
7
8
8 {{super()}}
9 {{super()}}
9 {% endblock %}
10 {% endblock %}
General Comments 0
You need to be logged in to leave comments. Login now