Show More
@@ -1,3 +1,15 b'' | |||||
|
1 | 2007-05-31 Walter Doerwald <walter@livinglogic.de> | |||
|
2 | ||||
|
3 | * IPython/Extensions/igrid.py: Add new commands refresh and | |||
|
4 | refresh_timer (mapped to "R"/"F5" and to the menu) which restarts | |||
|
5 | the iterator once (refresh) or after every x seconds (refresh_timer). | |||
|
6 | Add a working implementation of "searchexpression", where the text | |||
|
7 | entered is not the text to search for, but an expression that must | |||
|
8 | be true. Added display of shortcuts to the menu. Added commands "pickinput" | |||
|
9 | and "pickinputattr" that put the object or attribute under the cursor | |||
|
10 | in the input line. Split the statusbar to be able to display the currently | |||
|
11 | active refresh interval. (Patch by Nik Tautenhahn) | |||
|
12 | ||||
1 | 2007-05-29 J�rgen Stenarson <jorgen.stenarson@bostream.nu> |
|
13 | 2007-05-29 J�rgen Stenarson <jorgen.stenarson@bostream.nu> | |
2 |
|
14 | |||
3 | * fixing set_term_title to use ctypes as default |
|
15 | * fixing set_term_title to use ctypes as default |
General Comments 0
You need to be logged in to leave comments.
Login now