##// END OF EJS Templates
use App.instance() in launch_new_instance (parallel apps)...
use App.instance() in launch_new_instance (parallel apps) This way later calls to App.instance() will return the running application, whereas calling App() would create an isolated Application object.

File last commit:

r1261:a818e11a merge
r3999:2491bfa9
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