Revision: 14718
http://sourceforge.net/p/skim-app/code/14718
Author: hofman
Date: 2024-11-18 15:18:02 +0000 (Mon, 18 Nov 2024)
Log Message:
-----------
no need to declare property publicly, remove declaration of unimplemented
properties
Modified Paths:
--------------
trunk/SKApplicationController.h
trunk/SKApplicationController.m
Modified: trunk/SKApplicationController.h
===================================================================
--- trunk/SKApplicationController.h 2024-11-18 10:12:25 UTC (rev 14717)
+++ trunk/SKApplicationController.h 2024-11-18 15:18:02 UTC (rev 14718)
@@ -71,12 +71,7 @@
@property (nonatomic, nullable, strong) IBOutlet NSMenu *noteColumnsMenu,
*noteTypeMenu;
-@property (nonatomic, readonly) SKDownloadController *downloadController;
-
@property (nonatomic, copy) NSArray<NSColor *> *favoriteColors;
-@property (nonatomic) PDFLineStyle defaultStartLineStyle, defaultEndLineStyle;
-@property (nonatomic) NSTextAlignment defaultAlignment;
-@property (nonatomic) PDFTextAnnotationIconType defaultIconType;
@property (nonatomic, readonly) NSArray<SKBookmark *> *bookmarks;
- (void)insertObject:(SKBookmark *)bookmark
inBookmarksAtIndex:(NSUInteger)anIndex;
Modified: trunk/SKApplicationController.m
===================================================================
--- trunk/SKApplicationController.m 2024-11-18 10:12:25 UTC (rev 14717)
+++ trunk/SKApplicationController.m 2024-11-18 15:18:02 UTC (rev 14718)
@@ -112,14 +112,14 @@
NSString *SKPageLabelsChangedNotification = @"SKPageLabelsChangedNotification";
-@interface SKApplicationController (SKPrivate)
-- (void)handleGetURLEvent:(NSAppleEventDescriptor *)event
withReplyEvent:(NSAppleEventDescriptor *)replyEvent;
+@interface SKApplicationController ()
+@property (nonatomic, readonly) SKDownloadController *downloadController;
@end
@implementation SKApplicationController
@synthesize noteColumnsMenu, noteTypeMenu;
-@dynamic downloadController, favoriteColors, defaultStartLineStyle,
defaultEndLineStyle, defaultAlignment, defaultIconType, bookmarks, downloads;
+@dynamic downloadController, favoriteColors, bookmarks, downloads;
+ (void)initialize{
SKINITIALIZE;
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