May 06, 2024, 11:52:21 AM

News:

IonicWind Snippit Manager 2.xx Released!  Install it on a memory stick and take it with you!  With or without IWBasic!


Update 03-22-2012

Started by LarryMc, March 22, 2012, 05:41:52 PM

Previous topic - Next topic

0 Members and 1 Guest are viewing this topic.

LarryMc

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
LarryMc
Larry McCaughn :)
Author of IWB+, Custom Button Designer library, Custom Chart Designer library, Snippet Manager, IWGrid control library, LM_Image control library

Brian

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

LarryMc

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
LarryMc
Larry McCaughn :)
Author of IWB+, Custom Button Designer library, Custom Chart Designer library, Snippet Manager, IWGrid control library, LM_Image control library