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
Have you read GenericStyledArea's class' javadoc? I believe it specifies that you aren't supposed to use setOn[Event](handler), but rather the code pattern found in Override Behavior Demo
I have an
CodeArea
, and this event:I want to change width of tab key, but
event.consume()
does not work and I get previous\t
and four spaces after\t
:The text was updated successfully, but these errors were encountered: