Revision: 15651 http://sourceforge.net/p/skim-app/code/15651 Author: hofman Date: 2025-07-13 08:06:11 +0000 (Sun, 13 Jul 2025) Log Message: ----------- no reason to declare readonly property as weak
Modified Paths: -------------- trunk/SKTextNoteEditor.h Modified: trunk/SKTextNoteEditor.h =================================================================== --- trunk/SKTextNoteEditor.h 2025-07-13 08:05:29 UTC (rev 15650) +++ trunk/SKTextNoteEditor.h 2025-07-13 08:06:11 UTC (rev 15651) @@ -52,7 +52,7 @@ - (instancetype)initWithAnnotation:(PDFAnnotation *)anAnnotation delegate:(id<SKTextNoteEditorDelegate>)aDelegate; -@property (nonatomic, weak, readonly) NSString *currentString; +@property (nonatomic, readonly) NSString *currentString; - (void)startEditingWithEvent:(nullable NSEvent *)event; - (void)endEditingWithCommit:(BOOL)commit; This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. _______________________________________________ Skim-app-commit mailing list Skim-app-commit@lists.sourceforge.net https://lists.sourceforge.net/lists/listinfo/skim-app-commit