PB 5.50B2 IDE Auto-Completion Popup Window is Empty

Post bugs related to the IDE here
uwekel
Enthusiast
Enthusiast
Posts: 740
Joined: Sat Dec 03, 2011 5:54 pm
Location: Oldenburg (Germany)

PB 5.50B2 IDE Auto-Completion Popup Window is Empty

Post by uwekel »

Hi,
unfortunately, this error came back:
http://www.purebasic.fr/english/viewtop ... completion
Since 5.50 Beta 2.
Hope you fix it - its really annoying.
Regards
Uwe
PB 5.70 LTS (x64) - Debian Testing, Gnome 3.30.2
uwekel
Enthusiast
Enthusiast
Posts: 740
Joined: Sat Dec 03, 2011 5:54 pm
Location: Oldenburg (Germany)

Re: PB 5.50B2 IDE Auto-Completion Popup Window is Empty

Post by uwekel »

Here is a gif to see how it looks like. Btw, if i use the TAB key, the first not-visible item in the drop down list completes the entered phrase.Image
PB 5.70 LTS (x64) - Debian Testing, Gnome 3.30.2
User avatar
holzhacker
Enthusiast
Enthusiast
Posts: 123
Joined: Mon Mar 08, 2010 9:14 pm
Location: "Mens sana in corpore sano"
Contact:

Re: PB 5.50B2 IDE Auto-Completion Popup Window is Empty

Post by holzhacker »

It happened yesterday here with me after hours and hours of work.
Greetings and thanks!

Romerio Medeiros
romerio@gmail.com
uwekel
Enthusiast
Enthusiast
Posts: 740
Joined: Sat Dec 03, 2011 5:54 pm
Location: Oldenburg (Germany)

Re: PB 5.50B2 IDE Auto-Completion Popup Window is Empty

Post by uwekel »

It happens to me after 10 minutes or so. I have to restart the IDE and it is fine for another couple of minutes :? But as said, Fred had fixed it some time ago so maybe it is easy to find (hopefully) :)
PB 5.70 LTS (x64) - Debian Testing, Gnome 3.30.2
Fred
Administrator
Administrator
Posts: 16687
Joined: Fri May 17, 2002 4:39 pm
Location: France
Contact:

Re: PB 5.50B2 IDE Auto-Completion Popup Window is Empty

Post by Fred »

I think it was fixed, but it doesn't. It's hard to reproduce here (never seen it on my box) so I don't know where to look first.
uwekel
Enthusiast
Enthusiast
Posts: 740
Joined: Sat Dec 03, 2011 5:54 pm
Location: Oldenburg (Germany)

Re: PB 5.50B2 IDE Auto-Completion Popup Window is Empty

Post by uwekel »

It must have something to do with the AutoComplete options!

Normally i have it set up to "Display only words that begin with the typed word" because this is a bit faster, but today morning, i switched to the default option "Display the full AutoComplete list" and from then i haven't got the empty window anymore.

Maybe you are now able to find it out. The full list is terrible slow on my Intel® Core™ i3-4020Y CPU @ 1.50GHz × 4.
PB 5.70 LTS (x64) - Debian Testing, Gnome 3.30.2
pwd
User
User
Posts: 60
Joined: Thu Sep 06, 2012 9:39 am

Re: PB 5.50B2 IDE Auto-Completion Popup Window is Empty

Post by pwd »

It still happens with 5.50b3 too after some time in IDE (@ Xubuntu, if it may help).
uwekel
Enthusiast
Enthusiast
Posts: 740
Joined: Sat Dec 03, 2011 5:54 pm
Location: Oldenburg (Germany)

Re: PB 5.50B2 IDE Auto-Completion Popup Window is Empty

Post by uwekel »

It is still happening with 5.51.
Yes Fred, i know that we don't need to tell it, until it is marked as DONE :wink:
I just wanted you to remember :oops:
PB 5.70 LTS (x64) - Debian Testing, Gnome 3.30.2
Ground0
User
User
Posts: 40
Joined: Fri Jun 09, 2006 10:20 pm
Location: Stilli, Schweiz
Contact:

Re: PB 5.50B2 IDE Auto-Completion Popup Window is Empty

Post by Ground0 »

I think it is to find when a lot of Object are in the List.

At command line you will find a lot of this (Each time the Popup comes Empty up)

Code: Select all

(purebasic:3365): GLib-GObject-CRITICAL **: g_object_get_data: assertion 'G_IS_OBJECT (object)' failed
It is now relatively often in my Project > 30'000 Lines of Code in over 100 Files in one Project. (It is a SDK for Cloud Applications mixed with SpiderBasic and PureBasic)

If i restart the IDE it needs a while and then every 3th to 5th time the Autocomplete should Popup it is Empty / unusable.
Sys 1 HW: Ryzen 7 3700X, 32GB RAM, RX 5700, NVME 512GiB And SATA 2TiB OS: openSUSE Tumbleweed x64
Sys 2 HW: 7 1700X, 16GB RAM, R7 360, SSD 480GiB & 1TiB OS: "
Sys 3 NB: HP envy X360, 5 2500U ,16GB RAM, NVME 256Gib OS: " zus. Win. 10 x64
Ground0
User
User
Posts: 40
Joined: Fri Jun 09, 2006 10:20 pm
Location: Stilli, Schweiz
Contact:

Re: PB 5.50B2 IDE Auto-Completion Popup Window is Empty

Post by Ground0 »

I did Test it with the new Beta 6 and it is still a problem :(

What i see the same source, once edited on a SSD based Notebook (Same version of opensuse) it was needing more time until i see the failure than on a stock HDD based Computer.

Why ever...

Greeting
Sys 1 HW: Ryzen 7 3700X, 32GB RAM, RX 5700, NVME 512GiB And SATA 2TiB OS: openSUSE Tumbleweed x64
Sys 2 HW: 7 1700X, 16GB RAM, R7 360, SSD 480GiB & 1TiB OS: "
Sys 3 NB: HP envy X360, 5 2500U ,16GB RAM, NVME 256Gib OS: " zus. Win. 10 x64
Fred
Administrator
Administrator
Posts: 16687
Joined: Fri May 17, 2002 4:39 pm
Location: France
Contact:

Re: PB 5.50B2 IDE Auto-Completion Popup Window is Empty

Post by Fred »

I can't reproduce it with current beta in Ubuntu 22.04 which uses wayland, can anybody confirm ?

To test if wayland is activated, type this in a shell, it should display wayland

Code: Select all

loginctl show-session $(awk '/tty/ {print $1}' <(loginctl)) -p Type | awk -F= '{print $2}'
Post Reply