
29 Sep
2004
29 Sep
'04
8:08 p.m.
"Thorsten Ottosen" <nesotto@cs.auc.dk> wrote in message news:cjesfp$tpm$1@sea.gmane.org... | There is no general color coding scheme AFAICT, this often make code a lot | easier to read. | It would be cool if the tool could parse all code snippets and add a common | color-coding to all examples etc. also, for use with hyper-linked code, it would be nice if I could just write <code-block> template<class T > struct X { template< class U > U <link href="...." >foo<l/ink>() { return U(); } }; <code-block> and that this resulted in a color-coded code with a link. br Thorsten