Bug #15959 2009-07-02 22:36

faramir

Doesn't recognize /+ D comments +/

New style comments in D (/+ text +/) is not recognized in Code::Blocks.

/* text */ and // text...$ are recognized and rendered correctly but not /+ text +/.

Category
Application::Editor
Group
 
Status
Open
Close date
 
Assigned to
 
ID_54638 2010-01-06 19:19

Code::Blocks is designed to be a C/C++ editor. AFAIK, it does not have in-built capabilities for D.

faramir 2010-01-06 21:21

Code::Blocks have autodetection of D language and little tips for writing in that language (keywords and so on), but comments like /+ +/ doesn't work.