mirror of
https://github.com/gnustep/libs-gui.git
synced 2025-04-23 20:01:11 +00:00
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:
parent
de8df1c4f5
commit
e594266a93
1 changed files with 9 additions and 3 deletions
12
ChangeLog
12
ChangeLog
|
@ -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.
|
||||
|
|
Loading…
Reference in a new issue