[cp-patches] RFC: Suggested change in PlainView.

2005-11-03 Thread Meskauskas Audrius
Our JTextField contains an imaginary end of line character (0xA), but the new text must be always inserted before it, not after. When clicking right from the last character in the field, the PlainTextView.viewToModel should return the position before the end of line character and not after the

Re: [cp-patches] RFC: Suggested change in PlainView.

2005-11-03 Thread Roman Kennke
Hi Audrius, Am Donnerstag, den 03.11.2005, 15:50 +0100 schrieb Meskauskas Audrius: Our JTextField contains an imaginary end of line character (0xA), but the new text must be always inserted before it, not after. When clicking right from the last character in the field, the

Re: [cp-patches] RFC: Suggested change in PlainView.

2005-11-03 Thread Roman Kennke
Hi there, Am 3.11.2005 schrieb Roman Kennke [EMAIL PROTECTED]: Hi Audrius, Am Donnerstag, den 03.11.2005, 15:50 +0100 schrieb Meskauskas Audrius: Our JTextField contains an imaginary end of line character (0xA), but the new text must be always inserted before it, not after. When clicking