From 027bada7d5ae1fd92f51e12af2142f604e66f21d Mon Sep 17 00:00:00 2001 From: Nathan Sobo Date: Wed, 10 Apr 2013 18:58:44 -0600 Subject: [PATCH] Add editor.nonWordCharacters to editor config panel --- src/app/editor-config-panel.coffee | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/src/app/editor-config-panel.coffee b/src/app/editor-config-panel.coffee index b0cbbde44..2660990bf 100644 --- a/src/app/editor-config-panel.coffee +++ b/src/app/editor-config-panel.coffee @@ -31,3 +31,7 @@ class EditorConfigPanel extends ConfigPanel @div class: 'row', => @label for: 'editor.showInvisibles', "Show Invisible Characters:" @input id: 'editor.showInvisibles', type: 'checkbox' + + @div class: 'row', => + @label for: 'editor.nonWordCharacters', "Non-Word Characters:" + @input id: 'editor.nonWordCharacters', size: 50