Gofer issue

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

Gofer issue

Torsten Bergmann
Hi Lukas,

maybe that class comment docu is not that obvious and it's time to
provide a help book.

With the new help extension in Pharo 1.2 (using a pragma as
you suggested) it is now also possible to write a book
completely independent from HelpSystem (Alains wikistyle help
based on pier).

File in the attached file (with a gofer example) and open
the help browser. You will find a Gofer help book then
(example requires some formatting but you get the idea).

The schema goes like this:

fooMethod
 <wikiStyleHelp: 'My Book'>

   ^'!Topic
!!Subtopic
Your contents here
'

Bye
T.

--
NEU: FreePhone - kostenlos mobil telefonieren und surfen!
Jetzt informieren: http://www.gmx.net/de/go/freephone

Gofer class-tutorial.st (6K) Download Attachment
Reply | Threaded
Open this post in threaded view
|

Re: Gofer issue

Lukas Renggli
Looks good, but instead of duplicating the documentation I would
rather just return the class comment from the help method.

Lukas

On 20 January 2011 13:09, Torsten Bergmann <[hidden email]> wrote:

> Hi Lukas,
>
> maybe that class comment docu is not that obvious and it's time to
> provide a help book.
>
> With the new help extension in Pharo 1.2 (using a pragma as
> you suggested) it is now also possible to write a book
> completely independent from HelpSystem (Alains wikistyle help
> based on pier).
>
> File in the attached file (with a gofer example) and open
> the help browser. You will find a Gofer help book then
> (example requires some formatting but you get the idea).
>
> The schema goes like this:

> fooMethod
>  <wikiStyleHelp: 'My Book'>
>
>   ^'!Topic
> !!Subtopic
> Your contents here
> '
>
> Bye
> T.
>
> --
> NEU: FreePhone - kostenlos mobil telefonieren und surfen!
> Jetzt informieren: http://www.gmx.net/de/go/freephone
>



--
Lukas Renggli
www.lukas-renggli.ch