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
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
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