The MASM Forum

General => The Campus => Topic started by: Magnum on November 30, 2012, 12:53:09 AM

Title: Can't insert text in Qeditor
Post by: Magnum on November 30, 2012, 12:53:09 AM
In Qeditor, when using Replace in section, I can't paste text that I have selected and copied.

Neither Shift Insert or Paste works.

Title: Re: Can't insert text in Qeditor
Post by: jj2007 on November 30, 2012, 02:44:56 AM
It is a single line edit, so text that contains CrLf can't be pasted. Make sure you have not selected the end of the line.
Title: Re: Can't insert text in Qeditor
Post by: Magnum on November 30, 2012, 03:24:30 AM
Thanks.