You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
After this code executes, styleSpans still has a length of 0. If it was unmodifiable I'd assume it would've thrown an exception, but I believe that is not the case.
Is there anything I'm doing wrong?
Thank you.
The text was updated successfully, but these errors were encountered:
jmak35
changed the title
getStyleSpans(to, from).append(...) does not append
CodeArea.getStyleSpans(to, from).append(...) does not append
Oct 15, 2015
jmak35
changed the title
CodeArea.getStyleSpans(to, from).append(...) does not append
CodeArea.getStyleSpans(from, to).append(...) does not append
Oct 15, 2015
Hi Tomas,
I'm getting an issue with using the above method like so:
After this code executes, styleSpans still has a length of 0. If it was unmodifiable I'd assume it would've thrown an exception, but I believe that is not the case.
Is there anything I'm doing wrong?
Thank you.
The text was updated successfully, but these errors were encountered: