2016-02-08 22:51:07 -06:00
< div class = "status-bar" >
< div class = "status-info" >
2017-03-28 11:57:44 +08:00
< div class = "status-cursor" >
< span class = "status-line-column" > < / span >
< span class = "status-selection" > < / span >
< / div >
2016-02-08 22:51:07 -06:00
< div class = "status-file" > < / div >
< / div >
< div class = "status-indicators" >
< div class = "status-length" > < / div >
2016-12-04 00:56:14 +08:00
< div class = "status-preferences dropup toggle-dropdown pull-right" >
< a id = "preferencesLabel" class = "ui-preferences-label text-uppercase" data-toggle = "dropdown" role = "button" aria-haspopup = "true" aria-expanded = "false" title = "Click to change preferences" >
< i class = "fa fa-wrench fa-fw" > < / i >
< / a >
< ul class = "dropdown-menu" aria-labelledby = "preferencesLabel" >
< li class = "ui-preferences-override-browser-keymap" > < a > < label > Allow override browser keymap < input type = "checkbox" > < / label > < / a > < / li >
< / ul >
< / div >
2016-02-08 22:51:07 -06:00
< div class = "status-keymap dropup pull-right" >
2016-07-30 12:19:42 +08:00
< a id = "keymapLabel" class = "ui-keymap-label text-uppercase" data-toggle = "dropdown" role = "button" aria-haspopup = "true" aria-expanded = "false" title = "Click to change keymap" >
2016-02-08 22:51:07 -06:00
Sublime
< / a >
< ul class = "dropdown-menu" aria-labelledby = "keymapLabel" >
< li class = "ui-keymap-sublime" > < a > Sublime< / a > < / li >
< li class = "ui-keymap-emacs" > < a > Emacs< / a > < / li >
< li class = "ui-keymap-vim" > < a > Vim< / a > < / li >
< / ul >
< / div >
< div class = "status-indent" >
< div class = "indent-type" title = "Click to switch indentation type" > Spaces:< / div >
< 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 >
2020-02-04 14:36:19 +08:00
< div class = "status-theme dropup" >
2019-11-04 09:11:16 +08:00
< a id = "themeLabel" class = "ui-theme-label text-uppercase" data-toggle = "dropdown" role = "button" aria-haspopup = "true" aria-expanded = "false" title = "Select theme" >
< i class = "fa fa-paint-brush fa-fw" > < / i >
< / a >
2020-02-04 14:36:19 +08:00
< ul class = "dropdown-menu" aria-labelledby = "themeLabel" style = "overflow: auto;" >
2019-11-04 09:11:16 +08:00
< / ul >
2016-06-21 21:45:45 +08:00
< / div >
2019-11-26 20:29:21 +08:00
< div class = "status-spellcheck dropup pull-right" >
< a class = "ui-spellcheck-toggle" title = "Toggle spellcheck" data-toggle = "dropdown" role = "button" aria-haspopup = "true" aria-expanded = "false" >
< i class = "fa fa-check fa-fw" > < / i >
< span class = "spellcheck-lang" > < / span >
< / a >
< ul class = "dropdown-menu" aria-labelledby = "themeLabel" >
< li value = "disabled" > < a > Disabled< / a > < / li >
< / ul >
2016-06-21 21:45:45 +08:00
< / div >
2019-08-17 00:17:22 +08:00
< div class = "status-linter" >
< a class = "ui-linter-toggle" title = "Toggle linter" > < i class = "fa fa-lightbulb-o fa-fw" > < / i > < / a >
< / div >
2016-02-08 22:51:07 -06:00
< / div >
2017-03-28 11:57:44 +08:00
< / div >