improvements in DocTreePart

Bernd Gehrmann BERND.GEHRMANN at gruppotc.com
Wed Oct 30 13:58:04 UTC 2002


On Tuesday 29 October 2002 18:26, Victor Röder wrote:

> >After finding the bug wich caused the crash I realized that it didn't find
> >some files which are needed for htdig, maybe here a config widget for
> > would be nice.

Because khelpcenter doesn't install them any more :-(
I think the best way to deal with this is to copy all *.html, *.png and *.xpm
files from kdebase/khelpcenter/htmlsearch to kdevelop and install them
with

  htdightml_DATA = long.html short.html wrapper.html nomatch.html syntax.html
  htdightmldir = $(kde_datadir)/kdevdoctreeview/en

  htdigpics_DATA = star.png star_blank.png checked.xpm unchecked.xpm
  htdigpicsdir = $(kde_datadir)/kdevdoctreeview/pics

and replace all references to 'khelpcenter' in the doctreeview sources
with 'kdevdoctreeview'. For the paths of the executables, we need a
configuration widget because kcmhtmlsearch is gone.

Bernd.





More information about the KDevelop-devel mailing list