IonicWind Software

IWBasic => IWB 2.5 Beta => The BoneYard => IWB 2.5 beta Development => Topic started by: LarryMc on March 22, 2012, 05:41:52 PM

Title: Update 03-22-2012
Post by: LarryMc on March 22, 2012, 05:41:52 PM
Code in place to open all project source files when a project is opened if that option is selected in the IDE Options dialog.

In addition, if the option to open the last opened project when the IDE is opened has been selected in the IDE Options dialog, all the source files will be opened then also.

I tested it with the IWB+ designer project and its 60 source files.

Download has been updated.

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


LarryMc
Title: Re: Update 03-22-2012
Post by: Brian on March 23, 2012, 12:48:08 PM
Larry,

When you open a file, the focus isn't immediately in the program window - you
have to click in the window to get focus

Brian
Title: Re: Update 03-22-2012
Post by: LarryMc on March 23, 2012, 01:32:58 PM
Quote from: Brian Pugh on March 23, 2012, 12:48:08 PM
Larry,

When you open a file, the focus isn't immediately in the program window - you
have to click in the window to get focus

Brian
same was happening when tabbing between code windows.
I was setting the focus to the window and not the scintilla edit control in the window.
FIXED - will be in next uploaded version

thanks for the feedback ;D

LarryMc