Revision: 28912 http://sourceforge.net/p/bibdesk/svn/28912 Author: hofman Date: 2024-05-16 09:21:18 +0000 (Thu, 16 May 2024) Log Message: ----------- complete title from booktitle when we should support it
Modified Paths: -------------- trunk/bibdesk/BDSKCompletionManager.m Modified: trunk/bibdesk/BDSKCompletionManager.m =================================================================== --- trunk/bibdesk/BDSKCompletionManager.m 2024-05-15 21:08:28 UTC (rev 28911) +++ trunk/bibdesk/BDSKCompletionManager.m 2024-05-16 09:21:18 UTC (rev 28912) @@ -242,6 +242,8 @@ entry = BDSKAuthorString; else if ([entry isCitationField]) entry = BDSKCrossrefString; + else if ([entry isEqualToString:BDSKTitleString] && [completedFields containsObject:entry]) + entry = BDSKBooktitleString; NSSet *strings = [autoCompletionDict objectForKey:entry]; This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. _______________________________________________ Bibdesk-commit mailing list Bibdesk-commit@lists.sourceforge.net https://lists.sourceforge.net/lists/listinfo/bibdesk-commit