Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
Re: [cdt-dev] CDT-Windows (MSVC)

Hmm, sorry. Probably Eclipse/CDT was kind of busy, that it did not catch up as fast.
Forget about this one here.

Leherbauer, Anton schrieb:
BTW, if someone could point me how to add a bug according to the new syntax highlighter.

The usual way is to use bugzilla: https://bugs.eclipse.org/bugs/enter_bug.cgi?product=CDT

I just encountered:

typedef void (*FCT_FuncType)(int); <-- FCT_FuncType highlighted as user type

FCT_FuncType fct_Action; <-- FCT_FuncType not highlighted, just plain text

I cannot reproduce the problem.
Enabling typedef highlighting in the prefs does highlight FCT_FuncType
in both locations.

Toni




Back to the top