[PyQt] Code in emails (was: Re: findChildren: setting visibility problems)

Florian Bruhin me at the-compiler.org
Mon Oct 13 21:24:57 BST 2014


* Marcus Ottosson <konstruktion at gmail.com> [2014-10-13 20:25:46 +0100]:
> Just a small tip, there’s a plug-in for chrome and firefox that does code
> highlighting in emails and google groups.
> 
>    - http://markdown-here.com/
> 
> It looks like this:
> 
> import sysfrom PyQt4 import QtGui, QtCore

Either that plugin or your mail client is messing with newlines and
indentation in that code. The best syntax highlighting won't help if
the code is broken ;)

I suggest either being very sure about what's going on (and you can't
realistically do that in a webmail client), or attaching code as an
attachment, like also mentioned at
http://www.riverbankcomputing.com/support/help

Florian

-- 
http://www.the-compiler.org | me at the-compiler.org (Mail/XMPP)
             GPG 0xFD55A072 | http://the-compiler.org/pubkey.asc
         I love long mails! | http://email.is-not-s.ms/
-------------- next part --------------
A non-text attachment was scrubbed...
Name: not available
Type: application/pgp-signature
Size: 819 bytes
Desc: not available
URL: <http://www.riverbankcomputing.com/pipermail/pyqt/attachments/20141013/9ba80ea4/attachment.sig>


More information about the PyQt mailing list