Issue339

Title Colors for quoted text
Priority wish Status chatting
Superseder Nosy List eric.araujo, giampaolo.rodola, loewis, serhiy.storchaka, techtonik
Assigned To Topics

Created on 2010-05-20.21:08:06 by giampaolo.rodola, last changed 2012-10-03.18:51:38 by serhiy.storchaka.

Messages
msg1663 (view) Author: giampaolo.rodola Date: 2010-05-20.21:08:05
A common habit on the bug tracker is quoting text written by other people who comments on the issue, as for e-mails. 
I think it would be more clear if such text had a different color.
Toughs?
msg1664 (view) Author: techtonik Date: 2010-05-21.06:18:37
I don't see quote button at all.
msg1670 (view) Author: giampaolo.rodola Date: 2010-06-02.22:58:26
My intention was not to introduce a quote button but have the server parse the messages, check for "line.startswith('>')" and assign a different color via CSS.
msg1812 (view) Author: eric.araujo Date: 2010-10-29.03:28:37
Sure, good idea.  Do you know if there is software out there doing that?
msg1835 (view) Author: techtonik Date: 2010-10-29.08:00:34
Trac - http://trac.edgewall.org/ticket/9220#comment:12
Rietveld - http://codereview.appspot.com/2442042/diff/7001/upload.py - expand collapsed comments and see how quoted text is handled there.
msg1838 (view) Author: loewis Date: 2010-10-29.10:22:05
Can somebody propose a specific CSS that should be used? In particular, what should the colors be?
msg2526 (view) Author: giampaolo.rodola Date: 2012-05-23.16:38:00
Being a fan of google mail, I personally like #500050 color, which I've also seen used else where in public forums and similars.
msg2615 (view) Author: serhiy.storchaka Date: 2012-10-03.18:51:38
Not "line.startswith('>')", but "line.startswith('> ')". ">>>" used as Python prompt in code examples.
History
Date User Action Args
2012-10-03 18:51:38serhiy.storchakasetnosy: + serhiy.storchaka
messages: + msg2615
2012-05-23 16:38:00giampaolo.rodolasetmessages: + msg2526
2010-10-29 10:22:06loewissetnosy: + loewis
messages: + msg1838
2010-10-29 08:00:34techtoniksetmessages: + msg1835
2010-10-29 03:28:38eric.araujosetnosy: + eric.araujo
messages: + msg1812
title: Colored sintax for quoted text -> Colors for quoted text
2010-06-02 22:58:27giampaolo.rodolasetmessages: + msg1670
2010-05-21 06:18:39techtoniksetstatus: unread -> chatting
nosy: + techtonik
messages: + msg1664
2010-05-20 21:08:06giampaolo.rodolacreate