Page 1 of 1

console en findresults in IDE not working

Posted: Sunday 5th February 2023 4:22pm
by steenhagen
Hello,

In the Gambas IDE the CONSOLE doesn't popup, also the FIND results.
Now I don't see my print output en find output. The buttons are visible but they don't work.
How do I get them back.

Bert Steenhagen

Re: console en findresults in IDE not working

Posted: Sunday 5th February 2023 10:35pm
by BruceSteers
Find something like the following text in $HOME/.config/gambas3/gambas3.conf

Code: Select all

[FMain]
Geometry=[12,59,1219,849,0,0]
panProject=[False,293,True,False]
panProperty=[False,265,True,False]
panDebug=[True,350,True,False]
Change the second True of panDebug to false.

There is a bug, you must not select transparent handles and auto-hide together for debug panel.

Change panDebug Boolean settings manually to fix it.

Re: console en findresults in IDE not working

Posted: Tuesday 7th February 2023 8:13am
by steenhagen
Hello Bruce,

You dit it !!!

I changed it and everything works again.

Thank you!!