jaPBe 3.13.4 [IDE for PB 4 and PB 5]

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

Moderator: gnozal

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

Re: jaPBe 3.11.8 [IDE for PB 4.xx]

Post by gnozal »

ozzie wrote:Whenever I install a new version of jaPBe I lose my indentation preferences and have to restore Syntax\jaPBe_Indentation.pref from my backup drive. Can you change the instaler so that the file is only created if needed, thereby preserving any existing changes to the indentation preferences?
Unfortunately, it isn't an installer, but an ordinary 7-ZIP SFX archive.
This means you can open it (as an archive using WinRAR or 7-ZIP for example) and extract the files you need.
For free libraries and tools, visit my web site (also home of jaPBe V3 and PureFORM).
ozzie
Enthusiast
Enthusiast
Posts: 429
Joined: Sun Apr 06, 2008 12:54 pm
Location: Brisbane, Qld, Australia
Contact:

Re: jaPBe 3.11.10 [IDE for PB 4.xx]

Post by ozzie »

I'm getting a crash in jaPBe on clicking the 'select source' button. I've used this button successfully a few times recently but now it crashes every time. The message is:

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

Re: jaPBe 3.11.10 [IDE for PB 4.xx]

Post by gnozal »

ozzie wrote:I'm getting a crash in jaPBe on clicking the 'select source' button. I've used this button successfully a few times recently but now it crashes every time...
Hmm...
At line 28391, there is a single 'CreatePopupMenu()' call.
According to the PB3.94 manual, it should return 0 if failed, not crash... and unfortunately, I cannot reproduce this.
Try to erase jaPBe.pref ?
For free libraries and tools, visit my web site (also home of jaPBe V3 and PureFORM).
ozzie
Enthusiast
Enthusiast
Posts: 429
Joined: Sun Apr 06, 2008 12:54 pm
Location: Brisbane, Qld, Australia
Contact:

Re: jaPBe 3.11.10 [IDE for PB 4.xx]

Post by ozzie »

Thanks for your reply. Erasing jaPBe.pref didn't help. After re-starting jaPBe I then just reset the 'Source Directory' preference and tried various clean closes and re-opens but the 'Select Source' button would always crash with that same message. Eventually I re-installed jaPBe and it's now working OK!
ozzie
Enthusiast
Enthusiast
Posts: 429
Joined: Sun Apr 06, 2008 12:54 pm
Location: Brisbane, Qld, Australia
Contact:

Re: jaPBe 3.11.10 [IDE for PB 4.xx]

Post by ozzie »

Crashing again. I'll avoid using that button.
gnozal
PureBasic Expert
PureBasic Expert
Posts: 4229
Joined: Sat Apr 26, 2003 8:27 am
Location: Strasbourg / France
Contact:

Re: jaPBe 3.11.12 [IDE for PB 4.xx]

Post by gnozal »

Update

Changes :
- fixed issue with bookmarks and codepage <> 0 (French accents etc...)
For free libraries and tools, visit my web site (also home of jaPBe V3 and PureFORM).
User avatar
Le Soldat Inconnu
Enthusiast
Enthusiast
Posts: 306
Joined: Wed Jul 09, 2003 11:33 am
Location: France

Re: jaPBe 3.11.12 [IDE for PB 4.xx]

Post by Le Soldat Inconnu »

Hi,

A problem with "Structure" and "List"

Example

Code: Select all

Structure PageObjetInfo
	Nom.s
	Objet_Rack.l
	Objet_Reseau.l
	Architecture_Index.l
	ObjetGlobal_Index.l
	L5X_Index.l
	XML_Index.l
	XML_Objet_Index.l
	x.l
	y.l
	Detail.s
EndStructure
Structure PageInfo
	Nom.s
	Parent.s
	Numero.l
	Suivant.s
	Precedent.s
	Retour.s
	x.l
	y.l
	y_Bas_Rack.l
	y_Haut_reseau.l
	List Objet.PageObjetInfo()
EndStructure
Global NewList Page.PageInfo()
And now i write "Page()\"
I get autocompletion
And in auotcompletion list, i don't have "Objet(" but "ListObjet"


Another bug, this one crash jaPBe so it's nervous me a lot because i lost my work a lot of time

Copy this code

Code: Select all

Structure GlobalObject_Parameter_Info
	Numero.s
	Valeur.l
	Description.s
EndStructure
Structure HMI_XML_Object_Info
	Nom.s
	x.l
	y.l
	Largeur.l
	Hauteur.l
	x_ST.l
	y_ST.l
	Largeur_ST.l
	Hauteur_ST.l
	List Parametre.GlobalObject_Parameter_Info()
EndStructure
Structure HMI_Screen_Objet_Info
	Suivant.HMI_XML_Object_Info
	Precedent.HMI_XML_Object_Info
	Retour.HMI_XML_Object_Info
	Detail.HMI_XML_Object_Info
