Revision: 15817
          http://sourceforge.net/p/skim-app/code/15817
Author:   hofman
Date:     2025-11-23 10:11:52 +0000 (Sun, 23 Nov 2025)
Log Message:
-----------
subtemplates may not be NSString, they can be NSAttributedString

Modified Paths:
--------------
    trunk/SKTemplateTag.h

Modified: trunk/SKTemplateTag.h
===================================================================
--- trunk/SKTemplateTag.h       2025-11-18 17:23:45 UTC (rev 15816)
+++ trunk/SKTemplateTag.h       2025-11-23 10:11:52 UTC (rev 15817)
@@ -135,7 +135,7 @@
     NSArray<NSString *> *matchStrings;
 }
 
-- (instancetype)initWithKeyPath:(NSString *)aKeyPath 
matchType:(SKTemplateTagMatchType)aMatchType matchStrings:(NSArray<NSString *> 
*)aMatchStrings subtemplates:(NSArray<NSString *> *)aSubtemplates 
NS_DESIGNATED_INITIALIZER;
+- (instancetype)initWithKeyPath:(NSString *)aKeyPath 
matchType:(SKTemplateTagMatchType)aMatchType matchStrings:(NSArray<NSString *> 
*)aMatchStrings subtemplates:(NSArray *)aSubtemplates NS_DESIGNATED_INITIALIZER;
 - (instancetype)initWithKeyPath:(NSString *)aKeyPath NS_UNAVAILABLE;
 
 @property (nonatomic, readonly) SKTemplateTagMatchType matchType;

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



_______________________________________________
Skim-app-commit mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/skim-app-commit

Reply via email to