##// END OF EJS Templates
triger menu update when kernel started...
triger menu update when kernel started bind the update action to shell_channel's first_response event. add a list of magic that don't like beeing called alone ( like %more , %pycat , ...Etc) and append '?' in the menu to the end to show docsctring when clicked This list should be completed in : IPython/frontend/qt/console/mainwindow.py

File last commit:

r5390:c82649ea
r5393:e9402d7c
Show More
__init__.py
13 lines | 585 B | text/x-python | PythonLexer
# encoding: utf-8
__docformat__ = "restructuredtext en"
#-------------------------------------------------------------------------------
# Copyright (C) 2008-2011 The IPython Development Team
#
# Distributed under the terms of the BSD License. The full license is in
# the file COPYING, distributed as part of this software.
#-------------------------------------------------------------------------------
#-------------------------------------------------------------------------------
# Imports
#-------------------------------------------------------------------------------