PB IDE help not working with Linux Mint

Linux specific forum
User avatar
BasicallyPure
Enthusiast
Enthusiast
Posts: 539
Joined: Thu Mar 24, 2011 12:40 am
Location: Iowa, USA

PB IDE help not working with Linux Mint

Post 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
BasicallyPure
Until you know everything you know nothing, all you have is what you believe.
#NULL
Addict
Addict
Posts: 1497
Joined: Thu Aug 30, 2007 11:54 pm
Location: right here

Re: PB IDE help not working with Linux Mint

Post 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.
#NULL
Addict
Addict
Posts: 1497
Joined: Thu Aug 30, 2007 11:54 pm
Location: right here

Re: PB IDE help not working with Linux Mint

Post by #NULL »

in the PB prefs file, in section [Help]

Code: Select all

[Help]
...
Width = 1680
...
Splitter = 402
User avatar
BasicallyPure
Enthusiast
Enthusiast
Posts: 539
Joined: Thu Mar 24, 2011 12:40 am
Location: Iowa, USA

Re: PB IDE help not working with Linux Mint

Post 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. :)
BasicallyPure
Until you know everything you know nothing, all you have is what you believe.
Rudy M
User
User
Posts: 44
Joined: Fri Aug 23, 2024 1:18 pm

Re: PB IDE help not working with Linux Mint

Post 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
User avatar
mk-soft
Always Here
Always Here
Posts: 6202
Joined: Fri May 12, 2006 6:51 pm
Location: Germany

Re: PB IDE help not working with Linux Mint

Post by mk-soft »

Open file manager and show hidden files.
The files are into /home/[username]/.purebasic
My Projects ThreadToGUI / OOP-BaseClass / EventDesigner V3
PB v3.30 / v5.75 - OS Mac Mini OSX 10.xx - VM Window Pro / Linux Ubuntu
Downloads on my Webspace / OneDrive
Rudy M
User
User
Posts: 44
Joined: Fri Aug 23, 2024 1:18 pm

Re: PB IDE help not working with Linux Mint

Post 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
User avatar
mk-soft
Always Here
Always Here
Posts: 6202
Joined: Fri May 12, 2006 6:51 pm
Location: Germany

Re: PB IDE help not working with Linux Mint

Post by mk-soft »

Key Ctrl-H is faster as mouse context ... :wink:
My Projects ThreadToGUI / OOP-BaseClass / EventDesigner V3
PB v3.30 / v5.75 - OS Mac Mini OSX 10.xx - VM Window Pro / Linux Ubuntu
Downloads on my Webspace / OneDrive
Post Reply