Scene tree pane + status only (node expand/collapse).
(ctx: &mut ScriptContext<'_, API>)
| 67 | "error" |
| 68 | } else if first.contains("warn") || first.contains("dirty") || first.contains("timeout") { |
| 69 | "warn" |
| 70 | } else { |
| 71 | "info" |
| 72 | } |
| 73 | } |
| 74 | |
| 75 | pub fn capture_editor_output_state(state: &mut EditorState) { |
| 76 | if state.log.trim().is_empty() || state.log == state.output_seen_log { |
no test coverage detected