May 04, 2024, 08:07:09 PM

News:

IonicWind Snippit Manager 2.xx Released!  Install it on a memory stick and take it with you!  With or without IWBasic!


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.