[Tracker-discuss] [issue388] Code highlighting blocks in messages

2011-04-07 Thread R David Murray
R David Murray added the comment: I think I'm about -0.5, for the reasons that Ezio cited. -- nosy: +r.david.murray status: resolved -> chatting ___ PSF Meta Tracker ___

[Tracker-discuss] [issue388] Code highlighting blocks in messages

2011-04-06 Thread Martin v . Löwis
Martin v. Löwis added the comment: >> So, it is just useless for you, but you won't object if anybody will >> do this. Am I right? > > In voting terms, I'm -0. So am I: -0. -- nosy: +loewis status: resolved -> chatting ___ PSF Meta

[Tracker-discuss] [issue388] Code highlighting blocks in messages

2011-04-06 Thread Ezio Melotti
Ezio Melotti added the comment: I don't think this is worth the effort. Code chunks in messages don't appear too often, and they are usually small enough that highlight will bring little benefit. Implementing it is not entirely trivial, and adds another dependency on the tracker. Also if y

[Tracker-discuss] [issue388] Code highlighting blocks in messages

2011-04-06 Thread Georg Brandl
Georg Brandl added the comment: > That's why we need more people to reach a consensus. They're free to comment here, of course. > So, it is just useless for you, but you won't object if anybody will > do this. Am I right? In voting terms, I'm -0. > I'm just introducing a {{{ }}} code block.

[Tracker-discuss] [issue388] Code highlighting blocks in messages

2011-04-06 Thread anatoly techtonik
anatoly techtonik added the comment: On Wed, Apr 6, 2011 at 6:53 PM, Georg Brandl wrote: > >> Don't you think that markup processing can greatly improve the quality of >> information presented in the bug tracker? If code blocks are at least have >> different background - it will simplify readin

[Tracker-discuss] [issue388] Code highlighting blocks in messages

2011-04-06 Thread Georg Brandl
Georg Brandl added the comment: > Don't you think that markup processing can greatly improve the quality of > information presented in the bug tracker? If code blocks are at least have > different background - it will simplify reading a lot. No, I don't. You can immediately see what is code and

[Tracker-discuss] [issue388] Code highlighting blocks in messages

2011-04-06 Thread anatoly techtonik
anatoly techtonik added the comment: Don't you think that markup processing can greatly improve the quality of information presented in the bug tracker? If code blocks are at least have different background - it will simplify reading a lot. As for your fears about people posting big chunks of

[Tracker-discuss] [issue388] Code highlighting blocks in messages

2011-04-06 Thread Georg Brandl
Georg Brandl added the comment: I don't think this is useful. We shouldn't encourage people to put big chunks of code into tracker messages, they should go into attached files instead. And for small chunks highlighting is not needed. If our messages were markup-parsed in any other way, it w

[Tracker-discuss] [issue388] Code highlighting blocks in messages

2011-04-05 Thread anatoly techtonik
New submission from anatoly techtonik : I wonder what is takes to add support for parsing messages for {{{ }}} code blocks and highlight them? -- messages: 1957 nosy: techtonik priority: feature status: unread title: Code highlighting blocks in messages