(code)
| 74 | return this.historyIndex > 0; |
| 75 | } |
| 76 | doClear(code) { |
| 77 | this.onChanging(code); |
| 78 | code.insert() |
| 79 | this.onChanged(code); |
| 80 | this.onReveal(code); |
| 81 | } |
| 82 | doCopy(code) { |
| 83 | system.setClipboardString(code.selectionString); |
| 84 | } |
no test coverage detected