Implemented keybindings for moving/selecting by words in a textview

git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/libs/gui/trunk@12431 72102866-910b-0410-8b05-ffd578937521
This commit is contained in:
Nicola Pero 2002-02-08 01:57:22 +00:00
parent 88673b67b5
commit 290e9242c8

View file

@ -1,3 +1,16 @@
Thu Feb 7 02:46:15 2002 Nicola Pero <n.pero@mi.flashnet.it>
* Source/NSTextView.m ([-moveWordBackward:]): Simplified.
([-moveWordForward:]): Simplified.
([-moveWordForwardAndModifySelection:]): New method, implemented.
([-moveWordBackwardAndModifySelection:]): New method, implemented.
* Source/NSAttributedString.m ([-nextWordFromIndex:forward:]):
Rewritten, fixing crashes.
* KeyBindings/DefaultKeyBindings.dict: Uncommented
Alternate-Shift-LeftArrow and Alternate-Shift-RightArrow, and
bound to moveWordBackwardAndModifySelection: and
moveWordForwardAndModifySelection:.
Wed Feb 6 17:12:35 2002 Nicola Pero <n.pero@mi.flashnet.it>
* Source/GSSimpleLayoutManager.m