##// END OF EJS Templates
Add new commands refresh and refresh_timer (mapped to "R"/"F5"...
Add new commands refresh and refresh_timer (mapped to "R"/"F5" and to the menu) which restarts the iterator once (refresh) or after every x seconds (refresh_timer). Add a working implementation of "searchexpression", where the text entered is not the text to search for, but an expression that must be true. Added display of shortcuts to the menu. Added commands "pickinput" and "pickinputattr" that put the object or attribute under the cursor in the input line. Split the statusbar to be able to display the currently active refresh interval. (Patch by Nik Tautenhahn)
walter.doerwald -
r708:c2a1e430
Show More
Name Size Modified Last Commit Author
/ doc
examples
COPYING Loading ...
ChangeLog Loading ...
README.txt Loading ...
README_Windows.txt Loading ...
build_doc_instruction.txt Loading ...
ipnb_google_soc.lyx Loading ...
ipython.1 Loading ...
ipython.el Loading ...
manual_base.lyx Loading ...
nbexample.py Loading ...
nbexample_latex.py Loading ...
nbexample_output.py Loading ...
new_design.lyx Loading ...
pycolor.1 Loading ...
pycon.ico Loading ...
update_magic.sh Loading ...
update_manual.py Loading ...
update_version.sh Loading ...

Current version information
---------------------------

Please open manual.pdf for a PDF version of IPython's user manual, or go to
the manual/ directory for an HTML version.


Bugs and future developments
----------------------------

The new_design.pdf document is a description of the goals for IPython's future
development. It includes a TODO/bugs section listing all currently known bugs
in IPython. Please report any bug you encounter if it is not already listed
there.