Re: [IronPython] Console history

2007-06-20 Thread Martin Maly
The behavior in your point 4. (the line stays) is modeled after the behavior of the Windows command line.. Martin -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of Sanghyeon Seo Sent: Tuesday, June 19, 2007 7:47 PM To: Discussion of IronPython Subject: [Ir

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

Re: [IronPython] Console

2007-05-30 Thread Sanghyeon Seo
2007/5/30, unrealportal <[EMAIL PROTECTED]>: > I can't say this on behalf of Microsoft, but I am sure that the command line > window is just a quick way to have an interface to IronPython. I wouldn't be > concerned about this being the intended way to use IronPython on daily > basis. Is this the c

Re: [IronPython] Console

2007-05-30 Thread Tim Roberts
On Tue, 29 May 2007 20:56:31 -0500, "Szurek, John" <[EMAIL PROTECTED]> wrote: > > The console in Python is a real Windows window. When I run Python in > the Python console I get an output window that is a real Windows window. > All of that means that I can cut and paste freely into the code wind

Re: [IronPython] Console

2007-05-30 Thread unrealportal
Try taking a look at IPIDE at http://lynanda.com/mediawiki/index.php/Main_Page. I can't say this on behalf of Microsoft, but I am sure that the command line window is just a quick way to have an interface to IronPython. I wouldn't be concerned about this being the intended way to use IronPython on

Re: [IronPython] Console

2007-05-30 Thread Davy Mitchell
For something a bit better than cmd, try http://sourceforge.net/projects/console Tabs, improve text selection, transparency and more. Cheers, Davy -- Davy Mitchell Blog - http://www.latedecember.co.uk/sites/personal/davy/ Twitter - http://twitter.com/daftspaniel Skype - daftspaniel needgod.com

Re: [IronPython] Console

2007-05-29 Thread Dino Viehland
Some tweaks to make it better: .\ipy.exe -X:ColorfulConsole -X:TabCompletion -X:AutoIndent Or some combination thereof (I don't like AutoIndent because copy & pasting code breaks). And make sure to enable Quickedit Mode on the console (Right Click menu bar, Properties->Options->Quick Edit Mode

Re: [IronPython] console startup time: 7s

2006-08-31 Thread Dino Viehland
y know we need to do some work in this area but at this point it'll have to wait for post-1.0. -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of psi Sent: Sunday, August 27, 2006 6:58 AM To: users@lists.ironpython.com Subject: Re: [IronPython] console

Re: [IronPython] console startup time: 7s

2006-08-30 Thread psi
this is on windows, about 3 secs, always the same ( this is after having stripped out some new stuff i was doing since rc2 was installed ), however i'm not now really sure it slowed down from rc1 to rc2, the trouble is, its only my recollection that the startup on rc1 was faster. Q: just intereste

Re: [IronPython] console startup time: 7s

2006-08-25 Thread Dino Viehland
Does it repro even on a warn startup or only the 1st time? Also, is this on Windows or on Mono? -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of psi Sent: Saturday, August 19, 2006 11:39 AM To: users@lists.ironpython.com Subject: Re: [IronPython] console

Re: [IronPython] console startup time: 7s

2006-08-25 Thread psi
this seems to have happened to me when i upgraded from rc1 ti rc2. ___ users mailing list users@lists.ironpython.com http://lists.ironpython.com/listinfo.cgi/users-ironpython.com

Re: [IronPython] console startup time: 7s

2006-08-22 Thread Stanislas Pinte
Dino Viehland a écrit : > Is this cold startup time, or warm startup time? On Windows I get: > > F:\Product\IronPython\IronPython\Public>type foo.py > print 'hello' > > F:\Product\IronPython\IronPython\Public>"C:\Program Files > (x86)\util\TimeIt.exe" "ipy.exe foo.py" > Running ipy.exe foo.py >

Re: [IronPython] console startup time: 7s

2006-08-21 Thread Dino Viehland
Is this cold startup time, or warm startup time? On Windows I get: F:\Product\IronPython\IronPython\Public>type foo.py print 'hello' F:\Product\IronPython\IronPython\Public>"C:\Program Files (x86)\util\TimeIt.exe" "ipy.exe foo.py" Running ipy.exe foo.py elapsed time = 1282 milliseconds this is

Re: [IronPython] Console problem

2006-03-12 Thread Sanghyeon Seo
2006/3/12, Anthony Tarlano <[EMAIL PROTECTED]>: > As you probably already know the Mono CLR may have many interesting > bugs that may not show up on the MS .NET CLR. Thus, you should > probably verify whether your bugs are isolated to a specific CLR in > order to determine which mailing list to sen

Re: [IronPython] Console problem

2006-03-12 Thread Anthony Tarlano
Seo, As you probably already know the Mono CLR may have many interesting bugs that may not show up on the MS .NET CLR. Thus, you should probably verify whether your bugs are isolated to a specific CLR in order to determine which mailing list to send your bug reports. The IronPython developers pri

Re: [IronPython] Console problem

2006-03-11 Thread Sanghyeon Seo
2006/3/12, Martin Maly <[EMAIL PROTECTED]>: > I tried to look into this, but cannot reproduce the exception no matter > how hard I try. Are you running IronPython with any command line parameters? I am running IronPython with Mono (latest dev version). Perhaps that matters. This bug happens only

Re: [IronPython] Console problem

2006-03-11 Thread Martin Maly
Hi, I tried to look into this, but cannot reproduce the exception no matter how hard I try. Are you running IronPython with any command line parameters? Martin -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of Sanghyeon Seo Sent: Saturday, March 11, 2006

Re: [IronPython] Console and comment line 0.9.6

2005-12-14 Thread Martin Maly
Hello, As for the code changes, the console interactive loop is not perfect yet and we will improve it to handle more common cases. The change to make comment a token is only for the tokenizer in the 'verbatim' mode, which is only when used by the Visual Studio colorizer. Otherwise the tokeniz

Re: [IronPython] Console for WinForms

2005-11-02 Thread Patrik Husfloen
Haven't tried it from IP but this [1] is the closest I've found. /Patrik [1] http://www.codeproject.com/csharp/CommandBar.asp On 10/31/05, Peli de Halleux (PELI) <[EMAIL PROTECTED]> wrote: > > Is there a plan to add a WinForms console control in the IronPython? I > stumboled on this problem las