Re: A89: Run Down on some Things


[Prev][Next][Index][Thread]

Re: A89: Run Down on some Things




Now there's something I hadn't thought of!  You know, when I started VB, I thought that little
"Intellisense" popup thingy was so annoying, but I got used to it very quickly, and since then, I
expect QBASIC to do the same thing!!

-Miles Raymond

-----Original Message-----
From: Daniel7073@aol.com <Daniel7073@aol.com>
To: assembly-89@lists.ticalc.org <assembly-89@lists.ticalc.org>
Date: Monday, December 07, 1998 8:13 PM
Subject: Re: A89: Run Down on some Things


>In some version of the IDE, I may also include something simliar to
>Microsoft's Intellisense technology found in Visual Basic 5.0 and Visual C++
>6.0.  This is where it displays the function prototype of the function you are
>going to call.  I might also include a feature that allows you to directly
>inject the code to call a function into the program, and the IDE will ask you
>for the function and the parameters to call, and then put the code in to push
>things on the stack and pop them off, and call the function.
>
>First, I'm going to do the sprite editor component, and I'll release that
>separately until I finish the entire product.
>
>Daniel Imfeld