Searches text in the current editor.
()
| 265 | * Searches text in the current editor. |
| 266 | */ |
| 267 | private void search() { |
| 268 | final boolean sel = regex.isSelected(); |
| 269 | multi.setEnabled(sel); |
| 270 | word.setEnabled(!sel); |
| 271 | search(true); |
| 272 | } |
| 273 | |
| 274 | /** |
| 275 | * Refreshes the panel after a successful search operation. |
no test coverage detected