From: tony007 <sup...@go...> - 2006-11-23 20:23:55
|
Hello guys, I've committed to branches/tony/ with the following changes: 1. Added the dockwindow actions for copy, paste, print etc.. to the Edit menu rather than the View menu as originally thought. It seems to me these actions belong in the Edit menu rather than the View menu... 2. Modified BASIC256.pro to call make on LEX/Makefile to remove the need to do it manually. Again, only compiled and run on Debian - Qt 4.2 machine. One day soon I'll sort out building on Windows... Cheers, tony |
From: Ferry H. <fer...@gm...> - 2006-11-23 23:05:26
|
Hi all, Looks like we've all been busy! I've just committed revisions 143 and 144 to branches/ferry/ Revision 143 - Added "reset" function. This empties the current file (by closing it and then re-opening it using truncate). Revision 144 - Added "mid" and "instr" string functions. Two standard basic string functions. Cheers /Ferry On 11/24/06, tony007 <sup...@go...> wrote: > Hello guys, > > I've committed to branches/tony/ with the following changes: > > 1. Added the dockwindow actions for copy, paste, print etc.. to the Edit > menu rather than the View menu as originally thought. It seems to me these > actions belong in the Edit menu rather than the View menu... > > 2. Modified BASIC256.pro to call make on LEX/Makefile to remove the need to > do it manually. > > Again, only compiled and run on Debian - Qt 4.2 machine. One day soon I'll > sort out building on Windows... > > Cheers, > tony > > ------------------------------------------------------------------------- > 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 > > > |
From: Ian L. <dr...@gm...> - 2006-11-25 05:45:41
|
Hello, I've committed everyone's changes to the trunk. I've also made another branch, "devel," which I think might make things easier. Since we're all mostly working on separate portions, (and mostly at different times) it might be easier and simpler if we all just commit all changes to the devel branch, and I'll just copy that to the trunk as often as necessary. So I don't think separate branches are necessary any longer unless you're doing massive changes that will require a lot of work to integrate anyway. Also, with the new release coming soon, I'm going to add a Contributors file with our names and email addresses to give credit where it's due. If you would rather remain semi-anonymous let me know. Thanks for all of your hard work. -Ian On 11/23/06, Ferry Hendrikx <fer...@gm...> wrote: > Hi all, > > Looks like we've all been busy! > > I've just committed revisions 143 and 144 to branches/ferry/ > > Revision 143 > - Added "reset" function. This empties the current file (by closing it > and then re-opening it using truncate). > > Revision 144 > - Added "mid" and "instr" string functions. Two standard basic string > functions. > > Cheers > > /Ferry > > > On 11/24/06, tony007 <sup...@go...> wrote: > > Hello guys, > > > > I've committed to branches/tony/ with the following changes: > > > > 1. Added the dockwindow actions for copy, paste, print etc.. to the Edit > > menu rather than the View menu as originally thought. It seems to me these > > actions belong in the Edit menu rather than the View menu... > > > > 2. Modified BASIC256.pro to call make on LEX/Makefile to remove the need to > > do it manually. > > > > Again, only compiled and run on Debian - Qt 4.2 machine. One day soon I'll > > sort out building on Windows... > > > > Cheers, > > tony > > > > ------------------------------------------------------------------------- > > 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 > |