@MortenMacFly: do you have time to update it?Maybe today in the evening (I did an update recently already in my local copy) although I am unable to reproduce this particular issue with the SVN revision.
[...] although I am unable to reproduce this particular issue with the SVN revision.It should not work; in our current SVN, the style wxSCI_C_PREPROCESSORCOMMENT is unconditionally applied to any stream comments on the same line as a preprocessor directive.
#define foo /** not doc comment */
int bar = 0; /** is doc comment */
(Very late reply, but) it sounds like our Scintilla component is out of date.Done by now.
@MortenMacFly: do you have time to update it?
The same examples work correctly in SciTE 3.0.2-2.does not seem to have translated into the resolution of this issue. I have sent a fix to Scintilla (http://sourceforge.net/p/scintilla/feature-requests/990/), and could apply it pre-emptively to our repository, if we want.
This happens on Code::Blocks build Apr 7 2013, 02:36:35 - wx2.8.12 (Linux, unicode) - 64 bit, version: svn build rev 8948, SDK version: 1.17.0.
does not seem to have translated into the resolution of this issue. I have sent a fix to Scintilla (http://sourceforge.net/p/scintilla/feature-requests/990/), and could apply it pre-emptively to our repository, if we want.If you encapsulate it into our "C::B patch wrappers", go ahead.
does not seem to have translated into the resolution of this issue. I have sent a fix to Scintilla (http://sourceforge.net/p/scintilla/feature-requests/990/), and could apply it pre-emptively to our repository, if we want.It is now it seems, at lats in HG.