[QScintilla] selection and python

Cedric Briner brinerlist at gmail.com
Tue Aug 29 15:05:38 BST 2006


hello,

I do program in python and use eric3 in my daily job. I was wondering
if qscintilla could do a special copy which will remove the
indentation.

eg, with this code

class MyClass():
  def function1():
    print 'a'
    print 'b'

and imagine that I want to test the print a,b lines in the python interpreter...

I know that you can do such thing with copy in rectangle mode, but
this is not really as easy, when you do copy a lot of lines and that
some of this lines are unforntunately realy long.

Can you think of a way to achieve such behaviour ??

thanks in advance

Ced.


More information about the QScintilla mailing list