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
******************************************
_______________________________________________
users mailing list
users@lists.ironpython.com
http://lists.ironpython.com/listinfo.cgi/users-ironpython.com

Reply via email to