##// 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:

r3408:261328d5
r4817:677c8ced
Show More
__init__.py
4 lines | 82 B | text/x-python | PythonLexer
try:
from pyparsing import *
except ImportError:
from _pyparsing import *