Modified code, not to highlight text on mouse down on a text field.

git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/libs/gui/trunk@5184 72102866-910b-0410-8b05-ffd578937521
This commit is contained in:
Nicola Pero 1999-11-14 21:19:33 +00:00
parent 6e128ebe88
commit cc5ac74782

View file

@ -1,3 +1,14 @@
Sun Nov 14 1999 Nicola Pero <n.pero@mi.flashnet.it>
Modified code so that text is highlighted only when moving between
fields with TAB, not on mouse events:
* Source/NSTextField.m ([-becomeFirstResponder]), ([-mouseDown:]):
Modified. ([-acceptsFirstMouse:]): New method.
* Source/NSWindow.m: ([-selectKeyViewPrecedingView:]),
([-selectPreviousKeyView:]), ([-selectNextKeyView:]),
([-selectKeyViewFollowingView:]): Select text if the newly selected
view is kind of text field.
Sun Nov 14 1999 Nicola Pero <n.pero@mi.flashnet.it>
Huge improvements of NSTextField and related code.