Re: NSTextView selection

2012-06-04 Thread Jens Alfke
On Jun 4, 2012, at 10:10 AM, ecir hana wrote: > I have a NSTextView and when I select all the text, all the lines get > highlighted from left to right margin, except the last line which is > highlighted from left margin to the last character on line. Please, is it > possible to highlight the last

Re: NSTextView selection

2012-06-04 Thread Charlie Dickman
You can use an NSTextView delegate and NSFormatters to adjust the selection as it is being made. On Jun 4, 2012, at 1:10 PM, ecir hana wrote: > Hello, > > I have a NSTextView and when I select all the text, all the lines get > highlighted from left to right margin, except the last line which is

Re: NSTextView selection

2012-06-04 Thread Kyle Sluder
On Jun 4, 2012, at 10:10 AM, ecir hana wrote: > Hello, > > I have a NSTextView and when I select all the text, all the lines get > highlighted from left to right margin, except the last line which is > highlighted from left margin to the last character on line. Please, is it > possible to highli