Bug 51437 - kdevelop support for pdf (and other) bookmarks
Summary: kdevelop support for pdf (and other) bookmarks
Status: RESOLVED FIXED
Alias: None
Product: kdevelop
Classification: Applications
Component: doctreeview (show other bugs)
Version: 3.0.0a2
Platform: openSUSE Linux
: NOR wishlist
Target Milestone: ---
Assignee: KDevelop Developers
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2002-12-02 15:14 UTC by Andreas Hochsteger
Modified: 2004-05-07 23:47 UTC (History)
0 users

See Also:
Latest Commit:
Version Fixed In:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Andreas Hochsteger 2002-12-02 15:14:05 UTC
Version:           3.0.0 (using KDE 3.0.4)
Installed from:    SuSE
Compiler:          gcc version 3.2
OS:          Linux (i686) release 2.4.19-4GB

I'd like to be able to bookmark, display, index and search any document type.
Bookmarking of other files then *.html is currently difficult but possible, if you change the file type filter by hand from the browse file dialog.
The file type filter even doesn't let you bookmark *.htm (which is common too) easily.

After adding a bookmark to a PDF file it just displayed the binary data in the khtml kpart. Therefore the according kpart should be used for displaying.

Indexing and searching is done by the search engine and thus it's up to it if it supports other file types but PDF is supported by most.

I'd suggest to provide more file type filters:
- HTML (*.htm*)
- PDF (*.pdf)
- Postscript (*.ps)
- Word (*.doc)
- All Files

Perhaps it might be useful to exclude certain documents from indexing (config!).
Comment 1 Eray Ozkural 2003-02-27 14:51:58 UTC
Hmm where is that bookmarking support? I can't seem to find it right now!!! 
Comment 2 Alexander Dymo 2004-05-07 23:47:30 UTC
Fixed in new documentation plugin.
1) You can bookmark everything that can be viewed using available KParts and protocols.
2) Excluding documents from topic, search and index is possible now.
Search in PDF is not yet implemented but it's already requested in #21909.