Feature #3276 2007-03-24 14:02
manu89
nested comments for D language
There is no syntax highlighting for D nested comments. For example this does not get properly shown:
[code] /+ level 1
/+ level 2 +/
level 1 +/ [/code]
Also this should become a document style nested comment:
[code] /++ my documentation +/ [/code]
- Category
- Editing
- Status
- Open
- Close date
- Assigned to
History
afb 2007-03-27 09:40
We currently don't have a language mode / lexer for the D language, so that would need to be added first. (i.e. this is part of a bigger CB change)
But I think Scintilla support for it was in the 1.72 release. (LexD.cxx) Code::Blocks is currently using version 1.62 (and wxScintilla 1.67.0)
abscissa 2008-05-04 19:58
This still isn't fixed in C::B v8.02, even though I assume (perhaps incorrectly?) that C::B would have updated to Scintilla v1.72 (or later) by now.