[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
NSTextView improvements
From: |
Ludovic Marcotte |
Subject: |
NSTextView improvements |
Date: |
Thu, 13 Dec 2001 11:31:16 -0500 (EST) |
Hi,
I've implemented some missing action methods in NSTextView.
Here's the ChangeLog:
2001-12-13 Ludovic Marcotte <ludovic@Sophos.ca>
* Implemented NSTextView: -moveToBeginningOfDocument
and associated this action to NSHomeFunctionKey.
* Implemented NSTextView: -moveToBeginningOfLine
and associated this action to
NSLeftArrowFunctionKey & NSControlKeyMask
* Implemented NSTextView: -moveToEndOfDocument
and associated this action to NSEndFunctionKey
* Implemented NSTextView: -moveToEndOfLine
and associated this action to
NSRightArrowFunctionKey & NSControlKeyMask
* Implemented NSTextView: -moveWordBackward
and associated this action to
NSLeftArrowFunctionKey & NSAlternateKeyMask
* Implemented NSTextView: -moveWordForward
and associated this action to
NSRightArrowFunctionKey & NSAlternateKeyMask
* Implemented NSTextView: -selectAll
and associated this action to
NSHomeFunctionKey & NSShiftKeyMask and
NSEndFunctionKey NSShiftKeyMask.
* Implemented NSTextView: -selectLine and
and associated this action to
NSLeftArrowFunctionKey & NSControlKeyMask & NSShiftKeyMask
and also
NSRightArrowFunctionKey & NSControlKeyMask & NSShiftKeyMask
* Modified NSResponder: -interpretKeyEvents to add missing
action methods.
I'll continue working on missing methods in NSTextView/NSResponder.
I plan to work on:
- scrollPageUp/Down
- pageUp/Down
- moveToBeginningOfParagraph (and End)
- and also all methods that modifies the selection.
Thanks a lot,
Ludovic
--
Live as if you were to die tomorrow.
Learn as if you were to live forever.
- Gandhi
NSTextView.m.patch
Description: Text document
NSResponder.m.patch
Description: Text document
- NSTextView improvements,
Ludovic Marcotte <=