VCCE / VCC

Tandy Color Computer 3 Emulator
GNU General Public License v3.0
68 stars 22 forks source link

Pasting code doesn't work accurately #138

Closed PsychoSavant closed 4 days ago

PsychoSavant commented 1 year ago

Pasting code into VCC works about 95% of the time. Sometimes whole lines are skipped and sometimes it is just a character or two on a line.

Ralph423 commented 6 months ago

Although it isn't very elegant, I have found a work around. I simply manually enter double speed poke command before pasting the Basic program line(s). I find that I can paste a whole Basic Program this way .

ejaquay commented 6 months ago

I wonder if it is possible for vcc to speed up temporally when doing paste text?

On Wed, Mar 20, 2024, 7:39 AM Ralph423 @.***> wrote:

Although it isn't very elegant, I have found a work around. I simply manually enter double speed poke command before pasting the Basic program line(s). I find that I can paste a whole Basic Program this way .

— Reply to this email directly, view it on GitHub https://github.com/VCCE/VCC/issues/138#issuecomment-2009370009, or unsubscribe https://github.com/notifications/unsubscribe-auth/AFIUKND7VX72QXPMSQPIXCLYZFYPHAVCNFSM6AAAAAA3IVX3HWVHI2DSMVQWIX3LMV43OSLTON2WKQ3PNVWWK3TUHMZDAMBZGM3TAMBQHE . You are receiving this because you are subscribed to this thread.Message ID: @.***>

ejaquay commented 4 days ago

This apparantly is fixed