mirror of
https://github.com/gnustep/libs-gui.git
synced 2025-04-25 00:21:36 +00:00
Implemented in NSTextView methods to move to the end/beginning of line or
document, to move forward/backward word, to select line git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/libs/gui/trunk@11775 72102866-910b-0410-8b05-ffd578937521
This commit is contained in:
parent
832cd40f79
commit
32b460ee36
1 changed files with 12 additions and 0 deletions
12
ChangeLog
12
ChangeLog
|
@ -1,3 +1,15 @@
|
|||
Sat Dec 15 09:12:44 2001 Nicola Pero <n.pero@mi.flashnet.it>
|
||||
|
||||
Patches from Ludovic Marcotte modified by myself.
|
||||
* Source/NSTextView.m ([-moveToBeginningOfDocument:]):
|
||||
Implemented.
|
||||
([-moveToBeginningOfLine:]): Idem.
|
||||
([-moveToEndOfDocument:]): Idem.
|
||||
([-moveToEndOfLine:]): Idem.
|
||||
([-moveWordBackward:]): Idem.
|
||||
([-moveWordForward:]): Idem.
|
||||
([-selectLine:]): Idem.
|
||||
|
||||
2001-12-12 Adam Fedor <fedor@gnu.org>
|
||||
|
||||
* Source/NSCursor: New cache dictionary.
|
||||
|
|
Loading…
Reference in a new issue