##// END OF EJS Templates
go to appropriate line when coming from another cell...
go to appropriate line when coming from another cell Sets the cursor on the last line of the cell when moved up from the top of the cell below, and sets the cursors to the first line when moving down from the bottom of a last line. Here, we retain the character that the cursor was on, so that users wishing to have up-down functionality like one document can still use this shortcut handler and simple adjust the at_top and at_bottom methods

File last commit:

r13778:009e7713
r15834:869e697c
Show More
completer.less
24 lines | 458 B | text/x-less | LessCssLexer
Brian E. Granger
Splitting notebook.less into separate files.
r10730 .completions {
position: absolute;
z-index: 10;
overflow: hidden;
border: 1px solid @border_color;
Brian E. Granger
More tabs to spaces on less files.
r13696 .corner-all;
.box-shadow(0px 6px 10px -1px #adadad);
Brian E. Granger
Splitting notebook.less into separate files.
r10730 }
.completions select {
background: white;
outline: none;
border: none;
padding: 0px;
margin: 0px;
overflow: auto;
font-family: @monoFontFamily;
Brian E. Granger
More tabs to spaces on less files.
r13696 font-size: 110%;
Brian E. Granger
Splitting notebook.less into separate files.
r10730 color: @textColor;
}
.completions select option.context {
Brian E. Granger
Cleaning up indentation and spacing of less files touched.
r13778 color: @blueDark;
Brian E. Granger
Splitting notebook.less into separate files.
r10730 }