##// END OF EJS Templates
Merge pull request #1224 from minrk/dblclick...
Merge pull request #1224 from minrk/dblclick * edit text cells on double-click instead of single-click * render text cells on unselect instead of focusout. Only renders when selecting another cell, and prevents rendering when switching applications/windows/tabs.

File last commit:

r1261:a818e11a merge
r5841:f68e34b8 merge
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