##// END OF EJS Templates
inputhook: improve CTRL+C handling with qt4...
inputhook: improve CTRL+C handling with qt4 Allow a first CTRL+C to interrupt the qt4 event loop and a second to trigger a KeyboardInterrupt.

File last commit:

r1261:a818e11a merge
r4916:6ab38c60
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