May 06, 2024, 06:35:54 AM

News:

Own IWBasic 2.x ? -----> Get your free upgrade to 3.x now.........


Update 03-09-2012a

Started by LarryMc, March 09, 2012, 05:44:41 PM

Previous topic - Next topic

0 Members and 1 Guest are viewing this topic.

LarryMc

Code in place to allow removing source files from a project by right-clicking file in Project List/Files listview and selecting Remove File from Project on popup context menu.
A messagebox ill ask the user to confirm the desire to remove the file.

For iwb,eba, and asm files the corresponding ix* file will have the project entry removed (used to open project when file is opened if that IDE option has been selected).

When adding one of the above type files to a project the proper ix* file is created and the project's full pathname is added to the file.

With this arrangement a single source file can be used in multiple projects.
Also added code to prevent obj and lib files that have been added to the project from trying to open in the code editor when their entry is double-clicked in the Project List.

LarryMc
LarryMc
Larry McCaughn :)
Author of IWB+, Custom Button Designer library, Custom Chart Designer library, Snippet Manager, IWGrid control library, LM_Image control library