Re: source_href in IDLdoc? [message #55861] |
Tue, 18 September 2007 08:23  |
Michael Galloy
Messages: 1114 Registered: April 2006
|
Senior Member |
|
|
On Sep 18, 4:10 am, Nicolas <primese...@gmail.com> wrote:
> Hi folks,
>
> I'm recently using IDLdoc 2.0. It's a great tool!
> However I've been trying to activate the 'Source' link of the navbar
> without success.
> I can't find anything in the documentation.
>
> Does anybody have an idea how to link a routine page to the actual
> *.pro file?
>
> Thanks,
> Nicolas
Nicolas,
The "Source" link is only available when *not* using the OUTPUT
keyword. The idea is either you run IDLdoc "in place" (no OUTPUT
keyword, just adding the HTML files to the same location as your .pro
source files) or send output to another directory (use OUTPUT keyword,
HTML files get sent to output directory, but .pro files stay where
they are).
When IDLdoc 3.0 comes out, I'm hoping to have a chromocoded version of
the source always available from the source link.
Mike
--
www.michaelgalloy.com
|
|
|
Re: source_href in IDLdoc? [message #56382 is a reply to message #55861] |
Wed, 17 October 2007 05:42  |
Nicolas
Messages: 15 Registered: September 2007
|
Junior Member |
|
|
On Sep 18, 5:23 pm, "mgal...@gmail.com" <mgal...@gmail.com> wrote:
> On Sep 18, 4:10 am, Nicolas <primese...@gmail.com> wrote:
>
>> Hi folks,
>
>> I'm recently usingIDLdoc2.0. It's a great tool!
>> However I've been trying to activate the 'Source' link of the navbar
>> without success.
>> I can't find anything in the documentation.
>
>> Does anybody have an idea how to link a routine page to the actual
>> *.pro file?
>
>> Thanks,
>> Nicolas
>
> Nicolas,
>
> The "Source" link is only available when *not* using the OUTPUT
> keyword. The idea is either you runIDLdoc"in place" (no OUTPUT
> keyword, just adding the HTML files to the same location as your .pro
> source files) or send output to another directory (use OUTPUT keyword,
> HTML files get sent to output directory, but .pro files stay where
> they are).
>
> WhenIDLdoc3.0 comes out, I'm hoping to have a chromocoded version of
> the source always available from the source link.
>
> Mike
> --www.michaelgalloy.com
Thank you Mike.
Cheers,
Nicolas
|
|
|