jaPBe 3.13.4 [IDE for PB 4 and PB 5]

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

Moderator: gnozal

KIKI
Enthusiast
Enthusiast
Posts: 145
Joined: Thu Dec 28, 2006 11:49 am
Location: FRANCE

Post by KIKI »

gnozal wrote:Update

Changes :
- added : you can set the debugger output window custom font in preferences
- added : new constant #jaPBe_Compiler_File (same as #PB_Compiler_File but works as expected in jaPBe)
I didn't change the compiler temp file generation because there are several procedures in several includes wich depend on this and I didn't want to break something for so little benefit. Maybe in the future.
Hi Gnozal,
I have a great problem with JAPBE. I am in Windows XP FRench Professionnal Pack SP2. When I use JAPBE and i go on Help / About when I try to click on OK JAPBE is freezed and i can't do anything more.
I try to deinstall purebasic and try to reinstall the problem is even the same. Did you heard sommething about that's problem ?
I try with PB 4.02 and PB 4.10 beta the problem is always the same.
gnozal
PureBasic Expert
PureBasic Expert
Posts: 4229
Joined: Sat Apr 26, 2003 8:27 am
Location: Strasbourg / France
Contact:

Post by gnozal »

KIKI wrote:Hi Gnozal,
I have a great problem with JAPBE. I am in Windows XP FRench Professionnal Pack SP2. When I use JAPBE and i go on Help / About when I try to click on OK JAPBE is freezed and i can't do anything more.
I try to deinstall purebasic and try to reinstall the problem is even the same. Did you heard sommething about that's problem ?
I try with PB 4.02 and PB 4.10 beta the problem is always the same.
There is a known issue in the 'About' window on some systems ...
maybe it's GPI's custom button ? I don't have the time to debug this but I could remove it from the about window.
Please test http://freenet-homepage.de/gnozal/jaPBe_Debug.rar
For free libraries and tools, visit my web site (also home of jaPBe V3 and PureFORM).
KIKI
Enthusiast
Enthusiast
Posts: 145
Joined: Thu Dec 28, 2006 11:49 am
Location: FRANCE

Post by KIKI »

gnozal wrote:
KIKI wrote:Hi Gnozal,
I have a great problem with JAPBE. I am in Windows XP FRench Professionnal Pack SP2. When I use JAPBE and i go on Help / About when I try to click on OK JAPBE is freezed and i can't do anything more.
I try to deinstall purebasic and try to reinstall the problem is even the same. Did you heard sommething about that's problem ?
I try with PB 4.02 and PB 4.10 beta the problem is always the same.
There is a known issue in the 'About' window on some systems ...
maybe it's GPI's custom button ? I don't have the time to debug this but I could remove it from the about window.
Please test http://freenet-homepage.de/gnozal/jaPBe_Debug.rar
I try with this program and the problem is always the same. Some precision, the screen freeze also with Files/Preference when you click on the OK button or anayother button
I install the same program on another machine in Windows XP the only difference is that on these machine i have Panda software antivirus
gnozal
PureBasic Expert
PureBasic Expert
Posts: 4229
Joined: Sat Apr 26, 2003 8:27 am
Location: Strasbourg / France
Contact:

Post by gnozal »

KIKI wrote:Some precision, the screen freeze also with Files/Preference when you click on the OK button or anayother button
I install the same program on another machine in Windows XP the only difference is that on these machine i have Panda software antivirus
When you press 'OK' in Preferences jaPBe saves information in some files.
You mean :
- without Panda software it works
- with Panda software it crashes ?
Did you try to disable some panda features ?
For free libraries and tools, visit my web site (also home of jaPBe V3 and PureFORM).
Hurga
Enthusiast
Enthusiast
Posts: 148
Joined: Thu Jul 17, 2003 2:53 pm
Contact:

Post by Hurga »

Hi
I found a "feature" 8) with "Custom keywords".

I added "Compilerif" and "Compilerendif" if folds, but there is no white triangle on the side.
(Hope it is not posted before, but 54 site to search.. sorry)
KIKI
Enthusiast
Enthusiast
Posts: 145
Joined: Thu Dec 28, 2006 11:49 am
Location: FRANCE

Post by KIKI »

gnozal wrote:
KIKI wrote:Some precision, the screen freeze also with Files/Preference when you click on the OK button or anayother button
I install the same program on another machine in Windows XP the only difference is that on these machine i have Panda software antivirus
When you press 'OK' in Preferences jaPBe saves information in some files.
You mean :
- without Panda software it works
- with Panda software it crashes ?
Did you try to disable some panda features ?
I try to disbale Panda and it works well.
I try to grant permission to acess internet for Japbe after launching panda but the problem is alwways here.
Is someone who know panda can help me to solve that problem or i will try the helping desk of panda
Thanks
gnozal
PureBasic Expert
PureBasic Expert
Posts: 4229
Joined: Sat Apr 26, 2003 8:27 am
Location: Strasbourg / France
Contact:

