mirror of
https://github.com/gnustep/libs-gui.git
synced 2025-05-31 07:10:47 +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
db5e331030
commit
c1598e43f0
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…
Add table
Add a link
Reference in a new issue