##// END OF EJS Templates
Implement support for 'cell' mode with Ctrl-Enter....
Implement support for 'cell' mode with Ctrl-Enter. Now, once c-enter has been used, the widget will continue accepting more input just as if the input was indented: even complete expressions won't trigger execution, until an extra blank line (or Shift-Enter) is used.

File last commit:

r1261:a818e11a merge
r3004:60bf0975
Show More
update_version.sh
3 lines | 84 B | application/x-sh | BashLexer
#!/bin/sh
ver=`ipython -V`
sed "s/__version__/${ver}/" manual_base.lyx > manual.lyx