[IronPython] Problems with Mono and Tab Completion.

Tim Riley riltim at gmail.com
Fri Jan 13 22:49:12 CET 2006


Runtime: Mono-1.1.13
Version:  IronPython 1.0.2190

When executing IronPython from the following batch file I get some weird
behavior in IronPythonConsole.exe. It seems that as I type in the console it
sends two of each character. This behavior only occurs when I pass the
"-X:TabCompletion" parameter.

Has anyone else experienced this type of behavior? If so is there a
workaround?

Regards,
Tim Riley


Contents of mono-ipc.bat
******************************************
@echo off
"C:\Program Files\Mono-1.1.13\bin\mono.exe"
C:\IronPython\IronPythonConsole.exe -X:TabCompletion
@echo on
******************************************
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://mail.python.org/pipermail/ironpython-users/attachments/20060113/2b659e25/attachment.html>


More information about the Ironpython-users mailing list