Add editor.showLineNumbers option

This commit is contained in:
Nathan Sobo 2013-04-10 18:56:24 -06:00 committed by Corey Johnson & Kevin Sawicki
parent 7359101bac
commit 58add85f09

View File

@ -24,6 +24,10 @@ class EditorConfigPanel extends ConfigPanel
@label for: 'editor.autoIndentOnPaste', "Auto Indent on Paste:"
@input id: 'editor.autoIndentOnPaste', type: 'checkbox'
@div class: 'row', =>
@label for: 'editor.showLineNumbers', "Show Line Numbers:"
@input id: 'editor.showLineNumbers', type: 'checkbox'
@div class: 'row', =>
@label for: 'editor.showInvisibles', "Show Invisible Characters:"
@input id: 'editor.showInvisibles', type: 'checkbox'