The MASM Forum Archive 2004 to 2012

Project Support Forums => IDE Development and Support => RadAsm Support Forum => Topic started by: Ficko on January 01, 2009, 04:40:03 PM

Title: Some Newbie questions?
Post by: Ficko on January 01, 2009, 04:40:03 PM
Hi!

I am working on adapting RAD IDE to my special needs and came across 2 things I am not able to figure out.

1.) IF a keyword starts with "@" and the same keyword is defined in the "[Api]/Word=xxxxApi.api" to get the case auto adjusted the color defined to the section -like by MASM "[KeyWords]/C9"-Macro opt. - get lost.
     -The color is only valid if you type it wrong and after the auto adjust it jumps to "C13" -Constants-
     I wasn't able to remedy it by adjusting the "[CharTab]" values.

2.) IF a keyword starts with "$" the coloring is right but the case auto adjustment doesn't work.

Any work around would be appreciated. :bg

I also observed that using "|" in the "[CodeBlock]" section as first parameter seems not working for collapsing like by "select|switch"  but that can be remedied by making a new entry.

Thanks
Ficko