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:
Nicola Pero 2001-12-16 02:14:59 +00:00
parent 832cd40f79
commit 32b460ee36

View file

@ -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.