From: Ian L. <dr...@gm...> - 2006-12-04 01:00:18
|
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 > > > |