PureTemplate [Archived source collection viewer]

All PureFORM, JaPBe, Libs and useful code maintained by gnozal

Moderator: gnozal

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 »

2 problems:

UTF-8 not supported

Remove off ;; doesn't work
http://ts-soft.eu/dl/template.zip

greetings
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
gnozal
PureBasic Expert
PureBasic Expert
Posts: 4229
Joined: Sat Apr 26, 2003 8:27 am
Location: Strasbourg / France
Contact:

Post by gnozal »

Hi thomas
ts-soft wrote:UTF-8 not supported
I know, ANSI only. I only use ANSI snippets.
Maybe I will add UTF8.
ts-soft wrote:Remove off ;; doesn't work
http://ts-soft.eu/dl/template.zip
Original

Code: Select all

...
;; Debug BrowseForFolder(#BIF_BROWSEINCLUDEFILES|#BIF_EDITBOX, "Select Path", "c:")
Before compile

Code: Select all

...
 Debug BrowseForFolder(#BIF_BROWSEINCLUDEFILES|#BIF_EDITBOX, "Select Path", "c:")
As far as I can see, the ';;' is removed from the source before compiling but as there is a 'debug' this line is not compiled, so nothing happens.
For free libraries and tools, visit my web site (also home of jaPBe V3 and PureFORM).
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 »

gnozal wrote: As far as I can see, the ';;' is removed from the source before compiling but as there is a 'debug' this line is not compiled, so nothing happens.
Oh sorry :oops:
Can you add a debug option? I think this is usefull
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
gnozal
PureBasic Expert
PureBasic Expert
Posts: 4229
Joined: Sat Apr 26, 2003 8:27 am
Location: Strasbourg / France
Contact:

Post by gnozal »

Update

- UTF-8 source files [BOM header required] should now also be supported
For free libraries and tools, visit my web site (also home of jaPBe V3 and PureFORM).
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 »

:D thanks
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
gnozal
PureBasic Expert
PureBasic Expert
Posts: 4229
Joined: Sat Apr 26, 2003 8:27 am
Location: Strasbourg / France
Contact:

Post by gnozal »

Update

Changes :
- updated PB folder detection for PB4.10 beta 4
For free libraries and tools, visit my web site (also home of jaPBe V3 and PureFORM).
mskuma
Enthusiast
Enthusiast
Posts: 573
Joined: Sat Dec 03, 2005 1:31 am
Location: Australia

Post by mskuma »

Thanks alot. I see this is a viewer. In the future, it might be nice to have the ability to add snippets via a tool like this, instead of needing to use a zip util to add content.
gnozal
PureBasic Expert
PureBasic Expert
Posts: 4229
Joined: Sat Apr 26, 2003 8:27 am
Location: Strasbourg / France
Contact:

Post by gnozal »

mskuma wrote:... it might be nice to have the ability to add snippets via a tool like this, instead of needing to use a zip util to add content.
I always forget that some people live without Total Commander :wink:
For free libraries and tools, visit my web site (also home of jaPBe V3 and PureFORM).
mskuma
Enthusiast
Enthusiast
Posts: 573
Joined: Sat Dec 03, 2005 1:31 am
Location: Australia

Post by mskuma »

:lol: I guess I should finally get around to trialling that app.
gnozal
PureBasic Expert
PureBasic Expert
Posts: 4229
Joined: Sat Apr 26, 2003 8:27 am
Location: Strasbourg / France
Contact:

Post by gnozal »

Update

Changes :
- recompiled with PB 4.10 final [LL memory leak fix]
For free libraries and tools, visit my web site (also home of jaPBe V3 and PureFORM).
gnozal
PureBasic Expert
PureBasic Expert
Posts: 4229
Joined: Sat Apr 26, 2003 8:27 am
Location: Strasbourg / France
Contact:

Post by gnozal »

Update

Changes :
- some changes for PB4.30beta 1 compatibility
- new version is also included in new jaPBe V3 release
For free libraries and tools, visit my web site (also home of jaPBe V3 and PureFORM).
Post Reply