EndStructure
Structure HMI_Screen_Info
	Fichier.s
	Zone.rect
	Objet.HMI_Screen_Objet_Info
EndStructure
Global HMI_Ecran.HMI_Screen_Info

And know, try to write
HMI_Ecran\Objet\Suivant\
by using autocompletion

when you write \ after "suivant", crash

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

Re: jaPBe 3.11.12 [IDE for PB 4.xx]

Post by gnozal »

Le Soldat Inconnu wrote:...
Thanks for correction
Should be fixed in build 862.
For free libraries and tools, visit my web site (also home of jaPBe V3 and PureFORM).
User avatar
Le Soldat Inconnu
Enthusiast
Enthusiast
Posts: 306
Joined: Wed Jul 09, 2003 11:33 am
Location: France

Re: jaPBe 3.11.12 [IDE for PB 4.xx]

Post by Le Soldat Inconnu »

Ok for second bug, thank you very much, merci beaucoup, dziękuje bardzo

Stay first about "List" in structure 8) Pleaaaaase, Allez, steplait :mrgreen:
LSI
User avatar
Demivec
Addict
Addict
Posts: 4091
Joined: Mon Jul 25, 2005 3:51 pm
Location: Utah, USA

Re: jaPBe 3.11.12 [IDE for PB 4.xx]

Post by Demivec »

Le Soldat Inconnu wrote:Stay first about "List" in structure 8) Pleaaaaase, Allez, steplait :mrgreen:
The new build corrected the autocomplete problem of "List" and "Array" in structure for me.
gnozal
PureBasic Expert
PureBasic Expert
Posts: 4229
Joined: Sat Apr 26, 2003 8:27 am
Location: Strasbourg / France
Contact:

Re: jaPBe 3.11.12 [IDE for PB 4.xx]

Post by gnozal »

Demivec wrote:
Le Soldat Inconnu wrote:Stay first about "List" in structure 8) Pleaaaaase, Allez, steplait :mrgreen:
The new build corrected the autocomplete problem of "List" and "Array" in structure for me.
Yes, it should be fixed.
Works here using LSI's example.
For free libraries and tools, visit my web site (also home of jaPBe V3 and PureFORM).
User avatar
Le Soldat Inconnu
Enthusiast
Enthusiast
Posts: 306
Joined: Wed Jul 09, 2003 11:33 am
Location: France

Re: jaPBe 3.11.12 [IDE for PB 4.xx]

Post by Le Soldat Inconnu »

Why for me, it doesn't work ?

Look
Image

i just copy new exe, may be it's cause the problem ?
LSI
gnozal
PureBasic Expert
PureBasic Expert
Posts: 4229
Joined: Sat Apr 26, 2003 8:27 am
Location: Strasbourg / France
Contact:

Re: jaPBe 3.11.12 [IDE for PB 4.xx]

Post by gnozal »

Le Soldat Inconnu wrote:Why for me, it doesn't work ?
i just copy new exe, may be it's cause the problem ?
I tried with different settings, I can't reproduce the issue with build 862.
Could you try with a 'clean' jaPBe installation ?
For free libraries and tools, visit my web site (also home of jaPBe V3 and PureFORM).
User avatar
Le Soldat Inconnu
Enthusiast
Enthusiast
Posts: 306
Joined: Wed Jul 09, 2003 11:33 am
Location: France

Re: jaPBe 3.11.12 [IDE for PB 4.xx]

Post by Le Soldat Inconnu »

Sorry, in french for Gnozal to write more fast and be more comprehensible.
To explain fast, i delete japbe parameter, select my options and try again. Same problem.
----------------------

Donc,

J'ai télécharger de nouveau jaPBe histoire d'être certain d'avoir la dernière version.
j'ai supprimé le fichier de Pref de jaPbe, j'ai recoché mes options et j'ai toujours le même soucis.
J'ai supprimé le contenu du dossier Syntax : Idem

Le problème, c'est que avec les options par défaut, je n'ai pas d'autocompletion directement proposé après avoir tapé le \

Si tu veux, je te passe mes fichiers de paramètres pour essayer, ce sera peut-être plus simple, donne moi un mail en MP.

Si j'ai le temps, j'essaierais de regarder les sources pour trouver. Mais je pense que tu iras plus vite que moi :D

++ Et bonnes fêtes
LSI
moob
User
User
Posts: 68
Joined: Mon Aug 01, 2011 6:16 pm

Re: jaPBe 3.11.12 [IDE for PB 4.xx]

Post by moob »

hi, gnozal...

I found a bug in jaPBe 3.11.12 build 862.

In preferences the option associate PB... with jaPBe don't work.

show the message it's associate but don't associates.

I use windows 7 x64 pro
Post Reply