Revision: 16216
          http://sourceforge.net/p/skim-app/code/16216
Author:   hofman
Date:     2026-05-04 21:27:28 +0000 (Mon, 04 May 2026)
Log Message:
-----------
rename method

Modified Paths:
--------------
    trunk/PDFSelection_SKExtensions.m

Modified: trunk/PDFSelection_SKExtensions.m
===================================================================
--- trunk/PDFSelection_SKExtensions.m   2026-05-04 15:51:25 UTC (rev 16215)
+++ trunk/PDFSelection_SKExtensions.m   2026-05-04 21:27:28 UTC (rev 16216)
@@ -118,7 +118,7 @@
     return [self compactedCleanedString];
 }
 
-- (NSAttributedString *)_contextString {
+- (NSAttributedString *)contextAttributedString {
        NSMutableAttributedString *attributedSample;
     NSString *searchString = [self compactedCleanedString] ?: @"";
     PDFSelection *extendedSelection;
@@ -179,7 +179,7 @@
 - (NSAttributedString *)contextString {
     NSAttributedString *contextString = objc_getAssociatedObject(self, 
&SKContextStringKey);
     if (contextString == nil) {
-        contextString = [self _contextString];
+        contextString = [self contextAttributedString];
         objc_setAssociatedObject(self, &SKContextStringKey, contextString, 
OBJC_ASSOCIATION_RETAIN_NONATOMIC);
     }
     return contextString;

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