Page 1 of 1

PB IDE help not working with Linux Mint

Posted: Tue Dec 24, 2019 5:25 pm
by BasicallyPure
After a couple of years absence I have started coding with PB again.
I have the latest version of PB (5.71 LTS(x64)) installed on Linux Mint 19.1 Cinnamon.
Running checkinstall.sh reports everything is correct.
Everything with PB seems to work fine except when I try to access the IDE help I get something that looks like this.

Image

It looks like some kind of index but no other text will appear when I click on any of the entries.
I have spent some time searching the forum for a solution but I didn't find anything about this problem.

Some older versions of PB that I also have installed (5.70 and 5.61) also have the same problem with IDE help.
I think the problem started when I switched from Linux Ubuntu to Linux Mint.
My guess is the problem is with my Linux installation and not with PureBasic itself.

Can anyone give me a clue as to what I might need to do to fix this problem?

Thanks, BasicallyPure

Re: PB IDE help not working with Linux Mint

Posted: Tue Dec 24, 2019 5:40 pm
by #NULL
I think you need to grab that splitter handle on the right side. :) IIRC there was a fix somewhere on the forum to reset the splitter, either in the PB prefs file or the help file or wherever it was.

Re: PB IDE help not working with Linux Mint

Posted: Tue Dec 24, 2019 5:57 pm
by #NULL
in the PB prefs file, in section [Help]

Code: Select all

[Help]
...
Width = 1680
...
Splitter = 402

Re: PB IDE help not working with Linux Mint

Posted: Tue Dec 24, 2019 6:06 pm
by BasicallyPure
Yessss!!!!
It was just that easy. When I read your reply I thought; 'what handle are you talking about?'
When I moved the mouse over the right side of the help window,
the mouse cursor changed and I could drag the splitter to the left.

Image

Thanks so much.

I'll check out the tip you gave. :)

Re: PB IDE help not working with Linux Mint

Posted: Sun Aug 25, 2024 11:01 am
by Rudy M
Hello everybody,
I'm a new PB user and have the same problem.


But I can't find the "prefs file" in the PureBasic IDE

Can somebody give an indication?

Thanks,
Rudy M

Re: PB IDE help not working with Linux Mint

Posted: Sun Aug 25, 2024 12:10 pm
by mk-soft
Open file manager and show hidden files.
The files are into /home/[username]/.purebasic

Re: PB IDE help not working with Linux Mint

Posted: Sun Aug 25, 2024 3:37 pm
by Rudy M
Did not known it was a hidden file.
After <CTRL> + H
I saw and open the file (with Geany) and did the update/correction.

Now it works perfect!
Thank You very much!

Rudy M

Re: PB IDE help not working with Linux Mint

Posted: Sun Aug 25, 2024 3:49 pm
by mk-soft
Key Ctrl-H is faster as mouse context ... :wink: