Revision: 15785
          http://sourceforge.net/p/skim-app/code/15785
Author:   hofman
Date:     2025-11-10 17:28:42 +0000 (Mon, 10 Nov 2025)
Log Message:
-----------
move notification name declaration and definition

Modified Paths:
--------------
    trunk/NSDocument_SKExtensions.h
    trunk/NSDocument_SKExtensions.m
    trunk/SKDocumentController.h
    trunk/SKDocumentController.m

Modified: trunk/NSDocument_SKExtensions.h
===================================================================
--- trunk/NSDocument_SKExtensions.h     2025-11-10 15:31:40 UTC (rev 15784)
+++ trunk/NSDocument_SKExtensions.h     2025-11-10 17:28:42 UTC (rev 15785)
@@ -40,6 +40,7 @@
 
 NS_ASSUME_NONNULL_BEGIN
 
+extern NSNotificationName const SKDocumentDidShowNotification;
 extern NSNotificationName const SKDocumentFileURLDidChangeNotification;
 
 typedef NS_ENUM(NSInteger, SKInteractionMode) {

Modified: trunk/NSDocument_SKExtensions.m
===================================================================
--- trunk/NSDocument_SKExtensions.m     2025-11-10 15:31:40 UTC (rev 15784)
+++ trunk/NSDocument_SKExtensions.m     2025-11-10 17:28:42 UTC (rev 15785)
@@ -59,6 +59,7 @@
 
 #define SKDisableExportAttributesKey @"SKDisableExportAttributes"
 
+NSNotificationName const SKDocumentDidShowNotification = 
@"SKDocumentDidShowNotification";
 NSNotificationName const SKDocumentFileURLDidChangeNotification = 
@"SKDocumentFileURLDidChangeNotification";
 
 

Modified: trunk/SKDocumentController.h
===================================================================
--- trunk/SKDocumentController.h        2025-11-10 15:31:40 UTC (rev 15784)
+++ trunk/SKDocumentController.h        2025-11-10 17:28:42 UTC (rev 15785)
@@ -61,7 +61,6 @@
 
 extern NSNotificationName const 
SKDocumentControllerWillRemoveDocumentNotification;
 extern NSNotificationName const 
SKDocumentControllerDidRemoveDocumentNotification;
-extern NSNotificationName const SKDocumentDidShowNotification;
 
 extern NSString * const SKDocumentControllerDocumentKey;
 

Modified: trunk/SKDocumentController.m
===================================================================
--- trunk/SKDocumentController.m        2025-11-10 15:31:40 UTC (rev 15784)
+++ trunk/SKDocumentController.m        2025-11-10 17:28:42 UTC (rev 15785)
@@ -74,7 +74,6 @@
 
 NSNotificationName const SKDocumentControllerWillRemoveDocumentNotification = 
@"SKDocumentControllerWillRemoveDocumentNotification";
 NSNotificationName const SKDocumentControllerDidRemoveDocumentNotification = 
@"SKDocumentControllerDidRemoveDocumentNotification";
-NSNotificationName const SKDocumentDidShowNotification = 
@"SKDocumentDidShowNotification";
 
 NSString * const SKDocumentControllerDocumentKey = @"document";
 

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