(&mut self, text: &str)
| 2178 | } |
| 2179 | |
| 2180 | fn set_input(&mut self, text: &str) { |
| 2181 | self.text_input.set_text(text); |
| 2182 | self.refresh_command_menu(); |
| 2183 | } |
| 2184 | |
| 2185 | fn refresh_command_menu(&mut self) { |
| 2186 | self.command_menu.update_with_commands( |
no test coverage detected