Update to support toggle editor theme and spellcheck in status bar

This commit is contained in:
Cheng-Han, Wu
2016-06-21 21:45:45 +08:00
parent 6577313925
commit 09fb120967
3 changed files with 119 additions and 1 deletions

View File

@@ -20,5 +20,11 @@
<div class="indent-width-label" title="Click to change indentation size">4</div>
<input class="indent-width-input hidden" type="number" min="1" max="10" maxlength="2" size="2">
</div>
<div class="status-theme">
<a class="ui-theme-toggle" data-target="#" title="Toggle editor theme"><i class="fa fa-sun-o fa-fw"></i></a>
</div>
<div class="status-spellcheck">
<a class="ui-spellcheck-toggle" data-target="#" title="Toggle spellcheck"><i class="fa fa-check fa-fw"></i></a>
</div>
</div>
</div>