Issue 3511 in pharo: Possibility to register own help in system help

Previous Topic Next Topic
 
classic Classic list List threaded Threaded
3 messages Options
Reply | Threaded
Open this post in threaded view
|

Issue 3511 in pharo: Possibility to register own help in system help

pharo
Status: Accepted
Owner: [hidden email]
Labels: Milestone-1.2

New issue 3511 by [hidden email]: Possibility to register own help  
in system help
http://code.google.com/p/pharo/issues/detail?id=3511

One can open the help browser on own topics like this

     HelpBrowser openOn: myTopic

But when you open the help browse via menu or "HelpBrowser open"
only CustomHelp and subbooks are displayed.

Help System should provide a way to register own help types
for the default system wide help.

I tag this for Pharo 1.2 since it is important to get extensible help.


Reply | Threaded
Open this post in threaded view
|

Re: Issue 3511 in pharo: Possibility to register own help in system help

pharo
Updates:
        Status: Fixed
        Cc: stephane.ducasse

Comment #1 on issue 3511 by [hidden email]: Possibility to register  
own help in system help
http://code.google.com/p/pharo/issues/detail?id=3511

Here is the fix - we can safely add it to 1.2 since it doesnt break  
anything.
It just queries in a different way.

Now a prama <systemHelp> can be used to mark help types that should appear  
in the standard system help

Attachments:
        AddToSystemHelpFix.1.cs  1.3 KB


Reply | Threaded
Open this post in threaded view
|

Re: Issue 3511 in pharo: Possibility to register own help in system help

pharo
Updates:
        Status: Closed

Comment #2 on issue 3511 by marcus.denker: Possibility to register own help  
in system help
http://code.google.com/p/pharo/issues/detail?id=3511

12293