From: tony007 <sup...@go...> - 2006-12-04 09:28:39
|
I think that if you start limiting which indexes are displayed, sure enough someone will want to see one(s) that aren't available. What about being able to expand/collapse elements like you can in a lot of IDEs ( I'm looking at Visual Studio at the moment ). So for an array when collapsed, you show myarray <2x2> and then expand it to show myarray[0][0] = 3 myarray[0][1] = 89 myarray[1][0] = 4 etc... for a 2D array. Or something along those lines... tony On 04/12/06, Ferry Hendrikx <fer...@gm...> wrote: > > I agree that another window with the entire array would be overkill, > how about a simple compromise: we show the array, but only the last > index (and it's value) that were read/written from/to? > > For example: > > myarray[2] = 73 > > Or, we show more than one index/value pair for the array, but only the > 3 (?) most recently used ones? > > For example: > > myarray[2] = 73 > myarray[9] = 8 > myarray[1] = 22 > > Just some ideas... > > Cheers > > /Ferry > > > On 12/4/06, Ian Larsen <dr...@gm...> wrote: > > Ferry, > > > > Good catch on the for statement variables, I need to fix that. > > > > It doesn't work with arrays because I'm not sure how to show that in a > > table. Trying to show each element of a 1000 element array would make > > the table too large, I think. > > > > Matlab has a similar window called the "workspace" window, which shows > > arrays as something like this : > > > > array <2x2> > > > > And when you click on the <2x2> portion it opens a spreadsheet-type > > editor with all of the values filled in. I think that would be > > tremendous overkill for this project, but I can't think of any other > > way to do it. > > > > I'm open to any ideas on this one. > > > > -Ian > > > > > > On 12/3/06, Ferry Hendrikx < fer...@gm...> wrote: > > > Herzlich willkommen Immo. > > > > > > Ian, your variable watch addition is brilliant. It's a lot of fun and > > > an excellent way to see what's happening. However, I noticed it > > > doesn't work with arrays or variables declared in a FOR statement. See > > > arrays.kbs for an example. > > > > > > Cheers > > > > > > /Ferry > > > > > > On 12/2/06, Ian Larsen < dr...@gm...> wrote: > > > > Hello All, > > > > > > > > I'm preparing a new release for this weekend that will include our > > > > latest German translation and the variable watch window. I'm also > > > > going to be looking into setting up a nightly build process on > > > > Sourceforge so we can make snapshots of the subversion repository > > > > available. > > > > > > > > Also, please welcome Immo to the team, who is our German translator. > > > > > Immo, I've given you subversion access so you can get to the latest > > > > translation file whenever you need to. We do all of our work in the > > > > branches/devel directory, so that's where you'll find it. If you > need > > > > any help let me know. You can commit right to that directory. > > > > > > > > -Ian > > > > > > > > > ------------------------------------------------------------------------- > > > > Take Surveys. Earn Cash. Influence the Future of IT > > > > Join SourceForge.net's Techsay panel and you'll get the chance to > share your > > > > opinions on IT & business topics through brief surveys - and earn > cash > > > > > http://www.techsay.com/default.php?page=join.php&p=sourceforge&CID=DEVDEV > > > > _______________________________________________ > > > > Kidbasic-devel mailing list > > > > Kid...@li... > > > > https://lists.sourceforge.net/lists/listinfo/kidbasic-devel > > > > > > > > > > > ------------------------------------------------------------------------- > Take Surveys. Earn Cash. Influence the Future of IT > Join SourceForge.net's Techsay panel and you'll get the chance to share > your > opinions on IT & business topics through brief surveys - and earn cash > http://www.techsay.com/default.php?page=join.php&p=sourceforge&CID=DEVDEV > _______________________________________________ > Kidbasic-devel mailing list > Kid...@li... > https://lists.sourceforge.net/lists/listinfo/kidbasic-devel > |