> If you'd rather use Obj-C, change

Yes, I was looking for a way to implement this in Obj-C. My idea was  
to allow the user to toggle whether macros are expanded by pressing  
the Cmd key when selecting "Copy BibTeX Record".

> [s appendString:[value stringAsBibTeXString]];
> to
> [s appendString:value];
>
> in the bibTeXStringDroppingInternal:texify: method (I think).  That  
> probably won't affect saving.  You could always check the drop, so  
> only the minimal BibTeX commands are affected.


Thanks for this hint, the result is almost fine. The macros are  
expanded, but the entries are not properly put into braces. I'm still  
new to Cocoa, but I hope I can figure out the remaining details myself.

Best regards,
  Christian


-------------------------------------------------------------------------
SF.Net email is sponsored by:
Check out the new SourceForge.net Marketplace.
It's the best place to buy or sell services
for just about anything Open Source.
http://ad.doubleclick.net/clk;164216239;13503038;w?http://sf.net/marketplace
_______________________________________________
Bibdesk-develop mailing list
Bibdesk-develop@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/bibdesk-develop

Reply via email to