Re: [IronPython] Console history

2007-06-20 Thread Martin Maly
: [IronPython] Console history This is my pet peeve. This applies to both 1.1 and 2.0a1. 1. Run ipy.exe with -X:TabCompletion. 2. Execute a line. (Let's say "a = 1".) 3. Press up arrow. (The last line appears.) 4. Press down arrow. (The line stays.) What I want: 4. The line disappe

Re: [IronPython] Console history

2007-06-20 Thread Sanghyeon Seo
2007/6/20, Michael Foord <[EMAIL PROTECTED]>: > How about: > > 1. Run ipy.exe with -X:TabCompletion. > 2. Execute a line. (Let's say "a = 1".) > 3. Press up arrow. (The last line appears.) > 4. Press escape. The line disappears. > > Any good ? Oh, this is actually nice. Thanks. -- Seo Sanghyeon

Re: [IronPython] Console history

2007-06-20 Thread Michael Foord
Sanghyeon Seo wrote: > This is my pet peeve. This applies to both 1.1 and 2.0a1. > > 1. Run ipy.exe with -X:TabCompletion. > 2. Execute a line. (Let's say "a = 1".) > 3. Press up arrow. (The last line appears.) > 4. Press down arrow. (The line stays.) > > How about: 1. Run ipy.exe with -X:TabCo

[IronPython] Console history

2007-06-19 Thread Sanghyeon Seo
This is my pet peeve. This applies to both 1.1 and 2.0a1. 1. Run ipy.exe with -X:TabCompletion. 2. Execute a line. (Let's say "a = 1".) 3. Press up arrow. (The last line appears.) 4. Press down arrow. (The line stays.) What I want: 4. The line disappears. Otherwise, you're forced to delete the