mirror of
https://github.com/gnustep/libs-gui.git
synced 2025-04-25 08:21:27 +00:00
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:
parent
88673b67b5
commit
290e9242c8
1 changed files with 13 additions and 0 deletions
13
ChangeLog
13
ChangeLog
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue