console en findresults in IDE not working

Questions and info about the Gambas IDE itself and not what you are making with it.
(not bug reports)
Post Reply
steenhagen
Posts: 9
Joined: Sunday 5th February 2023 4:13pm

console en findresults in IDE not working

Post 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
User avatar
BruceSteers
Posts: 1521
Joined: Thursday 23rd July 2020 5:20pm
Location: Isle of Wight
Contact:

Re: console en findresults in IDE not working

Post 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.
If at first you don't succeed , try doing something differently.
BruceS
steenhagen
Posts: 9
Joined: Sunday 5th February 2023 4:13pm

Re: console en findresults in IDE not working

Post by steenhagen »

Hello Bruce,

You dit it !!!

I changed it and everything works again.

Thank you!!
Post Reply