Yes, this does work for me with latest SVN. I'm not sure why it didn't work before.
The attributed string display doesn't seem to update until I save the document, though, and the dirty-flag on the anchored note window was dirty the first time I made a change, but not afterwards...
If you would like to refer to this comment somewhere else in this project, copy and paste the following link:
OK, I see what was going on. I was expecting the changes in the textview to commit more often. The right thing happens if you edit the attributed string in the text view, then click on the text field. However, if you click somewhere else, like outside of the window, you apparently don't commit the edit, so no update is shown and no dirty bit is set...
If you would like to refer to this comment somewhere else in this project, copy and paste the following link:
Logged In: YES
user_id=1162009
Originator: NO
It does for me, it even displays both the string and the attributed string (the latter in a child). Are you sure your note contains any text?
Logged In: YES
user_id=506615
Originator: YES
Yes, this does work for me with latest SVN. I'm not sure why it didn't work before.
The attributed string display doesn't seem to update until I save the document, though, and the dirty-flag on the anchored note window was dirty the first time I made a change, but not afterwards...
Logged In: YES
user_id=1162009
Originator: NO
For me the attributed string in the note outline changes when I edit it.
The dirty flag of a sub window should follow the one on the document, and it does so correctly for me. That;s build into NSDocument.
Logged In: YES
user_id=506615
Originator: YES
OK, I see what was going on. I was expecting the changes in the textview to commit more often. The right thing happens if you edit the attributed string in the text view, then click on the text field. However, if you click somewhere else, like outside of the window, you apparently don't commit the edit, so no update is shown and no dirty bit is set...
Logged In: YES
user_id=1162009
Originator: NO
That's the usual commit problem you have with text views.