Version: 3.2 (using KDE KDE 3.2.3) Installed from: Debian testing/unstable Packages OS: Linux Building the htdig db fails to search all the files for indexing. The problem appears to be in doctreeview/htdigindex.cpp where it builds the 'htdig.conf' file and the 'files' file. The limit_urls in the generated htdig.conf means that [most of] the files in 'files' are ignored because the don't have 'file://' in the url! My version of htdig is 3.2.0b5-1 From kdevelop/parts/doctreeview/htdigindex.cpp [3.2] [HEAD] - ProgressDialog::createConfig() [395] sets the limit_urls to file:// ProgressDialog::startHtDigProcess() [446] prefixes the filenames with http://localhost It would be nice if, as well as generating the htdig.conf file an overridable one or a template could be used, i.e. copy from /usr/share/apps/kdevelop3/htdig.conf.templ if it existed...
We do have a new documentation indexing engine in HEAD. Try it out.
As far as I can tell, this works now. At least I get full text searching for kdelibs and any other collection I let htdig parse.