RE: IDE
- Posted by Judith Evans <camping at txcyber.com> Dec 05, 2002
- 459 views
Dan Moyer wrote: > Judith, > > You're getting much more elaborate than what I had in mind, which will > probably yield something very nice for the IDE; Whew! That is a relief; I didn't want to be adding a whole new area to IDE with database and reporting anyway. > I do like the idea of having > some specific place to put title, author, date, & current version, & > would > suggest that they might better work as constants that get created by the > IDE > after programmer enters the data (or pull version from filename?), so > they > could be "automatically" included in any "About" window. Yes this is exactly what I thought I would do. Only I was also going to add description and comments. I think the place for user to add this will be on the 'Program Information' screen. I've got some ideas to remind people to do this. And just in case somebody never wants to use this feature at all I will have that ability also. > > But all I was suggesting was another pseudo-event, like the (Begin), > (Intro), and (General) sections, perhaps called "Version History", where > the > programmer could put comments about each version as different problems > are > solved in each successive version. Right now I'm doing it in (Begin), > which > works just fine, I just thought if there were a specific place named > "Version History" it would serve to help to remind people that > commenting > what they're doing as they do it can be a good idea. I was originally dubious about adding 'Begin' and 'Intro' because I was afraid the concept would mushroom into a lot of little psuedo events but I guess since I opened the door <sigh> I can add 'Version History' but first I want to make sure this would be of benefit to IDE users. Can I get some feedback from other IDE users please? You might wish to e-mail me instead of posting to Topica. --judith > > like this: > -- 4c2: begins to (hopefully!) process includes: moved processing > out/above > -- openFile, & made list of includes, minus "known"; haven't yet > allowed > -- select/deselect from list, nor moved variables so the new > procedure > -- could be called recursivly. > > -- 4c3: seems to PROCESS the main & include files recursivly; > -- should maybe order them in the tv by "main" & includes? > -- did NOT seem to find parentage correctly with respect to parents > -- which were created in an include & then controls created > elsewhere, > -- I THINK. > -- also DOESN'T seem to show all useful data correctly in mle > > -- 4c3b: removed the KnownIncludes, replaced with check for is file in > folder > > -- 4c4: made save (& therefore show in bottom textbox) name of file > being > -- processed, including includes. mostly for "debug", to try to > find > out > -- why some controls with parent "names" aren't associated with > known > -- parents. processing includes that create a control & then > creating > -- another control in main should allow the correct association; > some > may > -- be because some parent "names" are actually VARIABLES containing > a > -- name at one time or another, so the parent "name" isn't the same > as > the > -- actual parent name when it is created? made the source filename > -- be just the filename & not pathfilename. not sure if I did > anything > -- more in this version or not. > > Dan Moyer > > ps. I know, I can't spell "recursively" correctly! :) > > > ----- Original Message ----- > From: "Judith Evans" <camping at txcyber.com> > To: "EUforum" <EUforum at topica.com> > Sent: Wednesday, December 04, 2002 12:09 PM > Subject: RE: IDE > > > > I worked up title, author, date, current version as EditText. > > Description and comments are MLE. Would that do what you want? Since > > this could get lengthy do we need something to limit what goes into the > > output EXW? > > > > If you don't want this to go to the output exw then we probably should > > sit down together and design database contents and reports that could be > > updated/viewed in IDE. > > > > --judith > > > > Dan Moyer wrote: > > > Judith, > > > > > > Ok, but what I'm proposing is more than just a place for general program > > > id > > > stuff; I'm suggesting a place for VERSION info, so that as problems are > > > identified & fixed in successive versions, information about what was > > > fixed > > > & how it was fixed could be placed there, associated with the version > > > number, so that as a program is being developed, the programmer can have > > > a > > > record of what was done in each version. When I do this, it helps some, > > > and > > > when I don't, I wish I had!! > > > > > > Dan Moyer > > > > > > ----- Original Message ----- > > > From: "Judith Evans" <camping at txcyber.com> > > > To: "EUforum" <EUforum at topica.com> > > > Sent: Wednesday, December 04, 2002 3:27 AM > > > Subject: RE: IDE > > > > > > > > > > Back a few IDE releases when Travis Beaty was working on a preliminary > > > > replacement for Code Editor he was planning something for this but it > > > > was outside of the event setup. > > > > > > > > If I remember correctly he was proposing fields for program name, > title, > > > > author, date, description, comments. > > > > > > > > I'll try to work something up for v16. <snip>