PureHELP Maker : fast help builder for userlibraries

All PureFORM, JaPBe, Libs and useful code maintained by gnozal

Moderator: gnozal

User avatar
ts-soft
Always Here
Always Here
Posts: 5756
Joined: Thu Jun 24, 2004 2:44 pm
Location: Berlin - Germany

Post by ts-soft »

Bug:
UserLibs with a LinkList as parameter doesn't work.
All parameters after LinkList parameter a ignoriert, Syntax is'nt editable
I think the bug comes with the ) in the parameter

thx for language support!
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
gnozal
PureBasic Expert
PureBasic Expert
Posts: 4229
Joined: Sat Apr 26, 2003 8:27 am
Location: Strasbourg / France
Contact:

Post by gnozal »

ts-soft wrote:Bug:
UserLibs with a LinkList as parameter doesn't work.
All parameters after LinkList parameter a ignoriert, Syntax is'nt editable
I think the bug comes with the ) in the parameter
thx for language support!
Can I download such a lib somewhere to test ?
For free libraries and tools, visit my web site (also home of jaPBe V3 and PureFORM).
User avatar
ts-soft
Always Here
Always Here
Posts: 5756
Joined: Thu Jun 24, 2004 2:44 pm
Location: Berlin - Germany

Post by ts-soft »

gnozal wrote:Can I download such a lib somewhere to test ?
no problem :wink: , i have send you a pm with link to download
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
gnozal
PureBasic Expert
PureBasic Expert
Posts: 4229
Joined: Sat Apr 26, 2003 8:27 am
Location: Strasbourg / France
Contact:

Post by gnozal »

Updated
ts-soft wrote:Bug:
UserLibs with a LinkList as parameter doesn't work.
Should be fixed.
For free libraries and tools, visit my web site (also home of jaPBe V3 and PureFORM).
User avatar
ts-soft
Always Here
Always Here
Posts: 5756
Joined: Thu Jun 24, 2004 2:44 pm
Location: Berlin - Germany

Post by ts-soft »

thx, worked
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
User avatar
Progi1984
Addict
Addict
Posts: 806
Joined: Fri Feb 25, 2005 1:01 am
Location: France > Rennes
Contact:

Post by Progi1984 »

Any Possibilities to create some directories in the tree of help, like in PB Help ?
gnozal
PureBasic Expert
PureBasic Expert
Posts: 4229
Joined: Sat Apr 26, 2003 8:27 am
Location: Strasbourg / France
Contact:

Post by gnozal »

Progi1984 wrote:Any Possibilities to create some directories in the tree of help, like in PB Help ?
Currently no, sorry.
For free libraries and tools, visit my web site (also home of jaPBe V3 and PureFORM).
gnozal
PureBasic Expert
PureBasic Expert
Posts: 4229
Joined: Sat Apr 26, 2003 8:27 am
Location: Strasbourg / France
Contact:

Post by gnozal »

Update


Changes :
- when updating library information (button 'Library information extraction'), the quick-help is updated for existing functions even if 'do not overwrite existing data' is checked.
For free libraries and tools, visit my web site (also home of jaPBe V3 and PureFORM).
ABBKlaus
Addict
Addict
Posts: 1143
Joined: Sat Apr 10, 2004 1:20 pm
Location: Germany

Post by ABBKlaus »

Hello Gnozal,
gnozal wrote:Changes :
- when updating library information (button 'Library information extraction'), the quick-help is updated for existing functions even if 'do not overwrite existing data' is checked.
the new version of PureHelpCompiler (V1.01.85) replaced the Description and not the syntax ('When extracting library information, do not overwrite existing data' is checked).

Before :
Image
After button 'Library information extraction' is pressed :
Image

Regards Klaus
gnozal
PureBasic Expert
PureBasic Expert
Posts: 4229
Joined: Sat Apr 26, 2003 8:27 am
Location: Strasbourg / France
Contact:

Post by gnozal »

ABBKlaus wrote:Hello Gnozal,
gnozal wrote:Changes :
- when updating library information (button 'Library information extraction'), the quick-help is updated for existing functions even if 'do not overwrite existing data' is checked.
the new version of PureHelpCompiler (V1.01.85) replaced the Description and not the syntax ('When extracting library information, do not overwrite existing data' is checked).
I am so stupid ... !!!!

Should be fixed now.
For free libraries and tools, visit my web site (also home of jaPBe V3 and PureFORM).
ABBKlaus
Addict
Addict
Posts: 1143
Joined: Sat Apr 10, 2004 1:20 pm
Location: Germany

Post by ABBKlaus »

Thanks Gnozal, now it works as expected :D
User avatar
Flype
Addict
Addict
Posts: 1542
Joined: Tue Jul 22, 2003 5:02 pm
Location: In a long distant galaxy

Post by Flype »

thank a lot gnozal. that's a great tool.
No programming language is perfect. There is not even a single best language.
There are only languages well suited or perhaps poorly suited for particular purposes. Herbert Mayer
User avatar
Flype
Addict
Addict
Posts: 1542
Joined: Tue Jul 22, 2003 5:02 pm
Location: In a long distant galaxy

Post by Flype »

hello gnozal, i come with 2 requests :

1/
Could you add an option to delete (or at least hide) an item in the "Topics listview" ?
Because i need to hide some reserved functions of one of my userlibrary.

2/
In the "Library Information Extraction", could you add the returned variable and its type ?

Currently it is :

Code: Select all

MyFunction(arg1.s, arg2.s [, arg3.s])
Would better like this :

Code: Select all

Result.s = MyFunction(arg1.s, arg2.s [, arg3.s])
:idea:
No programming language is perfect. There is not even a single best language.
There are only languages well suited or perhaps poorly suited for particular purposes. Herbert Mayer
gnozal
PureBasic Expert
PureBasic Expert
Posts: 4229
Joined: Sat Apr 26, 2003 8:27 am
Location: Strasbourg / France
Contact:

Post by gnozal »

Flype wrote:1/
Could you add an option to delete (or at least hide) an item in the "Topics listview" ?
Because i need to hide some reserved functions of one of my userlibrary.
Right-click on topic list, menu -> delete ?
Flype wrote:2/
In the "Library Information Extraction", could you add the returned variable and its type ?
This information is extracted from the userlib (undocumented stuff). How would I know if something is returned and it's type ? Is this information stored in the library header ?
Currently, I simply add a 'Returned value' topic in my help text.
For free libraries and tools, visit my web site (also home of jaPBe V3 and PureFORM).
User avatar
Flype
Addict
Addict
Posts: 1542
Joined: Tue Jul 22, 2003 5:02 pm
Location: In a long distant galaxy

Post by Flype »

1/ yes.

2/ i think it's possible. i will try to find my code.

[EDIT]
oups - it is already possible to delete a topic :oops:
Image
No programming language is perfect. There is not even a single best language.
There are only languages well suited or perhaps poorly suited for particular purposes. Herbert Mayer
Post Reply