Further work on merging NSText code into NSTextView

git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/libs/gui/trunk@8379 72102866-910b-0410-8b05-ffd578937521
This commit is contained in:
Nicola Pero 2000-12-19 22:42:46 +00:00
parent de8df1c4f5
commit e594266a93

View file

@ -1,8 +1,14 @@
Wed Dec 20 00:38:54 2000 Nicola Pero <n.pero@mi.flashnet.it>
* Source/NSText.m ([-insertNewline:sender]): Do not call
[+newlineString]. ([-didChangeText]), ([+newlineString]):
Removed. ([-selectedRange]), ([-setSelectedRange:]): Moved to
NSTextView.m; merged the two ([-setSelectedRange:]).
Tue Dec 19 21:13:50 2000 Nicola Pero <n.pero@mi.flashnet.it>
First implementation of sharing attributes between NSTextViews
with the same layout manager. Non tested yet - and we miss
sharing the selection.
Committed first code for sharing attributes between NSTextViews
with the same layout manager. Non tested yet - and not complete.
* Headers/gnustep/gui/NSTextView.h: Added a flag to keep track of
the case multiple text views. Added an ivar to cache the
firstTextView object to use in notifications.