Commit c95d558
committed
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.1 parent d6a10c9 commit c95d558
1 file changed
+0
-7
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
5 | 5 | | |
6 | 6 | | |
7 | 7 | | |
8 | | - | |
9 | | - | |
10 | 8 | | |
11 | 9 | | |
12 | 10 | | |
| |||
34 | 32 | | |
35 | 33 | | |
36 | 34 | | |
37 | | - | |
38 | | - | |
39 | | - | |
40 | | - | |
41 | | - | |
42 | 35 | | |
43 | 36 | | |
44 | 37 | | |
| |||
0 commit comments