##// END OF EJS Templates
tweak history prefix search (up/^p) in qtconsole...
tweak history prefix search (up/^p) in qtconsole moving the cursor around the line could result in weird inconsistencies in the prefix. This simplifies the logic by always using the cursor position to set the history prefix, and better determine when the history prefix has actually changed.

File last commit:

r7780:a59dd57c
r9205:ef8c14cd
Show More
printnotebook.css
7 lines | 271 B | text/css | CssLexer
Brian Granger
Fixing minor things in the printing.
r5876 body { overflow: visible !important; }
div#notebook { overflow: visible !important; }
Brian Granger
Created new print view for notebook printing.
r5875 .ui-widget-content { border: 0px; }
#save_widget {margin: 0px !important;}
Matthias BUSSONNIER
Allow direct print of the notebook....
r7780 #header,#pager,#pager_splitter,#menubar,#toolbar {display: none !important;}
.cell { border:none !important}