Hi Pascal, I went to look here: http://what.a.foot.free.fr/index.htm really a good work, I hope that it can be an inspiration for the creators of nsbasic! some of the features you've implemented, would be welcome in the official version of designer. Best regards,
Gianluca D'Incà. Pascal ha scritto: > > HI Edgard, > > For you information, i’m developping all my program on the Device itself. > > As I found the device IDE to be too simple and limited, I have > developed my owned IDE. > > I’m then saving also files as txt, as nsb file structure is > “industrial secret” > > You can find how to load this application called MPE on my site, > what.a.foot.free.fr <mailto:[EMAIL PROTECTED]> > > This is a freeware, but I will be happy to help you with the > installation, as there is no automated installation package… but > nothing complex > > The current version 3.12 is very robust, I know it can run on latest > device or older, with different level of nsb. > > MPE is now developed and supported using MPE itself. > > I’m currently preparing version 4.0 (late following hardware issue on > my previous device). > > This new version will also have a interface developer different from > the one provided by the NSB one. > > When this version will be ready, I will seek for beta tester. > > > *To give you a flavour of what current version is doing see a copy > paste from one of the Page * > > > *Mainly this IDE manages the code at 2 levels, a tree which show > structure of your code organised in Chapters or sections of your > choice, and when clicking on a procedure/function, you can then > edit at code level.* > > > *Visualize these 2 levels:* > > > *Tree Level * > > > ** > > > *Code Level* > > *Tree Level: * > > bullet > > > > Create a skeleton for a new program file > > bullet > > > > Open a MPE formatted project > > bullet > > > > Analyze a text nsbasic program to create the tree structure. > > bullet > > > > Create Chapters, Sections, Subs, Functions, > > bullet > > > > Manipulate (move, copy, Paste, delete) element in the tree (without > having to access down to code level) > > bullet > > > > Open several projects > > bullet > > > > Move or Copy Chapter, Section or functions/Sub from one to another project > > bullet > > > > Search/replace items in the scope define by the selection) > > bullet > > > > access to a direct line number > > *Code Level:* > > bullet > > > > Find/replace item in the edited Unit (Sub, Function, Main) > > bullet > > > > insert control structure skeleton (IF <test> THEN <statement1> ELSE > <statement2> END IF) > > bullet > > > > Format the code > > bullet > > > > cut/copy/paste code > > bullet > > > > transform selected lines in comments and reverse > > bullet > > > > Navigate up/down through the tree > > bullet > > > > Navigate through called function to follow the program logic (addition > to bookmark list) > > bullet > > > > add units in the Bookmark list > > -----Original Message----- > *From:* [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] > *On Behalf Of *elriba75 > *Sent:* lundi 15 septembre 2008 18:56 > *To:* [EMAIL PROTECTED] > *Subject:* [nsbasic-ce] Re: Using the desktop IDE or not > > Hi George, > > Thanks for the comments. > > Edgard > > > Before you release your program, you will want to save it as a .nsb > > file, so others cannot look at your code. The desktop has a further > > feature of being able to save as an exe, which is normally a lot > > smaller as well. > > ------------------------------------ Yahoo! Groups Links <*> To visit your group on the web, go to: http://groups.yahoo.com/group/nsbasic-ce/ <*> Your email settings: Individual Email | Traditional <*> To change settings online go to: http://groups.yahoo.com/group/nsbasic-ce/join (Yahoo! ID required) <*> To change settings via email: mailto:[EMAIL PROTECTED] mailto:[EMAIL PROTECTED] <*> To unsubscribe from this group, send an email to: [EMAIL PROTECTED] <*> Your use of Yahoo! Groups is subject to: http://docs.yahoo.com/info/terms/ --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "nsb-ce" group. To post to this group, send email to [email protected] To unsubscribe from this group, send email to [EMAIL PROTECTED] For more options, visit this group at http://groups.google.com/group/nsb-ce?hl=en -~----------~----~----~----~------~----~------~--~---
