From: Ian L. <dr...@gm...> - 2007-02-20 06:06:06
|
All, I've added command line support for languages in the devel branch. It works like this: > basic256 -l de myprog.kbs That command would start basic in German and load "myprog.kbs" in the editor. The code to do this is in Main.cpp, and adding other command line options should be extremely simple, should we need to do that. As far as the new release goes, I'd like to finish adding support for bracketed lists as array initializers before I release 0.9.2. Currently these are working for numeric arrays, but not strings. It's just a matter of me finding a few hours to work on it, as I'm fairly busy with school at the moment. I'll let everyone know a few days ahead of time so last minute translation can be done, if necessary. -Ian On 2/19/07, tony007 <sup...@go...> wrote: > Hi Immo > > 1. There's a post in the developers forum by a guy who has a French machine > and can't run the application because it's looking for a French translation > file. He said he'd like to be able to use it with either Dutch of English so > this would allow him to do so. > 2. Ok. > > Ian, > > Do you have a plan for a next release? I can add the language change this > week if that won't hold things up? > > Cheers, > tony > > > On 17/02/07, Immo-Gert Birn <imm...@gm...> wrote: > > Am Thu, 15 Feb 2007 21:05:36 +0000 > > schrieb tony007 <sup...@go...>: > > > > > Hello chaps, > > > > > > Is there any reason why we couldn't allow the user to specify the > > > language on the command line? It could function as it currently does > > > if nothing is specified but would allow users to override the default > > > setting. The results may be a little unpredictable but I think > > > ( without testing ) that it will be ok if the host OS and the > > > selected language are both using the latin charset. Am I right? > > > > > > tony > > > > Hi, > > > > from my point of view: just go ahead if you need it. Two remarks, > > though: > > 1) Why do you need this ? (I am just curious) > > 2) Recently I added a feature that the basic file to be initially opened > > can be passed on the command line. This makes it possible to open a > > .kbs file with BASIC256 when double-clicking it in explorer. This has > > to be re-worked in case an other command line option gets added (no big > > deal, it just has to be done). > > > > Best regards, Immo > > > > > ------------------------------------------------------------------------- > > 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 > > |