On Fri, Aug 29, 2014 at 2:44 AM, Fidel N <[email protected]> wrote:

> The button will appear automatically instead of the text when the body
> contains 10k+ lines (or 5k maybe), right?

Correct.  The number of characters (not lines) in the text that will
trigger this behavior will be a user-configurable option.  Using
characters allows the test to use len(p.b) rather than p.b.count('\n')
which could be significant ;-)

> Also, please consider adding also this button:
>
> b = QtGui.QPushButton('Copy body to clipboard')

Thanks for the reminder.  Will do.  I used one button in the prototype
just to reduce the work.  It took about an hour to arrive at the
final, relatively simple code.  Hehe.

Edward

-- 
You received this message because you are subscribed to the Google Groups 
"leo-editor" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to [email protected].
To post to this group, send email to [email protected].
Visit this group at http://groups.google.com/group/leo-editor.
For more options, visit https://groups.google.com/d/optout.

Reply via email to