
jaPBe 3.13.4 [IDE for PB 4 and PB 5]
Moderator: gnozal
-
- PureBasic Expert
- Posts: 4229
- Joined: Sat Apr 26, 2003 8:27 am
- Location: Strasbourg / France
- Contact:
Update
Changes :
- some changes for PB4.30beta 1 compatibility
- added PB4.30+ compiler warnings support : they are listed in the infobox
Changes :
- some changes for PB4.30beta 1 compatibility
- added PB4.30+ compiler warnings support : they are listed in the infobox
For free libraries and tools, visit my web site (also home of jaPBe V3 and PureFORM).
-
- PureBasic Expert
- Posts: 4229
- Joined: Sat Apr 26, 2003 8:27 am
- Location: Strasbourg / France
- Contact:
Update (again)
Changes :
- added PB4.30+ debugger warnings support : see 'Debugger' tab in Preferences
This feature was introduced between alpha 3 and beta 1.
Changes :
- added PB4.30+ debugger warnings support : see 'Debugger' tab in Preferences
This feature was introduced between alpha 3 and beta 1.
For free libraries and tools, visit my web site (also home of jaPBe V3 and PureFORM).
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
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
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.

Old bugs good, new bugs bad! Updates are evil: might fix old bugs and introduce no new ones.

-
- PureBasic Expert
- Posts: 4229
- Joined: Sat Apr 26, 2003 8:27 am
- Location: Strasbourg / France
- Contact:
Hi Thomas,
Did you try disabling the custom drawn toolbar and custom drawn 'stay on top' icon ?
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 ?
Did you try latest build (728) ?ts-soft wrote:jaPBe doesn't store size and position (installed in userdirectory)
I don't think I can help here.ts-soft wrote:jaPBe window doesn't support AERO (Titlebar)
Did you try disabling the custom drawn toolbar and custom drawn 'stay on top' icon ?
JaPBe uses #HKEY_CLASSES_ROOT [see AssociateFile_Ex() in FileAssociate.pbi], wich is probably no allowed on Vista ?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)
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 ?
For free libraries and tools, visit my web site (also home of jaPBe V3 and PureFORM).
I have updatet from 727 to 728, size and position a stored
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

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
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.

Old bugs good, new bugs bad! Updates are evil: might fix old bugs and introduce no new ones.

-
- PureBasic Expert
- Posts: 4229
- Joined: Sat Apr 26, 2003 8:27 am
- Location: Strasbourg / France
- Contact:
You already can : Preferences -> Editor 2 -> Add stay on top icons (uncheck)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)?
Could you test my suggestion ?ts-soft wrote:Association removed by hand in registry
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 ?
For free libraries and tools, visit my web site (also home of jaPBe V3 and PureFORM).
I have overlooked this, works okaygnozal wrote:You already can : Preferences -> Editor 2 -> Add stay on top icons (uncheck)

gnozal wrote:Could you test my suggestion ?ts-soft wrote:Association removed by hand in registry
I'm so lucky, to remove this error, i don't test

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.

Old bugs good, new bugs bad! Updates are evil: might fix old bugs and introduce no new ones.

I'm using japBe V3 - 3.8.9.728
when editing code such as the following:
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.
when editing code such as the following:
Code: Select all
Procedure short(yourList(), v=1)
EndProcedure
short(
This behavior is evident when japBe is used with either PureBasic v4.20 or v4.30b2.
-
- PureBasic Expert
- Posts: 4229
- Joined: Sat Apr 26, 2003 8:27 am
- Location: Strasbourg / France
- Contact:
It's a PB Window library quickhelp bug : http://www.purebasic.fr/english/viewtopic.php?t=34553LCD wrote:Quickhelp for WindowBounds has two commas between MinmalHeight and Maximal width
For free libraries and tools, visit my web site (also home of jaPBe V3 and PureFORM).
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?
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?
-
- PureBasic Expert
- Posts: 4229
- Joined: Sat Apr 26, 2003 8:27 am
- Location: Strasbourg / France
- Contact:
NoX wrote:Is there a way, where I can pass the compiler path on the command line when starting up jaPBe?
So do I.X wrote:For instance, I have several versions of PB (both 32bit and 64bit) installed on my machine in different directories.
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...
For free libraries and tools, visit my web site (also home of jaPBe V3 and PureFORM).