(Editor editor)
| 200 | |
| 201 | |
| 202 | static public void setEditor(Editor editor) { |
| 203 | if (current != null) { |
| 204 | current.stopTimer(); // allow to be garbage collected |
| 205 | } |
| 206 | editor.console.setCurrent(); |
| 207 | } |
| 208 | |
| 209 | |
| 210 | void setCurrent() { |
no test coverage detected