[QScintilla] copy and paste

Phil Thompson phil at riverbankcomputing.com
Wed Aug 9 13:29:49 BST 2006


On Wednesday 09 August 2006 1:16 pm, Juan Fernando Estrada wrote:
> qscintilla snapshot 2006-07-30 have ocasionally copy paste bug
>
> when i copy (ctrl-c) a text block and then paste (ctrl-v)
> qscintilla insert "null" text
>
> example when i copy that
>
> # -*- coding: latin1 -*-
>
> from wglobal import *
>
>
> class f_impresion(wDialog):
>   def __init__(self,i_parent=None,**args):
>     wDialog.__init__(self,i_parent,i_className=__name__,
>                      i_title=":::Impresion de Guias:::")
>     self.loadUiFile(__name__)
>     return
>
>
>
> and then paste qscintilla insert that
>
> # -*-
> coding:latNULNULNULNULNULNULNULNULNULNULNULNULNULNULNULNULNULNULNULNULNULNU
>LNULNULNULNULNULNUL

QScintilla v1 or v2?

Qt v3 or v4?

Phil


More information about the QScintilla mailing list