##// END OF EJS Templates
ConsoleWidget now manually controls the vertical scrollbar....
ConsoleWidget now manually controls the vertical scrollbar. As a result, Ctrl+L works as expected. Additionally, the prompt does not "jump around" while scrolling through history.

File last commit:

r2460:e8303d57
r3001:5b40b7b2
Show More
setupegg.py
6 lines | 156 B | text/x-python | PythonLexer
#!/usr/bin/env python
"""Wrapper to run setup.py using setuptools."""
# Import setuptools and call the actual setup
import setuptools
execfile('setup.py')