This bug is fixed now. See the log message for
Info-Bibdesk__Upgraded_.plist.
Unfortunately, because I'm not a smart person, the log message was
initially empty so CIA and the commit list will never get it. I had to
add the log in afterward. Duh.
To summarize, some default values for preference keys were erased in
the recent renaming of pref panes. To be clear: the key,value pairs in
the info.plist entries for the pref panes are used to initialize the
defaults system. They are necessary.
They're also one thing I like about the onmipreferences system instead
of the standard way, since the standard way makes you register your
defaults in code, and in my case, that was a ton of code. That change
was from before sourceforge.
-mike
On Sep 12, 2004, at 2:34 PM, Michael McCracken wrote:
> Yeah, that bug is nasty - our apologies. To replace the appropriate
> prefs, use something like the following commands in the terminal:
>
> defaults write edu.ucsd.cs.mmccrack.bibdesk "Column Widths by Name"
> '{"1st Author" = 90; "2nd Author" = 90; "3rd Author" =
> 66.47499847412109; Category = 50; "Cite Key" =
> 85.4439697265625; Date = 50; "Local-Url" = 18;
> "No Identifier" = 176; Read = 29; Title = 300;
> URL = 17; Url = 23; Use = 28; } '
>
> defaults write edu.ucsd.cs.mmccrack.bibdesk "Shown Column Names" '(
> Url, "Local-Url", Type, Read, Use,
> Category, Title, "1st Author", "2nd
> Author", Date, "Cite Key" )'
>
> Make sure it's all on one line and single quoted.
>
> -mike
>
> On Sep 12, 2004, at 1:24 PM, Matthew Routley wrote:
>
>> I was losing track of all of the recent BibDesk changes and decided
>> to trash everything and start over again. I am now experiencing this
>> bug of no content being displayed. Unfortunately, I did not manage to
>> keep my old preference file. Can anyone post a preference file, or at
>> least the relevant table display section?
>>
>> Overall I am impressed with the recent changes. The input manager and
>> associated integration with other applications is certainly a
>> productivity improvement. Hopefully the hinted at speed improvements
>> will appear soon. It still takes a very long time to load and save
>> large bib files.
>>
>> Cheers,
>> Matt
>> -----
>> Matthew Routley
>> Post-Doctoral Fellow
>> Department of Biological Sciences
>> University of Calgary
>> Calgary, AB, Canada
>> T2N 1N4
>>
>> Email: routley@... / mroutley@...
>> Web: http://homepage.mac.com/mroutley/
>> IM: mroutley@... / mroutley@...
>> Phone: 403 2203557
>
>
>
> -------------------------------------------------------
> This SF.Net email is sponsored by: YOU BE THE JUDGE. Be one of 170
> Project Admins to receive an Apple iPod Mini FREE for your judgement on
> who ports your project to Linux PPC the best. Sponsored by IBM.
> Deadline: Sept. 13. Go here: http://sf.net/ppc_contest.php
> _______________________________________________
> Bibdesk-develop mailing list
> Bibdesk-develop@...
> https://lists.sourceforge.net/lists/listinfo/bibdesk-develop
>
|