[IPython-user] Deprecations galore
Walter Dörwald
walter@livinglogic...
Thu May 24 16:40:04 CDT 2007
Ville M. Vainio wrote:
> On 5/24/07, Ville M. Vainio <vivainio@gmail.com> wrote:
>
>> On 5/24/07, Walter Dörwald <walter@livinglogic.de> wrote:
>>
>> > > I'm thinking of something like %rep HISTLINE that would get history
>> > > line number (or grep through history) and fill the next input line
>> > > with it for editing. How easy is that w/ readline?
>> >
>> > Being able put any string into the current input line would be great
>> for
>> > ipipe too. An ibrowse/igrid based history browser could then be used to
>>
>> I will do this in ipapi, stand by.
>
> Done in svn.
>
> [D:\ipython]|1> _ip.set_next_input("Hello Word")
> [D:\ipython]|2> Hello Word_ # cursor is here
Great, the ipipe version is done too. With ihist you can browse the
history. The keys "i" and "I" put the object or attribute under the
cursor into the input line (not only for ihist).
Servus,
Walter
More information about the IPython-user
mailing list