Page 99 of 104
Re: jaPBe 3.12.2 [IDE for PB 4.xx]
Posted: Sat Apr 28, 2012 1:29 pm
by le_magn
Hi gnozal, if i run this piece of code on PB IDE it run fine and debug fine, not with jaPBe, debugger output not appear and at end i get debugger error:
;use PBOSL_NTService
Code: Select all
ExamineServices()
While NextServices()
Debug GetServiceName()
Wend
Re: jaPBe 3.12.2 [IDE for PB 4.xx]
Posted: Sat Apr 28, 2012 8:30 pm
by Bisonte
le_magn wrote:Hi gnozal, if i run this piece of code on PB IDE it run fine and debug fine, not with jaPBe, debugger output not appear and at end i get debugger error:
;use PBOSL_NTService
Code: Select all
ExamineServices()
While NextServices()
Debug GetServiceName()
Wend
Admin Rights needed ?
Re: jaPBe 3.12.2 [IDE for PB 4.xx]
Posted: Sat Apr 28, 2012 8:34 pm
by le_magn
Bisonte wrote:
Admin Rights needed ?
Yes, admin required, in PB IDE the debugger output work ok, in jaPBe no, debugger output not appear
Re: jaPBe 3.12.2 [IDE for PB 4.xx]
Posted: Mon Apr 30, 2012 7:52 am
by gnozal
le_magn wrote:Hi gnozal, if i run this piece of code on PB IDE it run fine and debug fine, not with jaPBe, debugger output not appear and at end i get debugger error:
jaPBe uses the external debugger, maybe this explains the difference.
Re: jaPBe 3.12.2 [IDE for PB 4.xx]
Posted: Wed May 02, 2012 1:39 pm
by Le Soldat Inconnu
I continue my bug explication, sorry, in french. Too difficult to explain in english (french to english for me, and english to french for Gnozal, and finnally, a lot of comprehension problem because of wrong translation)
En faite, je suis obligé d'utilisé le programme dans le dossier temp (ne pas cocher l'option "compiler le prog dans le dossier de la source") car ça ne marche pas avec un programme en Unicode (parce que j'ai des noms avec des accents et que ça plante le compilo).
Donc ProgramFileName() me retourne le dossier temp.
Mais GetCurrentDirectory() aussi
Et quand je mets dans les options de compilation un répertoire de travail, je n'ai pas ce dossier dans GetCurrentDirectory()
Bref, je n'arrive pas à avoir le dossier de travail correct et je ne comprends pas pourquoi
Ma source est dans :
D:\PureBasic\Développements\Outils\PBSyntax\
ProgramFileName() donne
C:\Users\REGISB~1.API\AppData\Local\Temp\Purebasic0.exe
GetCurrentDirectory() donne
C:\Users\REGISB~1.API\AppData\Local\Temp\
Sauf que normalement, GetCurrentDirectory() doit donner
D:\PureBasic\Développements\Outils\PBSyntax\
Sinon, je ne peux pas trouver mes fichiers avec un adressage direct
dans le genre OpenFile(0, "Truc.txt")
Re: jaPBe 3.12.2 [IDE for PB 4.xx]
Posted: Wed May 02, 2012 2:44 pm
by Demivec
There is a problem with the Auto-completion for variable names.
Here are the steps necessary to reproduce it:
1. In a new file or an existing one, create a variable type that uses '()' using Dim, NewList or NewMap with a name of at least 4 letters (the auto-complete minimum).
2. Position the cursor at the end of the variable name, before the parenthesis.
3. Type a few more characters and make the name longer. This will display the auto-completion suggestions, even though the name might not exist yet
4. Now delete the new characters by backspacing over them. jaPBe will update the Var/List tab to show each version of the name as characters are taken a way.
To remove the extraneous entries in the Var/List tab you have to close and reload the file, or tediously type the name to remove and then delete it by backspacing over it.
Re: jaPBe 3.12.2 [IDE for PB 4.xx]
Posted: Thu May 03, 2012 11:20 am
by gnozal
Le Soldat Inconnu wrote:En faite, je suis obligé d'utilisé le programme dans le dossier temp (ne pas cocher l'option "compiler le prog dans le dossier de la source") car ça ne marche pas avec un programme en Unicode (parce que j'ai des noms avec des accents et que ça plante le compilo).
Donc ProgramFileName() me retourne le dossier temp.
Mais GetCurrentDirectory() aussi
Et quand je mets dans les options de compilation un répertoire de travail, je n'ai pas ce dossier dans GetCurrentDirectory()
Bref, je n'arrive pas à avoir le dossier de travail correct et je ne comprends pas pourquoi
J'ai essayé chez moi.
Fichier test.pb dans c:\Purebasic460\Program\ (options du projet : par défaut)
Code :
F6 --> 'C:\PureBasic460\Program\'
Résultat attendu donc ...!
Re: jaPBe 3.12.2 [IDE for PB 4.xx]
Posted: Thu May 03, 2012 12:47 pm
by gnozal
Demivec wrote:There is a problem with the Auto-completion for variable names.
Should be fixed in build 868 (uploaded).
Re: jaPBe 3.12.5 [IDE for PB 4.xx]
Posted: Fri May 04, 2012 8:36 am
by Le Soldat Inconnu
@Gnozal :
All ok now, i find problem.
C'est bon, j'ai trouvé ma connerie (et une belle). Donc c'est bon pour moi aussi, désolé (une ligne de code malheureuse qui trainait et qui forçait le currentdirectory, bref pas doué)
Merci d'avoir regardé, j'aurais mieux fouillé avant de te déranger. Désolé
++
Re: jaPBe 3.12.5 [IDE for PB 4.xx]
Posted: Mon May 07, 2012 10:57 am
by gnozal
Update (build 869)
Changes :
- should fix the issue reported by Demivec
- added new plugin : DisplayPureFunctions.exe
It lists all Purebasic and User libraries functions ; [return] or [double-click] on a function name inserts the function template in the jaPBe editor.
Re: jaPBe 3.12.5 [IDE for PB 4.xx]
Posted: Wed May 16, 2012 11:13 am
by gnozal
Update (build 871)
Changes :
- fixed : jaPBe should not change the case of variables following an ASM keyword (like !MOV EAX, [p.v_Address])
Re: jaPBe 3.12.5 [IDE for PB 4.xx]
Posted: Thu Jul 05, 2012 11:22 am
by gnozal
mevedia.de wrote:There's a fatal crash issue. Sometimes when i press "Alt Gr+ß" which writes a "\" on german Keyboard jaPBe freezes
Do you use the latest build (871) ?
Could you post how to reproduce the crash ?
This now happens about 5 times and has destroyed a lot of work.

jaPBe should save your work when it crashes.
You may also use autosave.
Re: jaPBe 3.12.5 [IDE for PB 4.xx]
Posted: Fri Aug 17, 2012 9:45 pm
by dobro
pour info :
l'icone de prg ne marche pas en passant par le menu "preference"
mais marche par le menu "Projet/option du projet"
ps: j'ai passé l'apres midi a chercher d'ou ça venait.. tu ne lis pas tes messages Privé sur le forum français ...
dommage , ça donne pas envie de t'aider en signalant les bugs de tes prg ...
je veux dire ... tu dois etre a ma disposition jour et nuit ..
icon of prg does not work, via the menu "preference"
but works by selecting "Project / Project option"
Re: jaPBe 3.12.5 [IDE for PB 4.xx]
Posted: Sat Aug 18, 2012 7:52 am
by gnozal
dobro wrote:icon of prg does not work, via the menu "preference"
but works by selecting "Project / Project option"
It seems to 'work' here :
- File -> Preferences -> Project :
default settings for any
new project.
- Project -> Project options : settings for the
current project (current tab)
Re: jaPBe 3.12.8 [IDE for PB 4.xx]
Posted: Sat Aug 18, 2012 8:29 am
by gnozal
Update [build 874]
Changes :
- a new setting is available (add manually to [General] section in jaPBe.pref):
DoNotRebuildLists : if = 1, do not periodically rebuild procedure/variable lists (performance issues)
- manual updated accordingly