()
| 228 | } |
| 229 | |
| 230 | private void updateAll() { |
| 231 | coloringClear(); |
| 232 | coloringHTTPText(); |
| 233 | coloringEmphasis(); |
| 234 | updateSearchCount(coloringSearchText()); |
| 235 | } |
| 236 | |
| 237 | private void updateSearchText() { |
| 238 | coloringBackgroundClear(); |
no test coverage detected