code-google-com / editra-plugins

Automatically exported from code.google.com/p/editra-plugins
0 stars 0 forks source link

Launch plugins has issues with certain control characters #163

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
The Launcher plugin 1.9 from Editra 0.6.20 (and possibly older versions, too) 
hangs with certain control characters, see attached script: 

1. run attached script
2. check the output in the launcher

This works as expected with e.g. IPython from PythonXY and IronPython ipy.exe.

Editra 0.6.20 on WindowsXP, installed with the installer, latest PythonXY 
bundle.

Original issue reported on code.google.com by danielst...@googlemail.com on 3 Mar 2011 at 12:17

Attachments:

GoogleCodeExporter commented 9 years ago
The script does run and exit correctly. The display appears to be truncating 
the output on the NULL terminators.

Original comment by CodyPrec...@gmail.com on 4 Mar 2011 at 2:34

GoogleCodeExporter commented 9 years ago
Fixed display not handling NULL bytes. Will be available in next release of 
Editra.

Original comment by CodyPrec...@gmail.com on 11 Mar 2011 at 3:44