##// END OF EJS Templates
* ConsoleWidget now has better support for non-GUI tab completion. Multiple matches are formatted into columns....
* ConsoleWidget now has better support for non-GUI tab completion. Multiple matches are formatted into columns. * Tab width can now be set at runtime rather than only during initialization. * Added external module columnize.py

File last commit:

r1261:a818e11a merge
r2723:226529a9
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