Tomas Frydrych wrote: > > I have implemented bookmarks, the only thing missing is an "Insert > Bookmark" dialogue; for the time being I am using the Password > dialogue, and the menu item Insert->Bookmark is enabled only in > debug build (the GoTo dialog has been updated though). > The bookmarks use new object type "bookmark" which in the abi > XML is represented by a token <bookmark /> with two attributes: > "name", and "type". Name is the name of the bookmark, type can > be either "start" or "end" -- each bookmark is represented by two > tokens with identical names, but of different type, so that portions > of the document, rather than mere locations can be bookmarked.
Why not use relative hyperlinks? <a name=""></a> or are your bookmarks slightly different from what im thinking of?
