At the moment we only re-colorize typenames at the visible part of the screen (after full colorization when the file gets loaded). This works well for normal editing but is insufficient for the replace operation as the replaced text can be outside the visible area.
To fix this, perform full recolorization when performing replace. You can view, comment on, or merge this pull request online at:
https://github.com/geany/geany/pull/1022
-- Commit Summary --
* Fix typename highlighting after using replace
-- File Changes --
M src/document.c (3)
-- Patch Links --
https://github.com/geany/geany/pull/1022.patch https://github.com/geany/geany/pull/1022.diff
--- You are receiving this because you are subscribed to this thread. Reply to this email directly or view it on GitHub: https://github.com/geany/geany/pull/1022