Page 70 of 104

Posted: Sat Sep 06, 2008 4:08 pm
by LCD
Thank you, that was a extremly fast update :) .

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

Changes :
- some changes for PB4.30beta 1 compatibility
- added PB4.30+ compiler warnings support : they are listed in the infobox

Posted: Tue Sep 16, 2008 9:42 am
by nicolaus
Thanks for this very fast work!!!

Posted: Tue Sep 16, 2008 2:29 pm
by gnozal
Update (again)

Changes :
- added PB4.30+ debugger warnings support : see 'Debugger' tab in Preferences
This feature was introduced between alpha 3 and beta 1.

Posted: Wed Sep 24, 2008 3:11 pm
by ts-soft
Some small bugs on vista:
jaPBe doesn't store size and position (installed in userdirectory)
jaPBe window doesn't support AERO (Titlebar)
Association of PB, PBI doesn't work correct.
Unassocition doesn't work correct and the fileicon from jaPBe not replaced
by the PB-IDE one)

greetings
Thomas

Posted: Thu Sep 25, 2008 10:21 am
by gnozal
Hi Thomas,
ts-soft wrote:jaPBe doesn't store size and position (installed in userdirectory)
Did you try latest build (728) ?
ts-soft wrote:jaPBe window doesn't support AERO (Titlebar)
I don't think I can help here.
Did you try disabling the custom drawn toolbar and custom drawn 'stay on top' icon ?
ts-soft wrote:Association of PB, PBI doesn't work correct.
Unassocition doesn't work correct and the fileicon from jaPBe not replaced by the PB-IDE one)
JaPBe uses #HKEY_CLASSES_ROOT [see AssociateFile_Ex() in FileAssociate.pbi], wich is probably no allowed on Vista ?
If you have some time, could you try to use for Vista the same code as for Win9x in AssociateFile_Ex(), but with #HKEY_CURRENT_USER instead of #HKEY_LOCAL_MACHINE ?

Posted: Thu Sep 25, 2008 2:25 pm
by ts-soft
I have updatet from 727 to 728, size and position a stored :wink:

AERO comes for a half second (before jaPBe add the useless icon :roll: )

Association removed by hand in registry

Can you complete remove the useless icon (per preference)?

greetings
thomas

Posted: Sat Sep 27, 2008 5:03 pm
by gnozal
ts-soft wrote:AERO comes for a half second (before jaPBe add the useless icon :roll: )
Can you complete remove the useless icon (per preference)?
You already can : Preferences -> Editor 2 -> Add stay on top icons (uncheck)
ts-soft wrote:Association removed by hand in registry
Could you test my suggestion ?
gnozal wrote:JaPBe uses #HKEY_CLASSES_ROOT [see AssociateFile_Ex() in FileAssociate.pbi], wich is probably no allowed on Vista ?
If you have some time, could you try to use for Vista the same code as for Win9x in AssociateFile_Ex(), but with #HKEY_CURRENT_USER instead of #HKEY_LOCAL_MACHINE ?

Posted: Sat Sep 27, 2008 5:32 pm
by ts-soft
gnozal wrote:You already can : Preferences -> Editor 2 -> Add stay on top icons (uncheck)
I have overlooked this, works okay :D
gnozal wrote:
ts-soft wrote:Association removed by hand in registry
Could you test my suggestion ?

I'm so lucky, to remove this error, i don't test :wink:

Posted: Wed Oct 01, 2008 12:34 am
by Demivec
I'm using japBe V3 - 3.8.9.728

when editing code such as the following:

Code: Select all

Procedure short(yourList(), v=1)
EndProcedure

short(
The quick help on the status line for the partially completed procedure call on the end of the code sample above is cut off and does not list all of the variable parameters. It does this when there is both a list() and an optional variable as parameters to the procedure.

This behavior is evident when japBe is used with either PureBasic v4.20 or v4.30b2.

Posted: Thu Oct 02, 2008 2:34 pm
by gnozal
Update (build 730)

Changes :
- procedure quickhelp issue posted by Demivec should be fixed

Posted: Mon Oct 06, 2008 8:00 pm
by LCD
Quickhelp for WindowBounds has two commas between MinmalHeight and Maximal width, and there is still a small speed issue with nested folding (but I can live with this).

Posted: Tue Oct 07, 2008 10:16 am
by gnozal
LCD wrote:Quickhelp for WindowBounds has two commas between MinmalHeight and Maximal width
It's a PB Window library quickhelp bug : http://www.purebasic.fr/english/viewtopic.php?t=34553

Posted: Tue Oct 07, 2008 5:49 pm
by X
I feel stupid ..

Is there a way, where I can pass the compiler path on the command line when starting up jaPBe?

For instance, I have several versions of PB (both 32bit and 64bit) installed on my machine in different directories.

I need a way to create a shortcut to jaPBe, with command line arguements pointing to different PB installations.

So in my case, I would have one shortcut for 32bit, and another for 64bit installations :)

Is this possible with jaPBe?

Posted: Thu Oct 09, 2008 10:41 am
by gnozal
X wrote:Is there a way, where I can pass the compiler path on the command line when starting up jaPBe?
No
X wrote:For instance, I have several versions of PB (both 32bit and 64bit) installed on my machine in different directories.
So do I.
I have 4 PB versions installed, and a separate jaPBe installation for each PB version : C:\Purebasic402\jaPBe\, C:\Purebasic410\jaPBe\, C:\Purebasic420\jaPBe\ etc...