Show an error in the status bar.
(String what)
| 2363 | * Show an error in the status bar. |
| 2364 | */ |
| 2365 | public void statusError(String what) { |
| 2366 | status.error(what); |
| 2367 | //new Exception("deactivating RUN").printStackTrace(); |
| 2368 | // toolbar.deactivate(EditorToolbar.RUN); |
| 2369 | } |
| 2370 | |
| 2371 | |
| 2372 | /** |
no test coverage detected