Revision: 28245
          http://sourceforge.net/p/bibdesk/svn/28245
Author:   hofman
Date:     2023-05-17 13:51:18 +0000 (Wed, 17 May 2023)
Log Message:
-----------
no need for hasEditedCiteKey accessor

Modified Paths:
--------------
    trunk/bibdesk/BibItem.h
    trunk/bibdesk/BibItem.m

Modified: trunk/bibdesk/BibItem.h
===================================================================
--- trunk/bibdesk/BibItem.h     2023-05-17 09:42:40 UTC (rev 28244)
+++ trunk/bibdesk/BibItem.h     2023-05-17 13:51:18 UTC (rev 28245)
@@ -589,7 +589,6 @@
 - (BOOL)isValidCiteKey:(NSString *)proposedCiteKey;
 
 @property (nonatomic, readonly) BOOL hasEmptyOrDefaultCiteKey;
-@property (nonatomic, readonly) BOOL hasEditedCiteKey;
 
 @property (nonatomic, readonly) BOOL shouldAutogenerateCiteKey;
 @property (nonatomic, readonly) BOOL canGenerateAndSetCiteKey;

Modified: trunk/bibdesk/BibItem.m
===================================================================
--- trunk/bibdesk/BibItem.m     2023-05-17 09:42:40 UTC (rev 28244)
+++ trunk/bibdesk/BibItem.m     2023-05-17 13:51:18 UTC (rev 28245)
@@ -198,7 +198,7 @@
 
 @implementation BibItem
 
-@synthesize owner, macroResolver, downloads, fileOrder, identifierURL, 
date=pubDate, dateAdded, dateModified, pubType, citeKey, hasEditedCiteKey, 
hasBeenEdited, pubFields, searchScore, imported, itemIndex;
+@synthesize owner, macroResolver, downloads, fileOrder, identifierURL, 
date=pubDate, dateAdded, dateModified, pubType, citeKey, hasBeenEdited, 
pubFields, searchScore, imported, itemIndex;
 @dynamic undoManager, localFiles, existingLocalFiles, remoteURLs, usedMacros, 
usedLocalMacros, allPeople, people, numberOfAuthors, pubAuthors, firstAuthor, 
secondAuthor, thirdAuthor, lastAuthor, bibTeXAuthorString, 
numberOfAuthorsOrEditors, pubAuthorsOrEditors, firstAuthorOrEditor, 
secondAuthorOrEditor, thirdAuthorOrEditor, lastAuthorOrEditor, crossrefParent, 
title, displayTitle, container, sortingTitle, sortingContainer, 
sortingBooktitle, rating, color, suggestedCiteKey, hasEmptyOrDefaultCiteKey, 
shouldAutogenerateCiteKey, canGenerateAndSetCiteKey, allFieldNames, 
searchIndexInfo, completionObject, bibTeXString, RISStringValue, MODSXMLValue, 
endNoteXMLValue, wordXMLValue, RSSStringValue, requiredFields, optionalFields, 
defaultFields, allFields, fields, urls, persons, fieldComponents, authors, 
editors, authorsOrEditors, keywords, currentDate, textSkimNotes, 
richTextSkimNotes, linkedText, remoteURL, localURL, localUrlPath, URLFields, 
skimNotesForLocalURL, bdskURL;
 
 + (void)initialize

This was sent by the SourceForge.net collaborative development platform, the 
world's largest Open Source development site.



_______________________________________________
Bibdesk-commit mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/bibdesk-commit

Reply via email to