>From my own experience, I have never seen the system functions and types in CW 8.2 receive syntax highlights. Only my own functions and types are . . . it seems that you have the same situation. Am I to infer that there is a way to get system types and functions highlighted (and also get the "Go to typedef definition of . . ." in the right click)? It would be great to have this, save me a lot of time searching for the right .h. Paul
-----Original Message----- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED]]On Behalf Of Young S. Cho Sent: Wednesday, June 26, 2002 4:23 PM To: Palm Developer Forum Subject: Re: CodeWarrior 8.2 Syntax Coloring & etc. problems Thanks for the suggestion Heather, but I checked the "Active Browser" setting and it is already checked. I even unchecked and re-checked it and tried it again. What is kind of strange is some of the syntax is highlighted. So for instance, in the following line: UInt32 PilotMain(UInt16 cmd, MemPtr cmdPBP, UInt16 launchFlags) { return MyPalmMain(cmd, cmdPBP, launchFlags); } The "PilotMain", "return" and "MyPalmMain" are highlighted. And right clicking on the functions will bring up the "Go to function definition of..." option. However, "UInt16" and "MemPtr" are NOT highlighted. Right clicking on them does not bring up the "Go to typedef definition of..." option as in my other project. The only other difference in my two projects is that one was originally created using CodeWarrior 7.x wizard and migrated to CodeWarrior 8.x. The project that is having the problem has been originally created using the CodeWarrior 8.2 wizard. I'm stomped! :) Thanks... Y. "Heather Tufts" <[EMAIL PROTECTED]> wrote in message news:89825@palm-dev-forum... > The project has been compiled without errors. Even the types > as used in > PilotMain()'s argument list are not syntax highlighted properly. > > I'm thinking it could be some sort of setting but definitely > not in the IDE > Preferences panel. You're right -- it's a setting. Go into your Target's settings in the Build Extras panel and check the Activate Browser setting. Compile your project and then you'll have syntax coloring. -hkmlt -- For information on using the Palm Developer Forums, or to unsubscribe, please see http://www.palmos.com/dev/support/forums/ -- For information on using the Palm Developer Forums, or to unsubscribe, please see http://www.palmos.com/dev/support/forums/
