ActiveState Community

Documentation

Komodo Documentation in PDF format

OS: All / Any | Product: Komodo | tags: Documentation pdf
Question:

Is the Komodo User Guide available in PDF format?

Answer:

Yes. A PDF version of the documentation for Komodo IDE 4.3 is available here. We are looking into adding this to the build, but for now this is generated manually.

Please feel free to give your feedback on the appearance, usability and general usefulness of this format.

IE6 on XP SP2 won't display HTML docs installed by ppm.

OS: Windows XP Pro | Product: ActivePerl | tags: Documentation PPM
Question:

I can't see any HTML documentation for installed packages (Windows XP SP2). Why?

Answer:

This is a known issues with Internet Explorer 6 on Windows XP
(Service Pack 2). The documentation for modules installed using PPM will
not display because of security settings in IE. To regenerate your docs
so that they will be properly displayed:

  • Delete the HTML documentation for perl-ldap in C:\Perl\docs\
  • Run the following at the command line:
        perl -MActivePerl::DocTools -e ActivePerl::DocTools::UpdateHTML()