Revision: 11901
http://bibdesk.svn.sourceforge.net/bibdesk/?rev=11901&view=rev
Author: hofman
Date: 2007-12-13 09:43:15 -0800 (Thu, 13 Dec 2007)
Log Message:
-----------
Remove empty delegate method.
Modified Paths:
--------------
trunk/bibdesk/BDSKEditor.m
Modified: trunk/bibdesk/BDSKEditor.m
===================================================================
--- trunk/bibdesk/BDSKEditor.m 2007-12-13 17:35:56 UTC (rev 11900)
+++ trunk/bibdesk/BDSKEditor.m 2007-12-13 17:43:15 UTC (rev 11901)
@@ -2043,7 +2043,7 @@
- (void)textDidBeginEditing:(NSNotification *)aNotification{
// Add the mutableString of the text storage to the item's pubFields, so
changes
// are automatically tracked. We still have to update the UI manually.
- // The contents of the text views are initialized with the current
contents of the BibItem in windowWillLoad:
+ // The contents of the text views are initialized with the current
contents of the BibItem in windowDidLoad:
currentEditedView = [aNotification object];
ignoreFieldChange = YES;
// we need to preserve selection manually; otherwise you end up editing at
the end of the string after the call to setField: below
@@ -2086,10 +2086,7 @@
return YES;
}
-- (void)tabView:(NSTabView *)tabView didSelectTabViewItem:(NSTabViewItem
*)tabViewItem{
-}
-
-// sent by the notesView and the abstractView
+// sent by the textViews
- (void)textDidEndEditing:(NSNotification *)aNotification{
NSString *field = nil;
if(currentEditedView == notesView)
This was sent by the SourceForge.net collaborative development platform, the
world's largest Open Source development site.
-------------------------------------------------------------------------
SF.Net email is sponsored by:
Check out the new SourceForge.net Marketplace.
It's the best place to buy or sell services
for just about anything Open Source.
http://ad.doubleclick.net/clk;164216239;13503038;w?http://sf.net/marketplace
_______________________________________________
Bibdesk-commit mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/bibdesk-commit