Show an error in the status bar.
(String what)
| 2888 | * Show an error in the status bar. |
| 2889 | */ |
| 2890 | public void statusError(String what) { |
| 2891 | status.error(what); |
| 2892 | //new Exception("deactivating RUN").printStackTrace(); |
| 2893 | // toolbar.deactivate(EditorToolbar.RUN); |
| 2894 | } |
| 2895 | |
| 2896 | |
| 2897 | /** |
no test coverage detected