[Done] Not solved Bugs under PB 6.03b5 and upper

Post bugs related to the IDE here
boddhi
Enthusiast
Enthusiast
Posts: 524
Joined: Mon Nov 15, 2010 9:53 pm

[Done] Not solved Bugs under PB 6.03b5 and upper

Post by boddhi »

Hi and Bonjour,

Normally, I never use beta versions, but a pressing need to resolve annoying bugs in 6.02 prompted me to install versions 6.03b5 & b6.

Since then, I've noticed several bugs with the IDE.
- Recurrent IDE crashes (I think this problem has already been reported)
- After a text selection, highlighted occurrences don't always disappear once the cursor is moved to a part of the code unrelated to the previously selected term.
- Similarly, the underlining of block keywords (If...Endif, While...Wend, etc.) does not disappear when the cursor is moved to another part of the code.
- With b6 (I didn't notice this with b5), undoing changes (Ctrl + Z and consequently Ctrl + Y) sometimes doesn't work properly. It seems that only one or two actions are retained in the modification stack.

I can't precisely reproduce these issues. They happen after using the IDE for a while.

Installed versions : PB x64 under Win10 x64

----------
La même, en français :

Habituellement, je n'utilise jamais de version beta mais des besoins pressants résolvants des bugs gênants de la 6.02 m'ont incité à installer les versions 6.03b5 & b6.

Depuis, je constate plusieurs bugs avec l'IDE.
• Crashs récurrents de l'IDE (je crois que le problème a déjà été signalé)
• Après une sélection de texte, les occurrences surlignées ne disparaissent pas toujours une fois le curseur déplacé sur une partie du code sans rapport avec le terme précédemment sélectionné.
• De même, le soulignement des mots-clefs de blocs (If...Endif, While...Wend, etc.) ne disparaît pas lorsque le curseur est déplacé sur une autre partie du code.
• Avec la b6 (je n'ai pas remarqué cela avec la b5), parfois l'annulation de modifications (Ctrl + Z et conséquemment Ctrl + Y) ne fonctionne pas correctement. Il semblerait que seulement une ou deux actions soient conservées dans la pile des modifications.

Je ne sais pas reproduire précisément ces phénomènes. Ils arrivent seulement après un certain temps d'utilisation de l'IDE.
Last edited by boddhi on Mon Sep 18, 2023 6:47 pm, edited 2 times in total.
If my English syntax and lexicon are incorrect, please bear with Google translate and DeepL. They rarely agree with each other!
Except on this sentence...
boddhi
Enthusiast
Enthusiast
Posts: 524
Joined: Mon Nov 15, 2010 9:53 pm

Re: Bugs under PB 6.03b5 & b6

Post by boddhi »

A small illustration of issuses 2 & 3 of the previous post :
Image

Note that the cursor is on line 1318, evidenced by its highlighting.

- Some block keywords (Procedure...EndProcedure, Select...Case...EndSelect, If...Else...Endif, etc.) remain underlined !
- Line 1335, the CompteurDeb variable, object of an earlier selection, remains highlighted !
If my English syntax and lexicon are incorrect, please bear with Google translate and DeepL. They rarely agree with each other!
Except on this sentence...
Fred
Administrator
Administrator
Posts: 18162
Joined: Fri May 17, 2002 4:39 pm
Location: France
Contact:

Re: Bugs under PB 6.03b5 & b6

Post by Fred »

Please the lastest beta 8 and see if it still happens
boddhi
Enthusiast
Enthusiast
Posts: 524
Joined: Mon Nov 15, 2010 9:53 pm

Re: Bugs under PB 6.03b5 & b6

Post by boddhi »

Fred wrote: Please the lastest beta 8 and see if it still happens
Thanks for your quick reply, Fred and team.

After just under two hours of testing beta 8, so far I haven't noticed any of the issues encountered with previous betas.

Merci encore pour votre écoute et votre réactivité. :wink:
Cdlt.
If my English syntax and lexicon are incorrect, please bear with Google translate and DeepL. They rarely agree with each other!
Except on this sentence...
boddhi
Enthusiast
Enthusiast
Posts: 524
Joined: Mon Nov 15, 2010 9:53 pm

Re: Bugs under PB 6.03b5 & b6

Post by boddhi »

Fred wrote: Please the lastest beta 8 and see if it still happens
Hello Fred,

It seems that I celebrated victory a little too early.
I haven't had any unexpected crashes, but the rest of the reported bugs still persist, as the image below shows:
Image
If my English syntax and lexicon are incorrect, please bear with Google translate and DeepL. They rarely agree with each other!
Except on this sentence...
Fred
Administrator
Administrator
Posts: 18162
Joined: Fri May 17, 2002 4:39 pm
Location: France
Contact:

Re: [Done] Not solved Bugs under PB 6.03b5 and upper

Post by Fred »

Already fixed in current release
Post Reply