##// END OF EJS Templates
* Tab completion now uses the correct cursor position....
* Tab completion now uses the correct cursor position. * Added trailing newline to pyerr traceback. * Made 'colors lightbg' hack appear less funky to the user.

File last commit:

r1261:a818e11a merge
r2841:58941baa
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