Revision: 29084
http://sourceforge.net/p/bibdesk/svn/29084
Author: hofman
Date: 2025-03-01 16:55:19 +0000 (Sat, 01 Mar 2025)
Log Message:
-----------
some pointer references are nonull
Modified Paths:
--------------
trunk/bibdesk/BDSKCompletionManager.h
trunk/bibdesk/BDSKFormatParser.h
Modified: trunk/bibdesk/BDSKCompletionManager.h
===================================================================
--- trunk/bibdesk/BDSKCompletionManager.h 2025-03-01 16:32:34 UTC (rev
29083)
+++ trunk/bibdesk/BDSKCompletionManager.h 2025-03-01 16:55:19 UTC (rev
29084)
@@ -55,7 +55,7 @@
- (void)removeCompletionsFromItems:(NSArray *)items;
- (NSRange)entry:(NSString *)entry rangeForUserCompletion:(NSRange)charRange
ofString:(NSString *)fullString;
-- (NSArray *)entry:(NSString *)entry completions:(NSArray *)words
forPartialWordRange:(NSRange)charRange ofString:(NSString *)fullString
indexOfSelectedItem:(NSInteger * _Nullable)index;
+- (NSArray *)entry:(NSString *)entry completions:(NSArray *)words
forPartialWordRange:(NSRange)charRange ofString:(NSString *)fullString
indexOfSelectedItem:(NSInteger *)index;
- (NSRange)rangeForUserCompletion:(NSRange)charRange forBibTeXString:(NSString
*)fullString;
- (NSArray *)possibleMatches:(NSMapTable *)definitions
forBibTeXString:(NSString *)fullString partialWordRange:(NSRange)charRange
indexOfBestMatch:(NSInteger *)index;
Modified: trunk/bibdesk/BDSKFormatParser.h
===================================================================
--- trunk/bibdesk/BDSKFormatParser.h 2025-03-01 16:32:34 UTC (rev 29083)
+++ trunk/bibdesk/BDSKFormatParser.h 2025-03-01 16:55:19 UTC (rev 29084)
@@ -60,8 +60,8 @@
+ (NSString *)parseFormat:(NSString *)format forLinkedFile:(BDSKLinkedFile
*)file ofItem:(id <BDSKParseableItem>)pub;
-+ (BOOL)validateFormat:(NSString * _Nullable * _Nullable)formatString
forField:(NSString *)fieldName error:(NSString * _Nullable * _Nullable)error;
-+ (BOOL)validateFormat:(NSString * _Nullable * _Nullable)formatString
attributedFormat:(NSAttributedString * _Nullable * _Nullable)attrFormatString
forField:(NSString *)fieldName error:(NSString * _Nullable * _Nullable)error;
++ (BOOL)validateFormat:(NSString * _Nonnull * _Nonnull)formatString
forField:(NSString *)fieldName error:(NSString * _Nullable * _Nullable)error;
++ (BOOL)validateFormat:(NSString * _Nonnull * _Nonnull)formatString
attributedFormat:(NSAttributedString * _Nonnull * _Nullable)attrFormatString
forField:(NSString *)fieldName error:(NSString * _Nullable * _Nullable)error;
+ (NSArray *)requiredFieldsForFormat:(NSString *)formatString;
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