Wishlist IDE
- Posted by "Gottwald, IT-IS T500, Fa. Compaq, DA" <T.Gottwald at DEUTSCHEPOST. Nov 08, 2000
- 455 views
------_=_NextPart_000_01C04950.2E3D1420 charset="iso-8859-1" I just needed to change the title to Wishlist IDE. Maybe someday the right person reads it ... Maybe we need an better IDE now and the structures later ... (see below !) ************************************************************* Skoda wrote: > Look how simple is in Visual Basic: you > type "my." and then it shows you listbox > from where you can select which member of > structure you want. That's super duper fast! > We will never have this luxury in Euphoria until > we have structures. This is a feature of the VB IDE, not the language. The IDE looks at the *type* declaration, and determines what to display. You could add similar functionality to a Euphoria IDE without having to alter the language, by associating a list of attributes with a type. For example: -- type foo constant this = 0, that = 1, the_other = 3 could flag to the IDE that the following type list is associated with the type 'foo'. Conversely, if you added structures but didn't change the IDE, you still wouldn't get that cool dropdown. -- David Cuny ------_=_NextPart_000_01C04950.2E3D1420 name="Gottwald, IT-IS T500, Fa. Compaq, DA.vcf"