Page 1 of 1
Template Explorer
Posted: Tue Mar 24, 2009 3:47 am
by ts-soft
These PB-IDE Addon (also works with jaPBe) indicates all Templates of the PB-IDE,
as well as the Includes of a decisive folder
This program must be begin as tools! Whether from the PB-IDE or jaPBe never mind.
Preview:
Download
Have Fun
Thomas
Posted: Thu Mar 26, 2009 10:16 pm
by ts-soft
Version 1.5 online
Posted: Sat Mar 28, 2009 7:25 pm
by Andesdaf
thanks

Posted: Sun Mar 29, 2009 9:36 am
by ThorstenD
good work! thanks

Posted: Sun Mar 29, 2009 2:37 pm
by Mistrel
Wouldn't it be better to create libraries instead of single-function code snippets? From what I understand, your templates would require a lot of hunt-and-pecking to assemble your functions include file. Also, your changes or improvements won't propagate to your other sources.
Posted: Sun Mar 29, 2009 4:09 pm
by luis
Mistrel wrote:Wouldn't it be better to create libraries instead of single-function code snippets?
Well, unfortunately PB does not support static libraries using PB code.
Using tailbite or coffit you can overcome this limitation, to some extent.
But it's not better, it's a way. Isn't nice to be able to choose, when possible ?
Mistrel wrote:Also, your changes or improvements won't propagate to your other sources.
Sometimes this is a very good thing, and it's exactly what you want.
All depends. One-shot code injections like these can be useful.
Posted: Mon Mar 30, 2009 12:45 am
by Mistrel
I was referring to source libraries, considering the source is already available in template form.