bug-classpath
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Bug swing/26158] cannot move up and down in JTextArea


From: thebohemian at gmx dot net
Subject: [Bug swing/26158] cannot move up and down in JTextArea
Date: 7 Feb 2006 16:59:17 -0000


------- Comment #1 from thebohemian at gmx dot net  2006-02-07 16:59 -------
This is not as easy as it looks as you have to take care of situations where
the text is shaped like this:

0123456789
bar
foo baz
0123456789

If you place the cursor at the first 8 and move down two times it has to be
placed at the second 8. The caret support this through a property called magic
position or such.

Anyway I take this.


-- 

thebohemian at gmx dot net changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
         AssignedTo|unassigned at gcc dot gnu   |thebohemian at gmx dot net
                   |dot org                     |
             Status|UNCONFIRMED                 |ASSIGNED
     Ever Confirmed|0                           |1
   Last reconfirmed|0000-00-00 00:00:00         |2006-02-07 16:59:17
               date|                            |


http://gcc.gnu.org/bugzilla/show_bug.cgi?id=26158





reply via email to

[Prev in Thread] Current Thread [Next in Thread]