Context-sensitive help for "ArraySize()" shows "Dim"

Found an issue in the documentation ? Please report it here !

Moderator: Documentation Editors

User avatar
Sicro
Enthusiast
Enthusiast
Posts: 538
Joined: Wed Jun 25, 2014 5:25 pm
Location: Germany
Contact:

Context-sensitive help for "ArraySize()" shows "Dim"

Post by Sicro »

Place the mouse pointer on a command and click on the "F1" key.

Code: Select all

FreeArray()
CopyArray()
ArraySize()
FreeArray() and CopyArray() show the correct help page.
ArraySize() shows the "Dim" help page.
Last edited by Sicro on Sun Apr 22, 2018 9:23 am, edited 1 time in total.
Image
Why OpenSource should have a license :: PB-CodeArchiv-Rebirth :: Pleasant-Dark (syntax color scheme) :: RegEx-Engine (compiles RegExes to NFA/DFA)
Manjaro Xfce x64 (Main system) :: Windows 10 Home (VirtualBox) :: Newest PureBasic version
Dude
Addict
Addict
Posts: 1907
Joined: Mon Feb 16, 2015 2:49 pm

Re: Context-sensitive help for "ArraySize()" shows "Dim" pag

Post by Dude »

Sicro wrote:ArraySize() shows the "Dim" help page.
Not here, it shows the "ArraySize" help page as expected. English help doc.
User avatar
Sicro
Enthusiast
Enthusiast
Posts: 538
Joined: Wed Jun 25, 2014 5:25 pm
Location: Germany
Contact:

Re: Context-sensitive help for "ArraySize()" shows "Dim" pag

Post by Sicro »

Dude wrote:Not here, it shows the "ArraySize" help page as expected. English help doc.
You're right. In the Windows version the page is correct.

In the Linux version (only 64bit?) it's wrong.

What appears in the Mac version?
Image
Why OpenSource should have a license :: PB-CodeArchiv-Rebirth :: Pleasant-Dark (syntax color scheme) :: RegEx-Engine (compiles RegExes to NFA/DFA)
Manjaro Xfce x64 (Main system) :: Windows 10 Home (VirtualBox) :: Newest PureBasic version
User avatar
Shardik
Addict
Addict
Posts: 1989
Joined: Thu Apr 21, 2005 2:38 pm
Location: Germany

Re: Context-sensitive help for "ArraySize()" shows "Dim" pag

Post by Shardik »

Sicro wrote:What appears in the Mac version?
In the MacOS IDE x64 and x86 the German help for ArraySize() is shown correctly (PB 5.42).
User avatar
Andre
PureBasic Team
PureBasic Team
Posts: 2056
Joined: Fri Apr 25, 2003 6:14 pm
Location: Germany (Saxony, Deutscheinsiedel)
Contact:

Re: Context-sensitive help for "ArraySize()" shows "Dim" pag

Post by Andre »

As it seems to work with PB5.62 docs (just checked again here with actual PB docs on Windows, and on online help) and the source files for the help are the same for all three OS I close this topic.
(I don't have any Linux to test there separately, sorry!)

If there is still something wrong, feel free to post here again.
Bye,
...André
(PureBasicTeam::Docs & Support - PureArea.net | Order:: PureBasic | PureVisionXP)
User avatar
Sicro
Enthusiast
Enthusiast
Posts: 538
Joined: Wed Jun 25, 2014 5:25 pm
Location: Germany
Contact:

Re: [Done] Context-sensitive help for "ArraySize()" shows "D

Post by Sicro »

I have just tried it again and on my Linux system the bug still exists.
It would be good if another Linux user could also confirm the bug.
Image
Why OpenSource should have a license :: PB-CodeArchiv-Rebirth :: Pleasant-Dark (syntax color scheme) :: RegEx-Engine (compiles RegExes to NFA/DFA)
Manjaro Xfce x64 (Main system) :: Windows 10 Home (VirtualBox) :: Newest PureBasic version
#NULL
Addict
Addict
Posts: 1440
Joined: Thu Aug 30, 2007 11:54 pm
Location: right here

Re: Context-sensitive help for "ArraySize()" shows "Dim"

Post by #NULL »

Confirmed.
F1 on ArraySize() shows the Dim Page, which doesn't mention ArraySize() at all.
PB 570b1 x64, Ubuntu 16.04.
User avatar
Andre
PureBasic Team
PureBasic Team
Posts: 2056
Joined: Fri Apr 25, 2003 6:14 pm
Location: Germany (Saxony, Deutscheinsiedel)
Contact:

Re: Context-sensitive help for "ArraySize()" shows "Dim"

Post by Andre »

#NULL wrote:Confirmed.
F1 on ArraySize() shows the Dim Page, which doesn't mention ArraySize() at all.
PB 570b1 x64, Ubuntu 16.04.
So this must be a DocMaker issue, when creating the Linux help then.
I think Fred must take a look what's going on during the package building...
Bye,
...André
(PureBasicTeam::Docs & Support - PureArea.net | Order:: PureBasic | PureVisionXP)
Post Reply