##// END OF EJS Templates
Fix bug where tab-completion with very long filenames would crash the qt console....
Fix bug where tab-completion with very long filenames would crash the qt console. Any time tab completion was activated with a filename in the path longer than the width of the window, the console would crash.

File last commit:

r1261:a818e11a merge
r4539:d4d04ba5
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