Syntax coloring for user-defined keywords is used for C++ files only.
Here are the steps you need to take to enable syntax coloring for user-defined keywords. The steps are taken from the online help.
This tip requires you to create a text file with the keywords. This can mean a lot of typing so I created one from the MFC browse file. This is a huge file but surprisingly DevStudio doesn't seem to be any slower. I do have 128MB RAM though. The USERTYPE.DAT file I created contains all the symbols used by MFC including the Windows functions, Windows constants such as messages and styles, MFC classes and member functions and a whole lot of other identifiers I don't even recognize. Feel free to trim down the file if you want.
Download keyword file. This file is 181KB zipped and expands to 638KB.
Updated on: April 11, 98. Keith A. Kudlac removed the duplicates in the download reducing it's size considerably.
Updated on: 2003-08-08. Darko Kolakovic ISO C99: 7.18 Integer types
Goto Index |
|
Contact : webmaster@codeguru.com
|