Revision: 29298
http://sourceforge.net/p/bibdesk/svn/29298
Author: hofman
Date: 2025-07-18 16:07:51 +0000 (Fri, 18 Jul 2025)
Log Message:
-----------
property for previousValueForCurrentEditedNotesView
Modified Paths:
--------------
trunk/bibdesk/BDSKEditor.m
Modified: trunk/bibdesk/BDSKEditor.m
===================================================================
--- trunk/bibdesk/BDSKEditor.m 2025-07-18 15:53:04 UTC (rev 29297)
+++ trunk/bibdesk/BDSKEditor.m 2025-07-18 16:07:51 UTC (rev 29298)
@@ -114,6 +114,8 @@
@interface BDSKEditor ()
+@property (nonatomic, copy) NSString *previousValueForCurrentEditedNotesView;
+
- (void)bibWillBeRemoved:(NSNotification *)notification;
- (void)groupWillBeRemoved:(NSNotification *)notification;
- (void)bibWasAddedOrRemoved:(NSNotification *)notification;
@@ -155,7 +157,7 @@
@implementation BDSKEditor
-@synthesize mainSplitView, fileSplitView, bibTypeButton, tableView,
collectionView, tabView, notesView, abstractView, rssDescriptionView,
citeKeyField, citeKeyTitle, actionButton, addFieldButton, contextMenu,
statusBar, citeKeyWarningButton, authorTableView, fileView, heightConstraint,
publication;
+@synthesize mainSplitView, fileSplitView, bibTypeButton, tableView,
collectionView, tabView, notesView, abstractView, rssDescriptionView,
citeKeyField, citeKeyTitle, actionButton, addFieldButton, contextMenu,
statusBar, citeKeyWarningButton, authorTableView, fileView, heightConstraint,
publication, previousValueForCurrentEditedNotesView;
@dynamic status, keyField, numberOfPersons, persons;
- (NSString *)windowNibName{
@@ -2216,12 +2218,6 @@
}
#pragma mark annote/abstract/rss
-
-- (void)setPreviousValueForCurrentEditedNotesView:(NSString *)aString {
- if (aString != previousValueForCurrentEditedView) {
- previousValueForCurrentEditedView = [aString copy];
- }
-}
- (void)textDidBeginEditing:(NSNotification *)aNotification{
// Add the mutableString of the text storage to the item's pubFields, so
changes
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