The MASM Forum

Projects => Easy Code IDE 32/64-bit => Topic started by: K_F on January 31, 2013, 07:56:42 AM

Title: Recognising structures or unions
Post by: K_F on January 31, 2013, 07:56:42 AM
Hi Ramon..
Using win7-pro, and notice that Easycode doesn't recognise a structure (or union)  components.
Visual Basic recognises equivalent Types as you type them. Would it be possible to get Easycode to do this as well ?

Example:
ThisStruct        Struct
      ThisPar1     DW     0
      ThisPar2     DW     0
ThisStruct        Ends

When I type ThisStruct. (or a variable thereof) a listbox appears with all the variables (ThisPar1, ThisPar2, etc..), similar to the current API function listings

Thanks
Van
Title: Re: Recognising structures or unions
Post by: rsala on February 07, 2013, 07:39:08 AM
Hi Van,

I know what you mean, but EC does not do that yet. It's in my todo list.

Regards,

Ramon
Title: Re: Recognising structures or unions
Post by: K_F on February 19, 2013, 08:46:53 AM
Hi Ramon..

how's it going  :t
No rush... just curious  :P
Title: Re: Recognising structures or unions
Post by: rsala on February 20, 2013, 04:39:58 AM
Thanks! Unfortunately, I do not have much time.

Regards,

Ramon