Welcome to the RaGEZONE - MMORPG development forums.

[C++] Visual Studio 2008 Costum Keywords

This is a discussion on [C++] Visual Studio 2008 Costum Keywords within the Programming Tutorials forums, part of the Coders' Paradise category; I will show how to add costum keywords with coloring to visual studio ide. Step 1: Open: C:\Program Files\Microsoft Visual ...

Results 1 to 1 of 1
  1. #1
    Member
    Rank
    Member
    Join Date
    Jun 2010
    Posts
    72
    Liked
    85

    [C++] Visual Studio 2008 Costum Keywords

    Click
    I will show how to add costum keywords with coloring to visual studio ide.

    Step 1:
    Open:C:\Program Files\Microsoft Visual Studio 9.0\Common7\IDE
    Step 2:
    Create File 'usertype.dat'
    Step 3:
    Write your costum keywords there
    For example i have added in my 'usertype.dat' file these keywords:
    Code:
    Tools
    EventManagerSystem
    TRUE
    FALSE
    GameMasterSystem
    NewsSystem
    Player
    gObj
    aIndex
    COMMAND_NAME
    COMMAND_PARAMS
    ReadINI
    ObjTable
    ObjNPC
    gObjNPC
    EventManager
    CMP
    JE
    mov
    jpm
    DWORD
    BYTE
    BlockedIPSystem
    MU_API
    Console
    PROTECTED
    GameServer
    HANDLE
    FILE
    mObj
    memcpy
    ZeroMemory
    Exit
    To Change Keyword Color go:
    Code:
    Tools -> Options -> Environment -> Font And Colors. And in Display Items(The list box) search for 'User Keywords'
    Attached Images Attached Images

 

 

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •