Summary: | Wishlist for Documentation part | ||
---|---|---|---|
Product: | [Applications] kdevelop | Reporter: | Boris S <boris_s> |
Component: | Documentation viewer | Assignee: | kdevelop-bugs-null |
Status: | RESOLVED WORKSFORME | ||
Severity: | wishlist | ||
Priority: | NOR | ||
Version: | 3.0.0 | ||
Target Milestone: | --- | ||
Platform: | RedHat Enterprise Linux | ||
OS: | Linux | ||
Latest Commit: | Version Fixed In: | ||
Sentry Crash Report: |
Description
Boris S
2004-03-25 22:53:16 UTC
1. I always found the c++ reference to be pretty crappy, but I guess it couldn't hurt to make it possible to include it. 2. Very impractical. The total sum of documentation KDevelop makes available via online resources is measured in hundreds of megabytes. Just the KDE API alone is three times the size of the KDevelop source itself. It's simply not reasonable to think that we could package the documentation together with KDevelop. You will need to download and install documentation yourself, and then configure the KDevelop documentation plugin to see it. How about some sample .toc files for common collections of offline docs? GNU's docs to libc and libstdc++, or offline .tocs for SDL, the autobook, etc. Maybe a modification to the documentation plugin so you can just go to prefs, click "Add other documentation", browse to a file somewhere in /usr/share/doc/ and automagically add something to the doc tree even if it's just a massive mess of links. Having docs only online is very inconvenient for me, and I don't have the time or inclination to spend a week figuring out .toc files. I get doxygen .tag files installed when I apt-get install kdelibs4-doc. /usr/share/doc/kde/HTML/en/kdelibs-apidocs I tried importing these into KDEvelop and they "kinda" worked. you can add c/c++ reference yourself. |