[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[bug #13873] Text color not saved in NSTextView
From: |
Fred Kiefer |
Subject: |
[bug #13873] Text color not saved in NSTextView |
Date: |
Mon, 3 Oct 2005 13:28:07 +0000 |
User-agent: |
Mozilla/5.0 (compatible; Konqueror/3.4; Linux) KHTML/3.4.0 (like Gecko) |
Follow-up Comment #2, bug #13873 (project gnustep):
Gregs analysis is correct, this is the problem of the AppKit not storing the
typing attributes for NSTextView. Asusual with encoding stuff, any change
here wont be backwards compatible. That's why I would like to have an agreed
on solution, so we only need to change it once.
I would suggest to store all the typing, selection and mark attributes in a
way similar to the onces used for keyed encoding by Apple, that is in the
special class NSTextViewSharedData, which is already in the file
NSTextView.m.
This does not necessarily mean that we have to use this class during text
processing as well. We can decide on that later on. I must admit that the
current mechanism to synchronize different text views, although it is very
elegant, looks rather complex to me.
_______________________________________________________
Reply to this item at:
<http://savannah.gnu.org/bugs/?func=detailitem&item_id=13873>
_______________________________________________
Nachricht geschickt von/durch Savannah
http://savannah.gnu.org/
[Prev in Thread] |
Current Thread |
[Next in Thread] |
- [bug #13873] Text color not saved in NSTextView,
Fred Kiefer <=