Use the specified Editor to run the macro in debug mode.
(Editor editor)
| 134 | |
| 135 | /** Use the specified Editor to run the macro in debug mode. */ |
| 136 | public void setEditor(Editor editor) { |
| 137 | this.editor = editor; |
| 138 | } |
| 139 | |
| 140 | /** Used to run the macro code in 'macro' on a separate thread. */ |
| 141 | public void run() { |
no outgoing calls
no test coverage detected