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
Do not prevent tab-switching when external editor is used
EditorListener, the class responsible for handling key shortcuts for
switching between tabs, only worked if the text area was editable. It
seems this was still a remnant from when EditorListener handled a lot of
other keystrokes too that modified the actual text (like indenting).
Now, this limitation does not make sense, so just remove it.
0 commit comments