[cp-patches] FYI: fix for up/down movement in JTextArea /w lineWrap=true - 2nd attempt

2006-04-01 Thread Robert Schuster
Hi, this patch fixes the broken up/down movement in JTextArea /w lineWrap=true[0] (which use a WrappedPlainView) for real!. The faulty behavior was spread along many classes in javax.swing.text but now its fixed. The ChangeLog: 2006-04-01 Robert Schuster <[EMAIL PROTECTED]> * javax/sw

Re: [cp-patches] FYI: fix for up/down movement in JTextArea /w lineWrap=true - 2nd attempt

2006-04-01 Thread Robert Schuster
> (WrappedLine.viewToModel): Changed '<' to '<=' in if-expression, ^^^ All this viewToModelToView stuff makes me dizzy. This time it should have been modelToView. Corrected ChangeLog is: 2006-04-01 Robert Schuster <[EMAIL PROTECTED]> * javax/swin

Re: [cp-patches] FYI: fix for up/down movement in JTextArea /w lineWrap=true - 2nd attempt

2006-04-01 Thread Robert Schuster
> * javax/swing/text/WrappedPlainView.java: > (WrappedLine.viewToModel): Changed '<' to '<=' in if-expression, ^ ^^ Great ... a typo in the ChangeLog entry. I fixed this in CVS. The corrected one is: 2006-04-01 Robert Schuster

Re: [cp-patches] FYI: fix for up/down movement in JTextArea /w lineWrap=true - 2nd attempt

2006-04-01 Thread Robert Schuster
Please ignore that mail the 2nd changelog fix was not needed. Robert Schuster wrote: >>(WrappedLine.viewToModel): Changed '<' to '<=' in if-expression, > >^^^ > All this viewToModelToView stuff makes me dizzy. This time it should have been > modelToVie