Re: What is a marked text in NSTextView
Re: What is a marked text in NSTextView
- Subject: Re: What is a marked text in NSTextView
- From: Aki Inoue <email@hidden>
- Date: Sat, 6 Jul 2002 23:40:07 -0700
The marked text are a range in an NSTextView document that represents
text "owned" by input methods. It's also called an inline hole.
Some languages (mostly East Asian) require complex keystrokes to get a
character so the text input system provides the way to "mark" a range
of text in this intermediate (or unconfirmed) state.
From application's point of view, it is often seen as a special
selection. However, there are cases the actual range returned from
-selectedRange method is contained in the range returned from
-markedRange method.
Aki
On 2002.Jul.4, at 11:32 AM, Reza Farhad wrote:
Dear all
What is a marked text in NSTextView and how does it relate to the
selected
text?
Thanks
Reza
_______________________________________________
cocoa-dev mailing list | email@hidden
Help/Unsubscribe/Archives:
http://www.lists.apple.com/mailman/listinfo/cocoa-dev
Do not post admin requests to the list. They will be ignored.
_______________________________________________
cocoa-dev mailing list | email@hidden
Help/Unsubscribe/Archives:
http://www.lists.apple.com/mailman/listinfo/cocoa-dev
Do not post admin requests to the list. They will be ignored.