Revision: 29466
          http://sourceforge.net/p/bibdesk/svn/29466
Author:   hofman
Date:     2025-08-25 14:04:54 +0000 (Mon, 25 Aug 2025)
Log Message:
-----------
add property for webView

Modified Paths:
--------------
    trunk/bibdesk/BDSKTextImportController.h
    trunk/bibdesk/BDSKTextImportController.m

Modified: trunk/bibdesk/BDSKTextImportController.h
===================================================================
--- trunk/bibdesk/BDSKTextImportController.h    2025-08-25 09:33:37 UTC (rev 
29465)
+++ trunk/bibdesk/BDSKTextImportController.h    2025-08-25 14:04:54 UTC (rev 
29466)
@@ -127,6 +127,8 @@
 @property (nonatomic, nullable, strong) IBOutlet NSButton *stopOrReloadButton;
 @property (nonatomic, nullable, strong) IBOutlet NSButton 
*citeKeyWarningButton;
 
+@property (nonatomic, nullable, readonly) BDSKWKWebView *webView;
+
 @property (nonatomic, readonly) BibItem *publication;
 @property (nonatomic, readonly) NSArray *addedPublications;
 

Modified: trunk/bibdesk/BDSKTextImportController.m
===================================================================
--- trunk/bibdesk/BDSKTextImportController.m    2025-08-25 09:33:37 UTC (rev 
29465)
+++ trunk/bibdesk/BDSKTextImportController.m    2025-08-25 14:04:54 UTC (rev 
29466)
@@ -152,7 +152,7 @@
 
 @implementation BDSKTextImportController
 
-@synthesize sourceTextView, itemTableView, citeKeyField, statusLine, 
linkedFileField1, linkedFileImageView1, linkedFileField2, linkedFileImageView2, 
addButton, addAndCloseButton, closeButton, clearButton, itemTypeButton, 
actionMenuButton, splitView, sourceView, webViewBox, webViewView, 
progressIndicator, backButton, forwardButton, stopOrReloadButton, 
citeKeyWarningButton, addedPublications=itemsAdded;
+@synthesize sourceTextView, itemTableView, citeKeyField, statusLine, 
linkedFileField1, linkedFileImageView1, linkedFileField2, linkedFileImageView2, 
addButton, addAndCloseButton, closeButton, clearButton, itemTypeButton, 
actionMenuButton, splitView, sourceView, webViewBox, webViewView, 
progressIndicator, backButton, forwardButton, stopOrReloadButton, 
citeKeyWarningButton, webView, addedPublications=itemsAdded;
 @dynamic publication;
 
 - (instancetype)initForOwner:(id <BDSKOwner>)anOwner {

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



_______________________________________________
Bibdesk-commit mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/bibdesk-commit

Reply via email to