##// END OF EJS Templates
make ConsoleWidget LoggingConfigurable...
make ConsoleWidget LoggingConfigurable This adds the attribute Widget.log, which is hooked up to the running application's logger.

File last commit:

r1261:a818e11a merge
r4699:b13dbdb2
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