For now doesn't look like there is such a need in check modified, but code stays until thorough testing
| 669 | // For now doesn't look like there is such a need in check modified, but code |
| 670 | // stays until thorough testing |
| 671 | void WINAPI edit_recheck_callback() { |
| 672 | edit_recheck_timer->stop_timer(); |
| 673 | |
| 674 | ACTIVE_VIEW_BLOCK(npp_interface()); |
| 675 | spell_checker->recheck_visible(); |
| 676 | if (!first_restyle) |
| 677 | restyling_caused_recheck_was_done = true; |
| 678 | first_restyle = false; |
| 679 | } |
| 680 | |
| 681 | void WINAPI scroll_recheck_callback() { |
| 682 | scroll_recheck_timer->stop_timer(); |
nothing calls this directly
no test coverage detected