Add missing config options to ControlPanel->Settings->CodeMirror (#5229)

* Create cursorBlinkRate.tid

* Update config-language.multids

* Create indentUnit.tid

* Create indentWithTabs.tid

* Create smartIndent.tid

* Create tabSize.tid
This commit is contained in:
Simon Huber
2020-12-07 15:43:44 +01:00
committed by GitHub
parent 5df0225356
commit 90f05295a2
6 changed files with 45 additions and 1 deletions

View File

@@ -0,0 +1,8 @@
title: $:/core/ui/ControlPanel/Settings/codemirror/indentWithTabs
tags: $:/tags/ControlPanel/Settings/CodeMirror
caption: {{$:/language/codemirror/indentWithTabs/hint}}
\define lingo-base() $:/language/codemirror/indentWithTabs/
<<lingo hint>>
<$checkbox tiddler="$:/config/codemirror/indentWithTabs" field="text" checked="true" unchecked="false" default="true"> <$link to="$:/config/codemirror/indentWithTabs"><<lingo info>></$link> </$checkbox>