Code::Blocks Forums

Developer forums (C::B DEVELOPMENT STRICTLY!) => Development => Topic started by: earlgrey on August 12, 2012, 07:36:50 am

Title: Custom Syntax highlight
Post by: earlgrey on August 12, 2012, 07:36:50 am
Is it planned to implement a custom syntax highlighting, ( XML-styled for example ) , like this :

// <C::B-ORANGE>

... some thread #1 exclusive code / variables ...

// </C::B-ORANGE>



// <C::B-PURPLE>

... some thread #2 exclusive code / variables ...

// </C::B-PURPLE>



// <C::B-TEAL>

... some thread #1 and #2 multithreaded accessible code / variables ...

// </C::B-TEAL>


???