Re: NSTextView scrolling

2012-07-31 Thread ecir hana
On Tue, Jul 31, 2012 at 6:19 AM, Richard Somers wrote: > > This might help. > > > http://www.cocoabuilder.com/archive/cocoa/145464-nstextview-auto-scroll-up-behaviour.html > > Thanks for the reply! However, it does not seem to work - it still scrolls half-page up/down, even if I change the "margin

Re: NSTextView scrolling

2012-07-30 Thread Richard Somers
On Jul 30, 2012, at 12:19 PM, ecir hana wrote: > when jumping from line to line in a textview with "up" and "down" keys, it > exhibits this scrolling behavior - when the cursor is at the very top and I > hit "up" (and vice versa), it scrolls the document half page up, that is, > the current line i

NSTextView scrolling

2012-07-30 Thread ecir hana
Hello, when jumping from line to line in a textview with "up" and "down" keys, it exhibits this scrolling behavior - when the cursor is at the very top and I hit "up" (and vice versa), it scrolls the document half page up, that is, the current line is now in the middle of the textview. Is it poss