ErikPettersson / moonshineproject

Automatically exported from code.google.com/p/moonshineproject
0 stars 0 forks source link

Everything after the cursor in console input gets deleted #110

Closed GoogleCodeExporter closed 8 years ago

GoogleCodeExporter commented 8 years ago
What steps will reproduce the problem?
1. Enter any text in console input e.g. 123456789
2. Put the caret in the middle of the text e.g. 1234|56789
3. Press enter to execute the text

What is the expected output? What do you see instead?
Expected:
Console Plugin: 123456789: command not found

Actual:
Console Plugin: 1234: command not found

Everything after the keyboard caret gets ignored / deleted.

Original issue reported on code.google.com by mlunar on 19 Jul 2010 at 8:17

GoogleCodeExporter commented 8 years ago

Original comment by mlunar on 21 Jul 2010 at 4:54

GoogleCodeExporter commented 8 years ago

Original comment by petterson.erik@gmail.com on 27 Jul 2010 at 4:46

GoogleCodeExporter commented 8 years ago
This issue was closed by revision r721.

Original comment by petterson.erik@gmail.com on 16 Oct 2010 at 4:12