From 6ced0bcbac7163b7c20cc26a079e5f0f073e0db2 Mon Sep 17 00:00:00 2001 From: damianavila Date: Sat, 1 Feb 2014 11:43:39 -0300 Subject: [PATCH] Added automatic close of Brackets. --- IPython/html/static/notebook/js/codecell.js | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/IPython/html/static/notebook/js/codecell.js b/IPython/html/static/notebook/js/codecell.js index 6a12f98a0..85321208b 100644 --- a/IPython/html/static/notebook/js/codecell.js +++ b/IPython/html/static/notebook/js/codecell.js @@ -101,7 +101,8 @@ var IPython = (function (IPython) { }, mode: 'ipython', theme: 'ipython', - matchBrackets: true + matchBrackets: true, + autoCloseBrackets: true } };