Post by gnozal »

Hurga wrote:Hi
I found a "feature" 8) with "Custom keywords".

I added "Compilerif" and "Compilerendif" if folds, but there is no white triangle on the side.
(Hope it is not posted before, but 54 site to search.. sorry)
It's because Compilerif/Compilerendif already exist in the list.
Set NextType parameter to 0.
For free libraries and tools, visit my web site (also home of jaPBe V3 and PureFORM).
DataMiner
User
User
Posts: 25
Joined: Mon Mar 28, 2005 1:29 pm
Location: Germany

fatal error

Post by DataMiner »

Hi gnozal,
if i try to use the constant explorer, i receive a
Fatal error !

An attemped read or write to/from an address to which that process isn't allowed
I will try to save the sourcecode.
Seems to be a problem with Vista.
I am German - that's hard enough ;)
neotoma
User
User
Posts: 84
Joined: Sun Dec 14, 2003 6:38 pm
Location: Germany, Mechernich
Contact:

Post by neotoma »

Hi gnozal,


while working on the IrrlichtWrapper i need to compile to the 'old' place - the Compiler-Directory of PB. In the PB-IDE is a Commandline-Switch, but i found nothing in JaPBe.
(I carry my complete System on a USB-Stick and without that feature i have to copy all DLL's to the .../temp-folder..... )

Mike
gnozal
PureBasic Expert
PureBasic Expert
Posts: 4229
Joined: Sat Apr 26, 2003 8:27 am
Location: Strasbourg / France
Contact:

Post by gnozal »

neotoma wrote:Hi gnozal,
while working on the IrrlichtWrapper i need to compile to the 'old' place - the Compiler-Directory of PB. In the PB-IDE is a Commandline-Switch, but i found nothing in JaPBe.
There is none in jaPBe.
I guess I'll have to add it.
For free libraries and tools, visit my web site (also home of jaPBe V3 and PureFORM).
RichardL
Enthusiast
Enthusiast
Posts: 532
Joined: Sat Sep 11, 2004 11:54 am
Location: UK

Post by RichardL »

Hi Gnozal,

If you are looking at passing flags etc from jaPBe to the PB compiler / debugger etc, would it be possible to set the debugger font. It would be so much better to have a fixed pitch font so that debugger data shows neatly in columns.

Sorry if this has already been done and I have not noticed, I took a late holiday 8) and have only just got my in-tray down to a manageable size :D

Best regards,
RichardL
gnozal
PureBasic Expert
PureBasic Expert
Posts: 4229
Joined: Sat Apr 26, 2003 8:27 am
Location: Strasbourg / France
Contact:

Post by gnozal »

RichardL wrote:... would it be possible to set the debugger font. It would be so much better to have a fixed pitch font so that debugger data shows neatly in columns ...
You can already choose the debugger font : see the debugger tab in preferences.
Works here (only supported by the latest PB4.10 beta).
For free libraries and tools, visit my web site (also home of jaPBe V3 and PureFORM).
RichardL
Enthusiast
Enthusiast
Posts: 532
Joined: Sat Sep 11, 2004 11:54 am
Location: UK

Post by RichardL »

Hi,
I'm using jaPBe 3.7.9.666 and the debugger tab on Preferences does not appear to have a font option.

So... I'm assuming that I have to load the PB IDE and use the prefernces there.

OK, I admit I am overworked / lazy, but I have not loaded the PB IDE for ages; primarily because jaPBe is so good, and why mount an editor I'm not going to use?

I would really like to set the font option using jaPBe preferences; if possible.

Best regards,
RichardL
gnozal
PureBasic Expert
PureBasic Expert
Posts: 4229
Joined: Sat Apr 26, 2003 8:27 am
Location: Strasbourg / France
Contact:

Post by gnozal »

RichardL wrote:Hi,
I'm using jaPBe 3.7.9.666 and the debugger tab on Preferences does not appear to have a font option.
Because it's only there since 3.7.10. :wink:
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 :
- added '/LOCAL' command line switch : jaPBe will behave like with PB4.0x (temp files in \Purebasic\Compilers, load PB preferences from \Purebasic).
- changed : the manual is now a separate download (http://freenet-homepage.de/gnozal/jaPBe ... _Manual.7z)
For free libraries and tools, visit my web site (also home of jaPBe V3 and PureFORM).
Post Reply