On Sat, Jun 14, 2008 at 9:55 AM, I. Savant <[EMAIL PROTECTED]> wrote:
>> I guess I have to use the NSMutableAttributedString methods but I could
>> not find in the documentation the attribute names to make a text portion non
>> editable.
>
> Hint: This isn't an attribute, it's handled by text syst
I guess I have to use the NSMutableAttributedString methods but I
could not find in the documentation the attribute names to make a
text portion non editable.
Hint: This isn't an attribute, it's handled by text system delegate
methods.
--
I.S.
Hello list,
I want to add non editable text parts to an NSTextView. You can add/
drag and delete them within the text view but they should not be
editable. This parts will act as placeholders for the actual text.
What is the right way to
1. Add this kind of "placeholders" (non editable tex