April 28, 2024, 12:57:00 PM

News:

Own IWBasic 2.x ? -----> Get your free upgrade to 3.x now.........


Incorrect Sub list in the IDE

Started by Haim, June 15, 2006, 11:41:18 PM

Previous topic - Next topic

0 Members and 1 Guest are viewing this topic.

Haim

I do not know if I am the first to notify this. Sorry if it has already been noted.
When the code in the editor contains assembler commands such as sub dword ebx,2,
the "Sub" is recognized as an Aurora keyword (colored blue) and is added to the subroutines listbox at the top of the IDE.
I noticed no other problem with this. Code compiled and ran just fine.

Parker

I've noticed a couple but missed that one. The scintilla lexer used currently (cppnocase with a couple modifications) doesn't distinguish between asm and normal text, that can be modified, the subroutine dropdown is a separate deal.