[cp-patches] RFC: up and down movement & selection

2006-02-15 Thread Robert Schuster
Hi, with this patch JTextArea's caret learns to move and select up and down correctly. The patch mainly adds code that updates the so called magic caret position. In the respective actions this properties value is then used to determine the new location. The actions for up & down selections are,

Re: [cp-patches] RFC: up and down movement & selection

2006-02-15 Thread Roman Kennke
Hi Robert, Am Mittwoch, den 15.02.2006, 12:32 +0100 schrieb Robert Schuster: > Hi, > with this patch JTextArea's caret learns to move and select up and down > correctly. The patch mainly adds code that updates the so called magic caret > position. > > In the respective actions this properties val

Re: [cp-patches] RFC: up and down movement & selection

2006-02-16 Thread Robert Schuster
Committed. Thanks for the review! cya Robert Roman Kennke wrote: > Hi Robert, > > Am Mittwoch, den 15.02.2006, 12:32 +0100 schrieb Robert Schuster: > >>Hi, >>with this patch JTextArea's caret learns to move and select up and down >>correctly. The patch mainly adds code that updates the so call