hi all!
i'm new to carbide ide, and the first thing i've noticed is that no symbian syntax coloring is visible... i'm wrong? how can i activate this feature?
thanks
Leonardo
hi all!
i'm new to carbide ide, and the first thing i've noticed is that no symbian syntax coloring is visible... i'm wrong? how can i activate this feature?
thanks
Leonardo
Last edited by bytesm; 2006-03-15 at 14:56.
C++ code syntax colouring should be enabled? You can also tweak the apperance in the Window->Preferences->C/C++->Editor view.
For a few totally Symbian specific files such as .rss or .pkg, no coloring is yet available.
Where did you expect coloring where you did not see it?
HI!
thanks for your reply,
i expect in different colour specific symbian keyword (es. TInt, RFile, KerrNone)...Originally Posted by mitts
Hi!Originally Posted by bytesm
Actually I was asking if such a symbian keyword specific colouring is available yet. This would make the code a lot easier to read.
Maybe you can tell me if there exists a special file containing keywords for syntax colouring where the current C++ colouring is based on and which can be modified to specific wishes.
Thanks in advance!
You may try VisualAssist if you use Visual Studio.
The problem is I am not useing VS. As from creator of this thread my question about syntax colouring is also regarding to Carbide.C++ Express.Originally Posted by iulian_moldovan