IonicWind Software

IWBasic => IWB 2.5 Beta => The BoneYard => IWB 2.5 beta Development => Topic started by: LarryMc on March 27, 2013, 01:38:08 PM

Title: Info Only Update 03-27-2013
Post by: LarryMc on March 27, 2013, 01:38:08 PM
Finished the code for making adjustments when a User moves a project to another folder and then opens the project.
When that happens this is the sequence of events:
1. The User is notified that the project has moved and asked if the project should be updated.
2.  responding no causes no adjustments be made and the project opens.  It may or may not compile correctly.
3. responding with yes makes the following changes:
   a) the project file is read and all the old path entries are changed to the new path
   b) the rc file(if it exists) is read and all the old path entries are changed to the new path
4. the project is opened

All the above was the "easy" part.
Now to work on the "Save Project As" code.

Existing Bug Alert
The current version of IWB2 v. 2.095 fails to store the path to the project in the project file(iwp).
This was not a problem in older versions.
As a result, if you relocate a project the IDE has no way of knowing it has been moved.