[Top][All Lists]
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[Bug swing/27345] CompositeView.getNextNorthSouthVisualPositionFrom() no
From: |
roman at kennke dot org |
Subject: |
[Bug swing/27345] CompositeView.getNextNorthSouthVisualPositionFrom() not completely implemented |
Date: |
3 Jun 2006 15:22:26 -0000 |
------- Comment #1 from roman at kennke dot org 2006-06-03 15:22 -------
I think the supposed behaviour of this method is not too hard to infer: this
should be used mainly for caret movement via the cursor keys, so you can think
of it as a means of finding the next (document) position in the specified
direction. For east-west movement this should normally be quite trivial, for
north-south movement this is slightly harder but not too hard too.
--
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=27345
- [Bug swing/27345] CompositeView.getNextNorthSouthVisualPositionFrom() not completely implemented,
roman at kennke dot org <=