Page 2 of 2

Posted: Tue Aug 28, 2007 1:45 pm
by ts-soft
2 problems:

UTF-8 not supported

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

greetings
Thomas

Posted: Tue Aug 28, 2007 2:16 pm
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.

Posted: Tue Aug 28, 2007 2:23 pm
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

Posted: Wed Aug 29, 2007 10:14 am
by gnozal
Update

- UTF-8 source files [BOM header required] should now also be supported

Posted: Wed Aug 29, 2007 10:26 am
by ts-soft
:D thanks

Posted: Wed Oct 10, 2007 7:34 am
by gnozal
Update

Changes :
- updated PB folder detection for PB4.10 beta 4

Posted: Wed Oct 10, 2007 11:31 am
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.

Posted: Wed Oct 10, 2007 11:36 am
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:

Posted: Wed Oct 10, 2007 11:49 am
by mskuma
:lol: I guess I should finally get around to trialling that app.

Posted: Fri Nov 09, 2007 11:47 am
by gnozal
Update

Changes :
- recompiled with PB 4.10 final [LL memory leak fix]

Posted: Tue Sep 16, 2008 7:48 am
by gnozal
Update

Changes :
- some changes for PB4.30beta 1 compatibility
- new version is also included in new jaPBe V3 release