[quickbook] coloring code syntax

Hello all, Is there a way to tell QuickBook code fragments to color words that are not C++ keyword for example in blue or in other colors? For example, in `int i = 0;` "int" is colored in blue. I'd like that in `requires Copyable<T>` "requires" is colored in blue (or some other color that I can specify). Thanks a lot! --Lorenzo -- View this message in context: http://boost.2283326.n4.nabble.com/boost-quickbook-coloring-code-syntax-tp45... Sent from the Boost - Dev mailing list archive at Nabble.com.

Hi, Not yet. But there is a ticket. https://svn.boost.org/trac/boost/ticket/1201 Am 30. März 2012 22:59 schrieb lcaminiti <lorcaminiti@gmail.com>:
Hello all,
Is there a way to tell QuickBook code fragments to color words that are not C++ keyword for example in blue or in other colors?
For example, in `int i = 0;` "int" is colored in blue. I'd like that in `requires Copyable<T>` "requires" is colored in blue (or some other color that I can specify).
That ticket is currently assigned to me. After some initial work other topics occupied me and I never came back. Regards Andreas Pokorny

-----Original Message----- From: boost-bounces@lists.boost.org [mailto:boost-bounces@lists.boost.org] On Behalf Of Andreas Pokorny Sent: Sunday, April 01, 2012 6:55 PM To: boost@lists.boost.org Subject: Re: [boost] [quickbook] coloring code syntax
Hi,
Not yet. But there is a ticket.
https://svn.boost.org/trac/boost/ticket/1201
Am 30. März 2012 22:59 schrieb lcaminiti <lorcaminiti@gmail.com>:
Hello all,
Is there a way to tell QuickBook code fragments to color words that are not C++ keyword for example in blue or in other colors?
For example, in `int i = 0;` "int" is colored in blue. I'd like that in `requires Copyable<T>` "requires" is colored in blue (or some other color that I can specify).
That ticket is currently assigned to me. After some initial work other topics occupied me and I never came back.
I still think it would be jolly nice to have Quickbook colors too ;-) Thanks Paul
participants (3)
-
Andreas Pokorny
-
lcaminiti
-
Paul A. Bristow