Community
Participate
Working Groups
Build Identifier: 5.0.0.201105231934 Function declarations don't appear in bold in default(although syntax highlighting is set properly in Preference->C/C++ ->Editor->Syntax Coloring->Code->Function Declarations). Need to select one more option and click apply in for it to work. Reproducible: Always Steps to Reproduce: 1.Create an empty remote Makefile project. 2.Idd a new Class to the project 3.In <classname>.cpp file, add following lines: int main(void){ return 0; } 4. Word 'main' is not bold. 5. Goto Preference->C/C++ ->Editor->Syntax Coloring->Code->Function Declarations, select Italic and click Apply. Now its bold.
This can be reproduced by ptp_4_0 based release as well, the problem also happens to a function declaration.
This is because semantic highlighting is not supported yet.