Page 4 of 5
Posted: Tue Jun 27, 2006 7:28 am
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!
Posted: Tue Jun 27, 2006 9:41 am
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 ?
Posted: Tue Jun 27, 2006 9:57 am
by ts-soft
gnozal wrote:Can I download such a lib somewhere to test ?
no problem

, i have send you a pm with link to download
Posted: Tue Jun 27, 2006 10:37 am
by gnozal
Updated
ts-soft wrote:Bug:
UserLibs with a LinkList as parameter doesn't work.
Should be fixed.
Posted: Tue Jun 27, 2006 12:26 pm
by ts-soft
thx, worked
Posted: Tue Aug 08, 2006 8:52 am
by Progi1984
Any Possibilities to create some directories in the tree of help, like in PB Help ?
Posted: Tue Aug 08, 2006 9:13 am
by gnozal
Progi1984 wrote:Any Possibilities to create some directories in the tree of help, like in PB Help ?
Currently no, sorry.
Posted: Sat Jan 13, 2007 10:14 am
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.
Posted: Sat Jan 13, 2007 3:21 pm
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 :

After button 'Library information extraction' is pressed :
Regards Klaus
Posted: Mon Jan 15, 2007 8:54 am
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.
Posted: Mon Jan 15, 2007 2:05 pm
by ABBKlaus
Thanks Gnozal, now it works as expected

Posted: Mon Jan 15, 2007 3:10 pm
by Flype
thank a lot gnozal. that's a great tool.
Posted: Mon Jan 15, 2007 5:23 pm
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])

Posted: Mon Jan 15, 2007 5:34 pm
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.
Posted: Mon Jan 15, 2007 6:11 pm
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
