Re: external bookmarks

2004-03-21 Thread Dave Maddock
How do external bookmarks work? The way it is described in the Plucker format description ;-) Oh, so it's not a user-land feature? My viewer patch simply reads any external bookmarks and displays them in bold in the bookmark list. I don't think any of the parsers support it yet

external bookmarks

2004-03-20 Thread Alexander R. Pruss
How do external bookmarks work? Alex -- Dr. Alexander R. Pruss Department of Philosophy Georgetown University Washington, DC 20057-1133 U.S.A. e-mail: [EMAIL PROTECTED] online papers and home page: www.georgetown.edu/faculty/ap85

Re: external bookmarks

2004-03-20 Thread Michael Nordstrom
On Sat, Mar 20, 2004, Alexander R. Pruss wrote: How do external bookmarks work? The way it is described in the Plucker format description ;-) /Mike ___ plucker-dev mailing list [EMAIL PROTECTED] http://lists.rubberchicken.org/mailman/listinfo/plucker

Re: external bookmarks

2004-03-20 Thread Alexander R. Pruss
From: Michael Nordstrom [EMAIL PROTECTED] On Sat, Mar 20, 2004, Alexander R. Pruss wrote: How do external bookmarks work? The way it is described in the Plucker format description ;-) Oh, so it's not a user-land feature? Alex ___ plucker-dev

Re: external bookmarks support (patch included)

2004-02-23 Thread Dave Maddock
like a good idea to return when the number of entries are zero... The logic for when the handle to the internal bookmarks should be released has to be changed, since it might unlock the handle even Fixed. I hate it when I miss obvious stuff like this... A few style guide issues in both

Re: external bookmarks support (patch included)

2004-02-22 Thread Michael Nordstrom
that will display an empty item in the list and the device will crash when you either try to delete this item or when you delete the last real bookmark in the list. The empty-list-handling code should added back to handle the case when there are no internal nor external bookmarks. Seems like a good idea

external bookmarks support (patch included)

2004-02-21 Thread Dave Maddock
Attached is a patch to add external bookmark support to the viewer. There are example pdbs in the feature request on the bug tracker for testing. I know there's a feature freeze on now until the bug list is cleaned up, but I was bored last night ;). I was thinking that this feature would be

Re: external bookmarks support (patch included)

2004-02-21 Thread Michael Nordstrom
On Sat, Feb 21, 2004, Dave Maddock wrote: Attached is a patch to add external bookmark support to the viewer. Great work! I know there's a feature freeze on now until the bug list is cleaned up, but I was bored last night ;). The main trunk is open for business again since last weekend ;-)