##// END OF EJS Templates
add fullscreen support for QtConsole throught shortcut...
add fullscreen support for QtConsole throught shortcut add a toggleFullscreen action to qtconsoleapp and connect it to the 'Ctrl+Meta+Space' shortcut (which is Command+Ctrl+Space on Mac) add shortcut description in %guiref move maximize and minimize shortcut/fonction to another branch

File last commit:

r2460:e8303d57
r4817:677c8ced
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')