IonicWind Software

IWBasic => IWB 2.5 Beta => The BoneYard => IWB 2.5 beta Development => Topic started by: LarryMc on March 23, 2012, 07:40:20 PM

Title: Update 03-23-2012
Post by: LarryMc on March 23, 2012, 07:40:20 PM
Code in place to open a parent project when one of its source files are opened if the On File Open / Open Parent Project option is selected in the IDE Options dialog, provided the following conditions are met:
1) There is no project currently open.
2) The On Project Open / Open All Source Files option is NOT selected in the IDE Options dialog

If the above conditions are met the project will be automatically opened.

In the event that a source file is opened that is part of multiple projects a popup menu will open with an entry for each project.
The user can then choose which project to open or opt to not open a project.


Download has been updated.

http://www.ionicwind.com/forums/index.php?topic=4896.msg37499#msg37499


LarryMc
Title: Re: Update 03-23-2012
Post by: Brian on March 25, 2012, 11:22:02 AM
Larry, just a thought . . .

Maybe you should check for the existence of an ini file on installing, and then
it wouldn't wipe out all your settings, which it does at the moment

Brian
Title: Re: Update 03-23-2012
Post by: LarryMc on March 25, 2012, 12:34:53 PM
Quote from: Brian Pugh on March 25, 2012, 11:22:02 AM
Larry, just a thought . . .

Maybe you should check for the existence of an ini file on installing, and then
it wouldn't wipe out all your settings, which it does at the moment

Brian
When I was originally looking at that I was thinking about checking like you say.  My initial thought was that would mean I have to search every folder on every drive attached to the computer(either local or lan).  So I put the issue aside and failed to go back to it.

The immediate fix is to set a flag in the installer to not overwrite that file if it exists. -** DONE **-
If there is ever a need to add/modify the entries in the ini file from a design standpoint I can write a little program that the installer will run and I'll pass the ini location (known at that time) as a command line parameter to that program.

Thanks for the feedback.

Download has been updated.

http://www.ionicwind.com/forums/index.php?topic=4896.msg37499#msg37499


LarryMc
Title: Re: Update 03-23-2012
Post by: Brian on March 26, 2012, 03:23:01 PM
Larry,

Just installed - works for me!

Brian