If i type in Radasm for example
.RECT.left
then press enter or space, it automaticly changes to
.RECT.Left
,but the correct format is the first one, at least on my machine, the second one won't assemble.
.RECT.left
then press enter or space, it automaticly changes to
.RECT.Left
,but the correct format is the first one, at least on my machine, the second one won't assemble.
Hi Janne
Check your api files for the word Left and change / remove it.
If you can't find the cause you can always turn off Option / Code Editor Optons / Wordlist Case Convert
KetilO
Check your api files for the word Left and change / remove it.
If you can't find the cause you can always turn off Option / Code Editor Optons / Wordlist Case Convert
KetilO
Thanks Ketil.
The Wordlist Case Convert is mostly a useful feature, so i'd rather keep it on.
Maybe the case converting could be made "context sensitive"? For example, in masmApiStruct.api is correctly defined
RECT,left,top,right,bottom
so maybe the case convert of left,top,right,bottom could be based on the above, when these words are in the context of RECT structure.
But anyway, RadASM rules.:alright:
The Wordlist Case Convert is mostly a useful feature, so i'd rather keep it on.
Maybe the case converting could be made "context sensitive"? For example, in masmApiStruct.api is correctly defined
RECT,left,top,right,bottom
so maybe the case convert of left,top,right,bottom could be based on the above, when these words are in the context of RECT structure.
But anyway, RadASM rules.:alright: