global default for NSLayoutManager selection threshold?
global default for NSLayoutManager selection threshold?
- Subject: global default for NSLayoutManager selection threshold?
- From: Paul Bayley <email@hidden>
- Date: Thu, 4 Oct 2001 13:53:52 -0700
There are two problems I have with the default behavior of NSLayoutManager I'd like to fix.
1) In 10.1 a selection from left to right will not include the carriage return until the cursor travels a certain distance beyond it OR the cursor hits the bottom of the line. The latter behavior is very useful, but it's usefulness is completely wiped out by the prior behavior. Is it possible to change this distance to something very large, if not disable it completely? Thus if I want to select the CR I can select down to the bottom of the line, but if I select left to right I do not select the CR.
2) The delay when trying to drag text is still there. This makes drag+drop text completely useless. Is it possible to eliminate this delay?