Bug 302072 - Doxygen tags with special characters are not colored
Summary: Doxygen tags with special characters are not colored
Status: NEW
Alias: None
Product: CDT
Classification: Tools
Component: cdt-editor (show other bugs)
Version: 6.0.2   Edit
Hardware: All All
: P3 minor (vote)
Target Milestone: ---   Edit
Assignee: Project Inbox CLA
QA Contact: Jonah Graham CLA
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2010-02-07 15:27 EST by Marc-André Laperle CLA
Modified: 2020-09-04 15:16 EDT (History)
1 user (show)

See Also:


Attachments
Doxygen comments with aren't highlighted (40.14 KB, image/png)
2012-12-24 06:06 EST, Johannes Kempf CLA
no flags Details

Note You need to log in before you can comment on or make changes to this bug.
Description Marc-André Laperle CLA 2010-02-07 15:27:09 EST
The following Doxygen tags appear in the content assist but are not colored
as Doxygen keywords in comments:

f{
f}
&
@
\
~
<
>
#
%
"

I think it has to do with the fact that GenericTagCommentScanner uses WordRule for all tokens.
Comment 1 Johannes Kempf CLA 2012-12-24 06:06:32 EST
Created attachment 225037 [details]
Doxygen comments with aren't highlighted

Not only special characters aren't highlighted as doxygen-tags. Several other commands (e.g. \copyright, \endinternal...) aren't highlighted as well. See Doxygen.png for a list of all comments.
Comment 2 Marc-André Laperle CLA 2012-12-25 01:44:28 EST
(In reply to comment #1)
> Created attachment 225037 [details]
> Doxygen comments with aren't highlighted
> 
> Not only special characters aren't highlighted as doxygen-tags. Several
> other commands (e.g. \copyright, \endinternal...) aren't highlighted as
> well. See Doxygen.png for a list of all comments.

I created a separate bug for that, Bug 397143 because it's just a matter of adding those new commands to the csv file.