##// END OF EJS Templates
ensure warnings are raised in tests...
ensure warnings are raised in tests avoids missed warnings if the warning was already shown

File last commit:

r19319:c847b345
r19559:00e9b684
Show More
menubar.less
13 lines | 223 B | text/x-less | LessCssLexer
Min RK
basic LESS for editor
r19305 .selected-keymap {
i.fa {
padding: 0px 5px;
}
i.fa:before {
content: @fa-var-check;
}
}
Min RK
add Mode menu to editor
r19319
#mode-menu {
// truncate mode-menu, so it doesn't get longer than the screen
overflow: auto;
max-height: 20em;
}