Hi<div><br></div><div>I need to edit text in the QScintilla by software. To do it, I</div><div>1) Select peace of text with QScintilla::setSelection()</div><div>2) Remove it with QScintilla::removeSelectedText()</div><div>
3) Insert new text with QScintilla::insertText()</div><div><br></div><div>(I probably can use  QScintilla::removeSelectedText(newtext))</div><div><br></div><div>The problem is that this procedure overwrites window system selection clipboard with text I removed.</div>
<div>I think, QScintilla should copy new text to the selection buffer, only if it was selected by user, not when it was selected automatically. </div><div><br></div><div>Andrei Kopats,</div><div>mksv3 - simple programmers text editor</div>
<div><br></div>