Save / Load a Group of Files
Posted: Sun Oct 22, 2006 3:26 pm
Hi,
Now the PB Editor is TABbed and can edit multiple files *simultaneously*. Would it be possible to save those files as a group or project. Perhaps using a .pbp extension and saving in the format of an INI file:
eg:
ProjectName = My Project
File1 = C:\PBSRC\My Project\Main.pb
File2 = C:\PBSRC\My Project\Control.pb
File3 = C:\PBSRC\My Project\Includes.pbi
File4 = C:\PBSRC\My Project\Default.ini
When Loading this *project* all the associated files could be listed as well.
I think the PB IDE is written in PB and PB is particularly good at handling INI files, so I think this would be easy to code and would be very useful.
(apologies for being dim if this is already a facility in PB)
Now the PB Editor is TABbed and can edit multiple files *simultaneously*. Would it be possible to save those files as a group or project. Perhaps using a .pbp extension and saving in the format of an INI file:
eg:
ProjectName = My Project
File1 = C:\PBSRC\My Project\Main.pb
File2 = C:\PBSRC\My Project\Control.pb
File3 = C:\PBSRC\My Project\Includes.pbi
File4 = C:\PBSRC\My Project\Default.ini
When Loading this *project* all the associated files could be listed as well.
I think the PB IDE is written in PB and PB is particularly good at handling INI files, so I think this would be easy to code and would be very useful.
(apologies for being dim if this is already a facility in PB)