Page 77 of 104

Posted: Mon Jan 26, 2009 6:26 pm
by nicolaus
@gnozal

you have a "old" version of TailBite in the packet of jaPBe.
Your version of tailbite have a error with a API function but the new TailBite version 1.3 PR 1879 have fix this bug.

Can you update your version in the jaPBe pack?

Posted: Tue Jan 27, 2009 11:23 am
by gnozal
nicolaus wrote:you have a "old" version of TailBite in the packet of jaPBe.
Your version of tailbite have a error with a API function but the new TailBite version 1.3 PR 1879 have fix this bug.
Can you update your version in the jaPBe pack?
Ok, the custom Tailbite included in the jaPBe package is updated (Modified BuilAPIList() because 'ERUPLLDE' format changed in PB 4.30 ...).
You have to delete 'APILIST.TXT' in the Tailbite directory (Tailbite will re-create it).

Posted: Tue Jan 27, 2009 2:48 pm
by Hurga
Is there a reason, why "Array" and "List" are not recogniced by jaPBe (maybe as keywords or so).
With 4.3 they are used with arays and Lists as parameters.

The same with the structure "Integer", any reason why jaPBe doesnt "know" it?

Posted: Tue Jan 27, 2009 3:09 pm
by gnozal
Hurga wrote:Is there a reason, why "Array" and "List" are not recogniced by jaPBe (maybe as keywords or so).
With 4.3 they are used with arays and Lists as parameters.
Because I forgot to add them in the keyword list.
Will do ...
Hurga wrote:The same with the structure "Integer", any reason why jaPBe doesnt "know" it?
jaPBe knows the 'Integer' structure : press ALT+S in the following code, while the carret is on 'Integer'

Code: Select all

a.Integer
Maybe it's missing in autocompletion, I will have a look.

Posted: Tue Jan 27, 2009 4:30 pm
by Hurga
That great.... thx

Posted: Tue Jan 27, 2009 5:21 pm
by nicolaus
gnozal wrote:
nicolaus wrote:you have a "old" version of TailBite in the packet of jaPBe.
Your version of tailbite have a error with a API function but the new TailBite version 1.3 PR 1879 have fix this bug.
Can you update your version in the jaPBe pack?
Ok, the custom Tailbite included in the jaPBe package is updated (Modified BuilAPIList() because 'ERUPLLDE' format changed in PB 4.30 ...).
You have to delete 'APILIST.TXT' in the Tailbite directory (Tailbite will re-create it).
Thanks for this fast fix!!

Posted: Wed Jan 28, 2009 9:41 am
by gnozal
nicolaus wrote:Thanks for this fast fix!!
jaPBe expects Tailbite.exe to be in %jaPBe%\Tailbite or %Purebasic%\Tailbite. So if you don't want to use the included tailbite version just delete/rename it and jaPBe will use the tailbite version in %Purebasic%\Tailbite.

Posted: Wed Jan 28, 2009 9:42 am
by gnozal
Update (build 761)

Changes :
- fixed issues posted by Hurga
- fixed a bug posted by LSI on the french forum

F1 in a procedure name and maybe a bug with CTRL+F3

Posted: Fri Jan 30, 2009 5:01 pm
by RichardL
Good afternoon,

Please... could F1 on a procedure name list the lines where the procedure is used, just like F1 on a variable lists the lines where it is used? (Which I find is very useful.)

Ctrl + F3 appears not to work, am I likely to be doing something wrong, or is there a bug? (Version 3.8.12.743)

Best regards,
RichardL

Re: F1 in a procedure name and maybe a bug with CTRL+F3

Posted: Sat Jan 31, 2009 9:48 am
by gnozal
RichardL wrote:Please... could F1 on a procedure name list the lines where the procedure is used, just like F1 on a variable lists the lines where it is used? (Which I find is very useful.)
Added (build 764)
RichardL wrote:Ctrl + F3 appears not to work, am I likely to be doing something wrong, or is there a bug?
Never used this shortcut. It isn't defined in the source, yet it is in the help ?! I just tried the last GPI version (jaPBe 2.5.4.22) : it doesn't work either ...
But F4 works after SHIFT+F3 ! I have mapped CTRL+F3 to the F4 handler in build 764.

Build 674 uploaded.

Posted: Sat Jan 31, 2009 3:37 pm
by RichardL
Hi Gnozal,

Excellent, thank you very much..... and a belated Happy New Year to you.

Richard

Posted: Sun Feb 22, 2009 2:50 pm
by aaasd
Link at your website is broken, seems like you've forgotten to change it from .zip to .7z :)

Posted: Mon Feb 23, 2009 10:02 am
by gnozal
aaasd wrote:Link at your website is broken, seems like you've forgotten to change it from .zip to .7z :)
I just tried ; both links (jaPBeForPB400.7z/.zip) work for me.

Posted: Thu Feb 26, 2009 8:59 am
by gnozal
Update

Changes :
- added drop down list to choose subsystem(s) from in project options [F8]

Custom Icon not appearing

Posted: Fri Mar 13, 2009 10:02 am
by RichardL
Hi Gnozal,

If I go to 'File/Preferences' and select the 'Project' tab I am offered a field 'Use Icon'. I browse to an icon (thanks for the two starter icons) and select 'Open'. The path and icon name appear on the display. Good!

I then quit via the 'OK' button.
Restarting jaPBe brings back the contents of the 'Use Icon' field, so my choice was recognized.

When I next produce an executable it does NOT have the specified icon; should it, or am I doing something stupid (wouldn't be the first time!)?

Richard L