Revision: 18247
          http://bibdesk.svn.sourceforge.net/bibdesk/?rev=18247&view=rev
Author:   hofman
Date:     2011-11-27 13:06:03 +0000 (Sun, 27 Nov 2011)
Log Message:
-----------
set insertion marker at end after drop

Modified Paths:
--------------
    trunk/bibdesk/BDSKWebGroupViewController.m

Modified: trunk/bibdesk/BDSKWebGroupViewController.m
===================================================================
--- trunk/bibdesk/BDSKWebGroupViewController.m  2011-11-27 12:46:29 UTC (rev 
18246)
+++ trunk/bibdesk/BDSKWebGroupViewController.m  2011-11-27 13:06:03 UTC (rev 
18247)
@@ -240,6 +240,8 @@
         urlString = [pboard stringForType:BDSKWeblocFilePboardType];
     if (urlString) {
         [textField setStringValue:urlString];
+        if ([textField currentEditor])
+            [[textField currentEditor] setSelectedRange:NSMakeRange([urlString 
length], 0)];
         [self changeURL:textField];
         return YES;
     }

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


------------------------------------------------------------------------------
All the data continuously generated in your IT infrastructure 
contains a definitive record of customers, application performance, 
security threats, fraudulent activity, and more. Splunk takes this 
data and makes sense of it. IT sense. And common sense.
http://p.sf.net/sfu/splunk-novd2d
_______________________________________________
Bibdesk-commit mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/bibdesk-commit

Reply via email to