• Open Menu Close Menu
  • Apple
  • Shopping Bag
  • Apple
  • Mac
  • iPad
  • iPhone
  • Watch
  • TV
  • Music
  • Support
  • Search apple.com
  • Shopping Bag

Lists

Open Menu Close Menu
  • Terms and Conditions
  • Lists hosted on this site
  • Email the Postmaster
  • Tips for posting to public mailing lists
Re: Drag and drop
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: Drag and drop


  • Subject: Re: Drag and drop
  • From: James Bucanek <email@hidden>
  • Date: Thu, 17 Nov 2005 08:08:22 -0700

Stephen Chu wrote on Thursday, November 17, 2005:
>OK. Enough for the rant. I did find a fix for it thought: Open your
>com.apple.Xcode.plist in Property List Editor. Find the entry named
>"NSDragAndDropTextDelay" and set it to "1". It controls the delay
>time in mS. But DO NOT set it to "0". It doesn't work the same way
>our typical logic does. Zero means completely disable text drag and
>drop.

The NSDragAndDropTextDelay property is a delay (in milliseconds), just as the name implies. It is not a 0/1 switch. If you read the documentation for the property, you'd know that you can set it to any delay value, or a non-positive number to disable drag-and-drop entirely.

The delay-before-drag behavior is intentional and useful, but I do prefer a tighter tolerance. I usually set my delay to between 150 and 250 milliseconds. I think the default is closer to 500.

--
James Bucanek
 _______________________________________________
Do not post admin requests to the list. They will be ignored.
Xcode-users mailing list      (email@hidden)
Help/Unsubscribe/Update your Subscription:

This email sent to email@hidden

References: 
 >Re: Drag and drop (From: Stephen Chu <email@hidden>)

  • Prev by Date: Fwd: g++ 4 & MACOSX_DEPLOYMENT_TARGET=10.2
  • Next by Date: stripping symbols and dead-code
  • Previous by thread: Re: Drag and drop
  • Next by thread: RE: Drag and drop
  • Index(es):
    • Date
    • Thread