IonicWind Software

IWBasic => IWB 2.5 Beta => The BoneYard => IWB 2.5 beta Development => Topic started by: LarryMc on February 17, 2012, 07:33:27 PM

Title: Update 02-17-2012
Post by: LarryMc on February 17, 2012, 07:33:27 PM
All the code is in place for the CreateNew Project dialog( from the File/New/Project menu option).
Since that same dialog(with a caption change) is used to modify a project via the Project/Options menu the necessary code to support that activity is also in place.

I've created a new, empty project(.iwp file) in the new IDE and successfully opened the new project in the current IDE.

Next step is to add code for opening and closing a project.

LarryMc
Title: Re: Update 02-17-2012
Post by: hitech444 on February 20, 2012, 11:37:15 AM
Hi Larry,
I feel  it's a pretty stupid question but can you give us a percentage of completion of the new compiler?
Tnx
Title: Re: Update 02-17-2012
Post by: LarryMc on February 20, 2012, 01:17:22 PM
Quote from: hitech444 on February 20, 2012, 11:37:15 AM
Hi Larry,
I feel  it's a pretty stupid question but can you give us a percentage of completion of the new compiler?
Tnx
LarryS is working on the compiler so he'll have to answer that one.

larrymC
Title: Re: Update 02-17-2012
Post by: LarryMc on February 22, 2012, 09:07:26 AM
while I was working on the recent project code ( which is patterned after the recent file code, I found a bug.

For some reason the exact code that worked fine in IWB+ didn't work right in the new IDE.  It took me a couple of days of trial and error to get the code where it would work correctly.

So I'm now back to working on the project code.
I've got the code done for loading all the project's files into the project list window.
I'm now working on the portion that will load all the subroutines for the entire project in the project list.
The subs will be under their on tab and will be in alphabetical order regardless of the source file they are in.

While working on this I decided that I'm going to add a third tab in the project list window for Includes so that all the inc files used in a project will be listed regardless of which file they are used in.

I also plan on lighlighting the project's files in the project list window that have been modified and not saved.

LarryMc


Title: Re: Update 02-17-2012
Post by: LarryMc on February 22, 2012, 12:59:29 PM
screenshots of the 'files' and 'subs' tabs of the 'project list' window.

(Haven't add the 'include' tab yet.)

LarryMc

Note: the project used during development is the IWB+ project.