chm help file?

Everything else that doesn't fall into one of the other PB categories.
rotaman
New User
New User
Posts: 5
Joined: Mon Jul 11, 2016 9:19 am

chm help file?

Post by rotaman »

I prefer to use a text editor (Vim) rather than the IDE but I would like to have access to the help file without having to open the IDE, so I was wondering whether there is a standalone chm file available?

Alternatively, I can easily make one if I have access to the help pages in html format.

Thanks in advance for any help.
Dude
Addict
Addict
Posts: 1907
Joined: Mon Feb 16, 2015 2:49 pm

Re: chm help file?

Post by Dude »

rotaman wrote:is there a standalone chm file available?
Yes, in the exe's folder. :)
rotaman
New User
New User
Posts: 5
Joined: Mon Jul 11, 2016 9:19 am

Re: chm help file?

Post by rotaman »

Thanks Dude. I'm using Linux, but I'll download the Windows version.

BTW, I found a vim syntax file for pb but it''s pretty old (2003). I plan to update it so if anyone's interested let me know and I'll upload it here.
Dude
Addict
Addict
Posts: 1907
Joined: Mon Feb 16, 2015 2:49 pm

Re: chm help file?

Post by Dude »

rotaman wrote:I'm using Linux
Linux can read chm files? I didn't know that, and therefore assumed you were on Windows.
User avatar
ts-soft
Always Here
Always Here
Posts: 5756
Joined: Thu Jun 24, 2004 2:44 pm
Location: Berlin - Germany

Re: chm help file?

Post by ts-soft »

Dude wrote:Linux can read chm files?
Yes, without problems! xCHM, kCHM and so on.
PureBasic 5.73 | SpiderBasic 2.30 | Windows 10 Pro (x64) | Linux Mint 20.1 (x64)
Old bugs good, new bugs bad! Updates are evil: might fix old bugs and introduce no new ones.
Image
rotaman
New User
New User
Posts: 5
Joined: Mon Jul 11, 2016 9:19 am

Re: chm help file?

Post by rotaman »

Yeah, I use xchm.

BTW, I'm hugely impressed with pb. I used to use Freebasic but having done a few benchmark tests out of curiosity, pb leaves it in the dust! not to mention much smaller executables. In FB you can't even sort an array without invoking C libraries and using pointers, and pb is vastly superior when it comes to creating GUI programs. :D

Great work Fred!
Martin Goltz
New User
New User
Posts: 5
Joined: Thu Jul 21, 2016 1:17 pm

Re: chm help file?

Post by Martin Goltz »

I use xchm myself, there are tools to convert chm files to txt files too
Post Reply