Re: [Anjuta-devel] Re: [Anjuta-list] Bug in anjuta editor ? Highlight of /// and //! bad !
- From: "Neil Hodgson" <neilh scintilla org>
- To: "Biswapesh Chattopadhyay" <biswapesh_chatterjee tcscal co in>, "Anjuta List" <anjuta-list lists sourceforge net>
- Cc: "Anjuta devel" <anjuta-devel lists sourceforge net>
- Subject: Re: [Anjuta-devel] Re: [Anjuta-list] Bug in anjuta editor ? Highlight of /// and //! bad !
- Date: Tue Dec 17 00:40:04 2002
> > I have a not-serious but very annoying bug with the editor
> > of anjuta. When I start a comment with //! instead of //, for
> > using doxygen doc tool, there is no more syntax highlight
> > of the comment ! The same problem occurs with /// .
> >
> > Is there sthg to do to fix this ? I did not see it in bug list.
>
> Yup - this is a known issue - the thing is that Doxygen style comments
> are treated specially (/**@, /**!, ///, //!, etc) but they styles are
> not applied due to a clash with local symbol wordlist. I'll try and have
> a fix for this before the next release. The simplest fix would be to
> disable the code in LexCPP.cxx which handles Doxygen stuff specially.
If you don't have a correct list of Doxygen keywords, can't you just
change the style of SCE_C_COMMENTDOCKEYWORD and SCE_C_COMMENTDOCKEYWORDERROR
to be the same as SCE_C_COMMENTDOC?
Neil
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]