The MASM Forum Archive 2004 to 2012

Project Support Forums => IDE Development and Support => RadAsm Support Forum => Topic started by: donkey on April 02, 2009, 07:58:33 AM

Title: Keyword definitions
Post by: donkey on April 02, 2009, 07:58:33 AM
Hi Ketil,

I probably asked this before and just forgot.

Is it possible in the keyword lists (assembler.ini files) to make a keyword case sensitive, for example the type WPARAM would be hilited but wParam would not ?

Edgar
Title: Re: Keyword definitions
Post by: KetilO on April 02, 2009, 10:28:51 AM
Hi donkey

Add the prefix ^
ie: '^WPARAM'

KetilO