-
Notifications
You must be signed in to change notification settings - Fork 236
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
paragraph.getSegments() duplicates. #65
Comments
Hi Maher, are you able to post the full code? Are you sure your whole
|
Yes, that was it. I am really sorry for the false alarm :/ On 05/07/2014 1:19 PM, TomasMikula wrote:
|
Hi Tomas, I think I may have found a bug.
I type in a text area, something: "TESTING".
Then I get list of paragraphs, in this case its only one paragraph.,
segmentList = textArea.getDocument().getParagraphs().get(0).getSegments();
then I iterate over segments from this one paragraph
I get 4 print statements..
The text was updated successfully, but these errors were encountered: