Template Explorer

Applications, Games, Tools, User libs and useful stuff coded in PureBasic
User avatar
ts-soft
Always Here
Always Here
Posts: 5756
Joined: Thu Jun 24, 2004 2:44 pm
Location: Berlin - Germany

Template Explorer

Post 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:
Image

Download

Have Fun

Thomas
PureBasic 5.73 | SpiderBasic 2.30 | Windows 10 Pro (x64) | Linux Mint 20.1 (x64)
Old bugs good, new bugs bad! Updates are evil: might fix old bugs and introduce no new ones.
Image
User avatar
ts-soft
Always Here
Always Here
Posts: 5756
Joined: Thu Jun 24, 2004 2:44 pm
Location: Berlin - Germany

Post by ts-soft »

Version 1.5 online
PureBasic 5.73 | SpiderBasic 2.30 | Windows 10 Pro (x64) | Linux Mint 20.1 (x64)
Old bugs good, new bugs bad! Updates are evil: might fix old bugs and introduce no new ones.
Image
Andesdaf
User
User
Posts: 83
Joined: Sun Mar 22, 2009 2:53 pm
Location: GER, Saxony

Post by Andesdaf »

thanks :D
ThorstenD
New User
New User
Posts: 8
Joined: Fri Mar 27, 2009 8:48 am

Post by ThorstenD »

good work! thanks :D
Mistrel
Addict
Addict
Posts: 3415
Joined: Sat Jun 30, 2007 8:04 pm

Post 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.
User avatar
luis
Addict
Addict
Posts: 3893
Joined: Wed Aug 31, 2005 11:09 pm
Location: Italy

Post 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.
Mistrel
Addict
Addict
Posts: 3415
Joined: Sat Jun 30, 2007 8:04 pm

Post by Mistrel »

I was referring to source libraries, considering the source is already available in template form.
Post Reply